From 0c326a1e29fc7e9ca76446f30909c0625f8c5d16 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Thu, 5 Mar 2026 14:32:31 -0800 Subject: [PATCH 01/11] RE1-T104 First stub of removal --- .../Areas/User/Views/Connect/Posts.cshtml | 6 +- .../User/Views/Department/TextSettings.cshtml | 6 - .../Department/_RecipientsGridPartial.cshtml | 11 +- .../_SmallStationGroupsGridPartial.cshtml | 6 +- .../User/Views/Dispatch/ArchivedCalls.cshtml | 20 +- .../User/Views/Dispatch/CallExport.cshtml | 7 +- .../User/Views/Dispatch/CallExportEx.cshtml | 8 +- .../User/Views/Dispatch/Dashboard.cshtml | 29 +- .../_SmallActiveCallsGridPartial.cshtml | 6 +- .../Dispatch/_SmallCallsGridPartial.cshtml | 6 +- .../Areas/User/Views/Inventory/History.cshtml | 5 +- .../User/Views/Inventory/ManageTypes.cshtml | 6 +- .../Areas/User/Views/Links/View.cshtml | 13 +- .../Areas/User/Views/Logs/Index.cshtml | 8 - .../Views/Logs/_UnitLogBlockPartial.cshtml | 16 +- .../Areas/User/Views/Messages/Inbox.cshtml | 5 - .../Areas/User/Views/Messages/Outbox.cshtml | 5 - .../Areas/User/Views/Orders/Index.cshtml | 3 - .../Areas/User/Views/Profile/Reporting.cshtml | 11 - .../User/Views/Profile/ViewSchedules.cshtml | 11 - .../User/Views/Reports/ActionLogs.cshtml | 8 +- .../Reports/ActiveCallsResourcesReport.cshtml | 17 - .../Views/Reports/CallSummaryReport.cshtml | 157 +--- .../Views/Reports/CertificationsReport.cshtml | 1 - .../Reports/DepartmentActivityReport.cshtml | 163 +--- .../Areas/User/Views/Reports/LogReport.cshtml | 8 +- .../Reports/PersonnelHoursDetailReport.cshtml | 17 +- .../Views/Reports/PersonnelHoursReport.cshtml | 17 +- .../User/Views/Reports/PersonnelReport.cshtml | 1 - .../PersonnelStaffingHistoryReport.cshtml | 17 +- .../User/Views/Reports/StaffingReport.cshtml | 1 - .../Views/Reports/UnitEventsReport.cshtml | 1 - .../Reports/UnitStateHistoryReport.cshtml | 17 +- .../UpcomingShiftReadinessReport.cshtml | 1 - .../Areas/User/Views/Security/Audits.cshtml | 5 +- .../User/Views/Shared/_UserLayout.cshtml | 1 + .../Areas/User/Views/Shifts/Index.cshtml | 41 +- .../User/Views/Shifts/ShiftCalendar.cshtml | 43 +- .../Views/Subscription/ViewInvoice.cshtml | 3 +- .../Views/Units/_SmallUnitsGridPartial.cshtml | 3 - Web/Resgrid.Web/Startup.cs | 11 +- .../Views/Account/CompletedInvite.cshtml | 3 +- Web/Resgrid.Web/Views/Account/Lockout.cshtml | 3 +- .../Views/Account/MissingCode.cshtml | 3 +- .../Views/Account/MissingInvite.cshtml | 3 +- Web/Resgrid.Web/Views/Shared/Error.cshtml | 3 +- .../Views/Shared/Unauthorized.cshtml | 3 +- Web/Resgrid.Web/libman.json | 8 + .../calendar/resgrid.calendar.editEntry.js | 23 +- .../calendar/resgrid.calendar.newEntry.js | 23 +- .../command/resgrid.commands.newcommand.js | 80 +- .../internal/connect/resgrid.connect.posts.js | 50 +- .../resgrid.department.callsettings.js | 64 +- .../resgrid.department.recipientsgrid.js | 50 +- .../department/resgrid.department.settings.js | 23 +- .../resgrid.department.smallstationsgrid.js | 54 +- .../resgrid.department.textsettings.js | 70 +- .../resgrid.dispatch.addArchivedCall.js | 302 ++----- .../dispatch/resgrid.dispatch.archive.js | 79 +- .../dispatch/resgrid.dispatch.dashboard.js | 132 +--- .../dispatch/resgrid.dispatch.editcall.js | 318 ++------ .../dispatch/resgrid.dispatch.newcall.js | 210 +---- .../resgrid.dispatch.smallallcallgrid.js | 72 +- .../resgrid.dispatch.smallcallgrid.js | 72 +- .../internal/dlist/resgrid.dlists.editlist.js | 24 +- .../internal/dlist/resgrid.dlists.newlist.js | 16 +- .../resgrid.documents.newdocument.js | 7 +- .../internal/files/resgrid.files.upload.js | 7 +- .../groups/resgrid.groups.editgroup.js | 63 +- .../groups/resgrid.groups.geofence.js | 2 +- .../groups/resgrid.groups.newgroup.js | 41 +- .../internal/home/resgrid.home.dashboard.js | 49 +- .../home/resgrid.home.edituserprofile.js | 30 +- .../inventory/resgrid.inventory.addType.js | 7 +- .../inventory/resgrid.inventory.adjust.js | 7 +- .../inventory/resgrid.inventory.history.js | 58 +- .../inventory/resgrid.inventory.index.js | 39 +- .../resgrid.inventory.manageTypes.js | 46 +- .../internal/links/resgrid.links.viewdata.js | 188 +---- .../app/internal/logs/resgrid.logs.index.js | 66 +- .../app/internal/logs/resgrid.logs.newlog.js | 131 +--- .../mapping/resgrid.mapping.importPois.js | 7 +- .../mapping/resgrid.mapping.viewType.js | 56 +- .../messages/resgrid.messages.compose.js | 151 ++-- .../messages/resgrid.messages.inbox.js | 124 ++- .../messages/resgrid.messages.outbox.js | 86 +- .../messages/resgrid.messages.topPartial.js | 4 +- .../resgrid.notifications.addNotification.js | 515 ++++-------- .../internal/orders/resgrid.orders.fill.js | 31 +- .../internal/orders/resgrid.orders.index.js | 184 +---- .../orders/resgrid.orders.settings.js | 33 +- .../personnel/resgrid.personnel.addperson.js | 16 +- .../personnel/resgrid.personnel.editRole.js | 27 +- .../resgrid.profile.addcertification.js | 7 +- .../resgrid.profile.addscheduledreport.js | 6 +- .../resgrid.profile.addstaffingschedule.js | 6 +- .../resgrid.profile.editcertification.js | 7 +- .../profile/resgrid.profile.reporting.js | 107 +-- .../profile/resgrid.profile.schedule.js | 107 +-- .../resgrid.protocols.newprotocol.js | 2 +- .../security/resgrid.security.audits.js | 82 +- .../security/resgrid.security.permissions.js | 738 ++---------------- .../shifts/resgrid.shifts.calendar.js | 124 +-- .../shifts/resgrid.shifts.editshiftdetails.js | 76 +- .../internal/shifts/resgrid.shifts.index.js | 126 +-- .../shifts/resgrid.shifts.newshift.js | 40 +- .../shifts/resgrid.shifts.processtrade.js | 16 +- .../shifts/resgrid.shifts.requesttrade.js | 16 +- .../shifts/resgrid.shifts.shiftStaffing.js | 107 ++- .../training/resgrid.training.newtraining.js | 83 +- .../units/resgrid.units.smallunitsgrid.js | 65 +- .../units/resgrid.units.viewevents.js | 157 ++-- .../workshifts/resgrid.workshifts.new.js | 24 +- Web/Resgrid.Web/wwwroot/js/app/resgrid.js | 22 + 114 files changed, 1581 insertions(+), 4721 deletions(-) diff --git a/Web/Resgrid.Web/Areas/User/Views/Connect/Posts.cshtml b/Web/Resgrid.Web/Areas/User/Views/Connect/Posts.cshtml index 682a4e40c..97210cc4b 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Connect/Posts.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Connect/Posts.cshtml @@ -43,13 +43,9 @@ @section Scripts { - -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Department/TextSettings.cshtml b/Web/Resgrid.Web/Areas/User/Views/Department/TextSettings.cshtml index 361b4392a..62f865cda 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Department/TextSettings.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Department/TextSettings.cshtml @@ -209,12 +209,6 @@ @section Scripts { - } @@ -37,6 +45,17 @@ +
+
+
+ @localizer["Template"] + @if (!String.IsNullOrWhiteSpace(Model.NewCallFormData)) + { + @localizer["CallForm"] + } +
+
+
@@ -52,6 +71,7 @@ @Html.HiddenFor(m => m.Latitude) @Html.HiddenFor(m => m.Longitude) @Html.HiddenFor(m => m.Call.ReportingUserId) + @Html.HiddenFor(m => m.Call.CallFormData)
@if (!String.IsNullOrEmpty(Model.Message)) @@ -87,6 +107,24 @@
+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
@@ -104,7 +142,7 @@
-
+
@Html.Raw(Model.Call.NatureOfCall)
@@ -114,7 +152,7 @@
-
+
@Html.Raw(Model.Call.Notes)
@@ -148,6 +186,21 @@
+
+ +
+ + + + + + + + + +
@commonLocalizer["Code"]@commonLocalizer["Name"]@commonLocalizer["Status"]
+
+
@@ -164,33 +217,34 @@
- +
+
+ +
+
+
+
@Html.DropDownListFor(m => m.CallState, Model.CallStates, new { @style = "width: 120px;" })
@@ -219,6 +273,66 @@
+ + + + + + + + + @section Scripts { + + @@ -269,4 +411,90 @@ } + + } diff --git a/Web/Resgrid.Web/Areas/User/Views/Dispatch/ArchivedCalls.cshtml b/Web/Resgrid.Web/Areas/User/Views/Dispatch/ArchivedCalls.cshtml index 2cf77a9d6..3b055df56 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Dispatch/ArchivedCalls.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Dispatch/ArchivedCalls.cshtml @@ -51,7 +51,7 @@
-
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Dispatch/Dashboard.cshtml b/Web/Resgrid.Web/Areas/User/Views/Dispatch/Dashboard.cshtml index b1109547d..39efb0951 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Dispatch/Dashboard.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Dispatch/Dashboard.cshtml @@ -102,7 +102,6 @@ { - diff --git a/Web/Resgrid.Web/Areas/User/Views/Dispatch/UpdateCall.cshtml b/Web/Resgrid.Web/Areas/User/Views/Dispatch/UpdateCall.cshtml index 80121f072..174496d42 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Dispatch/UpdateCall.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Dispatch/UpdateCall.cshtml @@ -40,6 +40,17 @@ +
+
+
+ @localizer["Template"] + @if (!String.IsNullOrWhiteSpace(Model.NewCallFormData)) + { + @localizer["CallForm"] + } +
+
+
@@ -56,6 +67,7 @@ @Html.HiddenFor(m => m.Longitude) @Html.HiddenFor(m => m.Call.CallId) @Html.HiddenFor(m => m.Call.ReportingUserId) + @Html.HiddenFor(m => m.Call.CallFormData)
@if (!String.IsNullOrEmpty(Model.Message)) @@ -166,6 +178,21 @@
+
+ +
+ + + + + + + + + +
@commonLocalizer["Code"]@commonLocalizer["Name"]@commonLocalizer["Status"]
+
+
+
+ +
+
+
+
@@ -234,6 +262,66 @@
+ + + + + + + + + @@ -271,8 +384,11 @@ @section Scripts { + + @@ -280,85 +396,69 @@ diff --git a/Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallCallsGridPartial.cshtml b/Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallCallsGridPartial.cshtml index 4dce570d6..1a5a02f21 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallCallsGridPartial.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Dispatch/_SmallCallsGridPartial.cshtml @@ -1,3 +1,3 @@ -
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/DistributionLists/EditList.cshtml b/Web/Resgrid.Web/Areas/User/Views/DistributionLists/EditList.cshtml index b580261df..29fa34b7e 100644 --- a/Web/Resgrid.Web/Areas/User/Views/DistributionLists/EditList.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/DistributionLists/EditList.cshtml @@ -84,7 +84,7 @@
- +
diff --git a/Web/Resgrid.Web/Areas/User/Views/DistributionLists/NewList.cshtml b/Web/Resgrid.Web/Areas/User/Views/DistributionLists/NewList.cshtml index b81a99ef1..34427a101 100644 --- a/Web/Resgrid.Web/Areas/User/Views/DistributionLists/NewList.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/DistributionLists/NewList.cshtml @@ -75,7 +75,7 @@
- +
diff --git a/Web/Resgrid.Web/Areas/User/Views/Groups/EditGroup.cshtml b/Web/Resgrid.Web/Areas/User/Views/Groups/EditGroup.cshtml index 02c9ce130..7fbeb6f56 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Groups/EditGroup.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Groups/EditGroup.cshtml @@ -207,7 +207,7 @@
-
+
@@ -216,7 +216,7 @@ Group Users
- +
diff --git a/Web/Resgrid.Web/Areas/User/Views/Groups/NewGroup.cshtml b/Web/Resgrid.Web/Areas/User/Views/Groups/NewGroup.cshtml index 718d82eb4..99c11e119 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Groups/NewGroup.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Groups/NewGroup.cshtml @@ -181,7 +181,7 @@
-
+
@@ -190,7 +190,7 @@ Group Users
- +
diff --git a/Web/Resgrid.Web/Areas/User/Views/Home/EditUserProfile.cshtml b/Web/Resgrid.Web/Areas/User/Views/Home/EditUserProfile.cshtml index 5acf13c01..4a19ecd90 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Home/EditUserProfile.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Home/EditUserProfile.cshtml @@ -310,7 +310,7 @@ {
-
+
} diff --git a/Web/Resgrid.Web/Areas/User/Views/Inventory/AddType.cshtml b/Web/Resgrid.Web/Areas/User/Views/Inventory/AddType.cshtml index 4d9eff879..d9c8e4c9b 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Inventory/AddType.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Inventory/AddType.cshtml @@ -1,24 +1,25 @@ @using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Inventory.AddTypeView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Add Inventory Type"; + ViewBag.Title = "Resgrid | " + localizer["AddInventoryTypeHeader"]; }
-

Add Inventory Type

+

@localizer["AddInventoryTypeHeader"]

@@ -46,7 +47,7 @@
@@ -56,7 +57,7 @@
@@ -66,7 +67,7 @@
@@ -76,20 +77,20 @@
@Html.TextBoxFor(m => m.Type.ExpiresDays, new { onkeydown = "javascript:return false;" }) -

For items that don't expire enter 0

+

@localizer["ForItemsNoExpiry"]

- Cancel - + @commonLocalizer["Cancel"] +
@@ -102,4 +103,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Inventory/Adjust.cshtml b/Web/Resgrid.Web/Areas/User/Views/Inventory/Adjust.cshtml index b2a81c82c..d89fbea84 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Inventory/Adjust.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Inventory/Adjust.cshtml @@ -1,21 +1,22 @@ @using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Inventory.AdjustView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Adjust Inventory"; + ViewBag.Title = "Resgrid | " + localizer["AdjustInventoryHeader"]; }
-

Adjust Inventory

+

@localizer["AdjustInventoryHeader"]

@@ -43,7 +44,7 @@
@Html.DropDownListFor(m => m.Inventory.TypeId, new SelectList(Model.Types, "InventoryTypeId", "Type"), new { style = "width: 325px" }) @@ -51,7 +52,7 @@
@Html.DropDownListFor(m => m.Inventory.GroupId, new SelectList(Model.Stations, "DepartmentGroupId", "Name"), new { style = "width: 265px" }) @@ -59,17 +60,17 @@
@Html.TextAreaFor(m => m.Inventory.Note, new { @class = "form-control" }) @@ -77,7 +78,7 @@
@Html.TextBoxFor(m => m.Inventory.Batch, new { @class = "form-control" }) @@ -85,7 +86,7 @@
@Html.TextBoxFor(m => m.Inventory.Location, new { @class = "form-control" }) @@ -93,7 +94,7 @@
@Html.TextBoxFor(m => m.Inventory.Amount) @@ -102,8 +103,8 @@
- Cancel - + @commonLocalizer["Cancel"] +
@@ -115,5 +116,10 @@ @section Scripts { + -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Inventory/EditType.cshtml b/Web/Resgrid.Web/Areas/User/Views/Inventory/EditType.cshtml index f30fdcadb..3f24d838c 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Inventory/EditType.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Inventory/EditType.cshtml @@ -1,25 +1,25 @@ @using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Inventory.EditTypeView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Edit Inventory Type"; + ViewBag.Title = "Resgrid | " + localizer["EditInventoryTypeHeader"]; } -
-

Edit Inventory Type

+

@localizer["EditInventoryTypeHeader"]

@@ -48,7 +48,7 @@
@@ -58,7 +58,7 @@
@@ -68,7 +68,7 @@
@@ -78,20 +78,20 @@
@Html.TextBoxFor(m => m.Type.ExpiresDays, new { onkeydown = "javascript:return false;" }) -

For items that don't expire enter 0

+

@localizer["ForItemsNoExpiry"]

- Cancel - + @commonLocalizer["Cancel"] +
@@ -104,4 +104,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Inventory/History.cshtml b/Web/Resgrid.Web/Areas/User/Views/Inventory/History.cshtml index c1bcfd0f5..9d9c1a71d 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Inventory/History.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Inventory/History.cshtml @@ -1,8 +1,9 @@ @using Resgrid.Model @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Units.UnitsIndexView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Inventory History"; + ViewBag.Title = "Resgrid | " + localizer["InventoryHistoryHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -14,16 +15,16 @@
-

Inventory History

+

@localizer["InventoryHistoryHeader"]

@@ -34,7 +35,7 @@
-
+
@@ -43,6 +44,17 @@ @section Scripts { - + } diff --git a/Web/Resgrid.Web/Areas/User/Views/Inventory/Index.cshtml b/Web/Resgrid.Web/Areas/User/Views/Inventory/Index.cshtml index 8e97576c8..2907553e1 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Inventory/Index.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Inventory/Index.cshtml @@ -1,8 +1,9 @@ @using Resgrid.Model @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Units.UnitsIndexView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Inventory"; + ViewBag.Title = "Resgrid | " + commonLocalizer["InventoryModule"]; } + + +
+ + @* Header *@ +
+
+ Resgrid +
+
+

@localizer["LogReport"]

+
+
+ + @* Print button — hidden on print *@ +
+
+ +
+
+ + @* General Information *@ +
+
+
+ @localizer["GeneralInformation"] + @logType.ToString() +
+ + + + + + + + + + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.ExternalId) && logType != LogTypes.Coroner) + { + + } + else + { + + } + @if (Model.WorkLog.StartedOn.HasValue) + { + + } + else + { + + } + @if (Model.WorkLog.EndedOn.HasValue) + { + + } + else if (Model.WorkLog.StartedOn.HasValue && Model.WorkLog.EndedOn.HasValue) + { + var duration = Model.WorkLog.EndedOn.Value - Model.WorkLog.StartedOn.Value; + + } + else + { + + } + + +
+ @localizer["LogId"] + #@Model.WorkLog.LogId + + @localizer["LogType"] + @logType.ToString() + + @localizer["LoggedOn"] + @Model.WorkLog.LoggedOn.TimeConverterToString(Model.Department) + + @localizer["LoggedBy"] + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.LoggedByUserId) && Model.PersonnelNames.ContainsKey(Model.WorkLog.LoggedByUserId)) + { + @Model.PersonnelNames[Model.WorkLog.LoggedByUserId] + } + else + { + N/A + } + +
+ @commonLocalizer["Station"] + + @if (Model.WorkLog.StationGroup != null) + { + @Model.WorkLog.StationGroup.Name + } + else if (Model.WorkLog.StationGroupId.HasValue) + { + var grp = Model.Groups.FirstOrDefault(g => g.DepartmentGroupId == Model.WorkLog.StationGroupId.Value); + @(grp != null ? grp.Name : commonLocalizer["Unknown"].Value) + } + else + { + @Model.Department.Name + } + + + @localizer["ExternalId"] + @Model.WorkLog.ExternalId + + @commonLocalizer["Start"] + @Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department) + + @commonLocalizer["End"] + @Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department) + + @localizer["Duration"] + @($"{(int)duration.TotalHours}h {duration.Minutes}m") +
+
+
+ + @* Call Information (Run / Callback) *@ + @if ((logType == LogTypes.Run || logType == LogTypes.Callback) && Model.WorkLog.Call != null) + { +
+
+
@localizer["CallInformation"]
+ + + + + + + + + + + + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.NatureOfCall)) + { + + + + } + +
+ @localizer["CallName"] + @Model.WorkLog.Call.Name + + @localizer["CallNumber"] + @Model.WorkLog.Call.Number + + @commonLocalizer["Type"] + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.Type)) + { + @Model.WorkLog.Call.Type + } + else + { + @localizer["NoType"] + } + + + @localizer["CallPriority"] + @(((CallPriority)Model.WorkLog.Call.Priority).ToString()) +
+ @localizer["LoggedOn"] + @Model.WorkLog.Call.LoggedOn.TimeConverterToString(Model.Department) + + @localizer["CallAddress"] + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.Address)) + { + @Model.WorkLog.Call.Address + } + else + { + @localizer["NotSupplied"] + } + +
+ @localizer["NatureOfCall"] +
@Html.Raw(Model.WorkLog.Call.NatureOfCall)
+
+
+
+ } + + @* Training Information *@ + @if (logType == LogTypes.Training) + { +
+
+
@localizer["TrainingInformation"]
+ + + + + + + + + + + @if (Model.WorkLog.StartedOn.HasValue && Model.WorkLog.EndedOn.HasValue) + { + var dur = Model.WorkLog.EndedOn.Value - Model.WorkLog.StartedOn.Value; + + } + else + { + + } + + +
+ @commonLocalizer["TrainingOrCourse"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Course) ? "N/A" : Model.WorkLog.Course) + + @commonLocalizer["TrainingCode"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.CourseCode) ? "N/A" : Model.WorkLog.CourseCode) + + @commonLocalizer["Instructors"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Instructors) ? "N/A" : Model.WorkLog.Instructors) +
+ @commonLocalizer["Start"] + @(Model.WorkLog.StartedOn.HasValue ? Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department) : "N/A") + + @commonLocalizer["End"] + @(Model.WorkLog.EndedOn.HasValue ? Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department) : "N/A") + + @localizer["Duration"] + @($"{(int)dur.TotalHours}h {dur.Minutes}m") +
+
+
+ } + + @* Meeting Information *@ + @if (logType == LogTypes.Meeting) + { +
+
+
@localizer["MeetingInformation"]
+ + + + + + + + + + + + @if (Model.WorkLog.StartedOn.HasValue && Model.WorkLog.EndedOn.HasValue) + { + var dur = Model.WorkLog.EndedOn.Value - Model.WorkLog.StartedOn.Value; + + } + else + { + + } + + +
+ @localizer["MeetingType"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Type) ? "N/A" : Model.WorkLog.Type) + + @localizer["Location"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Location) ? "N/A" : Model.WorkLog.Location) + + @localizer["Presiding"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Instructors) ? "N/A" : Model.WorkLog.Instructors) + + @localizer["OtherAttendees"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.OtherPersonnel) ? "N/A" : Model.WorkLog.OtherPersonnel) +
+ @commonLocalizer["Start"] + @(Model.WorkLog.StartedOn.HasValue ? Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department) : "N/A") + + @commonLocalizer["End"] + @(Model.WorkLog.EndedOn.HasValue ? Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department) : "N/A") + + @localizer["Duration"] + @($"{(int)dur.TotalHours}h {dur.Minutes}m") +
+
+
+ } + + @* Coroner Information *@ + @if (logType == LogTypes.Coroner) + { +
+
+
@localizer["CoronerInformation"]
+ + + + + + + + + + + + + + +
+ @localizer["CaseNumber"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.ExternalId) ? "N/A" : Model.WorkLog.ExternalId) + + @localizer["Date"] + @(Model.WorkLog.StartedOn.HasValue ? Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department) : "N/A") + + @localizer["PronouncedDeceasedBy"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.PronouncedDeceasedBy) ? "N/A" : Model.WorkLog.PronouncedDeceasedBy) + + @localizer["BodyLocation"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.BodyLocation) ? "N/A" : Model.WorkLog.BodyLocation) +
+ @localizer["SeniorOIC"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Instructors) ? "N/A" : Model.WorkLog.Instructors) + + @localizer["DestinationLocation"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.Location) ? "N/A" : Model.WorkLog.Location) + + @localizer["OthersHavingContact"] + @(String.IsNullOrWhiteSpace(Model.WorkLog.OtherPersonnel) ? "N/A" : Model.WorkLog.OtherPersonnel) +
+
+
+ } + + @* Log Details — Narrative, Cause, Initial Report, Investigator *@ +
+
+
@localizer["LogDetails"]
+
+
+ + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.InitialReport) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+
+ @localizer["ConditionInitialReport"] +
@Html.Raw(Model.WorkLog.InitialReport)
+
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Narrative)) + { +
+
+ @localizer["Narrative"] +
@Html.Raw(Model.WorkLog.Narrative)
+
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Cause) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+
+ @localizer["Cause"] +
@Html.Raw(Model.WorkLog.Cause)
+
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.InvestigatedByUserId) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+
+ @localizer["Investigator"] + + @if (Model.PersonnelNames.ContainsKey(Model.WorkLog.InvestigatedByUserId)) + { + @Model.PersonnelNames[Model.WorkLog.InvestigatedByUserId] + } + else + { + N/A + } + +
+
+ } + + @* Units *@ + @if (Model.WorkLog.Units != null && Model.WorkLog.Units.Any()) + { +
+
+
@localizer["Units"]
+ + + + + + + + + + + + + + @foreach (var logUnit in Model.WorkLog.Units) + { + var unit = Model.Units.FirstOrDefault(u => u.UnitId == logUnit.UnitId); + var unitPersonnel = Model.WorkLog.Users != null + ? Model.WorkLog.Users.Where(p => p.UnitId == logUnit.UnitId).ToList() + : new List(); + + + + + + + + + + } + +
@commonLocalizer["Units"]@commonLocalizer["Dispatched"]@commonLocalizer["Enrotue"]@commonLocalizer["OnScene"]@commonLocalizer["Released"]@commonLocalizer["InQuarters"]@localizer["Personnel"]
@(unit != null ? unit.Name : $"Unit #{logUnit.UnitId}")@(logUnit.Dispatched.HasValue ? logUnit.Dispatched.Value.TimeConverterToString(Model.Department) : "—")@(logUnit.Enroute.HasValue ? logUnit.Enroute.Value.TimeConverterToString(Model.Department) : "—")@(logUnit.OnScene.HasValue ? logUnit.OnScene.Value.TimeConverterToString(Model.Department) : "—")@(logUnit.Released.HasValue ? logUnit.Released.Value.TimeConverterToString(Model.Department) : "—")@(logUnit.InQuarters.HasValue ? logUnit.InQuarters.Value.TimeConverterToString(Model.Department) : "—") + @if (unitPersonnel.Any()) + { + @string.Join(", ", unitPersonnel.Select(p => Model.PersonnelNames.ContainsKey(p.UserId) ? Model.PersonnelNames[p.UserId] : commonLocalizer["Unknown"].Value)) + } + else + { + + } +
+
+
+ } + + @* Non-unit Personnel *@ + @{ + var nonUnitPersonnel = Model.WorkLog.Users != null + ? Model.WorkLog.Users.Where(p => !p.UnitId.HasValue).ToList() + : new List(); + } + @if (nonUnitPersonnel.Any()) + { +
+
+
@localizer["Personnel"]
+ + + + + + + + @foreach (var p in nonUnitPersonnel) + { + + + + } + +
@commonLocalizer["Name"]
@(Model.PersonnelNames.ContainsKey(p.UserId) ? Model.PersonnelNames[p.UserId] : commonLocalizer["Unknown"].Value)
+
+
+ } + + @* Attachments *@ + @if (Model.Attachments != null && Model.Attachments.Any()) + { +
+
+
@localizer["Attachments"]
+ + + + + + + + + + + @foreach (var attachment in Model.Attachments) + { + + + + + + + } + +
@commonLocalizer["Name"]@commonLocalizer["Type"]@commonLocalizer["UploadedBy"]@commonLocalizer["Timestamp"]
@attachment.FileName@attachment.Type + @if (!String.IsNullOrWhiteSpace(attachment.UserId) && Model.PersonnelNames.ContainsKey(attachment.UserId)) + { + @Model.PersonnelNames[attachment.UserId] + } + else + { + + } + @attachment.Timestamp.TimeConverterToString(Model.Department)
+
+
+ } + + @* Footer *@ +
+ +
+ +
+ + + + + + + diff --git a/Web/Resgrid.Web/Areas/User/Views/Logs/ViewLog.cshtml b/Web/Resgrid.Web/Areas/User/Views/Logs/ViewLog.cshtml new file mode 100644 index 000000000..5274e0c6c --- /dev/null +++ b/Web/Resgrid.Web/Areas/User/Views/Logs/ViewLog.cshtml @@ -0,0 +1,650 @@ +@using Resgrid.Model +@using Resgrid.Model.Helpers +@using Resgrid.Web.Helpers +@model Resgrid.Web.Areas.User.Models.Logs.ViewLogsView +@inject IStringLocalizer localizer +@{ + ViewBag.Title = "Resgrid | " + localizer["ViewLogHeader"]; + var logType = Model.WorkLog.LogType.HasValue ? (LogTypes)Model.WorkLog.LogType.Value : LogTypes.Run; + var logTypeLabelClass = logType == LogTypes.Run ? "danger" + : logType == LogTypes.Training ? "primary" + : logType == LogTypes.Work ? "warning" + : logType == LogTypes.Meeting ? "info" + : logType == LogTypes.Coroner ? "default" + : "success"; +} + +
+
+

@localizer["ViewLogHeader"]

+ +
+ +
+ +
+
+
+ + @* General Information *@ +
+
+
@localizer["GeneralInformation"]
+
+
+
+
+
+ + @localizer["PrintExportView"] + + + @logType.ToString() + +

@localizer["LogId"] #@Model.WorkLog.LogId

+
+
+
+
+
+
+
@localizer["LogType"]:
+
@logType.ToString()
+ +
@localizer["LoggedOn"]:
+
@Model.WorkLog.LoggedOn.TimeConverterToString(Model.Department)
+ +
@localizer["LoggedBy"]:
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.LoggedByUserId) && Model.PersonnelNames.ContainsKey(Model.WorkLog.LoggedByUserId)) + { + @Model.PersonnelNames[Model.WorkLog.LoggedByUserId] + } + else + { + N/A + } +
+ +
@commonLocalizer["Station"]:
+
+ @if (Model.WorkLog.StationGroup != null) + { + @Model.WorkLog.StationGroup.Name + } + else if (Model.WorkLog.StationGroupId.HasValue) + { + var grp = Model.Groups.FirstOrDefault(g => g.DepartmentGroupId == Model.WorkLog.StationGroupId.Value); + @(grp != null ? grp.Name : commonLocalizer["Unknown"].Value) + } + else + { + @Model.Department.Name + } +
+
+
+
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.ExternalId) && logType != LogTypes.Coroner) + { +
@localizer["ExternalId"]:
+
@Model.WorkLog.ExternalId
+ } + + @if (Model.WorkLog.StartedOn.HasValue) + { +
@commonLocalizer["Start"]:
+
@Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department)
+ } + + @if (Model.WorkLog.EndedOn.HasValue) + { +
@commonLocalizer["End"]:
+
@Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department)
+ } + + @if (Model.WorkLog.StartedOn.HasValue && Model.WorkLog.EndedOn.HasValue) + { + var duration = Model.WorkLog.EndedOn.Value - Model.WorkLog.StartedOn.Value; +
@localizer["Duration"]:
+
@($"{(int)duration.TotalHours}h {duration.Minutes}m")
+ } +
+
+
+
+
+ + @* Call Information (Run / Callback log types) *@ + @if ((logType == LogTypes.Run || logType == LogTypes.Callback) && Model.WorkLog.Call != null) + { +
+
+
@localizer["CallInformation"]
+
+
+
+
+
+
@localizer["CallName"]:
+
@Model.WorkLog.Call.Name
+ +
@localizer["CallNumber"]:
+
@Model.WorkLog.Call.Number
+ + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.Type)) + { +
@commonLocalizer["Type"]:
+
@Model.WorkLog.Call.Type
+ } + +
@localizer["CallPriority"]:
+
@(((CallPriority)Model.WorkLog.Call.Priority).ToString())
+
+
+
+
+
@localizer["LoggedOn"]:
+
@Model.WorkLog.Call.LoggedOn.TimeConverterToString(Model.Department)
+ + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.Address)) + { +
@localizer["CallAddress"]:
+
@Model.WorkLog.Call.Address
+ } +
+
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Call.NatureOfCall)) + { +
+
+ @localizer["NatureOfCall"]: +
@Html.Raw(Model.WorkLog.Call.NatureOfCall)
+
+
+ } + +
+
+ } + + @* Training Information *@ + @if (logType == LogTypes.Training) + { +
+
+
@localizer["TrainingInformation"]
+
+
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Course)) + { +
@commonLocalizer["TrainingOrCourse"]:
+
@Model.WorkLog.Course
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.CourseCode)) + { +
@commonLocalizer["TrainingCode"]:
+
@Model.WorkLog.CourseCode
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Instructors)) + { +
@commonLocalizer["Instructors"]:
+
@Model.WorkLog.Instructors
+ } + @if (Model.WorkLog.StartedOn.HasValue) + { +
@commonLocalizer["Start"]:
+
@Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department)
+ } + @if (Model.WorkLog.EndedOn.HasValue) + { +
@commonLocalizer["End"]:
+
@Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department)
+ } +
+
+
+ } + + @* Meeting Information *@ + @if (logType == LogTypes.Meeting) + { +
+
+
@localizer["MeetingInformation"]
+
+
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Type)) + { +
@localizer["MeetingType"]:
+
@Model.WorkLog.Type
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Location)) + { +
@localizer["Location"]:
+
@Model.WorkLog.Location
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Instructors)) + { +
@localizer["Presiding"]:
+
@Model.WorkLog.Instructors
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.OtherPersonnel)) + { +
@localizer["OtherAttendees"]:
+
@Model.WorkLog.OtherPersonnel
+ } + @if (Model.WorkLog.StartedOn.HasValue) + { +
@commonLocalizer["Start"]:
+
@Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department)
+ } + @if (Model.WorkLog.EndedOn.HasValue) + { +
@commonLocalizer["End"]:
+
@Model.WorkLog.EndedOn.Value.TimeConverterToString(Model.Department)
+ } +
+
+
+ } + + @* Coroner Information *@ + @if (logType == LogTypes.Coroner) + { +
+
+
@localizer["CoronerInformation"]
+
+
+
+ @if (!String.IsNullOrWhiteSpace(Model.WorkLog.ExternalId)) + { +
@localizer["CaseNumber"]:
+
@Model.WorkLog.ExternalId
+ } + @if (Model.WorkLog.StartedOn.HasValue) + { +
@localizer["Date"]:
+
@Model.WorkLog.StartedOn.Value.TimeConverterToString(Model.Department)
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.PronouncedDeceasedBy)) + { +
@localizer["PronouncedDeceasedBy"]:
+
@Model.WorkLog.PronouncedDeceasedBy
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.BodyLocation)) + { +
@localizer["BodyLocation"]:
+
@Model.WorkLog.BodyLocation
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Instructors)) + { +
@localizer["SeniorOIC"]:
+
@Model.WorkLog.Instructors
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Location)) + { +
@localizer["DestinationLocation"]:
+
@Model.WorkLog.Location
+ } + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.OtherPersonnel)) + { +
@localizer["OthersHavingContact"]:
+
@Model.WorkLog.OtherPersonnel
+ } +
+
+
+ } + + @* Log Narrative and Details *@ +
+
+
@localizer["LogDetails"]
+
+
+ + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.InitialReport) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+ +
@Html.Raw(Model.WorkLog.InitialReport)
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Narrative)) + { +
+ +
@Html.Raw(Model.WorkLog.Narrative)
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.Cause) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+ +
@Html.Raw(Model.WorkLog.Cause)
+
+ } + + @if (!String.IsNullOrWhiteSpace(Model.WorkLog.InvestigatedByUserId) && (logType == LogTypes.Run || logType == LogTypes.Callback)) + { +
+ +

+ @if (Model.PersonnelNames.ContainsKey(Model.WorkLog.InvestigatedByUserId)) + { + @Model.PersonnelNames[Model.WorkLog.InvestigatedByUserId] + } +

+
+ } + +
+
+ + @* Units and Personnel *@ + @if ((Model.WorkLog.Units != null && Model.WorkLog.Units.Any()) || (Model.WorkLog.Users != null && Model.WorkLog.Users.Any())) + { +
+
+
@localizer["UnitsAndPersonnel"]
+
+
+ + @if (Model.WorkLog.Units != null && Model.WorkLog.Units.Any()) + { +

@localizer["Units"]

+
+ + + + + + + + + + + + + + @foreach (var logUnit in Model.WorkLog.Units) + { + var unit = Model.Units.FirstOrDefault(u => u.UnitId == logUnit.UnitId); + var unitPersonnel = Model.WorkLog.Users != null + ? Model.WorkLog.Users.Where(p => p.UnitId == logUnit.UnitId).ToList() + : new List(); + + + + + + + + + + } + +
@commonLocalizer["Units"]@commonLocalizer["Dispatched"]@commonLocalizer["Enrotue"]@commonLocalizer["OnScene"]@commonLocalizer["Released"]@commonLocalizer["InQuarters"]@localizer["Personnel"]
@(unit != null ? unit.Name : $"Unit #{logUnit.UnitId}") + @if (logUnit.Dispatched.HasValue) + { + @logUnit.Dispatched.Value.TimeConverterToString(Model.Department) + } + else + { + + } + + @if (logUnit.Enroute.HasValue) + { + @logUnit.Enroute.Value.TimeConverterToString(Model.Department) + } + else + { + + } + + @if (logUnit.OnScene.HasValue) + { + @logUnit.OnScene.Value.TimeConverterToString(Model.Department) + } + else + { + + } + + @if (logUnit.Released.HasValue) + { + @logUnit.Released.Value.TimeConverterToString(Model.Department) + } + else + { + + } + + @if (logUnit.InQuarters.HasValue) + { + @logUnit.InQuarters.Value.TimeConverterToString(Model.Department) + } + else + { + + } + + @if (unitPersonnel.Any()) + { +
    + @foreach (var p in unitPersonnel) + { +
  • + @if (Model.PersonnelNames.ContainsKey(p.UserId)) + { + @Model.PersonnelNames[p.UserId] + } + else + { + @commonLocalizer["Unknown"] + } +
  • + } +
+ } + else + { + + } +
+
+ } + + @{ + var nonUnitPersonnel = Model.WorkLog.Users != null + ? Model.WorkLog.Users.Where(p => !p.UnitId.HasValue).ToList() + : new List(); + } + @if (nonUnitPersonnel.Any()) + { +

@localizer["Personnel"] (@localizer["PersonnelNotAssignedUnit"])

+ + + + + + + + @foreach (var p in nonUnitPersonnel) + { + + + + } + +
@commonLocalizer["Name"]
+ @if (Model.PersonnelNames.ContainsKey(p.UserId)) + { + @Model.PersonnelNames[p.UserId] + } + else + { + @commonLocalizer["Unknown"] + } +
+ } + +
+
+ } + + @* Attachments *@ + @if (Model.Attachments != null && Model.Attachments.Any()) + { +
+
+
@localizer["Attachments"]
+
+
+ + + + + + + + + + + + @foreach (var attachment in Model.Attachments) + { + + + + + + + + } + +
@commonLocalizer["Name"]@commonLocalizer["Type"]@commonLocalizer["UploadedBy"]@commonLocalizer["Timestamp"]@commonLocalizer["Action"]
@attachment.FileName@attachment.Type + @if (!String.IsNullOrWhiteSpace(attachment.UserId) && Model.PersonnelNames.ContainsKey(attachment.UserId)) + { + @Model.PersonnelNames[attachment.UserId] + } + else + { + + } + @attachment.Timestamp.TimeConverterToString(Model.Department) + + @commonLocalizer["Download"] + +
+
+
+ } + +
+
+ + @* Sidebar *@ +
+
+ +
+
+
@localizer["LogSummary"]
+
+
+
    +
  • + @localizer["LogId"] + #@Model.WorkLog.LogId +
  • +
  • + @localizer["LogType"] + + @logType.ToString() + +
  • +
  • + @localizer["LoggedOn"] + @Model.WorkLog.LoggedOn.TimeConverterToString(Model.Department) +
  • + @if (Model.WorkLog.StartedOn.HasValue && Model.WorkLog.EndedOn.HasValue) + { + var dur = Model.WorkLog.EndedOn.Value - Model.WorkLog.StartedOn.Value; +
  • + @localizer["Duration"] + @($"{(int)dur.TotalHours}h {dur.Minutes}m") +
  • + } +
  • + @commonLocalizer["Units"] + @(Model.WorkLog.Units != null ? Model.WorkLog.Units.Count : 0) +
  • +
  • + @commonLocalizer["Personnel"] + @(Model.WorkLog.Users != null ? Model.WorkLog.Users.Count : 0) +
  • +
  • + @commonLocalizer["Attachments"] + @(Model.Attachments != null ? Model.Attachments.Count : 0) +
  • +
+
+
+ +
+
+
@commonLocalizer["Actions"]
+
+ +
+ +
+
+
+ + diff --git a/Web/Resgrid.Web/Areas/User/Views/Mapping/ViewType.cshtml b/Web/Resgrid.Web/Areas/User/Views/Mapping/ViewType.cshtml index 5ced8bafe..df48d17ca 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Mapping/ViewType.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Mapping/ViewType.cshtml @@ -106,7 +106,7 @@
-
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Messages/Compose.cshtml b/Web/Resgrid.Web/Areas/User/Views/Messages/Compose.cshtml index 3cc537bc6..0c5d9c14d 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Messages/Compose.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Messages/Compose.cshtml @@ -61,9 +61,9 @@
-
-
-
+
+
+
@@ -96,7 +96,7 @@
diff --git a/Web/Resgrid.Web/Areas/User/Views/Notifications/New.cshtml b/Web/Resgrid.Web/Areas/User/Views/Notifications/New.cshtml index b932660b3..7abd930c0 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Notifications/New.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Notifications/New.cshtml @@ -136,13 +136,13 @@
- +
- +
- +
@@ -188,4 +188,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewEvents.cshtml b/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewEvents.cshtml new file mode 100644 index 000000000..70dc564a5 --- /dev/null +++ b/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewEvents.cshtml @@ -0,0 +1,107 @@ +@model Resgrid.Web.Areas.User.Models.Personnel.ViewPersonEventsView +@inject IStringLocalizer localizer +@{ + ViewBag.Title = "Resgrid | " + @localizer["ViewPersonEventsHeader"]; +} +@section Styles + { + +} + +
+
+

@localizer["EventsFor"] @Model.PersonName

+ +
+
+
+ @if (ClaimsAuthorizationHelper.IsUserDepartmentAdmin()) + { + @localizer["ClearAllStatuses"] + } +
+
+
+ +@using (Html.BeginForm("GeneratePersonnelEventsReport", "Personnel", FormMethod.Post, new { area = "User", @class = "form-horizontal" })) +{ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+} + + + +@section Scripts + { + + +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewPerson.cshtml b/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewPerson.cshtml index 926417c18..f1b4d8a22 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewPerson.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Personnel/ViewPerson.cshtml @@ -22,6 +22,11 @@
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Profile/Reporting.cshtml b/Web/Resgrid.Web/Areas/User/Views/Profile/Reporting.cshtml index 71aab5837..841ec759d 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Profile/Reporting.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Profile/Reporting.cshtml @@ -36,7 +36,7 @@
-
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Profile/ViewSchedules.cshtml b/Web/Resgrid.Web/Areas/User/Views/Profile/ViewSchedules.cshtml index 5c3ff05b2..e55bd7c07 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Profile/ViewSchedules.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Profile/ViewSchedules.cshtml @@ -53,7 +53,7 @@
-
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelEventsReport.cshtml b/Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelEventsReport.cshtml new file mode 100644 index 000000000..274801745 --- /dev/null +++ b/Web/Resgrid.Web/Areas/User/Views/Reports/PersonnelEventsReport.cshtml @@ -0,0 +1,101 @@ +@using Resgrid.Model.Helpers +@using Resgrid.Web +@using Resgrid.Web.Helpers +@model Resgrid.Web.Areas.User.Models.Reports.Personnel.PersonnelEventsReportView +@{ + Layout = null; +} + + + + + + Resgrid Personnel Events Report + + + + + + + + + + + + + + + + + +
+
+
+ Resgrid Logo +
+
+ @if (Model.Rows != null && Model.Rows.Count > 0) + { +

@Model.Rows[0].PersonName Events Report

+ } + else + { +

Resgrid Personnel Events Report

+ } +
+
+
+
+ + + + + + + + + + + + @if (Model.Rows != null) + { + @foreach (var row in Model.Rows) + { + + + + + + + + } + } + +
StatusDestination\CallTimestampLocationNote
@row.State@row.DestinationName@row.Timestamp@row.Latitude,@row.Longitude@row.Note
+
+
+
+
+ @Model.RunOn.FormatForDepartment(Model.Department) +
+
+
+ + + + + + diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDays.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDays.cshtml index d5fc91102..4b6da4ab2 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDays.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDays.cshtml @@ -1,8 +1,8 @@ - -@using Resgrid.Model +@using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Shifts.EditShiftView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Edit Shift Calendar"; + ViewBag.Title = "Resgrid | " + localizer["EditShiftCalendarHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -14,16 +14,16 @@
-

Edit Shift Calendar

+

@localizer["EditShiftCalendarHeader"]

@@ -60,8 +60,8 @@
- Cancel - + @localizer["CancelButton"] +
diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDetails.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDetails.cshtml index a2ac6ffe7..7bb110b36 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDetails.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftDetails.cshtml @@ -1,23 +1,23 @@ - -@using Resgrid.Model +@using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Shifts.EditShiftView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Edit Shift Details"; + ViewBag.Title = "Resgrid | " + localizer["EditShiftDetailsHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; }
-

Edit Shift Details

+

@localizer["EditShiftDetailsHeader"]

@@ -48,45 +48,45 @@
- +
- - For example ("A Shift", "B Shift", "C Shift") + + @localizer["NameHelp"]
- +
- - Example ("A", "B", "C") + + @localizer["CodeHelp"]
- +
- Note the text on the Calendar is black, take that into account when picking a shift color as the color will be used as the background + @localizer["ShiftColorNote"]
- +
- When does the shift start for the first day (or only day) + @localizer["StartTimeHelp"]
- +
- When does the shift end for the last day (or only day) + @localizer["EndTimeHelp"]
- +
- - Personnel that are part of a shift but are not assigned to a group (i.e. floaters or roaming personnel) + + @localizer["NonGroupPersonnelHelpEdit"]
@foreach (var group in Model.Groups) @@ -94,15 +94,15 @@
- +
}
- Cancel - + @localizer["CancelButton"] +
@@ -116,4 +116,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftGroups.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftGroups.cshtml index 4611d492b..2acc1ddec 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftGroups.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/EditShiftGroups.cshtml @@ -1,8 +1,8 @@ - -@using Resgrid.Model +@using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Shifts.EditShiftView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Edit Shift Groups"; + ViewBag.Title = "Resgrid | " + localizer["EditShiftGroupsHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -10,16 +10,16 @@
-

Edit Shift Calendar

+

@localizer["EditShiftGroupsHeader"]

@@ -54,9 +54,9 @@ - - - + + + @@ -66,8 +66,8 @@
- Cancel - + @localizer["CancelButton"] +
@@ -86,5 +86,17 @@ $('#editShiftGroupForm').bootstrapValidator('addField', newField); } + } diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/FinishTrade.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/FinishTrade.cshtml index eaec57363..a4c369b3a 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/FinishTrade.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/FinishTrade.cshtml @@ -1,7 +1,8 @@ @using Resgrid.Framework @model Resgrid.Web.Areas.User.Models.Shifts.FinishTradeView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Finish Trade Request"; + ViewBag.Title = "Resgrid | " + localizer["FinalizeTradeHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -245,19 +246,19 @@
-

Finalize Trade

+

@localizer["FinalizeTradeHeader"]

@@ -280,133 +281,55 @@
-
    -
  • - -
    -

    @Model.Trade.SourceShiftSignup.Shift.Name

    -

    Starts at @Model.Trade.SourceShiftSignup.Shift.StartTime

    -
    -
  • -
-
-
- -
-
-
-
-
Shift GroupShift Roles Add Group to Shift@localizer["ShiftGroupColumn"]@localizer["ShiftRolesColumn"] @localizer["AddGroupToShift"]
- - - - - - - - - - - - @{ var users = from u in Model.Trade.Users - let profile = Model.Profiles.FirstOrDefault(x => x.UserId == u.UserId) - where u.Declined == false && u.Offered == true - select new - { - Name = profile.FullName.AsFirstNameLastName, - TradeUser = u - }; - } - @foreach (var u in users) +
+
- Name - - Shift - - Group - - Date - - Time -
+ + + + + + + + + @if (Model.Trade.Users != null) + { + @foreach (var tradeUser in Model.Trade.Users) { - if (u.TradeUser.Declined == false && u.TradeUser.Offered == true) - { - if (u.TradeUser.Shifts != null && u.TradeUser.Shifts.Any()) - { - foreach (var shift in u.TradeUser.Shifts) + var profile = Model.Profiles?.FirstOrDefault(p => p.UserId == tradeUser.UserId); + var userShift = tradeUser.Shifts?.FirstOrDefault(); + + + + - - - - - - - + @localizer["NoneValue"] } - } - else - { - - - - - - - - - } - } + + + } - -
@localizer["NameColumn"]@localizer["DateColumn"]@localizer["ShiftColumn"]
@(profile != null ? profile.FullName.AsFirstNameLastName : tradeUser.UserId) + @if (userShift?.ShiftSignup != null) + { + @userShift.ShiftSignup.ShiftDay.ToShortDateString() + } + else + { + @localizer["NoneValue"] + } + + @if (userShift?.ShiftSignup != null) + { + @userShift.ShiftSignup.Shift.Name + } + else { -
- - - @u.Name - - @shift.ShiftSignup.Shift.Name - - @shift.ShiftSignup.Group.Name - - @shift.ShiftSignup.ShiftDay.ToShortDateString() - - @shift.ShiftSignup.Shift.StartTime -
- - - @u.Name - - None - - None - - None - - None -
+ +
-
+ } + +
- -
-
- Cancel - - @{ - var shifts = Model.Trade.Users.Select(x => x.Shifts).ToList(); - } - @if (Model.Trade.Users.Any() && shifts.Any()) - { - - } -
-
@@ -416,8 +339,5 @@ @section Scripts { - - -} \ No newline at end of file + +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/Index.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/Index.cshtml index b0e79a200..14018b117 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/Index.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/Index.cshtml @@ -1,8 +1,9 @@ @using Resgrid.Model @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Shifts.ShiftsIndexModel +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Shifts"; + ViewBag.Title = "Resgrid | " + localizer["ShiftsHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -29,22 +30,22 @@
-

Shifts

+

@localizer["ShiftsHeader"]

@@ -55,12 +56,12 @@
-
Recurring Group Shifts
+
@localizer["RecurringGroupShifts"]
@if (ClaimsAuthorizationHelper.CanCreateShift()) { }
@@ -70,23 +71,12 @@ - - - - - - + + + + + + @@ -99,33 +89,33 @@ @@ -173,19 +163,18 @@
-
Calendar
+
@localizer["CalendarSectionHeader"]
@if (ClaimsAuthorizationHelper.CanCreateShift()) { }
- @*
*@
diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/NewShift.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/NewShift.cshtml index 999fc7f70..e3ff782fd 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/NewShift.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/NewShift.cshtml @@ -1,7 +1,8 @@ @using Resgrid.Model @model Resgrid.Web.Areas.User.Models.Shifts.NewShiftView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | New Shift"; + ViewBag.Title = "Resgrid | " + localizer["NewShiftHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -20,16 +21,16 @@
-

New Shift

+

@localizer["NewShiftHeader"]

@@ -46,11 +47,11 @@ @@ -59,62 +60,62 @@
-

Welcome to the new Shift wizard. This wizard will guide you through creating a new shift for your department. Below specify your shifts name, code and optional shift color. To continue click the "Next" button in the lower right hand corner.

+

@localizer["NewShiftWizardIntro"]

- +
- - For example ("A Shift", "B Shift", "C Shift") + + @localizer["NameHelp"]
- +
- Example ("A", "B", "C") + @localizer["CodeHelp"]
- +
- For assigned you specify the personnel for the shift, for signup the personnel will assign themselves + @localizer["AssignmentTypeHelp"]
- +
- Note the text on the Calendar is black, take that into account when picking a shift color as the color will be used as the background + @localizer["ShiftColorNote"]
-

Below is where you specify which days the shift will on duty and the start time of shift for the first day. If your shift is contiguous the start time will be for the first shift day (i.e. Day 1 of a 48hour block).

+

@localizer["ScheduleTabIntro"]

- +
- When does the shift start for the first day (or only day) + @localizer["StartTimeHelp"]
- +
- When does the shift end for the last day (or only day) + @localizer["EndTimeHelp"]
@@ -127,15 +128,15 @@
-

Here you can configure the required roles for each group in your department for the shift. Click the "Add group to shift" button to add a group to the shift, your shift can have many groups both station and orginizational. After you select the group (witht he left hand drop down) you can click the "Add role to Group" button to add the required roles for the group.

+

@localizer["SlotsTabIntro"]

- Name - - Type - - Schedule - - Groups - - Personnel - - @localizer["NameColumn"]@localizer["TypeColumn"]@localizer["ScheduleColumn"]@localizer["GroupsColumn"]@localizer["PersonnelColumn"]
@if (g.AssignmentType == (int)ShiftAssignmentTypes.Assigned) { - @Html.Raw("Assigned") + @Html.Raw(localizer["AssignedType"].Value) } else { - @Html.Raw("Signup") + @Html.Raw(localizer["SignupType"].Value) } @if (g.ScheduleType == (int)ShiftScheduleTypes.Manual) { - @Html.Raw("Manual") + @Html.Raw(localizer["ManualSchedule"].Value) } else if (g.ScheduleType == (int)ShiftScheduleTypes.Custom) { - @Html.Raw("Custom") + @Html.Raw(localizer["CustomSchedule"].Value) } else if (g.ScheduleType == (int)ShiftScheduleTypes.FortyEightNintySix) { - @Html.Raw("48 on 96 off") + @Html.Raw(localizer["Schedule48_96"].Value) } else if (g.ScheduleType == (int)ShiftScheduleTypes.TwentyFourFortyEight) { - @Html.Raw("24 on 48 off") + @Html.Raw(localizer["Schedule24_48"].Value) } else if (g.ScheduleType == (int)ShiftScheduleTypes.TwentyFourSeventyTwo) { - @Html.Raw("24 on 72 off") + @Html.Raw(localizer["Schedule24_72"].Value) } @@ -149,13 +139,13 @@ } - View Calendar + @localizer["ViewCalendarButton"] @if (ClaimsAuthorizationHelper.IsUserDepartmentAdmin()) { - Edit Details - Edit Calendar - Edit Groups - Delete + @localizer["EditDetailsButton"] + @localizer["EditCalendarButton"] + @localizer["EditGroupsButton"] + @localizer["DeleteButton"] }
- - - + + + @@ -144,25 +145,24 @@
-

Now select the personnel that are working in this shift for your department. These personnel will dynamically fill the group role slot based upon what group they are in if shift group roles were supplied.

+

@localizer["PersonnelTabIntro"]

- +
- - Personnel assigned to the shift but not directly assigned to a station or organizational group (i.e. floaters or stand-bys) + + @localizer["NonGroupPersonnelHelp"]
- @foreach (var group in Model.Groups) {
- +
} @@ -171,7 +171,7 @@
-

Click the finish button below to create your new shift. If you need to add more days, or change any details you can always edit the shift latter from the Shifts list page.

+

@localizer["FinishTabIntro"]

@@ -180,10 +180,10 @@
@@ -237,21 +237,21 @@ Shift_Name: { validators: { notEmpty: { - message: 'Shift Name is required' + message: '@localizer["ShiftNameRequired"]' } } }, Shift_Code: { validators: { notEmpty: { - message: 'Shift Code is required' + message: '@localizer["ShiftCodeRequired"]' } } }, Shift_StartTime: { validators: { notEmpty: { - message: 'Shift start time is required.' + message: '@localizer["ShiftStartTimeRequired"]' } } } @@ -329,5 +329,22 @@ $('#new_shift').bootstrapValidator('addField', newField); } + } diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/ProcessTrade.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/ProcessTrade.cshtml index a81267067..6feaf260a 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/ProcessTrade.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/ProcessTrade.cshtml @@ -1,7 +1,8 @@ -@using Resgrid.Framework +@using Resgrid.Framework @model Resgrid.Web.Areas.User.Models.Shifts.ProcessTradeView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Process Shift Trade Request"; + ViewBag.Title = "Resgrid | " + localizer["ProcessTradeHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -245,19 +246,19 @@
-

Process Trade Request

+

@localizer["ProcessTradeHeader"]

@@ -290,7 +291,7 @@

@Model.Trade.SourceShiftSignup.Shift.Name

-

Starts at @Model.Trade.SourceShiftSignup.Shift.StartTime

+

@localizer["StartsAtLabel"] @Model.Trade.SourceShiftSignup.Shift.StartTime

@@ -298,24 +299,24 @@
- +
- - Click inside the input to select the shifts you are already on to complete the trade for. If you don't specify any day it's an unbalanced trade. + + @localizer["DatesToTradeHelp"]
-
- -
+ +
+ +
@@ -327,8 +328,5 @@ @section Scripts { - -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/RequestTrade.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/RequestTrade.cshtml index 562d33fa0..260bd74b9 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/RequestTrade.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/RequestTrade.cshtml @@ -1,7 +1,8 @@ @using Resgrid.Framework @model Resgrid.Web.Areas.User.Models.Shifts.RequestTradeView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Request Shift Trade"; + ViewBag.Title = "Resgrid | " + localizer["RequestTradeHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -244,19 +245,19 @@
-

Request Trade

+

@localizer["RequestTradeHeader"]

@@ -272,24 +273,23 @@
@Html.AntiForgeryToken() - @Html.HiddenFor(m => m.ShiftDay.ShiftDayId) @Html.HiddenFor(m => m.Signup.ShiftSignupId)
- -
+ +
- Click inside the input to select to request trade for (only users to meet the shit role needs are shown) + @localizer["UsersToRequestHelp"]
- Cancel - + @localizer["CancelButton"] +
@@ -301,9 +301,5 @@ @section Scripts { - -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftCalendar.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftCalendar.cshtml index fb51de2a1..ab91bf9da 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftCalendar.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftCalendar.cshtml @@ -1,8 +1,10 @@ -@using Resgrid.Model +@using Resgrid.Framework +@using Resgrid.Model @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Shifts.ShiftCalendarView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | " + @Model.Shift.Name + " Calendar"; + ViewBag.Title = "Resgrid | " + Model.Shift.Name + " " + localizer["CalendarSuffix"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -29,16 +31,16 @@
-

@Model.Shift.Name Calendar

+

@Model.Shift.Name @localizer["CalendarSuffix"]

diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftStaffing.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftStaffing.cshtml index a5e77c3c1..1fe283fa7 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftStaffing.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/ShiftStaffing.cshtml @@ -1,7 +1,8 @@ @using Resgrid.Framework @model Resgrid.Web.Areas.User.Models.Shifts.ShiftStaffingView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Shift Staffing"; + ViewBag.Title = "Resgrid | " + localizer["ShiftStaffingHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -11,16 +12,16 @@
-

Shift Staffing

+

@localizer["ShiftStaffingHeader"]

@@ -41,29 +42,29 @@
- +
@Html.DropDownListFor(m => m.ShiftId, new SelectList(Model.Shifts, "ShiftId", "Name"), new { @class = "sl2", style="width:30%;" }) - Select the shift to process staffing for. You will only see shifts you have access to (are the Group Admin of, or Department Admin) + @localizer["ShiftSelectHelp"]
- +
- Select the day to process the staffing for. + @localizer["ShiftDayHelp"]
- +
- +
- +
@@ -72,7 +73,7 @@
- +
@@ -82,8 +83,8 @@
- Cancel - + @localizer["CancelButton"] +
@@ -95,12 +96,17 @@ @section Scripts { - @if (Model.IsDepartmentAdmin) { } else @@ -108,6 +114,12 @@ } diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/Signup.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/Signup.cshtml index 89d215bdb..5040246e1 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/Signup.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/Signup.cshtml @@ -1,9 +1,9 @@ @using Resgrid.Framework @using Resgrid.Model -@using RestSharp.Extensions @model Resgrid.Web.Areas.User.Models.Shifts.ShiftSignupView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Shift Signup"; + ViewBag.Title = "Resgrid | " + localizer["ShiftSignupHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -13,16 +13,16 @@
-

Shift Signup

+

@localizer["ShiftSignupHeader"]

@@ -37,7 +37,7 @@
- Shift Start + @localizer["ShiftStart"]

-
Shift Day Detail
+
@localizer["ShiftDayDetail"]
@@ -59,34 +59,34 @@
-
Type:
+
@localizer["TypeLabel"]
@if (Model.Day.Shift.AssignmentType == (int)ShiftAssignmentTypes.Assigned) { -
Assigned
+
@localizer["AssignedType"]
} else { -
Signup
+
@localizer["SignupType"]
} -
Status:
+
@localizer["StatusLabel"]
@if (Model.Day.Day > DateTime.UtcNow) { -
Upcoming
+
@localizer["Upcoming"]
} else { -
Completed
+
@localizer["Completed"]
} -
Start:
+
@localizer["StartLabel"]
@Model.Day.Shift.StartTime
-
End:
+
@localizer["EndLabel"]
@if (!String.IsNullOrWhiteSpace(Model.Day.Shift.EndTime)) {
@Model.Day.Shift.EndTime
} else { -
No End Time
+
@localizer["NoEndTime"]
}
@@ -98,10 +98,9 @@
-
Groups
+
@localizer["GroupsSectionHeader"]
-
@foreach (var group in Model.Day.Shift.Groups) @@ -112,18 +111,10 @@
Shift GroupShift Roles Add Group to Shift@localizer["ShiftGroupColumn"]@localizer["ShiftRolesColumn"] @localizer["AddGroupToShift"]
- - - - + + + + @@ -132,20 +123,13 @@ @foreach (var role in group.Roles) { - - - + + +
- Role - - Required - - Optional - - Needed - @localizer["RoleColumn"]@localizer["RequiredColumn"]@localizer["OptionalColumn"]@localizer["NeededColumn"]
- @role.Role.Name - - @role.Required - - @role.Optional - @role.Role.Name@role.Required@role.Optional @if (Model.Needs != null && Model.Needs.ContainsKey(group.DepartmentGroupId)) { var needsForGroup = Model.Needs[group.DepartmentGroupId]; - if (needsForGroup.ContainsKey(role.PersonnelRoleId)) { @needsForGroup[role.PersonnelRoleId] @@ -157,16 +141,12 @@ }
-

Signups

+

@localizer["SignupsSectionHeader"]

- - + + @@ -176,29 +156,23 @@ var roles = Model.PersonnelRoles[signup.UserId]; - - + + }
- Name - - Roles - @localizer["NameColumn"]@localizer["RolesColumn"]
- @person.FullName.AsFirstNameLastName - - @string.Join(", ", roles.Select(x => x.Name)) - @person.FullName.AsFirstNameLastName@string.Join(", ", roles.Select(x => x.Name)) @if (ClaimsAuthorizationHelper.IsUserDepartmentOrGroupAdmin(group.DepartmentGroupId) || ClaimsAuthorizationHelper.GetUserId() == signup.UserId) { - Delete Shift Signup + @localizer["DeleteShiftSignup"] }
-

Trades

+

@localizer["TradesSectionHeader"]

- + @@ -211,27 +185,21 @@ if (!String.IsNullOrWhiteSpace(signup.Trade.UserId)) { person2 = Model.UserProfiles[signup.Trade.UserId]; - - message = String.Format("{0} tradded with {1}", person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); } else if (signup.GetTradeType() == ShiftTradeTypes.Source) { person2 = Model.UserProfiles[signup.Trade.TargetShiftSignup.UserId]; - - message = String.Format("{0} tradded with {1}", person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); } else if (signup.GetTradeType() == ShiftTradeTypes.Target) { person2 = Model.UserProfiles[signup.Trade.SourceShiftSignup.UserId]; - - message = String.Format("{0} tradded with {1}", person2.FullName.AsFirstNameLastName, person.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person2.FullName.AsFirstNameLastName, person.FullName.AsFirstNameLastName); } - - + } @@ -241,14 +209,12 @@ { if (!Model.ShiftGroupSignups.ContainsKey(group.DepartmentGroupId) || Model.ShiftGroupSignups[group.DepartmentGroupId] == false) { - Signup for Shift
with @group.DepartmentGroup.Name
+ @localizer["SignupForShiftWith"]
@group.DepartmentGroup.Name
} } } - - diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/SignupSuccess.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/SignupSuccess.cshtml index 08ad1a807..abbc42f44 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/SignupSuccess.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/SignupSuccess.cshtml @@ -1,8 +1,8 @@ @using Resgrid.Framework -@using RestSharp.Extensions @model Resgrid.Web.Areas.User.Models.Shifts.ShiftSignupView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Shift Signup Success"; + ViewBag.Title = "Resgrid | " + localizer["ShiftSignupSuccessHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @@ -242,16 +242,16 @@
-

Shift Signup Success

+

@localizer["ShiftSignupSuccessHeader"]

@@ -263,7 +263,7 @@
- You have successfully signed up for this shift day. If you want to signup for more days of the shift you need to signup for each individual day. + @localizer["SignupSuccessMessage"]  

    @@ -279,11 +279,11 @@ @if (!String.IsNullOrWhiteSpace(Model.Signup.Shift.EndTime)) { -

    Starts at @Model.Signup.Shift.StartTime and Ends at @Model.Signup.Shift.EndTime

    +

    @String.Format(localizer["StartsAtEndsAt"].Value, Model.Signup.Shift.StartTime, Model.Signup.Shift.EndTime)

    } else { -

    Starts at @Model.Signup.Shift.StartTime

    +

    @String.Format(localizer["StartsAt"].Value, Model.Signup.Shift.StartTime)

    }
diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/ViewShift.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/ViewShift.cshtml index 32980af00..ed52ad79e 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/ViewShift.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/ViewShift.cshtml @@ -1,9 +1,9 @@ @using Resgrid.Framework @using Resgrid.Model -@using RestSharp.Extensions @model Resgrid.Web.Areas.User.Models.Shifts.ShiftSignupView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | View Shift"; + ViewBag.Title = "Resgrid | " + localizer["ViewShiftHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } @section Styles @@ -11,19 +11,18 @@ } -
-

View Shift

+

@localizer["ViewShiftHeader"]

@@ -38,7 +37,7 @@
- Shift Start + @localizer["ShiftStart"]

-
Shift Day Detail
+
@localizer["ShiftDayDetail"]
@@ -60,39 +59,36 @@
-
Type:
- +
@localizer["TypeLabel"]
@if (Model.Day.Shift.AssignmentType == (int)ShiftAssignmentTypes.Assigned) { -
Assigned
+
@localizer["AssignedType"]
} else { -
Signup
+
@localizer["SignupType"]
} -
Status:
+
@localizer["StatusLabel"]
@if (Model.Day.Day > DateTime.UtcNow) { -
Upcoming
+
@localizer["Upcoming"]
} else { -
Completed
+
@localizer["Completed"]
} -
Start:
+
@localizer["StartLabel"]
@Model.Day.Shift.StartTime
-
End:
+
@localizer["EndLabel"]
@if (!String.IsNullOrWhiteSpace(Model.Day.Shift.EndTime)) {
@Model.Day.Shift.EndTime
} else { -
No End Time
+
@localizer["NoEndTime"]
}
- -
@@ -102,10 +98,9 @@
-
Groups
+
@localizer["GroupsSectionHeader"]
-
@foreach (var group in Model.Day.Shift.Groups) @@ -116,18 +111,10 @@
- Trade - @localizer["TradeColumn"]
- @message - @message
- - - - + + + + @@ -136,20 +123,13 @@ @foreach (var role in group.Roles) { - - - + + +
- Role - - Required - - Optional - - Needed - @localizer["RoleColumn"]@localizer["RequiredColumn"]@localizer["OptionalColumn"]@localizer["NeededColumn"]
- @role.Role.Name - - @role.Required - - @role.Optional - @role.Role.Name@role.Required@role.Optional @if (Model.Needs != null && Model.Needs.ContainsKey(group.DepartmentGroupId)) { var needsForGroup = Model.Needs[group.DepartmentGroupId]; - if (needsForGroup.ContainsKey(role.PersonnelRoleId)) { @needsForGroup[role.PersonnelRoleId] @@ -161,16 +141,12 @@ }
-

Signups

+

@localizer["SignupsSectionHeader"]

- - + + @@ -178,25 +154,18 @@ { var person = Model.UserProfiles[signup.UserId]; var roles = Model.PersonnelRoles[signup.UserId]; - - - + + }
- Name - - Roles - @localizer["NameColumn"]@localizer["RolesColumn"]
- @person.FullName.AsFirstNameLastName - - @string.Join(", ", roles.Select(x => x.Name)) - @person.FullName.AsFirstNameLastName@string.Join(", ", roles.Select(x => x.Name))
-

Trades

+

@localizer["TradesSectionHeader"]

- + @@ -209,27 +178,21 @@ if (!String.IsNullOrWhiteSpace(signup.Trade.UserId)) { person2 = Model.UserProfiles[signup.Trade.UserId]; - - message = String.Format("{0} tradded with {1}", person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); } else if (signup.GetTradeType() == ShiftTradeTypes.Source) { person2 = Model.UserProfiles[signup.Trade.TargetShiftSignup.UserId]; - - message = String.Format("{0} tradded with {1}", person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person.FullName.AsFirstNameLastName, person2.FullName.AsFirstNameLastName); } else if (signup.GetTradeType() == ShiftTradeTypes.Target) { person2 = Model.UserProfiles[signup.Trade.SourceShiftSignup.UserId]; - - message = String.Format("{0} tradded with {1}", person2.FullName.AsFirstNameLastName, person.FullName.AsFirstNameLastName); + message = String.Format(localizer["TradedWithFormat"].Value, person2.FullName.AsFirstNameLastName, person.FullName.AsFirstNameLastName); } - - + } @@ -237,9 +200,7 @@ } - - diff --git a/Web/Resgrid.Web/Areas/User/Views/Shifts/YourShifts.cshtml b/Web/Resgrid.Web/Areas/User/Views/Shifts/YourShifts.cshtml index 1bf248f18..39e858b59 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Shifts/YourShifts.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Shifts/YourShifts.cshtml @@ -2,24 +2,24 @@ @using Resgrid.Model.Helpers @using Resgrid.Web.Helpers @model Resgrid.Web.Areas.User.Models.Shifts.YourShiftsView +@inject IStringLocalizer localizer @{ - ViewBag.Title = "Resgrid | Your Shifts"; + ViewBag.Title = "Resgrid | " + localizer["YourShiftsHeader"]; Layout = "~/Areas/User/Views/Shared/_UserLayout.cshtml"; } -
-

Your Shifts

+

@localizer["YourShiftsHeader"]

@@ -30,31 +30,19 @@
-
Your Shifts
+
@localizer["YourShiftsHeader"]
- Trade - @localizer["TradeColumn"]
- @message - @message
- - - - - - + + + + + + @@ -62,54 +50,46 @@ @foreach (var s in Model.Signups) { - - - + + + - + @@ -128,25 +108,17 @@
-
Your Pending Trades
+
@localizer["YourPendingTrades"]
- Shift - - Group - - Day - - Approved - - Status - - Timestamp - @localizer["ShiftColumn"]@localizer["GroupColumn"]@localizer["DayColumn"]@localizer["ApprovedColumn"]@localizer["StatusColumn"]@localizer["TimestampColumn"]
- @s.Shift.Name - - @s.Group.Name - - @s.ShiftDay.ToShortDateString() - @s.Shift.Name@s.Group.Name@s.ShiftDay.ToShortDateString() @if (s.Denied) { - No + @localizer["ApprovedNo"] } else { - Yes + @localizer["ApprovedYes"] } @if (s.Trade != null && s.Trade.IsTradeComplete()) { - Trade Complete + @localizer["TradeComplete"] } else if (s.Trade != null && !s.Trade.IsTradeComplete()) { - Trade In Progress + @localizer["TradeInProgress"] } else { - Normal + @localizer["Normal"] } - @s.SignupTimestamp.TimeConverterToString(Model.Department) - @s.SignupTimestamp.TimeConverterToString(Model.Department) @if (s.ShiftDay > DateTime.UtcNow.TimeConverter(Model.Department) && s.Trade == null) { - Decline Shift Day + @localizer["DeclineShiftDay"] } @if (s.ShiftDay > DateTime.UtcNow.TimeConverter(Model.Department) && s.Trade == null) { - Request Trade + @localizer["RequestTrade"] } @if (s.Trade != null && !s.Trade.IsTradeComplete()) { - Finish Trade + @localizer["FinishTrade"] }
- - - - + + + + @@ -154,38 +126,30 @@ @foreach (var t in Model.Trades) { - - - - + + + + @@ -202,4 +166,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/Web/Resgrid.Web/Areas/User/Views/Units/ViewEvents.cshtml b/Web/Resgrid.Web/Areas/User/Views/Units/ViewEvents.cshtml index f8d9497da..8ed5873a2 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Units/ViewEvents.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Units/ViewEvents.cshtml @@ -41,7 +41,7 @@
-
+
- Shift - - Group - - Day - - Time - @localizer["ShiftColumn"]@localizer["GroupColumn"]@localizer["DayColumn"]@localizer["TimeColumn"]
- @t.SourceShiftSignup.Shift.Name - - @t.SourceShiftSignup.Group.Name - - @t.SourceShiftSignup.ShiftDay.ToShortDateString() - - @t.SourceShiftSignup.Shift.StartTime - @t.SourceShiftSignup.Shift.Name@t.SourceShiftSignup.Group.Name@t.SourceShiftSignup.ShiftDay.ToShortDateString()@t.SourceShiftSignup.Shift.StartTime @if (t.GetState(ClaimsAuthorizationHelper.GetUserId()) == ShiftSignupTradeStates.Open) { - Process Trade Request + @localizer["ProcessTradeRequest"] } else if (t.GetState(ClaimsAuthorizationHelper.GetUserId()) == ShiftSignupTradeStates.Declined) { - Declined + @localizer["Declined"] } else if (t.GetState(ClaimsAuthorizationHelper.GetUserId()) == ShiftSignupTradeStates.Accepted) { - Accepted + @localizer["Accepted"] } else if (t.GetState(ClaimsAuthorizationHelper.GetUserId()) == ShiftSignupTradeStates.Filled) { - Filled + @localizer["Filled"] } else if (t.GetState(ClaimsAuthorizationHelper.GetUserId()) == ShiftSignupTradeStates.Proposed) { - Trade Offered + @localizer["TradeOffered"] }
diff --git a/Web/Resgrid.Web/Areas/User/Views/Units/_SmallUnitsGridPartial.cshtml b/Web/Resgrid.Web/Areas/User/Views/Units/_SmallUnitsGridPartial.cshtml index c5f923f5f..006480644 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Units/_SmallUnitsGridPartial.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Units/_SmallUnitsGridPartial.cshtml @@ -1,6 +1,6 @@ @inject IStringLocalizer localizer -
+
diff --git a/Web/Resgrid.Web/Areas/User/Views/Workshifts/New.cshtml b/Web/Resgrid.Web/Areas/User/Views/Workshifts/New.cshtml index 06ee41e83..88fe52e93 100644 --- a/Web/Resgrid.Web/Areas/User/Views/Workshifts/New.cshtml +++ b/Web/Resgrid.Web/Areas/User/Views/Workshifts/New.cshtml @@ -102,7 +102,7 @@
- +
diff --git a/Web/Resgrid.Web/Helpers/ClaimsAuthorizationHelper.cs b/Web/Resgrid.Web/Helpers/ClaimsAuthorizationHelper.cs index 86095eb6a..4bcd76b9a 100644 --- a/Web/Resgrid.Web/Helpers/ClaimsAuthorizationHelper.cs +++ b/Web/Resgrid.Web/Helpers/ClaimsAuthorizationHelper.cs @@ -159,6 +159,11 @@ public static bool CanCreateLog() return GetClaimsPrincipal().HasClaim(ResgridClaimTypes.Resources.Log, ResgridClaimTypes.Actions.Create); } + public static bool CanDeleteLog() + { + return GetClaimsPrincipal().HasClaim(ResgridClaimTypes.Resources.Log, ResgridClaimTypes.Actions.Delete); + } + public static bool CanCreateShift() { return GetClaimsPrincipal().HasClaim(ResgridClaimTypes.Resources.Shift, ResgridClaimTypes.Actions.Create); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.callsettings.js b/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.callsettings.js index 02fbd83a9..c4bc19ad0 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.callsettings.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.callsettings.js @@ -5,14 +5,20 @@ var resgrid; var callsettings; (function (callsettings) { $(document).ready(function () { - // Load call email types and render as a selectable list + // Load call email types and render as a selectable list with preview images $.getJSON(resgrid.absoluteBaseUrl + '/User/Department/GetCallEmailTypes', function (data) { - var $list = $("#listView").empty(); + var $list = $("#listView").empty().addClass('call-email-type-list'); $.each(data, function (i, item) { var checked = item.Id == $("#CallType").val() ? 'checked' : ''; + var imgSrc = resgrid.absoluteBaseUrl + '/images/CallEmails/' + item.Code + '.png'; $list.append( - '
' + - '' + + '' ); }); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.textsettings.js b/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.textsettings.js index 1854a5677..15542aefe 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.textsettings.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/department/resgrid.department.textsettings.js @@ -6,14 +6,20 @@ var resgrid; var textsettings; (function (textsettings) { $(document).ready(function () { - // Load call text types and render as a selectable list + // Load call text types and render as a selectable list with preview images $.getJSON(resgrid.absoluteBaseUrl + '/User/Department/GetCallTextTypes', function (data) { - var $list = $("#textTypesListView").empty(); + var $list = $("#textTypesListView").empty().addClass('call-text-type-list'); $.each(data, function (i, item) { var checked = item.Id == $("#TextCallType").val() ? 'checked' : ''; + var imgSrc = resgrid.absoluteBaseUrl + '/images/CallTexts/' + item.Code + '.png'; $list.append( - '
' + - '' + + '
' + + '' + '
' ); }); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.addArchivedCall.js b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.addArchivedCall.js index 4f9039c2e..b6995bcaa 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.addArchivedCall.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.addArchivedCall.js @@ -1,4 +1,3 @@ - var resgrid; (function (resgrid) { var dispatch; @@ -6,29 +5,46 @@ var resgrid; var addArchivedCall; (function (addArchivedCall) { var personnelTable, unitsTable; + addArchivedCall.protocolCount = 0; + addArchivedCall.protocolData = {}; $(document).ready(function () { callMarker = null; map = null; - let quill = new Quill('#editor-container', { + let quillNature = new Quill('#nature-container', { placeholder: '', theme: 'snow' }); - let quill2 = new Quill('#editor-container2', { + let quillNotes = new Quill('#note-container', { placeholder: '', theme: 'snow' }); $(document).on('submit', '#addArchivedCallForm', function () { - $('#Call_NatureOfCall').val(quill.root.innerHTML); - $('#Call_Notes').val(quill2.root.innerHTML); + $('#Call_NatureOfCall').val(quillNature.root.innerHTML); + $('#Call_Notes').val(quillNotes.root.innerHTML); return true; }); + if (newCallFormData) { + let newCallForm = $('#fb-template').formRender({ + dataType: 'json', + formData: newCallFormData + }); + + $("#saveNewCallFrom").click(function (evt) { + var data = JSON.stringify(newCallForm.userData); + $("#Call_CallFormData").val(data); + }); + } $('#Call_LoggedOn').datetimepicker({ step: 5 }); + + $('#PrimaryContact').select2(); + $('#AdditionalContacts').select2(); + $("#Call_Address").bind("keypress", function (event) { if (event.keyCode == 13) { $("#searchButton").click(); @@ -42,6 +58,14 @@ var resgrid; } }); + $("#CallPriority").change(function () { + checkForProtocols(); + }); + + $("#Call_Type").change(function () { + checkForProtocols(); + }); + const tiles1 = L.tileLayer( osmTileUrl, { @@ -59,7 +83,6 @@ var resgrid; $("#Latitude").val(e.latlng.lat.toString()); $("#Longitude").val(e.latlng.lng.toString()); - //$("#What3Word").val(''); map.panTo(e.latlng); @@ -134,6 +157,75 @@ var resgrid; }); evt.preventDefault(); }); + + $('#protocolQuestionWindow').on('show.bs.modal', function (event) { + var protocolId = $(event.relatedTarget).data('protocolid'); + + var protocol = null; + for (var i = 0; i < resgrid.dispatch.addArchivedCall.protocolData.length; i++) { + if (resgrid.dispatch.addArchivedCall.protocolData[i].Id === protocolId) { + protocol = resgrid.dispatch.addArchivedCall.protocolData[i]; + break; + } + } + + var modal = $(this); + modal.find('.modal-title').text(`Questions for ${protocol.Name}`); + + var questionHtml = ""; + for (var t = 0; t < protocol.Questions.length; t++) { + var question = protocol.Questions[t]; + questionHtml = questionHtml + `
'; + } + modal.find('.modal-body').empty(); + modal.find('.modal-body').append(questionHtml); + + $('#processQuestionAnswers').removeAttr("data-protocolid"); + $('#processQuestionAnswers').attr('data-protocolid', protocol.Id); + }); + + $('#processQuestionAnswers').click(function () { + var buttonProtocolId = $('#processQuestionAnswers').attr('data-protocolid'); + $('#protocolQuestionWindow').modal('hide'); + + var protocol = null; + for (var i = 0; i < resgrid.dispatch.addArchivedCall.protocolData.length; i++) { + if (resgrid.dispatch.addArchivedCall.protocolData[i].Id === Number(buttonProtocolId)) { + protocol = resgrid.dispatch.addArchivedCall.protocolData[i]; + break; + } + } + + var totalAnswerWeight = 0; + for (var t = 0; t < protocol.Questions.length; t++) { + var question = protocol.Questions[t]; + var answerWeight = $(`#questionAnswer_${question.Id}`).val(); + if (answerWeight) { + totalAnswerWeight = totalAnswerWeight + Number(answerWeight); + } + } + + $(`#answerProcotolQuestions_${protocol.Id}`).removeClass("btn-warning btn-success btn-inverse"); + + if (totalAnswerWeight >= protocol.MinimumWeight) { + $(`#pendingProtocol_${protocol.Id}`).val('1'); + $(`#answerProcotolQuestions_${protocol.Id}`).addClass("btn-success"); + } else { + $(`#answerProcotolQuestions_${protocol.Id}`).addClass("btn-inverse"); + } + }); + $('#addNewLinkedCall').click(function () { var data = $('#selectLinkedCall').select2('data'); @@ -141,6 +233,7 @@ var resgrid; $('#selectCallNote').val(''); $('#selectLinkedCall').empty(); }); + personnelTable = $("#personnelGrid").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelForCallGrid?callLat=' + $("#Latitude").val() + '&callLong=' + $("#Longitude").val(), dataSrc: '' }, paging: false, @@ -206,25 +299,30 @@ var resgrid; $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { if (e.target && e.target.textContent === "Personnel") { personnelTable.columns.adjust(); } else if (e.target && e.target.textContent === "Groups") { groupsTable.columns.adjust(); } - else if (e.target && e.target.textContent === "Units") { unitsTable.columns.adjust(); } else if (e.target && e.target.textContent === "Roles") { rolesTable.columns.adjust(); } }); + + checkForProtocols(); centerMap(); }); + function centerMap() { if (centerLat && centerLng) { map.panTo(new L.LatLng(centerLat, centerLng)); } } addArchivedCall.centerMap = centerMap; + function foundLocation(position) { map.panTo(new L.LatLng(position.coords.latitude, position.coords.longitude)); } addArchivedCall.foundLocation = foundLocation; + function noLocation() { map.panTo(new L.LatLng(-34.397, 150.644)); } addArchivedCall.noLocation = noLocation; + function setMarkerLocation(lat, lng) { if (callMarker) { callMarker.setLatLng(new L.LatLng(lat, lng)); @@ -238,13 +336,13 @@ var resgrid; $("#Latitude").val(position.lat); $("#Longitude").val(position.lng); - //$("#What3Word").val(''); resgrid.dispatch.addArchivedCall.geocodeCoordinates(position.lat, position.lng); }); } } addArchivedCall.setMarkerLocation = setMarkerLocation; + function geocodeCoordinates(lat, lng) { if (google && google.maps) { let geocoder = new google.maps.Geocoder(); @@ -264,6 +362,7 @@ var resgrid; } } addArchivedCall.geocodeCoordinates = geocodeCoordinates; + function findLocation(pos) { var geocoder = new google.maps.Geocoder(); geocoder.geocode({ @@ -280,11 +379,94 @@ var resgrid; $("#Longitude").val(pos.lng().toString()); } addArchivedCall.findLocation = findLocation; + function refreshPersonnelGrid() { personnelTable.ajax.url(resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelForCallGrid?callLat=' + $("#Latitude").val() + '&callLong=' + $("#Longitude").val()).load(); unitsTable.ajax.url(resgrid.absoluteBaseUrl + '/User/Units/GetUnitsForCallGrid?callLat=' + $("#Latitude").val() + '&callLong=' + $("#Longitude").val()).load(); } addArchivedCall.refreshPersonnelGrid = refreshPersonnelGrid; + + function fillCallTemplate() { + var templateId = $('#CallTemplateId').val(); + + if (templateId && templateId > 0) { + $.ajax({ + url: resgrid.absoluteBaseUrl + '/User/Templates/GetTemplate?id=' + templateId, + contentType: 'application/json', + type: 'GET' + }).done(function (data) { + if (data) { + if (data.CallName && data.CallName.length > 0) { + $('#Call_Name').val(data.CallName); + } + + if (data.CallNature && data.CallNature.length > 0) { + $('#Call_NatureOfCall').val(data.CallNature); + } + + if (data.CallType && data.CallType.length > 0) { + $('#Call_Type').val(data.CallType); + } + + if (data.CallPriority && data.CallPriority >= 0) { + $('#CallPriority').val(data.CallPriority); + } + } + }); + } + } + addArchivedCall.fillCallTemplate = fillCallTemplate; + + function checkForProtocols() { + var callPriorityVal = $('#CallPriority').val(); + var callTypeVal = $('#Call_Type').val(); + + $("#protocols tr").remove(); + + $.ajax({ + url: resgrid.absoluteBaseUrl + `/User/Protocols/GetProtocolsForPrioType?priority=${callPriorityVal}&type=${callTypeVal}`, + contentType: 'application/json', + type: 'GET' + }).done(function (data) { + if (data) { + resgrid.dispatch.addArchivedCall.protocolCount = 0; + + resgrid.dispatch.addArchivedCall.protocolData = data; + for (var i = 0; i < data.length; i++) { + var pendingProtocol = data[i]; + + if (pendingProtocol.State === 1 || pendingProtocol.State === 2) { + resgrid.dispatch.addArchivedCall.addProtocol(pendingProtocol.Id, pendingProtocol.Name, pendingProtocol.Code, pendingProtocol.State); + } + } + } + }); + } + addArchivedCall.checkForProtocols = checkForProtocols; + + function addProtocol(id, name, code, state) { + resgrid.dispatch.addArchivedCall.protocolCount++; + $('#protocols tbody').first().append(` + ${code} + ${name} + ${resgrid.dispatch.addArchivedCall.getStatusField(id, state, code)} + `); + } + addArchivedCall.addProtocol = addProtocol; + + function getStatusField(id, state, code) { + if (state === 0) { + return "Inactive"; + } else if (state === 1) { + return `Active `; + } else if (state === 2) { + return `Answer Questions `; + } else { + return "Unknown"; + } + } + addArchivedCall.getStatusField = getStatusField; + })(addArchivedCall = dispatch.addArchivedCall || (dispatch.addArchivedCall = {})); })(dispatch = resgrid.dispatch || (resgrid.dispatch = {})); })(resgrid || (resgrid = {})); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.dashboard.js b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.dashboard.js index 41a9212a4..d3c2f9946 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.dashboard.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.dashboard.js @@ -12,20 +12,33 @@ var resgrid; activeCallsTable = $("#activeCallsList").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Dispatch/GetActiveCallsList', dataSrc: '' }, pageLength: 50, + order: [[2, 'desc']], columns: [ { data: 'Number', title: 'Number' }, { data: 'Name', title: 'Name' }, - { data: 'Timestamp', title: 'Timestamp' }, { - data: null, title: 'Priority', orderable: false, + data: 'Priority', title: 'Priority', render: function (data, type, row) { return '' + row.Priority + ''; } }, + { + data: 'Timestamp', title: 'Timestamp', defaultContent: '', + render: function (data, type, row) { + if (type === 'sort' || type === 'type') { return row.LoggedOn || 0; } + return data || ''; + } + }, { data: 'CallId', title: 'Actions', orderable: false, render: function (data, type, row) { - var html = 'View '; + var html = 'View '; + if (row.CanUpdateCall) { + html += 'Update '; + } + if (row.CanCloseCall) { + html += 'Close '; + } if (row.CanDeleteCall) { html += 'Delete'; } diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.editcall.js b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.editcall.js index 3a9f8a212..c8a21668e 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.editcall.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/dispatch/resgrid.dispatch.editcall.js @@ -1,4 +1,3 @@ - var resgrid; (function (resgrid) { var dispatch; @@ -6,15 +5,46 @@ var resgrid; var editcall; (function (editcall) { var personnelTable, groupsTable, unitsTable, rolesTable; + var initialDrawCount = 0; + var totalTables = 4; + editcall.protocolCount = 0; + editcall.protocolData = {}; $(document).ready(function () { callMarker = null; map = null; - let quillNote2 = new Quill('#nature-container', { + let quillNature = new Quill('#nature-container', { placeholder: '', theme: 'snow' }); + let quillNotes = new Quill('#note-container', { + placeholder: '', + theme: 'snow' + }); + + $(document).on('submit', '#updateCallForm', function () { + $('#Call_Notes').val(quillNotes.root.innerHTML); + $('#Call_NatureOfCall').val(quillNature.root.innerHTML); + + return true; + }); + + if (newCallFormData) { + let newCallForm = $('#fb-template').formRender({ + dataType: 'json', + formData: newCallFormData + }); + + $("#saveNewCallFrom").click(function (evt) { + var data = JSON.stringify(newCallForm.userData); + $("#Call_CallFormData").val(data); + }); + } + + $('#PrimaryContact').select2(); + $('#AdditionalContacts').select2(); + $("#Call_Address").bind("keypress", function (event) { if (event.keyCode == 13) { $("#searchButton").click(); @@ -28,19 +58,12 @@ var resgrid; } }); - $('#PrimaryContact').select2(); - $('#AdditionalContacts').select2(); - - let quillNote = new Quill('#note-container', { - placeholder: '', - theme: 'snow' + $("#CallPriority").change(function () { + checkForProtocols(); }); - $(document).on('submit', '#updateCallForm', function () { - $('#Call_Notes').val(quillNote.root.innerHTML); - $('#Call_NatureOfCall').val(quillNote2.root.innerHTML); - - return true; + $("#Call_Type").change(function () { + checkForProtocols(); }); $("#selectLinkedCall").select2({ @@ -56,6 +79,7 @@ var resgrid; }, } }); + $.ajax({ url: resgrid.absoluteBaseUrl + '/User/Dispatch/GetMapDataForCall?callId=' + callId, contentType: 'application/json; charset=utf-8', @@ -80,7 +104,6 @@ var resgrid; $("#Latitude").val(e.latlng.lat.toString()); $("#Longitude").val(e.latlng.lng.toString()); - //$("#What3Word").val(''); map.panTo(e.latlng); resgrid.dispatch.editcall.geocodeCoordinates(e.latlng.lat, e.latlng.lng); @@ -89,6 +112,7 @@ var resgrid; resgrid.dispatch.editcall.setMarkerLocation(data.centerLat, data.centerLon); } }); + $("#searchButton").click(function (evt) { var where = jQuery.trim($("#Call_Address").val()); if (where.length < 1) @@ -116,6 +140,7 @@ var resgrid; } evt.preventDefault(); }); + $("#findw3wButton").click(function (evt) { var word = jQuery.trim($("#What3Word").val()); if (word.length < 1) @@ -130,18 +155,86 @@ var resgrid; $("#Latitude").val(data.Latitude); $("#Longitude").val(data.Longitude); - //$("#What3Word").val(''); resgrid.dispatch.editcall.geocodeCoordinates(data.Latitude, data.Longitude); resgrid.dispatch.editcall.setMarkerLocation(data.Latitude, data.Longitude); } else { - alert("What3Words was unable to find a location for those workds. Ensure its 3 words seperated by periods."); + alert("What3Words was unable to find a location for those words. Ensure its 3 words separated by periods."); } }); evt.preventDefault(); }); + + $('#protocolQuestionWindow').on('show.bs.modal', function (event) { + var protocolId = $(event.relatedTarget).data('protocolid'); + + var protocol = null; + for (var i = 0; i < resgrid.dispatch.editcall.protocolData.length; i++) { + if (resgrid.dispatch.editcall.protocolData[i].Id === protocolId) { + protocol = resgrid.dispatch.editcall.protocolData[i]; + break; + } + } + + var modal = $(this); + modal.find('.modal-title').text(`Questions for ${protocol.Name}`); + + var questionHtml = ""; + for (var t = 0; t < protocol.Questions.length; t++) { + var question = protocol.Questions[t]; + questionHtml = questionHtml + `
'; + } + modal.find('.modal-body').empty(); + modal.find('.modal-body').append(questionHtml); + + $('#processQuestionAnswers').removeAttr("data-protocolid"); + $('#processQuestionAnswers').attr('data-protocolid', protocol.Id); + }); + + $('#processQuestionAnswers').click(function () { + var buttonProtocolId = $('#processQuestionAnswers').attr('data-protocolid'); + $('#protocolQuestionWindow').modal('hide'); + + var protocol = null; + for (var i = 0; i < resgrid.dispatch.editcall.protocolData.length; i++) { + if (resgrid.dispatch.editcall.protocolData[i].Id === Number(buttonProtocolId)) { + protocol = resgrid.dispatch.editcall.protocolData[i]; + break; + } + } + + var totalAnswerWeight = 0; + for (var t = 0; t < protocol.Questions.length; t++) { + var question = protocol.Questions[t]; + var answerWeight = $(`#questionAnswer_${question.Id}`).val(); + if (answerWeight) { + totalAnswerWeight = totalAnswerWeight + Number(answerWeight); + } + } + + $(`#answerProcotolQuestions_${protocol.Id}`).removeClass("btn-warning btn-success btn-inverse"); + + if (totalAnswerWeight >= protocol.MinimumWeight) { + $(`#pendingProtocol_${protocol.Id}`).val('1'); + $(`#answerProcotolQuestions_${protocol.Id}`).addClass("btn-success"); + } else { + $(`#answerProcotolQuestions_${protocol.Id}`).addClass("btn-inverse"); + } + }); + $('#addNewLinkedCall').click(function () { var data = $('#selectLinkedCall').select2('data'); @@ -149,6 +242,7 @@ var resgrid; $('#selectCallNote').val(''); $('#selectLinkedCall').empty(); }); + personnelTable = $("#personnelGrid").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelForCallGrid?callLat=' + encodeURI($("#Latitude").val()) + '&callLong=' + encodeURI($("#Longitude").val()), dataSrc: '' }, paging: false, @@ -164,7 +258,8 @@ var resgrid; }); personnelTable.on('draw', function() { $('#personnelGrid thead th:first').html(''); - resgrid.dispatch.editcall.updateDispatchedEntities(); + initialDrawCount++; + if (initialDrawCount >= totalTables) { resgrid.dispatch.editcall.updateDispatchedEntities(); } }); groupsTable = $("#groupsGrid").DataTable({ @@ -178,7 +273,8 @@ var resgrid; }); groupsTable.on('draw', function() { $('#groupsGrid thead th:first').html(''); - resgrid.dispatch.editcall.updateDispatchedEntities(); + initialDrawCount++; + if (initialDrawCount >= totalTables) { resgrid.dispatch.editcall.updateDispatchedEntities(); } }); unitsTable = $("#unitsGrid").DataTable({ @@ -194,7 +290,8 @@ var resgrid; }); unitsTable.on('draw', function() { $('#unitsGrid thead th:first').html(''); - resgrid.dispatch.editcall.updateDispatchedEntities(); + initialDrawCount++; + if (initialDrawCount >= totalTables) { resgrid.dispatch.editcall.updateDispatchedEntities(); } }); rolesTable = $("#rolesGrid").DataTable({ @@ -208,7 +305,8 @@ var resgrid; }); rolesTable.on('draw', function() { $('#rolesGrid thead th:first').html(''); - resgrid.dispatch.editcall.updateDispatchedEntities(); + initialDrawCount++; + if (initialDrawCount >= totalTables) { resgrid.dispatch.editcall.updateDispatchedEntities(); } }); $('#checkAllPersonnel').on('click', function () { $('#personnelGrid').find(':checkbox').prop('checked', this.checked); }); @@ -218,10 +316,12 @@ var resgrid; $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { if (e.target && e.target.textContent === "Personnel") { personnelTable.columns.adjust(); } else if (e.target && e.target.textContent === "Groups") { groupsTable.columns.adjust(); } - else if (e.target && e.target.textContent === "Units") { unitsTable.columns.adjust(); } else if (e.target && e.target.textContent === "Roles") { rolesTable.columns.adjust(); } }); + + checkForProtocols(); }); + function findLocation(pos) { if (google && google.maps) { var geocoder = new google.maps.Geocoder(); @@ -243,6 +343,7 @@ var resgrid; } } editcall.findLocation = findLocation; + function setMarkerLocation(lat, lng) { if (callMarker) { callMarker.setLatLng(new L.LatLng(lat, lng)); @@ -262,6 +363,7 @@ var resgrid; } } editcall.setMarkerLocation = setMarkerLocation; + function geocodeCoordinates(lat, lng) { if (google && google.maps) { let geocoder = new google.maps.Geocoder(); @@ -281,11 +383,13 @@ var resgrid; } } editcall.geocodeCoordinates = geocodeCoordinates; + function refreshPersonnelGrid() { personnelTable.ajax.url(resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelForCallGrid?callLat=' + encodeURI($("#Latitude").val()) + '&callLong=' + encodeURI($("#Longitude").val())).load(); unitsTable.ajax.url(resgrid.absoluteBaseUrl + '/User/Units/GetUnitsForCallGrid?callLat=' + encodeURI($("#Latitude").val()) + '&callLong=' + encodeURI($("#Longitude").val())).load(); } editcall.refreshPersonnelGrid = refreshPersonnelGrid; + function updateDispatchedEntities() { $.ajax({ url: resgrid.absoluteBaseUrl + '/User/Dispatch/GetAllDispatchesForCall?callId=' + callId, @@ -298,6 +402,88 @@ var resgrid; }); } editcall.updateDispatchedEntities = updateDispatchedEntities; + + function fillCallTemplate() { + var templateId = $('#CallTemplateId').val(); + + if (templateId && templateId > 0) { + $.ajax({ + url: resgrid.absoluteBaseUrl + '/User/Templates/GetTemplate?id=' + templateId, + contentType: 'application/json', + type: 'GET' + }).done(function (data) { + if (data) { + if (data.CallName && data.CallName.length > 0) { + $('#Call_Name').val(data.CallName); + } + + if (data.CallNature && data.CallNature.length > 0) { + $('#Call_NatureOfCall').val(data.CallNature); + } + + if (data.CallType && data.CallType.length > 0) { + $('#Call_Type').val(data.CallType); + } + + if (data.CallPriority && data.CallPriority >= 0) { + $('#CallPriority').val(data.CallPriority); + } + } + }); + } + } + editcall.fillCallTemplate = fillCallTemplate; + + function checkForProtocols() { + var callPriorityVal = $('#CallPriority').val(); + var callTypeVal = $('#Call_Type').val(); + + $("#protocols tr").remove(); + + $.ajax({ + url: resgrid.absoluteBaseUrl + `/User/Protocols/GetProtocolsForPrioType?priority=${callPriorityVal}&type=${callTypeVal}`, + contentType: 'application/json', + type: 'GET' + }).done(function (data) { + if (data) { + resgrid.dispatch.editcall.protocolCount = 0; + + resgrid.dispatch.editcall.protocolData = data; + for (var i = 0; i < data.length; i++) { + var pendingProtocol = data[i]; + + if (pendingProtocol.State === 1 || pendingProtocol.State === 2) { + resgrid.dispatch.editcall.addProtocol(pendingProtocol.Id, pendingProtocol.Name, pendingProtocol.Code, pendingProtocol.State); + } + } + } + }); + } + editcall.checkForProtocols = checkForProtocols; + + function addProtocol(id, name, code, state) { + resgrid.dispatch.editcall.protocolCount++; + $('#protocols tbody').first().append(` + ${code} + ${name} + ${resgrid.dispatch.editcall.getStatusField(id, state, code)} + `); + } + editcall.addProtocol = addProtocol; + + function getStatusField(id, state, code) { + if (state === 0) { + return "Inactive"; + } else if (state === 1) { + return `Active `; + } else if (state === 2) { + return `Answer Questions `; + } else { + return "Unknown"; + } + } + editcall.getStatusField = getStatusField; + })(editcall = dispatch.editcall || (dispatch.editcall = {})); })(dispatch = resgrid.dispatch || (resgrid.dispatch = {})); })(resgrid || (resgrid = {})); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.editgroup.js b/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.editgroup.js index fb4d212db..4a3632d7a 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.editgroup.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.editgroup.js @@ -7,7 +7,23 @@ var resgrid; (function (editgroup) { $(document).ready(function () { var groupUrl = resgrid.absoluteBaseUrl + '/User/Department/GetRecipientsForGrid?filter=3&filterNotInGroup=true&ignoreGroupId=' + $('#EditGroup_DepartmentGroupId').val(); - function initGroupSelect2(selector) { + + function showDuplicateError(userName) { + var alertId = 'groupDuplicateAlert'; + $('#' + alertId).remove(); + var alertHtml = ''; + $('.ibox-content form').prepend(alertHtml); + $('html, body').animate({ scrollTop: 0 }, 'fast'); + } + + function getSelectedIds(selector) { + return $(selector).val() || []; + } + + function initGroupSelect2(selector, otherSelector) { $(selector).select2({ placeholder: "Select users...", allowClear: true, @@ -19,10 +35,20 @@ var resgrid; return { results: $.map(data, function (u) { return { id: u.Id, text: u.Name }; }) }; } } + }).on('select2:select', function (e) { + var selectedId = e.params.data.id; + var selectedName = e.params.data.text; + var otherIds = getSelectedIds(otherSelector); + if (otherIds.indexOf(selectedId) !== -1) { + var currentVals = getSelectedIds(selector).filter(function (v) { return v !== selectedId; }); + $(selector).val(currentVals).trigger('change'); + showDuplicateError(selectedName); + } }); } - initGroupSelect2("#groupAdmins"); - initGroupSelect2("#groupUsers"); + + initGroupSelect2("#groupAdmins", "#groupUsers"); + initGroupSelect2("#groupUsers", "#groupAdmins"); $.ajax({ url: resgrid.absoluteBaseUrl + '/User/Groups/GetMembersForGroup?groupId=' + $('#EditGroup_DepartmentGroupId').val() + '&includeAdmins=true&includeNormal=false', contentType: 'application/json', type: 'GET' diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.newgroup.js b/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.newgroup.js index 30b5da1e0..793a0b9c3 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.newgroup.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/groups/resgrid.groups.newgroup.js @@ -19,7 +19,23 @@ var resgrid; $("#StationAddress").hide(); } var groupUrl = resgrid.absoluteBaseUrl + '/User/Department/GetRecipientsForGrid?filter=3&filterNotInGroup=true'; - function initGroupSelect2(selector) { + + function showDuplicateError(userName) { + var alertId = 'groupDuplicateAlert'; + $('#' + alertId).remove(); + var alertHtml = ''; + $('.ibox-content form').prepend(alertHtml); + $('html, body').animate({ scrollTop: 0 }, 'fast'); + } + + function getSelectedIds(selector) { + return $(selector).val() || []; + } + + function initGroupSelect2(selector, otherSelector) { $(selector).select2({ placeholder: "Select users...", allowClear: true, @@ -31,10 +47,21 @@ var resgrid; return { results: $.map(data, function (u) { return { id: u.Id, text: u.Name }; }) }; } } + }).on('select2:select', function (e) { + var selectedId = e.params.data.id; + var selectedName = e.params.data.text; + var otherIds = getSelectedIds(otherSelector); + if (otherIds.indexOf(selectedId) !== -1) { + // Remove from this list + var currentVals = getSelectedIds(selector).filter(function (v) { return v !== selectedId; }); + $(selector).val(currentVals).trigger('change'); + showDuplicateError(selectedName); + } }); } - initGroupSelect2("#groupAdmins"); - initGroupSelect2("#groupUsers"); + + initGroupSelect2("#groupAdmins", "#groupUsers"); + initGroupSelect2("#groupUsers", "#groupAdmins"); $("#getPrintersButton").click(function () { if ($('#apiKey').val()) { $.ajax({ diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.adjust.js b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.adjust.js index 8c111e8c1..58863bcff 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.adjust.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.adjust.js @@ -13,6 +13,7 @@ var resgrid; $("#Inventory_Amount").attr({ type: 'number', min: -999999999, max: 999999999, step: 1 }); }); function getUnits(stationId) { + var noUnitLabel = (typeof inventoryAdjustStrings !== 'undefined' && inventoryAdjustStrings.noUnit) ? inventoryAdjustStrings.noUnit : 'No Unit'; $.ajax({ url: resgrid.absoluteBaseUrl + '/User/Units/GetUnitsForGroup?groupId=' + stationId, contentType: 'application/json; charset=utf-8', @@ -20,7 +21,7 @@ var resgrid; }).done(function (data) { if (data) { $('#UnitId').empty(); - $('#UnitId').append(''); + $('#UnitId').append(''); $.each(data, function (index, value) { $('#UnitId').append(''); }); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.history.js b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.history.js index 9c10f391c..5a65a29ee 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.history.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.history.js @@ -6,20 +6,24 @@ var resgrid; (function (history) { $(document).ready(function () { resgrid.common.analytics.track('Inventory - History'); + var strings = typeof inventoryHistoryStrings !== 'undefined' ? inventoryHistoryStrings : { + type: 'Type', amount: 'Amount', group: 'Group', batch: 'Batch', + timestamp: 'Timestamp', addedBy: 'Added By', actions: 'Actions', view: 'View' + }; $("#inventoryList").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Inventory/GetInventoryList', dataSrc: '' }, pageLength: 50, columns: [ - { data: 'Type', title: 'Type' }, - { data: 'Amount', title: 'Amount' }, - { data: 'Group', title: 'Group' }, - { data: 'Batch', title: 'Batch' }, - { data: 'Timestamp', title: 'Timestamp' }, - { data: 'UserName', title: 'Added By' }, + { data: 'Type', title: strings.type }, + { data: 'Amount', title: strings.amount }, + { data: 'Group', title: strings.group }, + { data: 'Batch', title: strings.batch }, + { data: 'Timestamp', title: strings.timestamp }, + { data: 'UserName', title: strings.addedBy }, { - data: 'InventoryId', title: 'Actions', orderable: false, + data: 'InventoryId', title: strings.actions, orderable: false, render: function (data) { - return 'View'; + return '' + strings.view + ''; } } ] diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.index.js b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.index.js index 99e6ad965..55d96770b 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.index.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.index.js @@ -6,14 +6,17 @@ var resgrid; (function (index) { $(document).ready(function () { resgrid.common.analytics.track('Inventory List'); + var strings = typeof inventoryIndexStrings !== 'undefined' ? inventoryIndexStrings : { + name: 'Name', group: 'Group', unit: 'Unit', count: 'Count' + }; $("#inventoryIndexList").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Inventory/GetCombinedInventoryList', dataSrc: '' }, pageLength: 50, columns: [ - { data: 'Name', title: 'Name' }, - { data: 'Group', title: 'Group' }, - { data: 'Unit', title: 'Unit' }, - { data: 'Count', title: 'Count' } + { data: 'Name', title: strings.name }, + { data: 'Group', title: strings.group }, + { data: 'Unit', title: strings.unit }, + { data: 'Count', title: strings.count } ] }); }); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.manageTypes.js b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.manageTypes.js index 1854673e1..1f65f11bd 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.manageTypes.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/inventory/resgrid.inventory.manageTypes.js @@ -6,17 +6,20 @@ var resgrid; (function (manageTypes) { $(document).ready(function () { resgrid.common.analytics.track('Inventory - Manage Types'); + var strings = typeof inventoryTypesStrings !== 'undefined' ? inventoryTypesStrings : { + name: 'Name', expiresDays: 'Expires Days', actions: 'Actions', edit: 'Edit', delete: 'Delete' + }; $("#typesIndexList").DataTable({ ajax: { url: resgrid.absoluteBaseUrl + '/User/Inventory/GetTypesList', dataSrc: '' }, pageLength: 50, columns: [ - { data: 'Name', title: 'Name' }, - { data: 'ExpiresDays', title: 'Expires Days' }, + { data: 'Name', title: strings.name }, + { data: 'ExpiresDays', title: strings.expiresDays }, { - data: 'TypeId', title: 'Actions', orderable: false, + data: 'TypeId', title: strings.actions, orderable: false, render: function (data) { - return 'Edit ' + - 'Delete'; + return '' + strings.edit + ' ' + + '' + strings.delete + ''; } } ] diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.compose.js b/Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.compose.js index 9a4abe96f..c89ec627b 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.compose.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/messages/resgrid.messages.compose.js @@ -38,6 +38,7 @@ var resgrid; $(selector).select2({ placeholder: placeholder, allowClear: true, + multiple: true, ajax: { url: url, dataType: 'json', diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.viewevents.js b/Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.viewevents.js new file mode 100644 index 000000000..66d45126a --- /dev/null +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/personnel/resgrid.personnel.viewevents.js @@ -0,0 +1,88 @@ +var resgrid; +(function (resgrid) { + var personnel; + (function (personnel) { + var viewevents; + (function (viewevents) { + $(document).ready(function () { + viewevents.markers = []; + viewevents.map = L.map('eventsMap').setView([centerLat, centerLon], 13); + + L.tileLayer(osmTileUrl, { + attribution: '' + }).addTo(viewevents.map); + + viewevents.markers = []; + + var eventsTable = $("#eventsGrid").DataTable({ + ajax: { + url: resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelEvents?userId=' + personnelUserId, + dataSrc: '' + }, + pageLength: 50, + columns: [ + { + data: 'EventId', + title: '', + orderable: false, + searchable: false, + render: function (data) { + return ''; + } + }, + { data: 'State', title: 'State' }, + { data: 'DestinationName', title: 'Destination' }, + { data: 'Timestamp', title: 'Timestamp' }, + { data: 'Note', title: 'Note' } + ] + }); + + // Update map markers and inject select-all checkbox after each draw + eventsTable.on('draw', function () { + updateMapMarkers(eventsTable); + }); + + $(document).on('click', '#checkAllEvents', function () { + $('#eventsGrid tbody :checkbox').prop('checked', this.checked); + }); + + // Add the select-all checkbox to the first column header + $('#eventsGrid thead th:first').html(''); + + function updateMapMarkers(table) { + $.each(viewevents.markers, function (index, item) { + item.remove && item.remove(); + }); + viewevents.markers = []; + + var data = table.rows().data(); + $.each(data, function (index, item) { + if (item.Latitude && item.Latitude.length > 0 && item.Longitude && item.Longitude.length > 0) { + var marker = L.marker([item.Latitude, item.Longitude], { + icon: new L.icon({ + iconUrl: "/images/Mapping/Event.png", + iconSize: [32, 37], + iconAnchor: [16, 37] + }), + draggable: false, + title: item.State + ' ' + item.Timestamp, + tooltip: item.State + ' ' + item.Timestamp + }).bindTooltip(item.State + ' ' + item.Timestamp, + { + permanent: true, + direction: 'bottom' + }).addTo(viewevents.map); + + viewevents.markers.push(marker); + } + }); + + if (viewevents.markers && viewevents.markers.length > 0) { + var group = new L.featureGroup(viewevents.markers); + viewevents.map.fitBounds(group.getBounds()); + } + } + }); + })(viewevents = personnel.viewevents || (personnel.viewevents = {})); + })(personnel = resgrid.personnel || (resgrid.personnel = {})); +})(resgrid || (resgrid = {})); diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.audits.js b/Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.audits.js index 32fd4c311..492f6faf2 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.audits.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/security/resgrid.security.audits.js @@ -32,7 +32,7 @@ var resgrid; orderable: false, searchable: false, render: function (data) { - return 'View'; + return 'View'; } } ] diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftgroups.js b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftgroups.js index d2dd3e305..09d58c4aa 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftgroups.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.editshiftgroups.js @@ -43,7 +43,9 @@ var resgrid; editshiftgroups.processShiftGroups = processShiftGroups; function addExistingGroup(group) { resgrid.shifts.editshiftgroups.groupsCount++; - $('#groups tbody').first().append("" + resgrid.shifts.editshiftgroups.generateExistingGroupDropdown(group.DepartmentGroupId, editshiftgroups.groupsCount) + "" + resgrid.shifts.editshiftgroups.generateRolesTables(editshiftgroups.groupsCount) + "Remove Group"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeGroupLabel = i18n.removeGroup || 'Remove Group'; + $('#groups tbody').first().append("" + resgrid.shifts.editshiftgroups.generateExistingGroupDropdown(group.DepartmentGroupId, editshiftgroups.groupsCount) + "" + resgrid.shifts.editshiftgroups.generateRolesTables(editshiftgroups.groupsCount) + "" + removeGroupLabel + ""); for (var i = 0; i < group.Roles.length; i++) { addExistingGroupRole(group.Roles[i], resgrid.shifts.editshiftgroups.groupsCount); } @@ -51,18 +53,28 @@ var resgrid; editshiftgroups.addExistingGroup = addExistingGroup; function addGroup() { resgrid.shifts.editshiftgroups.groupsCount++; - $('#groups tbody').first().append("" + resgrid.shifts.editshiftgroups.generateGroupDropdown(editshiftgroups.groupsCount) + "" + resgrid.shifts.editshiftgroups.generateRolesTables(editshiftgroups.groupsCount) + "Remove Group"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeGroupLabel = i18n.removeGroup || 'Remove Group'; + $('#groups tbody').first().append("" + resgrid.shifts.editshiftgroups.generateGroupDropdown(editshiftgroups.groupsCount) + "" + resgrid.shifts.editshiftgroups.generateRolesTables(editshiftgroups.groupsCount) + "" + removeGroupLabel + ""); } editshiftgroups.addGroup = addGroup; function addGroupRole(count) { var timestamp = new Date(); - $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.editshiftgroups.generateRoleDropdown(editshiftgroups.groupsCount) + "Remove Role"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeRoleLabel = i18n.removeRole || 'Remove Role'; + var removeRoleTitle = i18n.removeRoleFromGroup || 'Remove this role from the group'; + var roleCountMsg = i18n.roleCountRequired || 'Role count is required'; + $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.editshiftgroups.generateRoleDropdown(editshiftgroups.groupsCount) + "" + removeRoleLabel + ""); addGroupRoleField('groupRole_' + count + '_' + timestamp.getUTCMilliseconds()); } editshiftgroups.addGroupRole = addGroupRole; function addExistingGroupRole(role, count) { var id = generate(4); - $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.editshiftgroups.generateExistingRoleDropdown(role, editshiftgroups.groupsCount, id) + "Remove Role"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeRoleLabel = i18n.removeRole || 'Remove Role'; + var removeRoleTitle = i18n.removeRoleFromGroup || 'Remove this role from the group'; + var roleCountMsg = i18n.roleCountRequired || 'Role count is required'; + $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.editshiftgroups.generateExistingRoleDropdown(role, editshiftgroups.groupsCount, id) + "" + removeRoleLabel + ""); addGroupRoleField('groupRole_' + count + '_' + id); } editshiftgroups.addExistingGroupRole = addExistingGroupRole; @@ -115,7 +127,12 @@ var resgrid; } editshiftgroups.generateExistingRoleDropdown = generateExistingRoleDropdown; function generateRolesTables(count) { - var rolesTable = '
Shift Role Roles Count Add Role to Group
'; + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var shiftRole = i18n.shiftRoleColumn || 'Shift Role'; + var rolesCount = i18n.rolesCountColumn || 'Roles Count'; + var addRoleLabel = i18n.addRoleToGroup || 'Add Role to Group'; + var addShiftRolesToGroupTitle = i18n.addShiftRolesToGroup || 'Add Shift Roles to Group'; + var rolesTable = '
' + shiftRole + '' + rolesCount + ' ' + addRoleLabel + '
'; return rolesTable; } editshiftgroups.generateRolesTables = generateRolesTables; diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.newshift.js b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.newshift.js index b501f045d..e04ea7be6 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.newshift.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.newshift.js @@ -21,8 +21,9 @@ var resgrid; }).done(function (data) { resgrid.shifts.newshift.roleData = data; }); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; $("#shiftPersonnel").select2({ - placeholder: "Select Non-Group Personnel...", + placeholder: i18n.selectNonGroupPersonnel || "Select Non-Group Personnel...", allowClear: true, multiple: true, ajax: { @@ -35,7 +36,7 @@ var resgrid; }); $('.groupPersonnelSelect').each(function () { $(this).select2({ - placeholder: "Select Personnel for Group...", + placeholder: i18n.selectPersonnelForGroup || "Select Personnel for Group...", allowClear: true, multiple: true, ajax: { @@ -53,12 +54,18 @@ var resgrid; }); function addGroup() { resgrid.shifts.newshift.groupsCount++; - $('#groups tbody').first().append("" + resgrid.shifts.newshift.generateGroupDropdown(newshift.groupsCount) + "" + resgrid.shifts.newshift.generateRolesTables(newshift.groupsCount) + "Remove Group"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeGroupLabel = i18n.removeGroup || 'Remove Group'; + $('#groups tbody').first().append("" + resgrid.shifts.newshift.generateGroupDropdown(newshift.groupsCount) + "" + resgrid.shifts.newshift.generateRolesTables(newshift.groupsCount) + "" + removeGroupLabel + ""); } newshift.addGroup = addGroup; function addGroupRole(count) { var timestamp = new Date(); - $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.newshift.generateRoleDropdown(newshift.groupsCount) + "Remove Role Slot"); + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var removeRoleLabel = i18n.removeRole || 'Remove Role'; + var removeRoleTitle = i18n.removeRoleFromGroup || 'Remove this role from the group'; + var roleCountMsg = i18n.roleCountRequired || 'Role count is required'; + $('#groupRolesTable_' + count + ' tbody').append("" + resgrid.shifts.newshift.generateRoleDropdown(newshift.groupsCount) + "" + removeRoleLabel + ""); addGroupRoleField('groupRole_' + count + '_' + timestamp.getUTCMilliseconds()); } newshift.addGroupRole = addGroupRole; @@ -108,7 +115,12 @@ var resgrid; } newshift.generateRoleDropdown = generateRoleDropdown; function generateRolesTables(count) { - var rolesTable = '
Shift Role Roles Count Add Role to Group
'; + var i18n = (typeof resgridShiftsI18n !== 'undefined') ? resgridShiftsI18n : {}; + var shiftRole = i18n.shiftRoleColumn || 'Shift Role'; + var rolesCount = i18n.rolesCountColumn || 'Roles Count'; + var addRoleLabel = i18n.addRoleToGroup || 'Add Role to Group'; + var addShiftRolesToGroupTitle = i18n.addShiftRolesToGroup || 'Add Shift Roles to Group'; + var rolesTable = '
' + shiftRole + '' + rolesCount + ' ' + addRoleLabel + '
'; return rolesTable; } newshift.generateRolesTables = generateRolesTables; diff --git a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.shiftStaffing.js b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.shiftStaffing.js index 4797446bd..e82270a16 100644 --- a/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.shiftStaffing.js +++ b/Web/Resgrid.Web/wwwroot/js/app/internal/shifts/resgrid.shifts.shiftStaffing.js @@ -80,13 +80,14 @@ var resgrid; var ids = new Array(); if (isAdmin) { - html = '
'; + var nonGroupLabel = (typeof resgridShiftsI18n !== 'undefined' && resgridShiftsI18n.nonGroupPersonnel) ? resgridShiftsI18n.nonGroupPersonnel : 'Non - Group Personnel'; + html = '
'; } for (var i = 0; i < data.length; i++) { if (isAdmin || data[i].Id == groupId) { var itemHtml = '
'; - itemHtml = itemHtml + '
'; + itemHtml = itemHtml + '
'; itemHtml = itemHtml + `
`; ids.push(data[i].Id); @@ -100,8 +101,9 @@ var resgrid; //} if (isAdmin) { + var nonGroupPlaceholder = (typeof resgridShiftsI18n !== 'undefined' && resgridShiftsI18n.selectNonGroupPersonnel) ? resgridShiftsI18n.selectNonGroupPersonnel : 'Select Non-Group Personnel...'; $("#shiftPersonnel").select2({ - placeholder: "Select Non-Group Personnel...", + placeholder: nonGroupPlaceholder, allowClear: true, multiple: true, ajax: { @@ -123,8 +125,9 @@ var resgrid; } $('.groupPersonnelSelect').each(function (i, obj) { var that = this; + var groupPlaceholder = (typeof resgridShiftsI18n !== 'undefined' && resgridShiftsI18n.selectPersonnelForGroup) ? resgridShiftsI18n.selectPersonnelForGroup : 'Select Personnel for Group...'; $(that).select2({ - placeholder: "Select Personnel for Group...", + placeholder: groupPlaceholder, allowClear: true, multiple: true, ajax: { @@ -180,7 +183,7 @@ var resgrid; $(`#unitRole_${data2[j].UnitId}_${roleIds[l]}`).each(function (i, obj) { var that = this; $(that).select2({ - placeholder: "Select Person...", + placeholder: (typeof resgridShiftsI18n !== 'undefined' && resgridShiftsI18n.selectPerson) ? resgridShiftsI18n.selectPerson : 'Select Person...', allowClear: true, ajax: { url: resgrid.absoluteBaseUrl + '/User/Personnel/GetPersonnelForGridWithFilter', From 5dfee2ba76c2543667aebac5d2906fc2a8e6a455 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Sat, 7 Mar 2026 21:39:11 -0800 Subject: [PATCH 04/11] RE1-T104 Adding coderabbit config to exclude resx files --- .coderabbit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..1ea2f814b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,6 @@ +reviews: + path_filters: + - "!**/*.resx" + - "!**/*.Designer.cs" + - "!**/bin/**" + - "!**/obj/**" \ No newline at end of file From e96eb34f5dd1584e1aa4d8d81c6c79e9b92b1f94 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Sat, 7 Mar 2026 21:46:39 -0800 Subject: [PATCH 05/11] RE1-T104 Updating coderabbit config --- .coderabbit.yaml | 229 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 228 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 1ea2f814b..b4f7cf264 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,6 +1,233 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: en-US +tone_instructions: '' +early_access: false +enable_free_tier: true +inheritance: false reviews: + profile: chill + request_changes_workflow: false + high_level_summary: true + high_level_summary_instructions: '' + high_level_summary_placeholder: '@coderabbitai summary' + high_level_summary_in_walkthrough: false + auto_title_placeholder: '@coderabbitai' + auto_title_instructions: '' + review_status: true + review_details: false + commit_status: true + fail_commit_status: false + collapse_walkthrough: true + changed_files_summary: true + sequence_diagrams: true + estimate_code_review_effort: true + assess_linked_issues: true + related_issues: true + related_prs: true + suggested_labels: true + labeling_instructions: [] + auto_apply_labels: false + suggested_reviewers: true + auto_assign_reviewers: false + in_progress_fortune: true + poem: false + enable_prompt_for_ai_agents: true path_filters: - "!**/*.resx" - "!**/*.Designer.cs" - "!**/bin/**" - - "!**/obj/**" \ No newline at end of file + - "!**/obj/**" + path_instructions: [] + abort_on_close: true + disable_cache: false + auto_review: + enabled: true + description_keyword: '' + auto_incremental_review: true + auto_pause_after_reviewed_commits: 5 + ignore_title_keywords: [] + labels: [] + drafts: false + base_branches: [] + ignore_usernames: [] + finishing_touches: + docstrings: + enabled: true + unit_tests: + enabled: true + simplify: + enabled: false + custom: [] + pre_merge_checks: + override_requested_reviewers_only: false + docstrings: + mode: warning + threshold: 80 + title: + mode: warning + requirements: '' + description: + mode: warning + issue_assessment: + mode: warning + custom_checks: [] + tools: + ast-grep: + rule_dirs: [] + util_dirs: [] + essential_rules: true + packages: [] + shellcheck: + enabled: true + ruff: + enabled: true + markdownlint: + enabled: true + github-checks: + enabled: true + timeout_ms: 90000 + languagetool: + enabled: true + enabled_rules: [] + disabled_rules: [] + enabled_categories: [] + disabled_categories: [] + enabled_only: false + level: default + biome: + enabled: true + hadolint: + enabled: true + swiftlint: + enabled: true + phpstan: + enabled: true + level: default + phpmd: + enabled: true + phpcs: + enabled: true + golangci-lint: + enabled: true + yamllint: + enabled: true + gitleaks: + enabled: true + trufflehog: + enabled: true + checkov: + enabled: true + tflint: + enabled: true + detekt: + enabled: true + eslint: + enabled: true + flake8: + enabled: true + fortitudeLint: + enabled: true + rubocop: + enabled: true + buf: + enabled: true + regal: + enabled: true + actionlint: + enabled: true + pmd: + enabled: true + clang: + enabled: true + cppcheck: + enabled: true + opengrep: + enabled: true + semgrep: + enabled: true + circleci: + enabled: true + clippy: + enabled: true + sqlfluff: + enabled: true + trivy: + enabled: true + prismaLint: + enabled: true + pylint: + enabled: true + oxc: + enabled: true + shopifyThemeCheck: + enabled: true + luacheck: + enabled: true + brakeman: + enabled: true + dotenvLint: + enabled: true + htmlhint: + enabled: true + stylelint: + enabled: true + checkmake: + enabled: true + osvScanner: + enabled: true + blinter: + enabled: true + smartyLint: + enabled: true + emberTemplateLint: + enabled: true + psscriptanalyzer: + enabled: true +chat: + art: true + auto_reply: true + integrations: + jira: + usage: auto + linear: + usage: auto +knowledge_base: + opt_out: false + web_search: + enabled: true + code_guidelines: + enabled: true + filePatterns: [] + learnings: + scope: auto + issues: + scope: auto + jira: + usage: auto + project_keys: [] + linear: + usage: auto + team_keys: [] + pull_requests: + scope: auto + mcp: + usage: auto + disabled_servers: [] + linked_repositories: [] +code_generation: + docstrings: + language: en-US + path_instructions: [] + unit_tests: + path_instructions: [] +issue_enrichment: + auto_enrich: + enabled: false + planning: + enabled: true + auto_planning: + enabled: true + labels: [] + labeling: + labeling_instructions: [] + auto_apply_labels: false \ No newline at end of file From 8e5d5cacc35c88ea4ce2fe82e0d055e8203037e5 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Sun, 8 Mar 2026 12:41:59 -0700 Subject: [PATCH 06/11] RE1-T104 Removing Kendo clib folder --- .../wwwroot/clib/kendo/js/angular.min.js | 293 ----- .../js/cultures/kendo.culture.af-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.af.min.js | 26 - .../js/cultures/kendo.culture.am-ET.min.js | 26 - .../kendo/js/cultures/kendo.culture.am.min.js | 26 - .../js/cultures/kendo.culture.ar-AE.min.js | 26 - .../js/cultures/kendo.culture.ar-BH.min.js | 26 - .../js/cultures/kendo.culture.ar-DZ.min.js | 26 - .../js/cultures/kendo.culture.ar-EG.min.js | 26 - .../js/cultures/kendo.culture.ar-IQ.min.js | 26 - .../js/cultures/kendo.culture.ar-JO.min.js | 26 - .../js/cultures/kendo.culture.ar-KW.min.js | 26 - .../js/cultures/kendo.culture.ar-LB.min.js | 26 - .../js/cultures/kendo.culture.ar-LY.min.js | 26 - .../js/cultures/kendo.culture.ar-MA.min.js | 26 - .../js/cultures/kendo.culture.ar-OM.min.js | 26 - .../js/cultures/kendo.culture.ar-QA.min.js | 26 - .../js/cultures/kendo.culture.ar-SA.min.js | 26 - .../js/cultures/kendo.culture.ar-SY.min.js | 26 - .../js/cultures/kendo.culture.ar-TN.min.js | 26 - .../js/cultures/kendo.culture.ar-YE.min.js | 26 - .../kendo/js/cultures/kendo.culture.ar.min.js | 26 - .../js/cultures/kendo.culture.arn-CL.min.js | 26 - .../js/cultures/kendo.culture.arn.min.js | 26 - .../js/cultures/kendo.culture.as-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.as.min.js | 26 - .../cultures/kendo.culture.az-Cyrl-AZ.min.js | 26 - .../js/cultures/kendo.culture.az-Cyrl.min.js | 26 - .../cultures/kendo.culture.az-Latn-AZ.min.js | 26 - .../js/cultures/kendo.culture.az-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.az.min.js | 26 - .../js/cultures/kendo.culture.ba-RU.min.js | 26 - .../kendo/js/cultures/kendo.culture.ba.min.js | 26 - .../js/cultures/kendo.culture.be-BY.min.js | 26 - .../kendo/js/cultures/kendo.culture.be.min.js | 26 - .../js/cultures/kendo.culture.bg-BG.min.js | 26 - .../kendo/js/cultures/kendo.culture.bg.min.js | 26 - .../js/cultures/kendo.culture.bn-BD.min.js | 26 - .../js/cultures/kendo.culture.bn-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.bn.min.js | 26 - .../js/cultures/kendo.culture.bo-CN.min.js | 26 - .../kendo/js/cultures/kendo.culture.bo.min.js | 26 - .../js/cultures/kendo.culture.br-FR.min.js | 26 - .../kendo/js/cultures/kendo.culture.br.min.js | 26 - .../cultures/kendo.culture.bs-Cyrl-BA.min.js | 26 - .../js/cultures/kendo.culture.bs-Cyrl.min.js | 26 - .../cultures/kendo.culture.bs-Latn-BA.min.js | 26 - .../js/cultures/kendo.culture.bs-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.bs.min.js | 26 - .../kendo.culture.ca-ES-valencia.min.js | 26 - .../js/cultures/kendo.culture.ca-ES.min.js | 26 - .../kendo/js/cultures/kendo.culture.ca.min.js | 26 - .../cultures/kendo.culture.chr-Cher-US.min.js | 26 - .../js/cultures/kendo.culture.chr-Cher.min.js | 26 - .../js/cultures/kendo.culture.chr.min.js | 26 - .../js/cultures/kendo.culture.co-FR.min.js | 26 - .../kendo/js/cultures/kendo.culture.co.min.js | 26 - .../js/cultures/kendo.culture.cs-CZ.min.js | 26 - .../kendo/js/cultures/kendo.culture.cs.min.js | 26 - .../js/cultures/kendo.culture.cy-GB.min.js | 26 - .../kendo/js/cultures/kendo.culture.cy.min.js | 26 - .../js/cultures/kendo.culture.da-DK.min.js | 26 - .../kendo/js/cultures/kendo.culture.da.min.js | 26 - .../js/cultures/kendo.culture.de-AT.min.js | 26 - .../js/cultures/kendo.culture.de-CH.min.js | 26 - .../js/cultures/kendo.culture.de-DE.min.js | 26 - .../js/cultures/kendo.culture.de-LI.min.js | 26 - .../js/cultures/kendo.culture.de-LU.min.js | 26 - .../kendo/js/cultures/kendo.culture.de.min.js | 26 - .../js/cultures/kendo.culture.dsb-DE.min.js | 26 - .../js/cultures/kendo.culture.dsb.min.js | 26 - .../js/cultures/kendo.culture.dv-MV.min.js | 26 - .../kendo/js/cultures/kendo.culture.dv.min.js | 26 - .../js/cultures/kendo.culture.el-GR.min.js | 26 - .../kendo/js/cultures/kendo.culture.el.min.js | 26 - .../js/cultures/kendo.culture.en-029.min.js | 26 - .../js/cultures/kendo.culture.en-AU.min.js | 26 - .../js/cultures/kendo.culture.en-BZ.min.js | 26 - .../js/cultures/kendo.culture.en-CA.min.js | 26 - .../js/cultures/kendo.culture.en-GB.min.js | 26 - .../js/cultures/kendo.culture.en-HK.min.js | 26 - .../js/cultures/kendo.culture.en-IE.min.js | 26 - .../js/cultures/kendo.culture.en-IN.min.js | 26 - .../js/cultures/kendo.culture.en-JM.min.js | 26 - .../js/cultures/kendo.culture.en-MY.min.js | 26 - .../js/cultures/kendo.culture.en-NZ.min.js | 26 - .../js/cultures/kendo.culture.en-PH.min.js | 26 - .../js/cultures/kendo.culture.en-SG.min.js | 26 - .../js/cultures/kendo.culture.en-TT.min.js | 26 - .../js/cultures/kendo.culture.en-US.min.js | 26 - .../js/cultures/kendo.culture.en-ZA.min.js | 26 - .../js/cultures/kendo.culture.en-ZW.min.js | 26 - .../kendo/js/cultures/kendo.culture.en.min.js | 26 - .../js/cultures/kendo.culture.es-419.min.js | 26 - .../js/cultures/kendo.culture.es-AR.min.js | 26 - .../js/cultures/kendo.culture.es-BO.min.js | 26 - .../js/cultures/kendo.culture.es-CL.min.js | 26 - .../js/cultures/kendo.culture.es-CO.min.js | 26 - .../js/cultures/kendo.culture.es-CR.min.js | 26 - .../js/cultures/kendo.culture.es-DO.min.js | 26 - .../js/cultures/kendo.culture.es-EC.min.js | 26 - .../js/cultures/kendo.culture.es-ES.min.js | 26 - .../js/cultures/kendo.culture.es-GT.min.js | 26 - .../js/cultures/kendo.culture.es-HN.min.js | 26 - .../js/cultures/kendo.culture.es-MX.min.js | 26 - .../js/cultures/kendo.culture.es-NI.min.js | 26 - .../js/cultures/kendo.culture.es-PA.min.js | 26 - .../js/cultures/kendo.culture.es-PE.min.js | 26 - .../js/cultures/kendo.culture.es-PR.min.js | 26 - .../js/cultures/kendo.culture.es-PY.min.js | 26 - .../js/cultures/kendo.culture.es-SV.min.js | 26 - .../js/cultures/kendo.culture.es-US.min.js | 26 - .../js/cultures/kendo.culture.es-UY.min.js | 26 - .../js/cultures/kendo.culture.es-VE.min.js | 26 - .../kendo/js/cultures/kendo.culture.es.min.js | 26 - .../js/cultures/kendo.culture.et-EE.min.js | 26 - .../kendo/js/cultures/kendo.culture.et.min.js | 26 - .../js/cultures/kendo.culture.eu-ES.min.js | 26 - .../kendo/js/cultures/kendo.culture.eu.min.js | 26 - .../js/cultures/kendo.culture.fa-IR.min.js | 26 - .../kendo/js/cultures/kendo.culture.fa.min.js | 26 - .../cultures/kendo.culture.ff-Latn-SN.min.js | 26 - .../js/cultures/kendo.culture.ff-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.ff.min.js | 26 - .../js/cultures/kendo.culture.fi-FI.min.js | 26 - .../kendo/js/cultures/kendo.culture.fi.min.js | 26 - .../js/cultures/kendo.culture.fil-PH.min.js | 26 - .../js/cultures/kendo.culture.fil.min.js | 26 - .../js/cultures/kendo.culture.fo-FO.min.js | 26 - .../kendo/js/cultures/kendo.culture.fo.min.js | 26 - .../js/cultures/kendo.culture.fr-BE.min.js | 26 - .../js/cultures/kendo.culture.fr-CA.min.js | 26 - .../js/cultures/kendo.culture.fr-CD.min.js | 26 - .../js/cultures/kendo.culture.fr-CH.min.js | 26 - .../js/cultures/kendo.culture.fr-CI.min.js | 26 - .../js/cultures/kendo.culture.fr-CM.min.js | 26 - .../js/cultures/kendo.culture.fr-FR.min.js | 26 - .../js/cultures/kendo.culture.fr-HT.min.js | 26 - .../js/cultures/kendo.culture.fr-LU.min.js | 26 - .../js/cultures/kendo.culture.fr-MA.min.js | 26 - .../js/cultures/kendo.culture.fr-MC.min.js | 26 - .../js/cultures/kendo.culture.fr-ML.min.js | 26 - .../js/cultures/kendo.culture.fr-RE.min.js | 26 - .../js/cultures/kendo.culture.fr-SN.min.js | 26 - .../kendo/js/cultures/kendo.culture.fr.min.js | 26 - .../js/cultures/kendo.culture.fy-NL.min.js | 26 - .../kendo/js/cultures/kendo.culture.fy.min.js | 26 - .../js/cultures/kendo.culture.ga-IE.min.js | 26 - .../kendo/js/cultures/kendo.culture.ga.min.js | 26 - .../js/cultures/kendo.culture.gd-GB.min.js | 26 - .../kendo/js/cultures/kendo.culture.gd.min.js | 26 - .../js/cultures/kendo.culture.gl-ES.min.js | 26 - .../kendo/js/cultures/kendo.culture.gl.min.js | 26 - .../js/cultures/kendo.culture.gn-PY.min.js | 26 - .../kendo/js/cultures/kendo.culture.gn.min.js | 26 - .../js/cultures/kendo.culture.gsw-FR.min.js | 26 - .../js/cultures/kendo.culture.gsw.min.js | 26 - .../js/cultures/kendo.culture.gu-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.gu.min.js | 26 - .../cultures/kendo.culture.ha-Latn-NG.min.js | 26 - .../js/cultures/kendo.culture.ha-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.ha.min.js | 26 - .../js/cultures/kendo.culture.haw-US.min.js | 26 - .../js/cultures/kendo.culture.haw.min.js | 26 - .../js/cultures/kendo.culture.he-IL.min.js | 26 - .../kendo/js/cultures/kendo.culture.he.min.js | 26 - .../js/cultures/kendo.culture.hi-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.hi.min.js | 26 - .../js/cultures/kendo.culture.hr-BA.min.js | 26 - .../js/cultures/kendo.culture.hr-HR.min.js | 26 - .../kendo/js/cultures/kendo.culture.hr.min.js | 26 - .../js/cultures/kendo.culture.hsb-DE.min.js | 26 - .../js/cultures/kendo.culture.hsb.min.js | 26 - .../js/cultures/kendo.culture.hu-HU.min.js | 26 - .../kendo/js/cultures/kendo.culture.hu.min.js | 26 - .../js/cultures/kendo.culture.hy-AM.min.js | 26 - .../kendo/js/cultures/kendo.culture.hy.min.js | 26 - .../js/cultures/kendo.culture.id-ID.min.js | 26 - .../kendo/js/cultures/kendo.culture.id.min.js | 26 - .../js/cultures/kendo.culture.ig-NG.min.js | 26 - .../kendo/js/cultures/kendo.culture.ig.min.js | 26 - .../js/cultures/kendo.culture.ii-CN.min.js | 26 - .../kendo/js/cultures/kendo.culture.ii.min.js | 26 - .../js/cultures/kendo.culture.is-IS.min.js | 26 - .../kendo/js/cultures/kendo.culture.is.min.js | 26 - .../js/cultures/kendo.culture.it-CH.min.js | 26 - .../js/cultures/kendo.culture.it-IT.min.js | 26 - .../kendo/js/cultures/kendo.culture.it.min.js | 26 - .../cultures/kendo.culture.iu-Cans-CA.min.js | 26 - .../js/cultures/kendo.culture.iu-Cans.min.js | 26 - .../cultures/kendo.culture.iu-Latn-CA.min.js | 26 - .../js/cultures/kendo.culture.iu-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.iu.min.js | 26 - .../js/cultures/kendo.culture.ja-JP.min.js | 26 - .../kendo/js/cultures/kendo.culture.ja.min.js | 26 - .../cultures/kendo.culture.jv-Latn-ID.min.js | 26 - .../js/cultures/kendo.culture.jv-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.jv.min.js | 26 - .../js/cultures/kendo.culture.ka-GE.min.js | 26 - .../kendo/js/cultures/kendo.culture.ka.min.js | 26 - .../js/cultures/kendo.culture.kk-KZ.min.js | 26 - .../kendo/js/cultures/kendo.culture.kk.min.js | 26 - .../js/cultures/kendo.culture.kl-GL.min.js | 26 - .../kendo/js/cultures/kendo.culture.kl.min.js | 26 - .../js/cultures/kendo.culture.km-KH.min.js | 26 - .../kendo/js/cultures/kendo.culture.km.min.js | 26 - .../js/cultures/kendo.culture.kn-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.kn.min.js | 26 - .../js/cultures/kendo.culture.ko-KR.min.js | 26 - .../kendo/js/cultures/kendo.culture.ko.min.js | 26 - .../js/cultures/kendo.culture.kok-IN.min.js | 26 - .../js/cultures/kendo.culture.kok.min.js | 26 - .../cultures/kendo.culture.ku-Arab-IQ.min.js | 26 - .../js/cultures/kendo.culture.ku-Arab.min.js | 26 - .../kendo/js/cultures/kendo.culture.ku.min.js | 26 - .../js/cultures/kendo.culture.ky-KG.min.js | 26 - .../kendo/js/cultures/kendo.culture.ky.min.js | 26 - .../js/cultures/kendo.culture.lb-LU.min.js | 26 - .../kendo/js/cultures/kendo.culture.lb.min.js | 26 - .../js/cultures/kendo.culture.lo-LA.min.js | 26 - .../kendo/js/cultures/kendo.culture.lo.min.js | 26 - .../js/cultures/kendo.culture.lt-LT.min.js | 26 - .../kendo/js/cultures/kendo.culture.lt.min.js | 26 - .../js/cultures/kendo.culture.lv-LV.min.js | 26 - .../kendo/js/cultures/kendo.culture.lv.min.js | 26 - .../js/cultures/kendo.culture.mg-MG.min.js | 26 - .../kendo/js/cultures/kendo.culture.mg.min.js | 26 - .../js/cultures/kendo.culture.mi-NZ.min.js | 26 - .../kendo/js/cultures/kendo.culture.mi.min.js | 26 - .../js/cultures/kendo.culture.mk-MK.min.js | 26 - .../kendo/js/cultures/kendo.culture.mk.min.js | 26 - .../js/cultures/kendo.culture.ml-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.ml.min.js | 26 - .../js/cultures/kendo.culture.mn-Cyrl.min.js | 26 - .../js/cultures/kendo.culture.mn-MN.min.js | 26 - .../cultures/kendo.culture.mn-Mong-CN.min.js | 26 - .../cultures/kendo.culture.mn-Mong-MN.min.js | 26 - .../js/cultures/kendo.culture.mn-Mong.min.js | 26 - .../kendo/js/cultures/kendo.culture.mn.min.js | 26 - .../js/cultures/kendo.culture.moh-CA.min.js | 26 - .../js/cultures/kendo.culture.moh.min.js | 26 - .../js/cultures/kendo.culture.mr-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.mr.min.js | 26 - .../js/cultures/kendo.culture.ms-BN.min.js | 26 - .../js/cultures/kendo.culture.ms-MY.min.js | 26 - .../kendo/js/cultures/kendo.culture.ms.min.js | 26 - .../js/cultures/kendo.culture.mt-MT.min.js | 26 - .../kendo/js/cultures/kendo.culture.mt.min.js | 26 - .../js/cultures/kendo.culture.my-MM.min.js | 26 - .../kendo/js/cultures/kendo.culture.my.min.js | 26 - .../js/cultures/kendo.culture.nb-NO.min.js | 26 - .../kendo/js/cultures/kendo.culture.nb.min.js | 26 - .../js/cultures/kendo.culture.ne-IN.min.js | 26 - .../js/cultures/kendo.culture.ne-NP.min.js | 26 - .../kendo/js/cultures/kendo.culture.ne.min.js | 26 - .../js/cultures/kendo.culture.nl-BE.min.js | 26 - .../js/cultures/kendo.culture.nl-NL.min.js | 26 - .../kendo/js/cultures/kendo.culture.nl.min.js | 26 - .../js/cultures/kendo.culture.nn-NO.min.js | 26 - .../kendo/js/cultures/kendo.culture.nn.min.js | 26 - .../kendo/js/cultures/kendo.culture.no.min.js | 26 - .../js/cultures/kendo.culture.nqo-GN.min.js | 26 - .../js/cultures/kendo.culture.nqo.min.js | 26 - .../js/cultures/kendo.culture.nso-ZA.min.js | 26 - .../js/cultures/kendo.culture.nso.min.js | 26 - .../js/cultures/kendo.culture.oc-FR.min.js | 26 - .../kendo/js/cultures/kendo.culture.oc.min.js | 26 - .../js/cultures/kendo.culture.om-ET.min.js | 26 - .../kendo/js/cultures/kendo.culture.om.min.js | 26 - .../js/cultures/kendo.culture.or-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.or.min.js | 26 - .../cultures/kendo.culture.pa-Arab-PK.min.js | 26 - .../js/cultures/kendo.culture.pa-Arab.min.js | 26 - .../js/cultures/kendo.culture.pa-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.pa.min.js | 26 - .../js/cultures/kendo.culture.pl-PL.min.js | 26 - .../kendo/js/cultures/kendo.culture.pl.min.js | 26 - .../js/cultures/kendo.culture.prs-AF.min.js | 26 - .../js/cultures/kendo.culture.prs.min.js | 26 - .../js/cultures/kendo.culture.ps-AF.min.js | 26 - .../kendo/js/cultures/kendo.culture.ps.min.js | 26 - .../js/cultures/kendo.culture.pt-AO.min.js | 26 - .../js/cultures/kendo.culture.pt-BR.min.js | 26 - .../js/cultures/kendo.culture.pt-PT.min.js | 26 - .../kendo/js/cultures/kendo.culture.pt.min.js | 26 - .../js/cultures/kendo.culture.qut-GT.min.js | 26 - .../js/cultures/kendo.culture.qut.min.js | 26 - .../js/cultures/kendo.culture.quz-BO.min.js | 26 - .../js/cultures/kendo.culture.quz-EC.min.js | 26 - .../js/cultures/kendo.culture.quz-PE.min.js | 26 - .../js/cultures/kendo.culture.quz.min.js | 26 - .../js/cultures/kendo.culture.rm-CH.min.js | 26 - .../kendo/js/cultures/kendo.culture.rm.min.js | 26 - .../js/cultures/kendo.culture.ro-MD.min.js | 26 - .../js/cultures/kendo.culture.ro-RO.min.js | 26 - .../kendo/js/cultures/kendo.culture.ro.min.js | 26 - .../js/cultures/kendo.culture.ru-RU.min.js | 26 - .../js/cultures/kendo.culture.ru-UA.min.js | 35 - .../kendo/js/cultures/kendo.culture.ru.min.js | 26 - .../js/cultures/kendo.culture.rw-RW.min.js | 26 - .../kendo/js/cultures/kendo.culture.rw.min.js | 26 - .../js/cultures/kendo.culture.sa-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.sa.min.js | 26 - .../js/cultures/kendo.culture.sah-RU.min.js | 26 - .../js/cultures/kendo.culture.sah.min.js | 26 - .../cultures/kendo.culture.sd-Arab-PK.min.js | 26 - .../js/cultures/kendo.culture.sd-Arab.min.js | 26 - .../kendo/js/cultures/kendo.culture.sd.min.js | 26 - .../js/cultures/kendo.culture.se-FI.min.js | 26 - .../js/cultures/kendo.culture.se-NO.min.js | 26 - .../js/cultures/kendo.culture.se-SE.min.js | 26 - .../kendo/js/cultures/kendo.culture.se.min.js | 26 - .../js/cultures/kendo.culture.si-LK.min.js | 26 - .../kendo/js/cultures/kendo.culture.si.min.js | 26 - .../js/cultures/kendo.culture.sk-SK.min.js | 26 - .../kendo/js/cultures/kendo.culture.sk.min.js | 26 - .../js/cultures/kendo.culture.sl-SI.min.js | 26 - .../kendo/js/cultures/kendo.culture.sl.min.js | 26 - .../js/cultures/kendo.culture.sma-NO.min.js | 26 - .../js/cultures/kendo.culture.sma-SE.min.js | 26 - .../js/cultures/kendo.culture.sma.min.js | 26 - .../js/cultures/kendo.culture.smj-NO.min.js | 26 - .../js/cultures/kendo.culture.smj-SE.min.js | 26 - .../js/cultures/kendo.culture.smj.min.js | 26 - .../js/cultures/kendo.culture.smn-FI.min.js | 26 - .../js/cultures/kendo.culture.smn.min.js | 26 - .../js/cultures/kendo.culture.sms-FI.min.js | 26 - .../js/cultures/kendo.culture.sms.min.js | 26 - .../cultures/kendo.culture.sn-Latn-ZW.min.js | 26 - .../js/cultures/kendo.culture.sn-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.sn.min.js | 26 - .../js/cultures/kendo.culture.so-SO.min.js | 26 - .../kendo/js/cultures/kendo.culture.so.min.js | 26 - .../js/cultures/kendo.culture.sq-AL.min.js | 26 - .../kendo/js/cultures/kendo.culture.sq.min.js | 26 - .../cultures/kendo.culture.sr-Cyrl-BA.min.js | 26 - .../cultures/kendo.culture.sr-Cyrl-CS.min.js | 26 - .../cultures/kendo.culture.sr-Cyrl-ME.min.js | 26 - .../cultures/kendo.culture.sr-Cyrl-RS.min.js | 26 - .../js/cultures/kendo.culture.sr-Cyrl.min.js | 26 - .../cultures/kendo.culture.sr-Latn-BA.min.js | 26 - .../cultures/kendo.culture.sr-Latn-CS.min.js | 26 - .../cultures/kendo.culture.sr-Latn-ME.min.js | 26 - .../cultures/kendo.culture.sr-Latn-RS.min.js | 26 - .../js/cultures/kendo.culture.sr-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.sr.min.js | 26 - .../js/cultures/kendo.culture.st-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.st.min.js | 26 - .../js/cultures/kendo.culture.sv-FI.min.js | 26 - .../js/cultures/kendo.culture.sv-SE.min.js | 26 - .../kendo/js/cultures/kendo.culture.sv.min.js | 26 - .../js/cultures/kendo.culture.sw-KE.min.js | 26 - .../kendo/js/cultures/kendo.culture.sw.min.js | 26 - .../js/cultures/kendo.culture.syr-SY.min.js | 26 - .../js/cultures/kendo.culture.syr.min.js | 26 - .../js/cultures/kendo.culture.ta-IN.min.js | 26 - .../js/cultures/kendo.culture.ta-LK.min.js | 26 - .../kendo/js/cultures/kendo.culture.ta.min.js | 26 - .../js/cultures/kendo.culture.te-IN.min.js | 26 - .../kendo/js/cultures/kendo.culture.te.min.js | 26 - .../cultures/kendo.culture.tg-Cyrl-TJ.min.js | 26 - .../js/cultures/kendo.culture.tg-Cyrl.min.js | 26 - .../kendo/js/cultures/kendo.culture.tg.min.js | 26 - .../js/cultures/kendo.culture.th-TH.min.js | 26 - .../kendo/js/cultures/kendo.culture.th.min.js | 26 - .../js/cultures/kendo.culture.ti-ER.min.js | 26 - .../js/cultures/kendo.culture.ti-ET.min.js | 26 - .../kendo/js/cultures/kendo.culture.ti.min.js | 26 - .../js/cultures/kendo.culture.tk-TM.min.js | 26 - .../kendo/js/cultures/kendo.culture.tk.min.js | 26 - .../js/cultures/kendo.culture.tn-BW.min.js | 26 - .../js/cultures/kendo.culture.tn-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.tn.min.js | 26 - .../js/cultures/kendo.culture.tr-TR.min.js | 26 - .../kendo/js/cultures/kendo.culture.tr.min.js | 26 - .../js/cultures/kendo.culture.ts-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.ts.min.js | 26 - .../js/cultures/kendo.culture.tt-RU.min.js | 26 - .../kendo/js/cultures/kendo.culture.tt.min.js | 26 - .../cultures/kendo.culture.tzm-Latn-DZ.min.js | 26 - .../js/cultures/kendo.culture.tzm-Latn.min.js | 26 - .../cultures/kendo.culture.tzm-Tfng-MA.min.js | 26 - .../js/cultures/kendo.culture.tzm-Tfng.min.js | 26 - .../js/cultures/kendo.culture.tzm.min.js | 26 - .../js/cultures/kendo.culture.ug-CN.min.js | 26 - .../kendo/js/cultures/kendo.culture.ug.min.js | 26 - .../js/cultures/kendo.culture.uk-UA.min.js | 26 - .../kendo/js/cultures/kendo.culture.uk.min.js | 26 - .../js/cultures/kendo.culture.ur-IN.min.js | 26 - .../js/cultures/kendo.culture.ur-PK.min.js | 26 - .../kendo/js/cultures/kendo.culture.ur.min.js | 26 - .../cultures/kendo.culture.uz-Cyrl-UZ.min.js | 26 - .../js/cultures/kendo.culture.uz-Cyrl.min.js | 26 - .../cultures/kendo.culture.uz-Latn-UZ.min.js | 26 - .../js/cultures/kendo.culture.uz-Latn.min.js | 26 - .../kendo/js/cultures/kendo.culture.uz.min.js | 26 - .../js/cultures/kendo.culture.vi-VN.min.js | 26 - .../kendo/js/cultures/kendo.culture.vi.min.js | 26 - .../js/cultures/kendo.culture.wo-SN.min.js | 26 - .../kendo/js/cultures/kendo.culture.wo.min.js | 26 - .../js/cultures/kendo.culture.xh-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.xh.min.js | 26 - .../js/cultures/kendo.culture.yo-NG.min.js | 26 - .../kendo/js/cultures/kendo.culture.yo.min.js | 26 - .../cultures/kendo.culture.zgh-Tfng-MA.min.js | 26 - .../js/cultures/kendo.culture.zgh-Tfng.min.js | 26 - .../js/cultures/kendo.culture.zgh.min.js | 26 - .../js/cultures/kendo.culture.zh-CHS.min.js | 26 - .../js/cultures/kendo.culture.zh-CHT.min.js | 26 - .../js/cultures/kendo.culture.zh-CN.min.js | 26 - .../js/cultures/kendo.culture.zh-HK.min.js | 26 - .../js/cultures/kendo.culture.zh-Hans.min.js | 26 - .../js/cultures/kendo.culture.zh-Hant.min.js | 26 - .../js/cultures/kendo.culture.zh-MO.min.js | 26 - .../js/cultures/kendo.culture.zh-SG.min.js | 26 - .../js/cultures/kendo.culture.zh-TW.min.js | 26 - .../kendo/js/cultures/kendo.culture.zh.min.js | 26 - .../js/cultures/kendo.culture.zu-ZA.min.js | 26 - .../kendo/js/cultures/kendo.culture.zu.min.js | 26 - .../wwwroot/clib/kendo/js/jquery.min.js | 5 - .../wwwroot/clib/kendo/js/jszip.min.js | 14 - .../wwwroot/clib/kendo/js/kendo.all.min.js | 120 -- .../clib/kendo/js/kendo.angular.min.js | 26 - .../clib/kendo/js/kendo.autocomplete.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.binder.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.button.min.js | 26 - .../clib/kendo/js/kendo.calendar.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.color.min.js | 26 - .../clib/kendo/js/kendo.colorpicker.min.js | 26 - .../clib/kendo/js/kendo.columnmenu.min.js | 26 - .../clib/kendo/js/kendo.columnsorter.min.js | 26 - .../clib/kendo/js/kendo.combobox.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.core.min.js | 27 - .../wwwroot/clib/kendo/js/kendo.data.min.js | 27 - .../clib/kendo/js/kendo.data.odata.min.js | 26 - .../clib/kendo/js/kendo.data.signalr.min.js | 26 - .../clib/kendo/js/kendo.data.xml.min.js | 26 - .../kendo/js/kendo.dataviz.barcode.min.js | 26 - .../clib/kendo/js/kendo.dataviz.chart.min.js | 31 - .../clib/kendo/js/kendo.dataviz.core.min.js | 28 - .../kendo/js/kendo.dataviz.diagram.min.js | 32 - .../clib/kendo/js/kendo.dataviz.gauge.min.js | 26 - .../clib/kendo/js/kendo.dataviz.map.min.js | 27 - .../clib/kendo/js/kendo.dataviz.min.js | 61 - .../clib/kendo/js/kendo.dataviz.mobile.min.js | 64 -- .../clib/kendo/js/kendo.dataviz.qrcode.min.js | 26 - .../kendo/js/kendo.dataviz.sparkline.min.js | 26 - .../clib/kendo/js/kendo.dataviz.stock.min.js | 26 - .../clib/kendo/js/kendo.dataviz.themes.min.js | 27 - .../kendo/js/kendo.dataviz.treemap.min.js | 26 - .../clib/kendo/js/kendo.dateinput.min.js | 26 - .../clib/kendo/js/kendo.datepicker.min.js | 26 - .../clib/kendo/js/kendo.datetimepicker.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.dialog.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.dom.min.js | 26 - .../clib/kendo/js/kendo.draganddrop.min.js | 26 - .../clib/kendo/js/kendo.drawing.min.js | 29 - .../clib/kendo/js/kendo.dropdownlist.min.js | 26 - .../clib/kendo/js/kendo.editable.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.editor.min.js | 33 - .../wwwroot/clib/kendo/js/kendo.excel.min.js | 26 - .../clib/kendo/js/kendo.filebrowser.min.js | 26 - .../clib/kendo/js/kendo.filtercell.min.js | 26 - .../clib/kendo/js/kendo.filtermenu.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.fx.min.js | 26 - .../clib/kendo/js/kendo.gantt.list.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.gantt.min.js | 27 - .../clib/kendo/js/kendo.gantt.timeline.min.js | 27 - .../wwwroot/clib/kendo/js/kendo.grid.min.js | 29 - .../clib/kendo/js/kendo.groupable.min.js | 26 - .../clib/kendo/js/kendo.imagebrowser.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.list.min.js | 26 - .../clib/kendo/js/kendo.listbox.min.js | 26 - .../clib/kendo/js/kendo.listview.min.js | 26 - .../clib/kendo/js/kendo.maskedtextbox.min.js | 26 - .../clib/kendo/js/kendo.mediaplayer.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.menu.min.js | 27 - .../kendo/js/kendo.mobile.actionsheet.min.js | 26 - .../kendo/js/kendo.mobile.application.min.js | 26 - .../clib/kendo/js/kendo.mobile.button.min.js | 26 - .../kendo/js/kendo.mobile.buttongroup.min.js | 26 - .../kendo/js/kendo.mobile.collapsible.min.js | 26 - .../clib/kendo/js/kendo.mobile.drawer.min.js | 26 - .../kendo/js/kendo.mobile.listview.min.js | 26 - .../clib/kendo/js/kendo.mobile.loader.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.mobile.min.js | 35 - .../kendo/js/kendo.mobile.modalview.min.js | 26 - .../clib/kendo/js/kendo.mobile.navbar.min.js | 26 - .../clib/kendo/js/kendo.mobile.pane.min.js | 26 - .../clib/kendo/js/kendo.mobile.popover.min.js | 26 - .../kendo/js/kendo.mobile.scroller.min.js | 26 - .../kendo/js/kendo.mobile.scrollview.min.js | 26 - .../clib/kendo/js/kendo.mobile.shim.min.js | 26 - .../kendo/js/kendo.mobile.splitview.min.js | 26 - .../clib/kendo/js/kendo.mobile.switch.min.js | 26 - .../kendo/js/kendo.mobile.tabstrip.min.js | 26 - .../clib/kendo/js/kendo.mobile.view.min.js | 26 - .../clib/kendo/js/kendo.multiselect.min.js | 26 - .../clib/kendo/js/kendo.notification.min.js | 26 - .../clib/kendo/js/kendo.numerictextbox.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.ooxml.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.pager.min.js | 26 - .../clib/kendo/js/kendo.panelbar.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.pdf.min.js | 27 - .../kendo/js/kendo.pivot.configurator.min.js | 26 - .../kendo/js/kendo.pivot.fieldmenu.min.js | 26 - .../clib/kendo/js/kendo.pivotgrid.min.js | 27 - .../wwwroot/clib/kendo/js/kendo.popup.min.js | 26 - .../clib/kendo/js/kendo.progressbar.min.js | 26 - .../clib/kendo/js/kendo.reorderable.min.js | 26 - .../clib/kendo/js/kendo.resizable.min.js | 26 - .../kendo/js/kendo.responsivepanel.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.router.min.js | 26 - .../js/kendo.scheduler.agendaview.min.js | 26 - .../kendo/js/kendo.scheduler.dayview.min.js | 26 - .../clib/kendo/js/kendo.scheduler.min.js | 28 - .../kendo/js/kendo.scheduler.monthview.min.js | 26 - .../js/kendo.scheduler.recurrence.min.js | 27 - .../js/kendo.scheduler.timelineview.min.js | 27 - .../clib/kendo/js/kendo.scheduler.view.min.js | 26 - .../clib/kendo/js/kendo.selectable.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.slider.min.js | 26 - .../clib/kendo/js/kendo.sortable.min.js | 26 - .../clib/kendo/js/kendo.splitter.min.js | 26 - .../clib/kendo/js/kendo.spreadsheet.min.js | 39 - .../clib/kendo/js/kendo.tabstrip.min.js | 26 - .../clib/kendo/js/kendo.timepicker.min.js | 26 - .../clib/kendo/js/kendo.timezones.min.js | 33 - .../clib/kendo/js/kendo.toolbar.min.js | 26 - .../clib/kendo/js/kendo.tooltip.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.touch.min.js | 26 - .../clib/kendo/js/kendo.treelist.min.js | 27 - .../js/kendo.treeview.draganddrop.min.js | 26 - .../clib/kendo/js/kendo.treeview.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.upload.min.js | 27 - .../clib/kendo/js/kendo.userevents.min.js | 26 - .../clib/kendo/js/kendo.validator.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.view.min.js | 26 - .../clib/kendo/js/kendo.virtuallist.min.js | 26 - .../wwwroot/clib/kendo/js/kendo.web.min.js | 98 -- .../clib/kendo/js/kendo.webcomponents.js | 199 ---- .../wwwroot/clib/kendo/js/kendo.window.min.js | 26 - .../js/messages/kendo.messages.bg-BG.min.js | 26 - .../js/messages/kendo.messages.cs-CZ.min.js | 26 - .../js/messages/kendo.messages.da-DK.min.js | 26 - .../js/messages/kendo.messages.de-AT.min.js | 26 - .../js/messages/kendo.messages.de-CH.min.js | 26 - .../js/messages/kendo.messages.de-DE.min.js | 26 - .../js/messages/kendo.messages.de-LI.min.js | 26 - .../js/messages/kendo.messages.el-GR.min.js | 26 - .../js/messages/kendo.messages.en-AU.min.js | 26 - .../js/messages/kendo.messages.en-CA.min.js | 26 - .../js/messages/kendo.messages.en-GB.min.js | 26 - .../js/messages/kendo.messages.en-US.min.js | 26 - .../js/messages/kendo.messages.es-AR.min.js | 26 - .../js/messages/kendo.messages.es-BO.min.js | 26 - .../js/messages/kendo.messages.es-CL.min.js | 26 - .../js/messages/kendo.messages.es-CO.min.js | 26 - .../js/messages/kendo.messages.es-CR.min.js | 26 - .../js/messages/kendo.messages.es-DO.min.js | 26 - .../js/messages/kendo.messages.es-EC.min.js | 26 - .../js/messages/kendo.messages.es-ES.min.js | 26 - .../js/messages/kendo.messages.es-GT.min.js | 26 - .../js/messages/kendo.messages.es-HN.min.js | 26 - .../js/messages/kendo.messages.es-MX.min.js | 26 - .../js/messages/kendo.messages.es-NI.min.js | 26 - .../js/messages/kendo.messages.es-PA.min.js | 26 - .../js/messages/kendo.messages.es-PE.min.js | 26 - .../js/messages/kendo.messages.es-PR.min.js | 26 - .../js/messages/kendo.messages.es-PY.min.js | 26 - .../js/messages/kendo.messages.es-US.min.js | 26 - .../js/messages/kendo.messages.es-UY.min.js | 26 - .../js/messages/kendo.messages.es-VE.min.js | 26 - .../js/messages/kendo.messages.fa-IR.min.js | 26 - .../js/messages/kendo.messages.fi-FI.min.js | 26 - .../js/messages/kendo.messages.fr-BE.min.js | 26 - .../js/messages/kendo.messages.fr-CA.min.js | 26 - .../js/messages/kendo.messages.fr-CD.min.js | 26 - .../js/messages/kendo.messages.fr-CH.min.js | 26 - .../js/messages/kendo.messages.fr-CI.min.js | 26 - .../js/messages/kendo.messages.fr-CM.min.js | 26 - .../js/messages/kendo.messages.fr-FR.min.js | 26 - .../js/messages/kendo.messages.fr-HT.min.js | 26 - .../js/messages/kendo.messages.fr-LU.min.js | 26 - .../js/messages/kendo.messages.fr-MA.min.js | 26 - .../js/messages/kendo.messages.fr-MC.min.js | 26 - .../js/messages/kendo.messages.fr-ML.min.js | 26 - .../js/messages/kendo.messages.fr-SN.min.js | 26 - .../js/messages/kendo.messages.he-IL.min.js | 26 - .../js/messages/kendo.messages.hu-HU.min.js | 26 - .../js/messages/kendo.messages.hy-AM.min.js | 26 - .../js/messages/kendo.messages.it-CH.min.js | 26 - .../js/messages/kendo.messages.it-IT.min.js | 26 - .../js/messages/kendo.messages.ja-JP.min.js | 26 - .../js/messages/kendo.messages.nb-NO.min.js | 26 - .../js/messages/kendo.messages.nl-BE.min.js | 26 - .../js/messages/kendo.messages.nl-NL.min.js | 26 - .../js/messages/kendo.messages.pl-PL.min.js | 26 - .../js/messages/kendo.messages.pt-BR.min.js | 26 - .../js/messages/kendo.messages.pt-PT.min.js | 26 - .../js/messages/kendo.messages.ro-RO.min.js | 26 - .../js/messages/kendo.messages.ru-RU.min.js | 26 - .../js/messages/kendo.messages.sk-SK.min.js | 26 - .../js/messages/kendo.messages.sv-SE.min.js | 26 - .../js/messages/kendo.messages.tr-TR.min.js | 26 - .../js/messages/kendo.messages.uk-UA.min.js | 26 - .../js/messages/kendo.messages.zh-CN.min.js | 26 - .../js/messages/kendo.messages.zh-HK.min.js | 26 - .../js/messages/kendo.messages.zh-TW.min.js | 26 - .../wwwroot/clib/kendo/js/pako_deflate.min.js | 2 - .../clib/kendo/styles/Black/editor.png | Bin 2873 -> 0 bytes .../clib/kendo/styles/Black/imagebrowser.png | Bin 6285 -> 0 bytes .../clib/kendo/styles/Black/indeterminate.gif | Bin 799 -> 0 bytes .../clib/kendo/styles/Black/loading-image.gif | Bin 5865 -> 0 bytes .../clib/kendo/styles/Black/loading.gif | Bin 2206 -> 0 bytes .../clib/kendo/styles/Black/loading_2x.gif | Bin 4916 -> 0 bytes .../clib/kendo/styles/Black/markers.png | Bin 1110 -> 0 bytes .../clib/kendo/styles/Black/markers_2x.png | Bin 2475 -> 0 bytes .../clib/kendo/styles/Black/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Black/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Black/sprite.png | Bin 13493 -> 0 bytes .../clib/kendo/styles/Black/sprite_2x.png | Bin 32008 -> 0 bytes .../clib/kendo/styles/Black/sprite_kpi.png | Bin 787 -> 0 bytes .../clib/kendo/styles/Black/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/BlueOpal/editor.png | Bin 1159 -> 0 bytes .../kendo/styles/BlueOpal/imagebrowser.png | Bin 6381 -> 0 bytes .../kendo/styles/BlueOpal/indeterminate.gif | Bin 799 -> 0 bytes .../kendo/styles/BlueOpal/loading-image.gif | Bin 5995 -> 0 bytes .../clib/kendo/styles/BlueOpal/loading.gif | Bin 2205 -> 0 bytes .../clib/kendo/styles/BlueOpal/loading_2x.gif | Bin 4985 -> 0 bytes .../clib/kendo/styles/BlueOpal/markers.png | Bin 1018 -> 0 bytes .../clib/kendo/styles/BlueOpal/markers_2x.png | Bin 2291 -> 0 bytes .../clib/kendo/styles/BlueOpal/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/BlueOpal/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/BlueOpal/sprite.png | Bin 25121 -> 0 bytes .../clib/kendo/styles/BlueOpal/sprite_2x.png | Bin 61704 -> 0 bytes .../clib/kendo/styles/BlueOpal/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/BlueOpal/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Bootstrap/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/Bootstrap/imagebrowser.png | Bin 6215 -> 0 bytes .../kendo/styles/Bootstrap/indeterminate.gif | Bin 2115 -> 0 bytes .../kendo/styles/Bootstrap/loading-image.gif | Bin 2588 -> 0 bytes .../clib/kendo/styles/Bootstrap/loading.gif | Bin 847 -> 0 bytes .../kendo/styles/Bootstrap/loading_2x.gif | Bin 2220 -> 0 bytes .../clib/kendo/styles/Bootstrap/markers.png | Bin 1014 -> 0 bytes .../kendo/styles/Bootstrap/markers_2x.png | Bin 2285 -> 0 bytes .../clib/kendo/styles/Bootstrap/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Bootstrap/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Bootstrap/sprite.png | Bin 15253 -> 0 bytes .../clib/kendo/styles/Bootstrap/sprite_2x.png | Bin 37624 -> 0 bytes .../kendo/styles/Bootstrap/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Bootstrap/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Default/editor.png | Bin 816 -> 0 bytes .../kendo/styles/Default/imagebrowser.png | Bin 6454 -> 0 bytes .../kendo/styles/Default/indeterminate.gif | Bin 799 -> 0 bytes .../kendo/styles/Default/loading-image.gif | Bin 6138 -> 0 bytes .../clib/kendo/styles/Default/loading.gif | Bin 2218 -> 0 bytes .../clib/kendo/styles/Default/loading_2x.gif | Bin 4919 -> 0 bytes .../clib/kendo/styles/Default/markers.png | Bin 988 -> 0 bytes .../clib/kendo/styles/Default/markers_2x.png | Bin 2166 -> 0 bytes .../clib/kendo/styles/Default/slider-h.gif | Bin 130 -> 0 bytes .../clib/kendo/styles/Default/slider-v.gif | Bin 130 -> 0 bytes .../clib/kendo/styles/Default/sprite.png | Bin 28837 -> 0 bytes .../clib/kendo/styles/Default/sprite_2x.png | Bin 72331 -> 0 bytes .../clib/kendo/styles/Default/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Default/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Fiori/editor.png | Bin 2873 -> 0 bytes .../clib/kendo/styles/Fiori/imagebrowser.png | Bin 7537 -> 0 bytes .../clib/kendo/styles/Fiori/indeterminate.gif | Bin 2115 -> 0 bytes .../clib/kendo/styles/Fiori/loading-image.gif | Bin 3173 -> 0 bytes .../clib/kendo/styles/Fiori/loading.gif | Bin 1304 -> 0 bytes .../clib/kendo/styles/Fiori/loading_2x.gif | Bin 2336 -> 0 bytes .../clib/kendo/styles/Fiori/markers.png | Bin 1020 -> 0 bytes .../clib/kendo/styles/Fiori/markers_2x.png | Bin 2274 -> 0 bytes .../clib/kendo/styles/Fiori/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Fiori/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Fiori/sprite.png | Bin 18851 -> 0 bytes .../clib/kendo/styles/Fiori/sprite_2x.png | Bin 40832 -> 0 bytes .../clib/kendo/styles/Fiori/sprite_kpi.png | Bin 787 -> 0 bytes .../clib/kendo/styles/Fiori/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../wwwroot/clib/kendo/styles/Flat/editor.png | Bin 2873 -> 0 bytes .../clib/kendo/styles/Flat/imagebrowser.png | Bin 6215 -> 0 bytes .../clib/kendo/styles/Flat/indeterminate.gif | Bin 799 -> 0 bytes .../clib/kendo/styles/Flat/loading-image.gif | Bin 1611 -> 0 bytes .../clib/kendo/styles/Flat/loading.gif | Bin 567 -> 0 bytes .../clib/kendo/styles/Flat/loading_2x.gif | Bin 1110 -> 0 bytes .../clib/kendo/styles/Flat/markers.png | Bin 1011 -> 0 bytes .../clib/kendo/styles/Flat/markers_2x.png | Bin 2166 -> 0 bytes .../clib/kendo/styles/Flat/slider-h.gif | Bin 73 -> 0 bytes .../clib/kendo/styles/Flat/slider-v.gif | Bin 73 -> 0 bytes .../wwwroot/clib/kendo/styles/Flat/sprite.png | Bin 13145 -> 0 bytes .../clib/kendo/styles/Flat/sprite_2x.png | Bin 31137 -> 0 bytes .../clib/kendo/styles/Flat/sprite_kpi.png | Bin 787 -> 0 bytes .../clib/kendo/styles/Flat/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/HighContrast/editor.png | Bin 2873 -> 0 bytes .../styles/HighContrast/imagebrowser.png | Bin 6285 -> 0 bytes .../styles/HighContrast/indeterminate.gif | Bin 799 -> 0 bytes .../styles/HighContrast/loading-image.gif | Bin 3208 -> 0 bytes .../kendo/styles/HighContrast/loading.gif | Bin 1849 -> 0 bytes .../kendo/styles/HighContrast/loading_2x.gif | Bin 3208 -> 0 bytes .../kendo/styles/HighContrast/markers.png | Bin 1025 -> 0 bytes .../kendo/styles/HighContrast/markers_2x.png | Bin 2318 -> 0 bytes .../kendo/styles/HighContrast/slider-h.gif | Bin 72 -> 0 bytes .../kendo/styles/HighContrast/slider-v.gif | Bin 72 -> 0 bytes .../clib/kendo/styles/HighContrast/sprite.png | Bin 13364 -> 0 bytes .../kendo/styles/HighContrast/sprite_2x.png | Bin 32309 -> 0 bytes .../kendo/styles/HighContrast/sprite_kpi.png | Bin 787 -> 0 bytes .../styles/HighContrast/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Material/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/Material/imagebrowser.png | Bin 6215 -> 0 bytes .../kendo/styles/Material/indeterminate.gif | Bin 2115 -> 0 bytes .../kendo/styles/Material/loading-image.gif | Bin 6535 -> 0 bytes .../clib/kendo/styles/Material/loading.gif | Bin 2744 -> 0 bytes .../clib/kendo/styles/Material/loading_2x.gif | Bin 4610 -> 0 bytes .../clib/kendo/styles/Material/markers.png | Bin 988 -> 0 bytes .../clib/kendo/styles/Material/markers_2x.png | Bin 2166 -> 0 bytes .../clib/kendo/styles/Material/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Material/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Material/sprite.png | Bin 17684 -> 0 bytes .../clib/kendo/styles/Material/sprite_2x.png | Bin 39526 -> 0 bytes .../clib/kendo/styles/Material/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Material/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../kendo/styles/MaterialBlack/editor.png | Bin 2873 -> 0 bytes .../styles/MaterialBlack/imagebrowser.png | Bin 6381 -> 0 bytes .../styles/MaterialBlack/indeterminate.gif | Bin 2115 -> 0 bytes .../styles/MaterialBlack/loading-image.gif | Bin 6407 -> 0 bytes .../kendo/styles/MaterialBlack/loading.gif | Bin 2657 -> 0 bytes .../kendo/styles/MaterialBlack/loading_2x.gif | Bin 4525 -> 0 bytes .../kendo/styles/MaterialBlack/markers.png | Bin 988 -> 0 bytes .../kendo/styles/MaterialBlack/markers_2x.png | Bin 2166 -> 0 bytes .../kendo/styles/MaterialBlack/slider-h.gif | Bin 63 -> 0 bytes .../kendo/styles/MaterialBlack/slider-v.gif | Bin 63 -> 0 bytes .../kendo/styles/MaterialBlack/sprite.png | Bin 13263 -> 0 bytes .../kendo/styles/MaterialBlack/sprite_2x.png | Bin 33745 -> 0 bytes .../kendo/styles/MaterialBlack/sprite_kpi.png | Bin 787 -> 0 bytes .../styles/MaterialBlack/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Metro/editor.png | Bin 2873 -> 0 bytes .../clib/kendo/styles/Metro/imagebrowser.png | Bin 6215 -> 0 bytes .../clib/kendo/styles/Metro/indeterminate.gif | Bin 799 -> 0 bytes .../clib/kendo/styles/Metro/loading-image.gif | Bin 2469 -> 0 bytes .../clib/kendo/styles/Metro/loading.gif | Bin 335 -> 0 bytes .../clib/kendo/styles/Metro/loading_2x.gif | Bin 511 -> 0 bytes .../clib/kendo/styles/Metro/markers.png | Bin 1011 -> 0 bytes .../clib/kendo/styles/Metro/markers_2x.png | Bin 2209 -> 0 bytes .../clib/kendo/styles/Metro/slider-h.gif | Bin 73 -> 0 bytes .../clib/kendo/styles/Metro/slider-v.gif | Bin 73 -> 0 bytes .../clib/kendo/styles/Metro/sprite.png | Bin 15421 -> 0 bytes .../clib/kendo/styles/Metro/sprite_2x.png | Bin 42458 -> 0 bytes .../clib/kendo/styles/Metro/sprite_kpi.png | Bin 787 -> 0 bytes .../clib/kendo/styles/Metro/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/MetroBlack/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/MetroBlack/imagebrowser.png | Bin 6285 -> 0 bytes .../kendo/styles/MetroBlack/indeterminate.gif | Bin 799 -> 0 bytes .../kendo/styles/MetroBlack/loading-image.gif | Bin 2563 -> 0 bytes .../clib/kendo/styles/MetroBlack/loading.gif | Bin 1358 -> 0 bytes .../kendo/styles/MetroBlack/loading_2x.gif | Bin 1449 -> 0 bytes .../clib/kendo/styles/MetroBlack/markers.png | Bin 976 -> 0 bytes .../kendo/styles/MetroBlack/markers_2x.png | Bin 2179 -> 0 bytes .../clib/kendo/styles/MetroBlack/slider-h.gif | Bin 73 -> 0 bytes .../clib/kendo/styles/MetroBlack/slider-v.gif | Bin 73 -> 0 bytes .../clib/kendo/styles/MetroBlack/sprite.png | Bin 13544 -> 0 bytes .../kendo/styles/MetroBlack/sprite_2x.png | Bin 33745 -> 0 bytes .../kendo/styles/MetroBlack/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/MetroBlack/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Moonlight/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/Moonlight/imagebrowser.png | Bin 6285 -> 0 bytes .../kendo/styles/Moonlight/indeterminate.gif | Bin 799 -> 0 bytes .../kendo/styles/Moonlight/loading-image.gif | Bin 1924 -> 0 bytes .../clib/kendo/styles/Moonlight/loading.gif | Bin 1456 -> 0 bytes .../kendo/styles/Moonlight/loading_2x.gif | Bin 1537 -> 0 bytes .../clib/kendo/styles/Moonlight/markers.png | Bin 976 -> 0 bytes .../kendo/styles/Moonlight/markers_2x.png | Bin 2184 -> 0 bytes .../clib/kendo/styles/Moonlight/slider-h.gif | Bin 72 -> 0 bytes .../clib/kendo/styles/Moonlight/slider-v.gif | Bin 72 -> 0 bytes .../clib/kendo/styles/Moonlight/sprite.png | Bin 13410 -> 0 bytes .../clib/kendo/styles/Moonlight/sprite_2x.png | Bin 31954 -> 0 bytes .../kendo/styles/Moonlight/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Moonlight/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../wwwroot/clib/kendo/styles/Nova/editor.png | Bin 2873 -> 0 bytes .../clib/kendo/styles/Nova/imagebrowser.png | Bin 6215 -> 0 bytes .../clib/kendo/styles/Nova/indeterminate.gif | Bin 2115 -> 0 bytes .../clib/kendo/styles/Nova/loading-image.gif | Bin 5628 -> 0 bytes .../clib/kendo/styles/Nova/loading.gif | Bin 1713 -> 0 bytes .../clib/kendo/styles/Nova/loading_2x.gif | Bin 3287 -> 0 bytes .../clib/kendo/styles/Nova/markers.png | Bin 988 -> 0 bytes .../clib/kendo/styles/Nova/markers_2x.png | Bin 2166 -> 0 bytes .../clib/kendo/styles/Nova/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Nova/slider-v.gif | Bin 63 -> 0 bytes .../wwwroot/clib/kendo/styles/Nova/sprite.png | Bin 17684 -> 0 bytes .../clib/kendo/styles/Nova/sprite_2x.png | Bin 39533 -> 0 bytes .../clib/kendo/styles/Nova/sprite_kpi.png | Bin 787 -> 0 bytes .../clib/kendo/styles/Nova/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Office365/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/Office365/imagebrowser.png | Bin 7548 -> 0 bytes .../kendo/styles/Office365/indeterminate.gif | Bin 2115 -> 0 bytes .../kendo/styles/Office365/loading-image.gif | Bin 1513 -> 0 bytes .../clib/kendo/styles/Office365/loading.gif | Bin 557 -> 0 bytes .../kendo/styles/Office365/loading_2x.gif | Bin 1265 -> 0 bytes .../clib/kendo/styles/Office365/markers.png | Bin 988 -> 0 bytes .../kendo/styles/Office365/markers_2x.png | Bin 2166 -> 0 bytes .../clib/kendo/styles/Office365/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Office365/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Office365/sprite.png | Bin 17656 -> 0 bytes .../clib/kendo/styles/Office365/sprite_2x.png | Bin 38235 -> 0 bytes .../kendo/styles/Office365/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Office365/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Silver/editor.png | Bin 1159 -> 0 bytes .../clib/kendo/styles/Silver/imagebrowser.png | Bin 6381 -> 0 bytes .../kendo/styles/Silver/indeterminate.gif | Bin 799 -> 0 bytes .../kendo/styles/Silver/loading-image.gif | Bin 6123 -> 0 bytes .../clib/kendo/styles/Silver/loading.gif | Bin 2200 -> 0 bytes .../clib/kendo/styles/Silver/loading_2x.gif | Bin 4614 -> 0 bytes .../clib/kendo/styles/Silver/markers.png | Bin 1020 -> 0 bytes .../clib/kendo/styles/Silver/markers_2x.png | Bin 2274 -> 0 bytes .../clib/kendo/styles/Silver/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Silver/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Silver/sprite.png | Bin 24845 -> 0 bytes .../clib/kendo/styles/Silver/sprite_2x.png | Bin 61119 -> 0 bytes .../clib/kendo/styles/Silver/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Silver/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../clib/kendo/styles/Uniform/editor.png | Bin 2873 -> 0 bytes .../kendo/styles/Uniform/imagebrowser.png | Bin 6215 -> 0 bytes .../kendo/styles/Uniform/indeterminate.gif | Bin 793 -> 0 bytes .../kendo/styles/Uniform/loading-image.gif | Bin 1924 -> 0 bytes .../clib/kendo/styles/Uniform/loading.gif | Bin 1456 -> 0 bytes .../clib/kendo/styles/Uniform/loading_2x.gif | Bin 1537 -> 0 bytes .../clib/kendo/styles/Uniform/markers.png | Bin 1056 -> 0 bytes .../clib/kendo/styles/Uniform/markers_2x.png | Bin 2254 -> 0 bytes .../clib/kendo/styles/Uniform/slider-h.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Uniform/slider-v.gif | Bin 63 -> 0 bytes .../clib/kendo/styles/Uniform/sprite.png | Bin 15296 -> 0 bytes .../clib/kendo/styles/Uniform/sprite_2x.png | Bin 37296 -> 0 bytes .../clib/kendo/styles/Uniform/sprite_kpi.png | Bin 787 -> 0 bytes .../kendo/styles/Uniform/sprite_kpi_2x.png | Bin 1472 -> 0 bytes .../styles/fonts/DejaVu/DejaVuSans-Bold.ttf | Bin 704128 -> 0 bytes .../fonts/DejaVu/DejaVuSans-BoldOblique.ttf | Bin 641720 -> 0 bytes .../fonts/DejaVu/DejaVuSans-ExtraLight.ttf | Bin 355204 -> 0 bytes .../fonts/DejaVu/DejaVuSans-Oblique.ttf | Bin 633840 -> 0 bytes .../kendo/styles/fonts/DejaVu/DejaVuSans.ttf | Bin 756072 -> 0 bytes .../fonts/DejaVu/DejaVuSansMono-Bold.ttf | Bin 331536 -> 0 bytes .../DejaVu/DejaVuSansMono-BoldOblique.ttf | Bin 253116 -> 0 bytes .../fonts/DejaVu/DejaVuSansMono-Oblique.ttf | Bin 251472 -> 0 bytes .../styles/fonts/DejaVu/DejaVuSansMono.ttf | Bin 340240 -> 0 bytes .../styles/fonts/DejaVu/DejaVuSerif-Bold.ttf | Bin 355692 -> 0 bytes .../fonts/DejaVu/DejaVuSerif-BoldItalic.ttf | Bin 347064 -> 0 bytes .../fonts/DejaVu/DejaVuSerif-Italic.ttf | Bin 345612 -> 0 bytes .../kendo/styles/fonts/DejaVu/DejaVuSerif.ttf | Bin 379740 -> 0 bytes .../kendo/styles/fonts/DejaVu/LICENSE.txt | 99 -- .../styles/fonts/glyphs/KendoUIGlyphs.eot | Bin 22488 -> 0 bytes .../styles/fonts/glyphs/KendoUIGlyphs.svg | 188 --- .../styles/fonts/glyphs/KendoUIGlyphs.ttf | Bin 22300 -> 0 bytes .../styles/fonts/glyphs/KendoUIGlyphs.woff | Bin 22376 -> 0 bytes .../fonts/glyphs/WebComponentsIcons.eot | Bin 96316 -> 0 bytes .../fonts/glyphs/WebComponentsIcons.svg | 1017 ----------------- .../fonts/glyphs/WebComponentsIcons.ttf | Bin 96108 -> 0 bytes .../fonts/glyphs/WebComponentsIcons.woff | Bin 96188 -> 0 bytes .../wwwroot/clib/kendo/styles/images/back.png | Bin 591 -> 0 bytes .../clib/kendo/styles/images/kendoui.svg | 361 ------ .../clib/kendo/styles/images/kendoui.ttf | Bin 64108 -> 0 bytes .../clib/kendo/styles/images/kendoui.woff | Bin 64184 -> 0 bytes .../clib/kendo/styles/images/wp8_icons.png | Bin 18651 -> 0 bytes .../kendo/styles/images/wp8_inverseicons.png | Bin 16497 -> 0 bytes .../clib/kendo/styles/kendo.black.min.css | 25 - .../kendo/styles/kendo.black.mobile.min.css | 25 - .../clib/kendo/styles/kendo.blueopal.min.css | 25 - .../styles/kendo.blueopal.mobile.min.css | 25 - .../kendo/styles/kendo.bootstrap-v4.min.css | 25 - .../clib/kendo/styles/kendo.bootstrap.min.css | 25 - .../styles/kendo.bootstrap.mobile.min.css | 25 - .../kendo.common-bootstrap.core.min.css | 25 - .../styles/kendo.common-bootstrap.min.css | 25 - .../kendo/styles/kendo.common-fiori.min.css | 25 - .../styles/kendo.common-material.core.min.css | 25 - .../styles/kendo.common-material.min.css | 25 - .../styles/kendo.common-nova.core.min.css | 25 - .../kendo/styles/kendo.common-nova.min.css | 25 - .../styles/kendo.common-office365.min.css | 25 - .../kendo/styles/kendo.common.core.min.css | 25 - .../clib/kendo/styles/kendo.common.min.css | 25 - .../kendo/styles/kendo.dataviz.black.min.css | 25 - .../styles/kendo.dataviz.blueopal.min.css | 25 - .../styles/kendo.dataviz.bootstrap.min.css | 25 - .../styles/kendo.dataviz.default.min.css | 25 - .../kendo/styles/kendo.dataviz.fiori.min.css | 25 - .../kendo/styles/kendo.dataviz.flat.min.css | 25 - .../styles/kendo.dataviz.highcontrast.min.css | 25 - .../styles/kendo.dataviz.material.min.css | 25 - .../kendo.dataviz.materialblack.min.css | 25 - .../kendo/styles/kendo.dataviz.metro.min.css | 25 - .../styles/kendo.dataviz.metroblack.min.css | 25 - .../clib/kendo/styles/kendo.dataviz.min.css | 25 - .../kendo/styles/kendo.dataviz.mobile.min.css | 25 - .../styles/kendo.dataviz.moonlight.min.css | 25 - .../kendo/styles/kendo.dataviz.nova.min.css | 25 - .../styles/kendo.dataviz.office365.min.css | 25 - .../kendo/styles/kendo.dataviz.silver.min.css | 25 - .../styles/kendo.dataviz.uniform.min.css | 25 - .../kendo/styles/kendo.default-v2.min.css | 25 - .../clib/kendo/styles/kendo.default.min.css | 25 - .../kendo/styles/kendo.default.mobile.min.css | 25 - .../clib/kendo/styles/kendo.fiori.min.css | 25 - .../kendo/styles/kendo.fiori.mobile.min.css | 25 - .../clib/kendo/styles/kendo.flat.min.css | 25 - .../kendo/styles/kendo.flat.mobile.min.css | 25 - .../kendo/styles/kendo.highcontrast.min.css | 25 - .../styles/kendo.highcontrast.mobile.min.css | 25 - .../clib/kendo/styles/kendo.material.min.css | 25 - .../styles/kendo.material.mobile.min.css | 25 - .../kendo/styles/kendo.materialblack.min.css | 25 - .../styles/kendo.materialblack.mobile.min.css | 25 - .../clib/kendo/styles/kendo.metro.min.css | 25 - .../kendo/styles/kendo.metro.mobile.min.css | 25 - .../kendo/styles/kendo.metroblack.min.css | 25 - .../styles/kendo.metroblack.mobile.min.css | 25 - .../kendo/styles/kendo.mobile.all.min.css | 25 - .../styles/kendo.mobile.android.dark.min.css | 25 - .../styles/kendo.mobile.android.light.min.css | 25 - .../styles/kendo.mobile.blackberry.min.css | 25 - .../kendo/styles/kendo.mobile.common.min.css | 25 - .../kendo/styles/kendo.mobile.fiori.min.css | 25 - .../kendo/styles/kendo.mobile.flat.min.css | 25 - .../kendo/styles/kendo.mobile.ios.min.css | 25 - .../styles/kendo.mobile.material.min.css | 25 - .../kendo/styles/kendo.mobile.meego.min.css | 25 - .../kendo/styles/kendo.mobile.nova.min.css | 25 - .../styles/kendo.mobile.office365.min.css | 25 - .../kendo/styles/kendo.mobile.wp8.min.css | 25 - .../clib/kendo/styles/kendo.moonlight.min.css | 25 - .../styles/kendo.moonlight.mobile.min.css | 25 - .../clib/kendo/styles/kendo.nova.min.css | 25 - .../kendo/styles/kendo.nova.mobile.min.css | 25 - .../clib/kendo/styles/kendo.office365.min.css | 25 - .../styles/kendo.office365.mobile.min.css | 25 - .../clib/kendo/styles/kendo.rtl.min.css | 25 - .../clib/kendo/styles/kendo.silver.min.css | 25 - .../kendo/styles/kendo.silver.mobile.min.css | 25 - .../clib/kendo/styles/kendo.uniform.min.css | 25 - .../kendo/styles/kendo.uniform.mobile.min.css | 25 - .../kendo/styles/textures/brushed-metal.png | Bin 15533 -> 0 bytes .../clib/kendo/styles/textures/dots1.png | Bin 116 -> 0 bytes .../clib/kendo/styles/textures/dots10.png | Bin 268 -> 0 bytes .../clib/kendo/styles/textures/dots11.png | Bin 273 -> 0 bytes .../clib/kendo/styles/textures/dots12.png | Bin 365 -> 0 bytes .../clib/kendo/styles/textures/dots13.png | Bin 313 -> 0 bytes .../clib/kendo/styles/textures/dots2.png | Bin 118 -> 0 bytes .../clib/kendo/styles/textures/dots3.png | Bin 123 -> 0 bytes .../clib/kendo/styles/textures/dots4.png | Bin 124 -> 0 bytes .../clib/kendo/styles/textures/dots5.png | Bin 126 -> 0 bytes .../clib/kendo/styles/textures/dots6.png | Bin 122 -> 0 bytes .../clib/kendo/styles/textures/dots7.png | Bin 211 -> 0 bytes .../clib/kendo/styles/textures/dots8.png | Bin 218 -> 0 bytes .../clib/kendo/styles/textures/dots9.png | Bin 252 -> 0 bytes .../kendo/styles/textures/glass-lighter.png | Bin 382 -> 0 bytes .../clib/kendo/styles/textures/glass.png | Bin 360 -> 0 bytes .../clib/kendo/styles/textures/highlight.png | Bin 390 -> 0 bytes .../kendo/styles/textures/hsv-gradient.png | Bin 38859 -> 0 bytes .../clib/kendo/styles/textures/hue.png | Bin 1713 -> 0 bytes .../clib/kendo/styles/textures/leather1.png | Bin 5191 -> 0 bytes .../clib/kendo/styles/textures/leather2.png | Bin 5415 -> 0 bytes .../clib/kendo/styles/textures/noise.png | Bin 5106 -> 0 bytes .../clib/kendo/styles/textures/stripe1.png | Bin 254 -> 0 bytes .../clib/kendo/styles/textures/stripe2.png | Bin 297 -> 0 bytes .../clib/kendo/styles/textures/stripe3.png | Bin 178 -> 0 bytes .../clib/kendo/styles/textures/stripe4.png | Bin 180 -> 0 bytes .../clib/kendo/styles/textures/stripe5.png | Bin 119 -> 0 bytes .../clib/kendo/styles/textures/stripe6.png | Bin 118 -> 0 bytes .../kendo/styles/textures/transparency.png | Bin 1835 -> 0 bytes .../kendo/styles/textures/transtexture.png | Bin 203 -> 0 bytes 968 files changed, 20126 deletions(-) delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/angular.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am-ET.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-AE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-BH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-DZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-EG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-IQ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-JO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-KW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LB.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-MA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-OM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-QA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-TN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-YE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn-CL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl-AZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn-AZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba-RU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be-BY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg-BG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-BD.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl-BA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn-BA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES-valencia.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs-CZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy-GB.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da-DK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-AT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-DE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb-DE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv-MV.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el-GR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-029.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-AU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-BZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-GB.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-HK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-JM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-MY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-NZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-PH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-SG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-TT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-419.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-AR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-BO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-DO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-EC.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-ES.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-GT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-HN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-MX.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-NI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-SV.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-UY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-VE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et-EE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu-ES.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa-IR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn-SN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil-PH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo-FO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-BE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CD.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-HT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-LU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MC.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-ML.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-RE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-SN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy-NL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga-IE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd-GB.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl-ES.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn-PY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn-NG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he-IL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-BA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-HR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb-DE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu-HU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy-AM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id-ID.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig-NG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is-IS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-IT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja-JP.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn-ID.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka-GE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk-KZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl-GL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km-KH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko-KR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab-IQ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky-KG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb-LU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo-LA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt-LT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv-LV.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg-MG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi-NZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk-MK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-MN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-MN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-BN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-MY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt-MT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my-MM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-NP.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-BE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-NL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.no.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo-GN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om-ET.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab-PK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl-PL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs-AF.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps-AF.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-AO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-BR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-PT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut-GT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-BO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-EC.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-PE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-MD.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-RO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-RU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-UA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw-RW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah-RU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab-PK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-SE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si-LK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk-SK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl-SI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-SE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-SE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn-ZW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so-SO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq-AL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-BA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-CS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-ME.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-RS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-BA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-CS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-ME.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-RS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-SE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw-KE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr-SY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-LK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl-TJ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th-TH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ER.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ET.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk-TM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-BW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr-TR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt-RU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn-DZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng-MA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk-UA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-IN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-PK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl-UZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn-UZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi-VN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo-SN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo-NG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng-MA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHS.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-HK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hans.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hant.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-MO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-SG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-TW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu-ZA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/jquery.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/jszip.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.all.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.angular.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.autocomplete.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.binder.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.button.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.calendar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.color.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.colorpicker.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.columnmenu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.columnsorter.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.combobox.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.core.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.data.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.data.odata.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.data.signalr.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.data.xml.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.barcode.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.chart.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.core.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.diagram.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.gauge.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.map.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.mobile.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.qrcode.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.sparkline.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.stock.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.themes.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dataviz.treemap.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dateinput.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.datepicker.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.datetimepicker.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dialog.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dom.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.draganddrop.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.drawing.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.dropdownlist.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.editable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.editor.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.excel.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.filebrowser.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.filtercell.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.filtermenu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.fx.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.list.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.timeline.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.grid.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.groupable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.imagebrowser.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.list.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.listbox.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.listview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.maskedtextbox.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mediaplayer.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.menu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.actionsheet.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.application.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.button.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.buttongroup.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.collapsible.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.drawer.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.listview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.loader.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.modalview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.navbar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.pane.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.popover.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.scroller.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.scrollview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.shim.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.splitview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.switch.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.tabstrip.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.mobile.view.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.multiselect.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.notification.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.numerictextbox.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.ooxml.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.pager.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.panelbar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.pdf.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.pivot.configurator.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.pivot.fieldmenu.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.pivotgrid.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.popup.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.progressbar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.reorderable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.resizable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.responsivepanel.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.router.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.agendaview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.dayview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.monthview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.recurrence.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.timelineview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.scheduler.view.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.selectable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.slider.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.sortable.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.splitter.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.spreadsheet.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.tabstrip.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.timepicker.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.timezones.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.toolbar.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.tooltip.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.touch.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.treelist.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.treeview.draganddrop.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.treeview.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.upload.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.userevents.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.validator.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.view.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.virtuallist.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.web.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.webcomponents.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.window.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.bg-BG.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.cs-CZ.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.da-DK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.de-AT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.de-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.de-DE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.de-LI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.el-GR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.en-AU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.en-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.en-GB.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.en-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-AR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-BO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-CL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-CO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-CR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-DO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-EC.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-ES.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-GT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-HN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-MX.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-NI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-PA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-PE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-PR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-PY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-US.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-UY.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.es-VE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fa-IR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fi-FI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-BE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-CA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-CD.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-CI.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-CM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-FR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-HT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-LU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-MA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-MC.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-ML.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.fr-SN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.he-IL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.hu-HU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.hy-AM.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.it-CH.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.it-IT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.ja-JP.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.nb-NO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.nl-BE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.nl-NL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.pl-PL.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.pt-BR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.pt-PT.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.ro-RO.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.ru-RU.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.sk-SK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.sv-SE.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.tr-TR.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.uk-UA.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.zh-CN.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.zh-HK.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/messages/kendo.messages.zh-TW.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/js/pako_deflate.min.js delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Black/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/BlueOpal/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Bootstrap/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Default/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Fiori/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Flat/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/HighContrast/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Material/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MaterialBlack/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Metro/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/MetroBlack/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Moonlight/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Nova/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Office365/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Silver/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/editor.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/imagebrowser.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/indeterminate.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/loading-image.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/loading.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/loading_2x.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/markers.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/markers_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/slider-h.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/slider-v.gif delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/sprite.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/sprite_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/sprite_kpi.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/Uniform/sprite_kpi_2x.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSans-Bold.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSans-BoldOblique.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSans-ExtraLight.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSans-Oblique.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSans.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSansMono-Bold.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSansMono-Oblique.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSansMono.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSerif-Bold.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSerif-Italic.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/DejaVuSerif.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/DejaVu/LICENSE.txt delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/KendoUIGlyphs.eot delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/KendoUIGlyphs.svg delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/KendoUIGlyphs.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/KendoUIGlyphs.woff delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/WebComponentsIcons.eot delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/WebComponentsIcons.svg delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/WebComponentsIcons.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/fonts/glyphs/WebComponentsIcons.woff delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/back.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/kendoui.svg delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/kendoui.ttf delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/kendoui.woff delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/wp8_icons.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/images/wp8_inverseicons.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.black.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.black.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.blueopal.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.blueopal.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.bootstrap-v4.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.bootstrap.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.bootstrap.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-bootstrap.core.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-bootstrap.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-fiori.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-material.core.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-material.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-nova.core.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-nova.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common-office365.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common.core.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.common.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.black.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.blueopal.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.bootstrap.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.default.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.fiori.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.flat.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.highcontrast.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.material.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.materialblack.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.metro.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.metroblack.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.moonlight.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.nova.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.office365.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.silver.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.dataviz.uniform.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.default-v2.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.default.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.default.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.fiori.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.fiori.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.flat.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.flat.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.highcontrast.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.highcontrast.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.material.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.material.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.materialblack.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.materialblack.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.metro.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.metro.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.metroblack.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.metroblack.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.all.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.android.dark.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.android.light.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.blackberry.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.common.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.fiori.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.flat.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.ios.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.material.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.meego.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.nova.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.office365.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.mobile.wp8.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.moonlight.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.moonlight.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.nova.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.nova.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.office365.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.office365.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.rtl.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.silver.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.silver.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.uniform.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/kendo.uniform.mobile.min.css delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/brushed-metal.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots1.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots10.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots11.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots12.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots13.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots2.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots3.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots4.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots5.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots6.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots7.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots8.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/dots9.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/glass-lighter.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/glass.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/highlight.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/hsv-gradient.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/hue.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/leather1.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/leather2.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/noise.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe1.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe2.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe3.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe4.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe5.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/stripe6.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/transparency.png delete mode 100644 Web/Resgrid.Web/wwwroot/clib/kendo/styles/textures/transtexture.png diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/angular.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/angular.min.js deleted file mode 100644 index 975219b72..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/angular.min.js +++ /dev/null @@ -1,293 +0,0 @@ -/* - AngularJS v1.4.6 - (c) 2010-2015 Google, Inc. http://angularjs.org - License: MIT -*/ -(function(Q,X,w){'use strict';function I(b){return function(){var a=arguments[0],c;c="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.4.6/"+(b?b+"/":"")+a;for(a=1;a").append(b).html();try{return b[0].nodeType===Pa?F(c):c.match(/^(<[^>]+>)/)[1].replace(/^<([\w\-]+)/,function(a,b){return"<"+F(b)})}catch(d){return F(c)}}function wc(b){try{return decodeURIComponent(b)}catch(a){}} -function xc(b){var a={};m((b||"").split("&"),function(b){var d,e,f;b&&(e=b=b.replace(/\+/g,"%20"),d=b.indexOf("="),-1!==d&&(e=b.substring(0,d),f=b.substring(d+1)),e=wc(e),A(e)&&(f=A(f)?wc(f):!0,ta.call(a,e)?J(a[e])?a[e].push(f):a[e]=[a[e],f]:a[e]=f))});return a}function Pb(b){var a=[];m(b,function(b,d){J(b)?m(b,function(b){a.push(la(d,!0)+(!0===b?"":"="+la(b,!0)))}):a.push(la(d,!0)+(!0===b?"":"="+la(b,!0)))});return a.length?a.join("&"):""}function ob(b){return la(b,!0).replace(/%26/gi,"&").replace(/%3D/gi, -"=").replace(/%2B/gi,"+")}function la(b,a){return encodeURIComponent(b).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,a?"%20":"+")}function Wd(b,a){var c,d,e=Qa.length;for(d=0;d/,">"));}a=a||[];a.unshift(["$provide",function(a){a.value("$rootElement",b)}]);c.debugInfoEnabled&&a.push(["$compileProvider",function(a){a.debugInfoEnabled(!0)}]);a.unshift("ng");d=fb(a,c.strictDi);d.invoke(["$rootScope", -"$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d);c(b)(a)})}]);return d},e=/^NG_ENABLE_DEBUG_INFO!/,f=/^NG_DEFER_BOOTSTRAP!/;Q&&e.test(Q.name)&&(c.debugInfoEnabled=!0,Q.name=Q.name.replace(e,""));if(Q&&!f.test(Q.name))return d();Q.name=Q.name.replace(f,"");aa.resumeBootstrap=function(b){m(b,function(b){a.push(b)});return d()};x(aa.resumeDeferredBootstrap)&&aa.resumeDeferredBootstrap()}function Yd(){Q.name="NG_ENABLE_DEBUG_INFO!"+Q.name;Q.location.reload()} -function Zd(b){b=aa.element(b).injector();if(!b)throw Ea("test");return b.get("$$testability")}function zc(b,a){a=a||"_";return b.replace($d,function(b,d){return(d?a:"")+b.toLowerCase()})}function ae(){var b;if(!Ac){var a=pb();(ra=v(a)?Q.jQuery:a?Q[a]:w)&&ra.fn.on?(C=ra,P(ra.fn,{scope:Ra.scope,isolateScope:Ra.isolateScope,controller:Ra.controller,injector:Ra.injector,inheritedData:Ra.inheritedData}),b=ra.cleanData,ra.cleanData=function(a){var d;if(Qb)Qb=!1;else for(var e=0,f;null!=(f=a[e]);e++)(d= -ra._data(f,"events"))&&d.$destroy&&ra(f).triggerHandler("$destroy");b(a)}):C=R;aa.element=C;Ac=!0}}function qb(b,a,c){if(!b)throw Ea("areq",a||"?",c||"required");return b}function Sa(b,a,c){c&&J(b)&&(b=b[b.length-1]);qb(x(b),a,"not a function, got "+(b&&"object"===typeof b?b.constructor.name||"Object":typeof b));return b}function Ta(b,a){if("hasOwnProperty"===b)throw Ea("badname",a);}function Bc(b,a,c){if(!a)return b;a=a.split(".");for(var d,e=b,f=a.length,g=0;g")+d[2];for(d=d[0];d--;)c=c.lastChild;f=db(f,c.childNodes);c=e.firstChild;c.textContent=""}else f.push(a.createTextNode(b));e.textContent="";e.innerHTML="";m(f,function(a){e.appendChild(a)});return e}function R(b){if(b instanceof R)return b;var a;G(b)&&(b=T(b),a=!0);if(!(this instanceof -R)){if(a&&"<"!=b.charAt(0))throw Tb("nosel");return new R(b)}if(a){a=X;var c;b=(c=Bf.exec(b))?[a.createElement(c[1])]:(c=Lc(b,a))?c.childNodes:[]}Mc(this,b)}function Ub(b){return b.cloneNode(!0)}function ub(b,a){a||vb(b);if(b.querySelectorAll)for(var c=b.querySelectorAll("*"),d=0,e=c.length;dk&&this.remove(r.key);return b}},get:function(a){if(k").parent()[0])});var f= -S(a,b,a,c,d,e);W.$$addScopeClass(a);var h=null;return function(b,c,d){qb(b,"scope");d=d||{};var e=d.parentBoundTranscludeFn,g=d.transcludeControllers;d=d.futureParentElement;e&&e.$$boundTransclude&&(e=e.$$boundTransclude);h||(h=(d=d&&d[0])?"foreignobject"!==wa(d)&&d.toString().match(/SVG/)?"svg":"html":"html");d="html"!==h?C(Xb(h,C("
").append(a).html())):c?Ra.clone.call(a):a;if(g)for(var k in g)d.data("$"+k+"Controller",g[k].instance);W.$$addScopeInfo(d,b);c&&c(d,b);f&&f(b,d,d,e);return d}}function S(a, -b,c,d,e,f){function h(a,c,d,e){var f,k,l,r,n,t,O;if(q)for(O=Array(c.length),r=0;rD.priority)break;if(M=D.scope)D.templateUrl||(B(M)?(Q("new/isolated scope", -u||S,D,v),u=D):Q("new/isolated scope",u,D,v)),S=S||D;y=D.name;!D.templateUrl&&D.controller&&(M=D.controller,ba=ba||ha(),Q("'"+y+"' controller",ba[y],D,v),ba[y]=D);if(M=D.transclude)N=!0,D.$$tlb||(Q("transclusion",z,D,v),z=D),"element"==M?(ia=!0,H=D.priority,M=v,v=d.$$element=C(X.createComment(" "+y+": "+d[y]+" ")),b=v[0],U(f,ua.call(M,0),b),Ka=W(M,e,H,h&&h.name,{nonTlbTranscludeDirective:z})):(M=C(Ub(b)).contents(),v.empty(),Ka=W(M,e));if(D.template)if(m=!0,Q("template",L,D,v),L=D,M=x(D.template)? -D.template(v,d):D.template,M=ga(M),D.replace){h=D;M=Sb.test(M)?Wc(Xb(D.templateNamespace,T(M))):[];b=M[0];if(1!=M.length||b.nodeType!==pa)throw fa("tplrt",y,"");U(f,v,b);F={$attr:{}};M=ca(b,[],F);var If=a.splice(I+1,a.length-(I+1));u&&A(M);a=a.concat(M).concat(If);Xc(d,F);F=a.length}else v.html(M);if(D.templateUrl)m=!0,Q("template",L,D,v),L=D,D.replace&&(h=D),K=Jf(a.splice(I,a.length-I),v,d,f,N&&Ka,g,k,{controllerDirectives:ba,newScopeDirective:S!==D&&S,newIsolateScopeDirective:u,templateDirective:L, -nonTlbTranscludeDirective:z}),F=a.length;else if(D.compile)try{na=D.compile(v,d,Ka),x(na)?n(null,na,P,R):na&&n(na.pre,na.post,P,R)}catch(V){c(V,xa(v))}D.terminal&&(K.terminal=!0,H=Math.max(H,D.priority))}K.scope=S&&!0===S.scope;K.transcludeOnThisElement=N;K.templateOnThisElement=m;K.transclude=Ka;r.hasElementTranscludeDirective=ia;return K}function A(a){for(var b=0,c=a.length;bn.priority)&&-1!=n.restrict.indexOf(f)&&(k&&(n=Nb(n,{$$start:k,$$end:l})),b.push(n),g=n)}catch(H){c(H)}}return g}function I(b){if(e.hasOwnProperty(b))for(var c=a.get(b+"Directive"),d=0,f=c.length;d"+b+"";return c.childNodes[0].childNodes;default:return b}}function R(a,b){if("srcdoc"==b)return ia.HTML;var c=wa(a);if("xlinkHref"==b||"form"==c&&"action"==b||"img"!=c&&("src"==b|| -"ngSrc"==b))return ia.RESOURCE_URL}function V(a,c,d,e,f){var g=R(a,e);f=h[e]||f;var l=b(d,!0,g,f);if(l){if("multiple"===e&&"select"===wa(a))throw fa("selmulti",xa(a));c.push({priority:100,compile:function(){return{pre:function(a,c,h){c=h.$$observers||(h.$$observers={});if(k.test(e))throw fa("nodomevents");var r=h[e];r!==d&&(l=r&&b(r,!0,g,f),d=r);l&&(h[e]=l(a),(c[e]||(c[e]=[])).$$inter=!0,(h.$$observers&&h.$$observers[e].$$scope||a).$watch(l,function(a,b){"class"===e&&a!=b?h.$updateClass(a,b):h.$set(e, -a)}))}}}})}}function U(a,b,c){var d=b[0],e=b.length,f=d.parentNode,h,g;if(a)for(h=0,g=a.length;h=a)return b;for(;a--;)8===b[a].nodeType&&Kf.call(b,a,1);return b}function Ve(){var b={},a=!1;this.register=function(a,d){Ta(a,"controller");B(a)?P(b,a):b[a]=d};this.allowGlobals=function(){a=!0};this.$get=["$injector","$window",function(c,d){function e(a,b,c,d){if(!a||!B(a.$scope))throw I("$controller")("noscp",d,b);a.$scope[b]=c}return function(f,g,h,l){var k,n,p;h=!0===h;l&&G(l)&&(p=l);if(G(f)){l=f.match(Uc);if(!l)throw Lf("ctrlfmt",f); -n=l[1];p=p||l[3];f=b.hasOwnProperty(n)?b[n]:Bc(g.$scope,n,!0)||(a?Bc(d,n,!0):w);Sa(f,n,!0)}if(h)return h=(J(f)?f[f.length-1]:f).prototype,k=Object.create(h||null),p&&e(g,p,k,n||f.name),P(function(){var a=c.invoke(f,k,g,n);a!==k&&(B(a)||x(a))&&(k=a,p&&e(g,p,k,n||f.name));return k},{instance:k,identifier:p});k=c.instantiate(f,g,n);p&&e(g,p,k,n||f.name);return k}}]}function We(){this.$get=["$window",function(b){return C(b.document)}]}function Xe(){this.$get=["$log",function(b){return function(a,c){b.error.apply(b, -arguments)}}]}function Yb(b){return B(b)?da(b)?b.toISOString():eb(b):b}function bf(){this.$get=function(){return function(b){if(!b)return"";var a=[];mc(b,function(b,d){null===b||v(b)||(J(b)?m(b,function(b,c){a.push(la(d)+"="+la(Yb(b)))}):a.push(la(d)+"="+la(Yb(b))))});return a.join("&")}}}function cf(){this.$get=function(){return function(b){function a(b,e,f){null===b||v(b)||(J(b)?m(b,function(b,c){a(b,e+"["+(B(b)?c:"")+"]")}):B(b)&&!da(b)?mc(b,function(b,c){a(b,e+(f?"":"[")+c+(f?"":"]"))}):c.push(la(e)+ -"="+la(Yb(b))))}if(!b)return"";var c=[];a(b,"",!0);return c.join("&")}}}function Zb(b,a){if(G(b)){var c=b.replace(Mf,"").trim();if(c){var d=a("Content-Type");(d=d&&0===d.indexOf($c))||(d=(d=c.match(Nf))&&Of[d[0]].test(c));d&&(b=uc(c))}}return b}function ad(b){var a=ha(),c;G(b)?m(b.split("\n"),function(b){c=b.indexOf(":");var e=F(T(b.substr(0,c)));b=T(b.substr(c+1));e&&(a[e]=a[e]?a[e]+", "+b:b)}):B(b)&&m(b,function(b,c){var f=F(c),g=T(b);f&&(a[f]=a[f]?a[f]+", "+g:g)});return a}function bd(b){var a; -return function(c){a||(a=ad(b));return c?(c=a[F(c)],void 0===c&&(c=null),c):a}}function cd(b,a,c,d){if(x(d))return d(b,a,c);m(d,function(d){b=d(b,a,c)});return b}function af(){var b=this.defaults={transformResponse:[Zb],transformRequest:[function(a){return B(a)&&"[object File]"!==va.call(a)&&"[object Blob]"!==va.call(a)&&"[object FormData]"!==va.call(a)?eb(a):a}],headers:{common:{Accept:"application/json, text/plain, */*"},post:ja($b),put:ja($b),patch:ja($b)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN", -paramSerializer:"$httpParamSerializer"},a=!1;this.useApplyAsync=function(b){return A(b)?(a=!!b,this):a};var c=!0;this.useLegacyPromiseExtensions=function(a){return A(a)?(c=!!a,this):c};var d=this.interceptors=[];this.$get=["$httpBackend","$$cookieReader","$cacheFactory","$rootScope","$q","$injector",function(e,f,g,h,l,k){function n(a){function d(a){var b=P({},a);b.data=a.data?cd(a.data,a.headers,a.status,f.transformResponse):a.data;a=a.status;return 200<=a&&300>a?b:l.reject(b)}function e(a,b){var c, -d={};m(a,function(a,e){x(a)?(c=a(b),null!=c&&(d[e]=c)):d[e]=a});return d}if(!aa.isObject(a))throw I("$http")("badreq",a);var f=P({method:"get",transformRequest:b.transformRequest,transformResponse:b.transformResponse,paramSerializer:b.paramSerializer},a);f.headers=function(a){var c=b.headers,d=P({},a.headers),f,h,g,c=P({},c.common,c[F(a.method)]);a:for(f in c){h=F(f);for(g in d)if(F(g)===h)continue a;d[f]=c[f]}return e(d,ja(a))}(a);f.method=sb(f.method);f.paramSerializer=G(f.paramSerializer)?k.get(f.paramSerializer): -f.paramSerializer;var h=[function(a){var c=a.headers,e=cd(a.data,bd(c),w,a.transformRequest);v(e)&&m(c,function(a,b){"content-type"===F(b)&&delete c[b]});v(a.withCredentials)&&!v(b.withCredentials)&&(a.withCredentials=b.withCredentials);return p(a,e).then(d,d)},w],g=l.when(f);for(m(E,function(a){(a.request||a.requestError)&&h.unshift(a.request,a.requestError);(a.response||a.responseError)&&h.push(a.response,a.responseError)});h.length;){a=h.shift();var r=h.shift(),g=g.then(a,r)}c?(g.success=function(a){Sa(a, -"fn");g.then(function(b){a(b.data,b.status,b.headers,f)});return g},g.error=function(a){Sa(a,"fn");g.then(null,function(b){a(b.data,b.status,b.headers,f)});return g}):(g.success=dd("success"),g.error=dd("error"));return g}function p(c,d){function g(b,c,d,e){function f(){k(c,b,d,e)}L&&(200<=b&&300>b?L.put(ba,[b,c,ad(d),e]):L.remove(ba));a?h.$applyAsync(f):(f(),h.$$phase||h.$apply())}function k(a,b,d,e){b=-1<=b?b:0;(200<=b&&300>b?O.resolve:O.reject)({data:a,status:b,headers:bd(d),config:c,statusText:e})} -function p(a){k(a.data,a.status,ja(a.headers()),a.statusText)}function E(){var a=n.pendingRequests.indexOf(c);-1!==a&&n.pendingRequests.splice(a,1)}var O=l.defer(),H=O.promise,L,m,S=c.headers,ba=r(c.url,c.paramSerializer(c.params));n.pendingRequests.push(c);H.then(E,E);!c.cache&&!b.cache||!1===c.cache||"GET"!==c.method&&"JSONP"!==c.method||(L=B(c.cache)?c.cache:B(b.cache)?b.cache:t);L&&(m=L.get(ba),A(m)?m&&x(m.then)?m.then(p,p):J(m)?k(m[1],m[0],ja(m[2]),m[3]):k(m,200,{},"OK"):L.put(ba,H));v(m)&&((m= -ed(c.url)?f()[c.xsrfCookieName||b.xsrfCookieName]:w)&&(S[c.xsrfHeaderName||b.xsrfHeaderName]=m),e(c.method,ba,d,g,S,c.timeout,c.withCredentials,c.responseType));return H}function r(a,b){0=l&&(u.resolve(E),t(q.$$intervalId),delete f[q.$$intervalId]);K||b.$apply()}, -h);f[q.$$intervalId]=u;return q}var f={};e.cancel=function(b){return b&&b.$$intervalId in f?(f[b.$$intervalId].reject("canceled"),a.clearInterval(b.$$intervalId),delete f[b.$$intervalId],!0):!1};return e}]}function ac(b){b=b.split("/");for(var a=b.length;a--;)b[a]=ob(b[a]);return b.join("/")}function fd(b,a){var c=Aa(b);a.$$protocol=c.protocol;a.$$host=c.hostname;a.$$port=Y(c.port)||Rf[c.protocol]||null}function gd(b,a){var c="/"!==b.charAt(0);c&&(b="/"+b);var d=Aa(b);a.$$path=decodeURIComponent(c&& -"/"===d.pathname.charAt(0)?d.pathname.substring(1):d.pathname);a.$$search=xc(d.search);a.$$hash=decodeURIComponent(d.hash);a.$$path&&"/"!=a.$$path.charAt(0)&&(a.$$path="/"+a.$$path)}function sa(b,a){if(0===a.indexOf(b))return a.substr(b.length)}function Ja(b){var a=b.indexOf("#");return-1==a?b:b.substr(0,a)}function Cb(b){return b.replace(/(#.+)|#$/,"$1")}function bc(b,a,c){this.$$html5=!0;c=c||"";fd(b,this);this.$$parse=function(b){var c=sa(a,b);if(!G(c))throw Db("ipthprfx",b,a);gd(c,this);this.$$path|| -(this.$$path="/");this.$$compose()};this.$$compose=function(){var b=Pb(this.$$search),c=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(b?"?"+b:"")+c;this.$$absUrl=a+this.$$url.substr(1)};this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;A(f=sa(b,d))?(g=f,g=A(f=sa(c,f))?a+(sa("/",f)||f):b+g):A(f=sa(a,d))?g=a+f:a==d+"/"&&(g=a);g&&this.$$parse(g);return!!g}}function cc(b,a,c){fd(b,this);this.$$parse=function(d){var e=sa(b,d)||sa(a,d),f;v(e)||"#"!== -e.charAt(0)?this.$$html5?f=e:(f="",v(e)&&(b=d,this.replace())):(f=sa(c,e),v(f)&&(f=e));gd(f,this);d=this.$$path;var e=b,g=/^\/[A-Z]:(\/.*)/;0===f.indexOf(e)&&(f=f.replace(e,""));g.exec(f)||(d=(f=g.exec(d))?f[1]:d);this.$$path=d;this.$$compose()};this.$$compose=function(){var a=Pb(this.$$search),e=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(a?"?"+a:"")+e;this.$$absUrl=b+(this.$$url?c+this.$$url:"")};this.$$parseLinkUrl=function(a,c){return Ja(b)==Ja(a)?(this.$$parse(a),!0):!1}}function hd(b, -a,c){this.$$html5=!0;cc.apply(this,arguments);this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;b==Ja(d)?f=d:(g=sa(a,d))?f=b+c+g:a===d+"/"&&(f=a);f&&this.$$parse(f);return!!f};this.$$compose=function(){var a=Pb(this.$$search),e=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(a?"?"+a:"")+e;this.$$absUrl=b+c+this.$$url}}function Eb(b){return function(){return this[b]}}function id(b,a){return function(c){if(v(c))return this[b];this[b]=a(c);this.$$compose(); -return this}}function ef(){var b="",a={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(a){return A(a)?(b=a,this):b};this.html5Mode=function(b){return bb(b)?(a.enabled=b,this):B(b)?(bb(b.enabled)&&(a.enabled=b.enabled),bb(b.requireBase)&&(a.requireBase=b.requireBase),bb(b.rewriteLinks)&&(a.rewriteLinks=b.rewriteLinks),this):a};this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(c,d,e,f,g){function h(a,b,c){var e=k.url(),f=k.$$state;try{d.url(a,b,c),k.$$state= -d.state()}catch(h){throw k.url(e),k.$$state=f,h;}}function l(a,b){c.$broadcast("$locationChangeSuccess",k.absUrl(),a,k.$$state,b)}var k,n;n=d.baseHref();var p=d.url(),r;if(a.enabled){if(!n&&a.requireBase)throw Db("nobase");r=p.substring(0,p.indexOf("/",p.indexOf("//")+2))+(n||"/");n=e.history?bc:hd}else r=Ja(p),n=cc;var t=r.substr(0,Ja(r).lastIndexOf("/")+1);k=new n(r,t,"#"+b);k.$$parseLinkUrl(p,p);k.$$state=d.state();var E=/^\s*(javascript|mailto):/i;f.on("click",function(b){if(a.rewriteLinks&&!b.ctrlKey&& -!b.metaKey&&!b.shiftKey&&2!=b.which&&2!=b.button){for(var e=C(b.target);"a"!==wa(e[0]);)if(e[0]===f[0]||!(e=e.parent())[0])return;var h=e.prop("href"),l=e.attr("href")||e.attr("xlink:href");B(h)&&"[object SVGAnimatedString]"===h.toString()&&(h=Aa(h.animVal).href);E.test(h)||!h||e.attr("target")||b.isDefaultPrevented()||!k.$$parseLinkUrl(h,l)||(b.preventDefault(),k.absUrl()!=d.url()&&(c.$apply(),g.angular["ff-684208-preventDefault"]=!0))}});Cb(k.absUrl())!=Cb(p)&&d.url(k.absUrl(),!0);var K=!0;d.onUrlChange(function(a, -b){v(sa(t,a))?g.location.href=a:(c.$evalAsync(function(){var d=k.absUrl(),e=k.$$state,f;k.$$parse(a);k.$$state=b;f=c.$broadcast("$locationChangeStart",a,d,b,e).defaultPrevented;k.absUrl()===a&&(f?(k.$$parse(d),k.$$state=e,h(d,!1,e)):(K=!1,l(d,e)))}),c.$$phase||c.$digest())});c.$watch(function(){var a=Cb(d.url()),b=Cb(k.absUrl()),f=d.state(),g=k.$$replace,r=a!==b||k.$$html5&&e.history&&f!==k.$$state;if(K||r)K=!1,c.$evalAsync(function(){var b=k.absUrl(),d=c.$broadcast("$locationChangeStart",b,a,k.$$state, -f).defaultPrevented;k.absUrl()===b&&(d?(k.$$parse(a),k.$$state=f):(r&&h(b,g,f===k.$$state?null:k.$$state),l(a,f)))});k.$$replace=!1});return k}]}function ff(){var b=!0,a=this;this.debugEnabled=function(a){return A(a)?(b=a,this):b};this.$get=["$window",function(c){function d(a){a instanceof Error&&(a.stack?a=a.message&&-1===a.stack.indexOf(a.message)?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&&(a=a.message+"\n"+a.sourceURL+":"+a.line));return a}function e(a){var b=c.console||{},e=b[a]||b.log|| -y;a=!1;try{a=!!e.apply}catch(l){}return a?function(){var a=[];m(arguments,function(b){a.push(d(b))});return e.apply(b,a)}:function(a,b){e(a,null==b?"":b)}}return{log:e("log"),info:e("info"),warn:e("warn"),error:e("error"),debug:function(){var c=e("debug");return function(){b&&c.apply(a,arguments)}}()}}]}function Xa(b,a){b=B(b)&&b.toString?b.toString():b;if("__defineGetter__"===b||"__defineSetter__"===b||"__lookupGetter__"===b||"__lookupSetter__"===b||"__proto__"===b)throw ea("isecfld",a);return b} -function Ba(b,a){if(b){if(b.constructor===b)throw ea("isecfn",a);if(b.window===b)throw ea("isecwindow",a);if(b.children&&(b.nodeName||b.prop&&b.attr&&b.find))throw ea("isecdom",a);if(b===Object)throw ea("isecobj",a);}return b}function jd(b,a){if(b){if(b.constructor===b)throw ea("isecfn",a);if(b===Sf||b===Tf||b===Uf)throw ea("isecff",a);}}function Vf(b,a){return"undefined"!==typeof b?b:a}function kd(b,a){return"undefined"===typeof b?a:"undefined"===typeof a?b:b+a}function U(b,a){var c,d;switch(b.type){case s.Program:c= -!0;m(b.body,function(b){U(b.expression,a);c=c&&b.expression.constant});b.constant=c;break;case s.Literal:b.constant=!0;b.toWatch=[];break;case s.UnaryExpression:U(b.argument,a);b.constant=b.argument.constant;b.toWatch=b.argument.toWatch;break;case s.BinaryExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant;b.toWatch=b.left.toWatch.concat(b.right.toWatch);break;case s.LogicalExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant;b.toWatch=b.constant? -[]:[b];break;case s.ConditionalExpression:U(b.test,a);U(b.alternate,a);U(b.consequent,a);b.constant=b.test.constant&&b.alternate.constant&&b.consequent.constant;b.toWatch=b.constant?[]:[b];break;case s.Identifier:b.constant=!1;b.toWatch=[b];break;case s.MemberExpression:U(b.object,a);b.computed&&U(b.property,a);b.constant=b.object.constant&&(!b.computed||b.property.constant);b.toWatch=[b];break;case s.CallExpression:c=b.filter?!a(b.callee.name).$stateful:!1;d=[];m(b.arguments,function(b){U(b,a);c= -c&&b.constant;b.constant||d.push.apply(d,b.toWatch)});b.constant=c;b.toWatch=b.filter&&!a(b.callee.name).$stateful?d:[b];break;case s.AssignmentExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant;b.toWatch=[b];break;case s.ArrayExpression:c=!0;d=[];m(b.elements,function(b){U(b,a);c=c&&b.constant;b.constant||d.push.apply(d,b.toWatch)});b.constant=c;b.toWatch=d;break;case s.ObjectExpression:c=!0;d=[];m(b.properties,function(b){U(b.value,a);c=c&&b.value.constant;b.value.constant|| -d.push.apply(d,b.value.toWatch)});b.constant=c;b.toWatch=d;break;case s.ThisExpression:b.constant=!1,b.toWatch=[]}}function ld(b){if(1==b.length){b=b[0].expression;var a=b.toWatch;return 1!==a.length?a:a[0]!==b?a:w}}function md(b){return b.type===s.Identifier||b.type===s.MemberExpression}function nd(b){if(1===b.body.length&&md(b.body[0].expression))return{type:s.AssignmentExpression,left:b.body[0].expression,right:{type:s.NGValueParameter},operator:"="}}function od(b){return 0===b.body.length||1=== -b.body.length&&(b.body[0].expression.type===s.Literal||b.body[0].expression.type===s.ArrayExpression||b.body[0].expression.type===s.ObjectExpression)}function pd(b,a){this.astBuilder=b;this.$filter=a}function qd(b,a){this.astBuilder=b;this.$filter=a}function Fb(b){return"constructor"==b}function dc(b){return x(b.valueOf)?b.valueOf():Wf.call(b)}function gf(){var b=ha(),a=ha();this.$get=["$filter",function(c){function d(a,b){return null==a||null==b?a===b:"object"===typeof a&&(a=dc(a),"object"===typeof a)? -!1:a===b||a!==a&&b!==b}function e(a,b,c,e,f){var h=e.inputs,g;if(1===h.length){var k=d,h=h[0];return a.$watch(function(a){var b=h(a);d(b,k)||(g=e(a,w,w,[b]),k=b&&dc(b));return g},b,c,f)}for(var l=[],n=[],p=0,m=h.length;p=this.promise.$$state.status&&d&&d.length&&b(function(){for(var b,e,f=0,h=d.length;fa)for(b in l++,f)ta.call(e,b)||(t--,delete f[b])}else f!==e&&(f=e,l++);return l}} -c.$stateful=!0;var d=this,e,f,g,k=1t&&(D=4-t,u[D]||(u[D]=[]),u[D].push({msg:x(b.exp)?"fn: "+(b.exp.name||b.exp.toString()):b.exp,newVal:f,oldVal:h}));else if(b===d){r=!1;break a}}catch(y){g(y)}if(!(k=m.$$watchersCount&&m.$$childHead||m!==this&&m.$$nextSibling))for(;m!==this&&!(k=m.$$nextSibling);)m=m.$parent}while(m= -k);if((r||z.length)&&!t--)throw q.$$phase=null,c("infdig",a,u);}while(r||z.length);for(q.$$phase=null;N.length;)try{N.shift()()}catch(A){g(A)}},$destroy:function(){if(!this.$$destroyed){var a=this.$parent;this.$broadcast("$destroy");this.$$destroyed=!0;this===q&&l.$$applicationDestroyed();r(this,-this.$$watchersCount);for(var b in this.$$listenerCount)t(this,this.$$listenerCount[b],b);a&&a.$$childHead==this&&(a.$$childHead=this.$$nextSibling);a&&a.$$childTail==this&&(a.$$childTail=this.$$prevSibling); -this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling);this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling);this.$destroy=this.$digest=this.$apply=this.$evalAsync=this.$applyAsync=y;this.$on=this.$watch=this.$watchGroup=function(){return y};this.$$listeners={};this.$parent=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=this.$root=this.$$watchers=null}},$eval:function(a,b){return h(a)(this,b)},$evalAsync:function(a,b){q.$$phase||z.length|| -l.defer(function(){z.length&&q.$digest()});z.push({scope:this,expression:a,locals:b})},$$postDigest:function(a){N.push(a)},$apply:function(a){try{p("$apply");try{return this.$eval(a)}finally{q.$$phase=null}}catch(b){g(b)}finally{try{q.$digest()}catch(c){throw g(c),c;}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&w.push(b);u()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]);c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=0),d.$$listenerCount[a]++; -while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);-1!==d&&(c[d]=null,t(e,1,a))}},$emit:function(a,b){var c=[],d,e=this,f=!1,h={name:a,targetScope:e,stopPropagation:function(){f=!0},preventDefault:function(){h.defaultPrevented=!0},defaultPrevented:!1},k=db([h],arguments,1),l,n;do{d=e.$$listeners[a]||c;h.currentScope=e;l=0;for(n=d.length;lWa)throw Ca("iequirks");var d=ja(oa);d.isEnabled=function(){return b};d.trustAs=c.trustAs;d.getTrusted=c.getTrusted;d.valueOf=c.valueOf;b||(d.trustAs=d.getTrusted=function(a,b){return b}, -d.valueOf=$a);d.parseAs=function(b,c){var e=a(c);return e.literal&&e.constant?e:a(c,function(a){return d.getTrusted(b,a)})};var e=d.parseAs,f=d.getTrusted,g=d.trustAs;m(oa,function(a,b){var c=F(b);d[gb("parse_as_"+c)]=function(b){return e(a,b)};d[gb("get_trusted_"+c)]=function(b){return f(a,b)};d[gb("trust_as_"+c)]=function(b){return g(a,b)}});return d}]}function nf(){this.$get=["$window","$document",function(b,a){var c={},d=Y((/android (\d+)/.exec(F((b.navigator||{}).userAgent))||[])[1]),e=/Boxee/i.test((b.navigator|| -{}).userAgent),f=a[0]||{},g,h=/^(Moz|webkit|ms)(?=[A-Z])/,l=f.body&&f.body.style,k=!1,n=!1;if(l){for(var p in l)if(k=h.exec(p)){g=k[0];g=g.substr(0,1).toUpperCase()+g.substr(1);break}g||(g="WebkitOpacity"in l&&"webkit");k=!!("transition"in l||g+"Transition"in l);n=!!("animation"in l||g+"Animation"in l);!d||k&&n||(k=G(l.webkitTransition),n=G(l.webkitAnimation))}return{history:!(!b.history||!b.history.pushState||4>d||e),hasEvent:function(a){if("input"===a&&11>=Wa)return!1;if(v(c[a])){var b=f.createElement("div"); -c[a]="on"+a in b}return c[a]},csp:Fa(),vendorPrefix:g,transitions:k,animations:n,android:d}}]}function pf(){this.$get=["$templateCache","$http","$q","$sce",function(b,a,c,d){function e(f,g){e.totalPendingRequests++;G(f)&&b.get(f)||(f=d.getTrustedResourceUrl(f));var h=a.defaults&&a.defaults.transformResponse;J(h)?h=h.filter(function(a){return a!==Zb}):h===Zb&&(h=null);return a.get(f,{cache:b,transformResponse:h})["finally"](function(){e.totalPendingRequests--}).then(function(a){b.put(f,a.data);return a.data}, -function(a){if(!g)throw fa("tpload",f,a.status,a.statusText);return c.reject(a)})}e.totalPendingRequests=0;return e}]}function qf(){this.$get=["$rootScope","$browser","$location",function(b,a,c){return{findBindings:function(a,b,c){a=a.getElementsByClassName("ng-binding");var g=[];m(a,function(a){var d=aa.element(a).data("$binding");d&&m(d,function(d){c?(new RegExp("(^|\\s)"+sd(b)+"(\\s|\\||$)")).test(d)&&g.push(a):-1!=d.indexOf(b)&&g.push(a)})});return g},findModels:function(a,b,c){for(var g=["ng-", -"data-ng-","ng\\:"],h=0;hb;b=Math.abs(b);var g=Infinity===b;if(!g&&!isFinite(b))return"";var h=b+"",l="",k=!1,n=[];g&&(l="\u221e");if(!g&&-1!==h.indexOf("e")){var p=h.match(/([\d\.]+)e(-?)(\d+)/); -p&&"-"==p[2]&&p[3]>e+1?b=0:(l=h,k=!0)}if(g||k)0b&&(l=b.toFixed(e),b=parseFloat(l));else{g=(h.split(Bd)[1]||"").length;v(e)&&(e=Math.min(Math.max(a.minFrac,g),a.maxFrac));b=+(Math.round(+(b.toString()+"e"+e)).toString()+"e"+-e);var g=(""+b).split(Bd),h=g[0],g=g[1]||"",p=0,r=a.lgSize,t=a.gSize;if(h.length>=r+t)for(p=h.length-r,k=0;kb&&(d="-",b=-b);for(b=""+b;b.length-c)e+=c;0===e&&-12==c&&(e=12);return Gb(e,a,d)}}function Hb(b,a){return function(c,d){var e=c["get"+b](),f=sb(a?"SHORT"+b:b);return d[f][e]}}function Cd(b){var a=(new Date(b,0,1)).getDay();return new Date(b,0,(4>=a?5: -12)-a)}function Dd(b){return function(a){var c=Cd(a.getFullYear());a=+new Date(a.getFullYear(),a.getMonth(),a.getDate()+(4-a.getDay()))-+c;a=1+Math.round(a/6048E5);return Gb(a,b)}}function hc(b,a){return 0>=b.getFullYear()?a.ERAS[0]:a.ERAS[1]}function xd(b){function a(a){var b;if(b=a.match(c)){a=new Date(0);var f=0,g=0,h=b[8]?a.setUTCFullYear:a.setFullYear,l=b[8]?a.setUTCHours:a.setHours;b[9]&&(f=Y(b[9]+b[10]),g=Y(b[9]+b[11]));h.call(a,Y(b[1]),Y(b[2])-1,Y(b[3]));f=Y(b[4]||0)-f;g=Y(b[5]||0)-g;h=Y(b[6]|| -0);b=Math.round(1E3*parseFloat("0."+(b[7]||0)));l.call(a,f,g,h,b)}return a}var c=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,e,f){var g="",h=[],l,k;e=e||"mediumDate";e=b.DATETIME_FORMATS[e]||e;G(c)&&(c=dg.test(c)?Y(c):a(c));V(c)&&(c=new Date(c));if(!da(c)||!isFinite(c.getTime()))return c;for(;e;)(k=eg.exec(e))?(h=db(h,k,1),e=h.pop()):(h.push(e),e=null);var n=c.getTimezoneOffset();f&&(n=vc(f,c.getTimezoneOffset()),c=Ob(c, -f,!0));m(h,function(a){l=fg[a];g+=l?l(c,b.DATETIME_FORMATS,n):a.replace(/(^'|'$)/g,"").replace(/''/g,"'")});return g}}function Zf(){return function(b,a){v(a)&&(a=2);return eb(b,a)}}function $f(){return function(b,a,c){a=Infinity===Math.abs(Number(a))?Number(a):Y(a);if(isNaN(a))return b;V(b)&&(b=b.toString());if(!J(b)&&!G(b))return b;c=!c||isNaN(c)?0:Y(c);c=0>c&&c>=-b.length?b.length+c:c;return 0<=a?b.slice(c,c+a):0===c?b.slice(a,b.length):b.slice(Math.max(0,c+a),c)}}function zd(b){function a(a,c){c= -c?-1:1;return a.map(function(a){var d=1,h=$a;if(x(a))h=a;else if(G(a)){if("+"==a.charAt(0)||"-"==a.charAt(0))d="-"==a.charAt(0)?-1:1,a=a.substring(1);if(""!==a&&(h=b(a),h.constant))var l=h(),h=function(a){return a[l]}}return{get:h,descending:d*c}})}function c(a){switch(typeof a){case "number":case "boolean":case "string":return!0;default:return!1}}return function(b,e,f){if(!Da(b))return b;J(e)||(e=[e]);0===e.length&&(e=["+"]);var g=a(e,f);g.push({get:function(){return{}},descending:f?-1:1});b=Array.prototype.map.call(b, -function(a,b){return{value:a,predicateValues:g.map(function(d){var e=d.get(a);d=typeof e;if(null===e)d="string",e="null";else if("string"===d)e=e.toLowerCase();else if("object"===d)a:{if("function"===typeof e.valueOf&&(e=e.valueOf(),c(e)))break a;if(pc(e)&&(e=e.toString(),c(e)))break a;e=b}return{value:e,type:d}})}});b.sort(function(a,b){for(var c=0,d=0,e=g.length;db||37<=b&&40>=b||n(a,this,this.value)});if(e.hasEvent("paste"))a.on("paste cut",n)}a.on("change",l);d.$render=function(){var b=d.$isEmpty(d.$viewValue)?"":d.$viewValue;a.val()!==b&&a.val(b)}}function Kb(b,a){return function(c,d){var e,f;if(da(c))return c;if(G(c)){'"'==c.charAt(0)&&'"'==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1));if(gg.test(c))return new Date(c); -b.lastIndex=0;if(e=b.exec(c))return e.shift(),f=d?{yyyy:d.getFullYear(),MM:d.getMonth()+1,dd:d.getDate(),HH:d.getHours(),mm:d.getMinutes(),ss:d.getSeconds(),sss:d.getMilliseconds()/1E3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},m(e,function(b,c){c=s};g.$observe("min",function(a){s=r(a);h.$validate()})}if(A(g.max)||g.ngMax){var u;h.$validators.max= -function(a){return!p(a)||v(u)||c(a)<=u};g.$observe("max",function(a){u=r(a);h.$validate()})}}}function Gd(b,a,c,d){(d.$$hasNativeValidators=B(a[0].validity))&&d.$parsers.push(function(b){var c=a.prop("validity")||{};return c.badInput&&!c.typeMismatch?w:b})}function Hd(b,a,c,d,e){if(A(d)){b=b(d);if(!b.constant)throw lb("constexpr",c,d);return b(a)}return e}function jc(b,a){b="ngClass"+b;return["$animate",function(c){function d(a,b){var c=[],d=0;a:for(;d(?:<\/\1>|)$/,Sb=/<|&#?\w+;/,zf=/<([\w:]+)/,Af=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ma={option:[1,'"],thead:[1,"","
"],col:[2,"","
"],tr:[2,"", -"
"],td:[3,"","
"],_default:[0,"",""]};ma.optgroup=ma.option;ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead;ma.th=ma.td;var Ra=R.prototype={ready:function(b){function a(){c||(c=!0,b())}var c=!1;"complete"===X.readyState?setTimeout(a):(this.on("DOMContentLoaded",a),R(Q).on("load",a))},toString:function(){var b=[];m(this,function(a){b.push(""+a)});return"["+b.join(", ")+"]"},eq:function(b){return 0<=b?C(this[b]):C(this[this.length+b])},length:0, -push:ig,sort:[].sort,splice:[].splice},Bb={};m("multiple selected checked disabled readOnly required open".split(" "),function(b){Bb[F(b)]=b});var Rc={};m("input select option textarea button form details".split(" "),function(b){Rc[b]=!0});var Zc={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern"};m({data:Vb,removeData:vb,hasData:function(b){for(var a in hb[b.ng339])return!0;return!1}},function(b,a){R[a]=b});m({data:Vb,inheritedData:Ab,scope:function(b){return C.data(b, -"$scope")||Ab(b.parentNode||b,["$isolateScope","$scope"])},isolateScope:function(b){return C.data(b,"$isolateScope")||C.data(b,"$isolateScopeNoTemplate")},controller:Oc,injector:function(b){return Ab(b,"$injector")},removeAttr:function(b,a){b.removeAttribute(a)},hasClass:xb,css:function(b,a,c){a=gb(a);if(A(c))b.style[a]=c;else return b.style[a]},attr:function(b,a,c){var d=b.nodeType;if(d!==Pa&&2!==d&&8!==d)if(d=F(a),Bb[d])if(A(c))c?(b[a]=!0,b.setAttribute(a,d)):(b[a]=!1,b.removeAttribute(d));else return b[a]|| -(b.attributes.getNamedItem(a)||y).specified?d:w;else if(A(c))b.setAttribute(a,c);else if(b.getAttribute)return b=b.getAttribute(a,2),null===b?w:b},prop:function(b,a,c){if(A(c))b[a]=c;else return b[a]},text:function(){function b(a,b){if(v(b)){var d=a.nodeType;return d===pa||d===Pa?a.textContent:""}a.textContent=b}b.$dv="";return b}(),val:function(b,a){if(v(a)){if(b.multiple&&"select"===wa(b)){var c=[];m(b.options,function(a){a.selected&&c.push(a.value||a.text)});return 0===c.length?null:c}return b.value}b.value= -a},html:function(b,a){if(v(a))return b.innerHTML;ub(b,!0);b.innerHTML=a},empty:Pc},function(b,a){R.prototype[a]=function(a,d){var e,f,g=this.length;if(b!==Pc&&v(2==b.length&&b!==xb&&b!==Oc?a:d)){if(B(a)){for(e=0;e <= >= && || ! = |".split(" "),function(a){Lb[a]=!0});var pg={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},ec=function(a){this.options=a};ec.prototype={constructor:ec,lex:function(a){this.text=a;this.index=0;for(this.tokens=[];this.index=a&&"string"===typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||"\u00a0"===a},isIdent:function(a){return"a"<=a&&"z">=a||"A"<=a&&"Z">=a||"_"===a||"$"===a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,c,d){d=d||this.index;c=A(c)?"s "+c+"-"+this.index+" ["+this.text.substring(c,d)+"]":" "+d;throw ea("lexerr",a,c,this.text); -},readNumber:function(){for(var a="",c=this.index;this.index","<=",">=");)a={type:s.BinaryExpression,operator:c.text,left:a,right:this.additive()};return a},additive:function(){for(var a=this.multiplicative(),c;c=this.expect("+","-");)a={type:s.BinaryExpression,operator:c.text, -left:a,right:this.multiplicative()};return a},multiplicative:function(){for(var a=this.unary(),c;c=this.expect("*","/","%");)a={type:s.BinaryExpression,operator:c.text,left:a,right:this.unary()};return a},unary:function(){var a;return(a=this.expect("+","-","!"))?{type:s.UnaryExpression,operator:a.text,prefix:!0,argument:this.unary()}:this.primary()},primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object(): -this.constants.hasOwnProperty(this.peek().text)?a=ga(this.constants[this.consume().text]):this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression",this.peek());for(var c;c=this.expect("(","[",".");)"("===c.text?(a={type:s.CallExpression,callee:a,arguments:this.parseArguments()},this.consume(")")):"["===c.text?(a={type:s.MemberExpression,object:a,property:this.expression(),computed:!0},this.consume("]")):"."===c.text?a={type:s.MemberExpression, -object:a,property:this.identifier(),computed:!1}:this.throwError("IMPOSSIBLE");return a},filter:function(a){a=[a];for(var c={type:s.CallExpression,callee:this.identifier(),arguments:a,filter:!0};this.expect(":");)a.push(this.expression());return c},parseArguments:function(){var a=[];if(")"!==this.peekToken().text){do a.push(this.expression());while(this.expect(","))}return a},identifier:function(){var a=this.consume();a.identifier||this.throwError("is not a valid identifier",a);return{type:s.Identifier, -name:a.text}},constant:function(){return{type:s.Literal,value:this.consume().value}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text){do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","))}this.consume("]");return{type:s.ArrayExpression,elements:a}},object:function(){var a=[],c;if("}"!==this.peekToken().text){do{if(this.peek("}"))break;c={type:s.Property,kind:"init"};this.peek().constant?c.key=this.constant():this.peek().identifier?c.key=this.identifier(): -this.throwError("invalid key",this.peek());this.consume(":");c.value=this.expression();a.push(c)}while(this.expect(","))}this.consume("}");return{type:s.ObjectExpression,properties:a}},throwError:function(a,c){throw ea("syntax",c.text,a,c.index+1,this.text,this.text.substring(c.index));},consume:function(a){if(0===this.tokens.length)throw ea("ueoe",this.text);var c=this.expect(a);c||this.throwError("is unexpected, expecting ["+a+"]",this.peek());return c},peekToken:function(){if(0===this.tokens.length)throw ea("ueoe", -this.text);return this.tokens[0]},peek:function(a,c,d,e){return this.peekAhead(0,a,c,d,e)},peekAhead:function(a,c,d,e,f){if(this.tokens.length>a){a=this.tokens[a];var g=a.text;if(g===c||g===d||g===e||g===f||!(c||d||e||f))return a}return!1},expect:function(a,c,d,e){return(a=this.peek(a,c,d,e))?(this.tokens.shift(),a):!1},constants:{"true":{type:s.Literal,value:!0},"false":{type:s.Literal,value:!1},"null":{type:s.Literal,value:null},undefined:{type:s.Literal,value:w},"this":{type:s.ThisExpression}}}; -pd.prototype={compile:function(a,c){var d=this,e=this.astBuilder.ast(a);this.state={nextId:0,filters:{},expensiveChecks:c,fn:{vars:[],body:[],own:{}},assign:{vars:[],body:[],own:{}},inputs:[]};U(e,d.$filter);var f="",g;this.stage="assign";if(g=nd(e))this.state.computing="assign",f=this.nextId(),this.recurse(g,f),this.return_(f),f="fn.assign="+this.generateFunction("assign","s,v,l");g=ld(e.body);d.stage="inputs";m(g,function(a,c){var e="fn"+c;d.state[e]={vars:[],body:[],own:{}};d.state.computing=e; -var f=d.nextId();d.recurse(a,f);d.return_(f);d.state.inputs.push(e);a.watchId=c});this.state.computing="fn";this.stage="main";this.recurse(e);f='"'+this.USE+" "+this.STRICT+'";\n'+this.filterPrefix()+"var fn="+this.generateFunction("fn","s,l,a,i")+f+this.watchFns()+"return fn;";f=(new Function("$filter","ensureSafeMemberName","ensureSafeObject","ensureSafeFunction","ifDefined","plus","text",f))(this.$filter,Xa,Ba,jd,Vf,kd,a);this.state=this.stage=w;f.literal=od(e);f.constant=e.constant;return f}, -USE:"use",STRICT:"strict",watchFns:function(){var a=[],c=this.state.inputs,d=this;m(c,function(c){a.push("var "+c+"="+d.generateFunction(c,"s"))});c.length&&a.push("fn.inputs=["+c.join(",")+"];");return a.join("")},generateFunction:function(a,c){return"function("+c+"){"+this.varsPrefix(a)+this.body(a)+"};"},filterPrefix:function(){var a=[],c=this;m(this.state.filters,function(d,e){a.push(d+"=$filter("+c.escape(e)+")")});return a.length?"var "+a.join(",")+";":""},varsPrefix:function(a){return this.state[a].vars.length? -"var "+this.state[a].vars.join(",")+";":""},body:function(a){return this.state[a].body.join("")},recurse:function(a,c,d,e,f,g){var h,l,k=this,n,p;e=e||y;if(!g&&A(a.watchId))c=c||this.nextId(),this.if_("i",this.lazyAssign(c,this.computedMember("i",a.watchId)),this.lazyRecurse(a,c,d,e,f,!0));else switch(a.type){case s.Program:m(a.body,function(c,d){k.recurse(c.expression,w,w,function(a){l=a});d!==a.body.length-1?k.current().body.push(l,";"):k.return_(l)});break;case s.Literal:p=this.escape(a.value); -this.assign(c,p);e(p);break;case s.UnaryExpression:this.recurse(a.argument,w,w,function(a){l=a});p=a.operator+"("+this.ifDefined(l,0)+")";this.assign(c,p);e(p);break;case s.BinaryExpression:this.recurse(a.left,w,w,function(a){h=a});this.recurse(a.right,w,w,function(a){l=a});p="+"===a.operator?this.plus(h,l):"-"===a.operator?this.ifDefined(h,0)+a.operator+this.ifDefined(l,0):"("+h+")"+a.operator+"("+l+")";this.assign(c,p);e(p);break;case s.LogicalExpression:c=c||this.nextId();k.recurse(a.left,c);k.if_("&&"=== -a.operator?c:k.not(c),k.lazyRecurse(a.right,c));e(c);break;case s.ConditionalExpression:c=c||this.nextId();k.recurse(a.test,c);k.if_(c,k.lazyRecurse(a.alternate,c),k.lazyRecurse(a.consequent,c));e(c);break;case s.Identifier:c=c||this.nextId();d&&(d.context="inputs"===k.stage?"s":this.assign(this.nextId(),this.getHasOwnProperty("l",a.name)+"?l:s"),d.computed=!1,d.name=a.name);Xa(a.name);k.if_("inputs"===k.stage||k.not(k.getHasOwnProperty("l",a.name)),function(){k.if_("inputs"===k.stage||"s",function(){f&& -1!==f&&k.if_(k.not(k.nonComputedMember("s",a.name)),k.lazyAssign(k.nonComputedMember("s",a.name),"{}"));k.assign(c,k.nonComputedMember("s",a.name))})},c&&k.lazyAssign(c,k.nonComputedMember("l",a.name)));(k.state.expensiveChecks||Fb(a.name))&&k.addEnsureSafeObject(c);e(c);break;case s.MemberExpression:h=d&&(d.context=this.nextId())||this.nextId();c=c||this.nextId();k.recurse(a.object,h,w,function(){k.if_(k.notNull(h),function(){if(a.computed)l=k.nextId(),k.recurse(a.property,l),k.addEnsureSafeMemberName(l), -f&&1!==f&&k.if_(k.not(k.computedMember(h,l)),k.lazyAssign(k.computedMember(h,l),"{}")),p=k.ensureSafeObject(k.computedMember(h,l)),k.assign(c,p),d&&(d.computed=!0,d.name=l);else{Xa(a.property.name);f&&1!==f&&k.if_(k.not(k.nonComputedMember(h,a.property.name)),k.lazyAssign(k.nonComputedMember(h,a.property.name),"{}"));p=k.nonComputedMember(h,a.property.name);if(k.state.expensiveChecks||Fb(a.property.name))p=k.ensureSafeObject(p);k.assign(c,p);d&&(d.computed=!1,d.name=a.property.name)}},function(){k.assign(c, -"undefined")});e(c)},!!f);break;case s.CallExpression:c=c||this.nextId();a.filter?(l=k.filter(a.callee.name),n=[],m(a.arguments,function(a){var c=k.nextId();k.recurse(a,c);n.push(c)}),p=l+"("+n.join(",")+")",k.assign(c,p),e(c)):(l=k.nextId(),h={},n=[],k.recurse(a.callee,l,h,function(){k.if_(k.notNull(l),function(){k.addEnsureSafeFunction(l);m(a.arguments,function(a){k.recurse(a,k.nextId(),w,function(a){n.push(k.ensureSafeObject(a))})});h.name?(k.state.expensiveChecks||k.addEnsureSafeObject(h.context), -p=k.member(h.context,h.name,h.computed)+"("+n.join(",")+")"):p=l+"("+n.join(",")+")";p=k.ensureSafeObject(p);k.assign(c,p)},function(){k.assign(c,"undefined")});e(c)}));break;case s.AssignmentExpression:l=this.nextId();h={};if(!md(a.left))throw ea("lval");this.recurse(a.left,w,h,function(){k.if_(k.notNull(h.context),function(){k.recurse(a.right,l);k.addEnsureSafeObject(k.member(h.context,h.name,h.computed));p=k.member(h.context,h.name,h.computed)+a.operator+l;k.assign(c,p);e(c||p)})},1);break;case s.ArrayExpression:n= -[];m(a.elements,function(a){k.recurse(a,k.nextId(),w,function(a){n.push(a)})});p="["+n.join(",")+"]";this.assign(c,p);e(p);break;case s.ObjectExpression:n=[];m(a.properties,function(a){k.recurse(a.value,k.nextId(),w,function(c){n.push(k.escape(a.key.type===s.Identifier?a.key.name:""+a.key.value)+":"+c)})});p="{"+n.join(",")+"}";this.assign(c,p);e(p);break;case s.ThisExpression:this.assign(c,"s");e("s");break;case s.NGValueParameter:this.assign(c,"v"),e("v")}},getHasOwnProperty:function(a,c){var d= -a+"."+c,e=this.current().own;e.hasOwnProperty(d)||(e[d]=this.nextId(!1,a+"&&("+this.escape(c)+" in "+a+")"));return e[d]},assign:function(a,c){if(a)return this.current().body.push(a,"=",c,";"),a},filter:function(a){this.state.filters.hasOwnProperty(a)||(this.state.filters[a]=this.nextId(!0));return this.state.filters[a]},ifDefined:function(a,c){return"ifDefined("+a+","+this.escape(c)+")"},plus:function(a,c){return"plus("+a+","+c+")"},return_:function(a){this.current().body.push("return ",a,";")}, -if_:function(a,c,d){if(!0===a)c();else{var e=this.current().body;e.push("if(",a,"){");c();e.push("}");d&&(e.push("else{"),d(),e.push("}"))}},not:function(a){return"!("+a+")"},notNull:function(a){return a+"!=null"},nonComputedMember:function(a,c){return a+"."+c},computedMember:function(a,c){return a+"["+c+"]"},member:function(a,c,d){return d?this.computedMember(a,c):this.nonComputedMember(a,c)},addEnsureSafeObject:function(a){this.current().body.push(this.ensureSafeObject(a),";")},addEnsureSafeMemberName:function(a){this.current().body.push(this.ensureSafeMemberName(a), -";")},addEnsureSafeFunction:function(a){this.current().body.push(this.ensureSafeFunction(a),";")},ensureSafeObject:function(a){return"ensureSafeObject("+a+",text)"},ensureSafeMemberName:function(a){return"ensureSafeMemberName("+a+",text)"},ensureSafeFunction:function(a){return"ensureSafeFunction("+a+",text)"},lazyRecurse:function(a,c,d,e,f,g){var h=this;return function(){h.recurse(a,c,d,e,f,g)}},lazyAssign:function(a,c){var d=this;return function(){d.assign(a,c)}},stringEscapeRegex:/[^ a-zA-Z0-9]/g, -stringEscapeFn:function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)},escape:function(a){if(G(a))return"'"+a.replace(this.stringEscapeRegex,this.stringEscapeFn)+"'";if(V(a))return a.toString();if(!0===a)return"true";if(!1===a)return"false";if(null===a)return"null";if("undefined"===typeof a)return"undefined";throw ea("esc");},nextId:function(a,c){var d="v"+this.state.nextId++;a||this.current().vars.push(d+(c?"="+c:""));return d},current:function(){return this.state[this.state.computing]}}; -qd.prototype={compile:function(a,c){var d=this,e=this.astBuilder.ast(a);this.expression=a;this.expensiveChecks=c;U(e,d.$filter);var f,g;if(f=nd(e))g=this.recurse(f);f=ld(e.body);var h;f&&(h=[],m(f,function(a,c){var e=d.recurse(a);a.input=e;h.push(e);a.watchId=c}));var l=[];m(e.body,function(a){l.push(d.recurse(a.expression))});f=0===e.body.length?function(){}:1===e.body.length?l[0]:function(a,c){var d;m(l,function(e){d=e(a,c)});return d};g&&(f.assign=function(a,c,d){return g(a,d,c)});h&&(f.inputs= -h);f.literal=od(e);f.constant=e.constant;return f},recurse:function(a,c,d){var e,f,g=this,h;if(a.input)return this.inputs(a.input,a.watchId);switch(a.type){case s.Literal:return this.value(a.value,c);case s.UnaryExpression:return f=this.recurse(a.argument),this["unary"+a.operator](f,c);case s.BinaryExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e,f,c);case s.LogicalExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e, -f,c);case s.ConditionalExpression:return this["ternary?:"](this.recurse(a.test),this.recurse(a.alternate),this.recurse(a.consequent),c);case s.Identifier:return Xa(a.name,g.expression),g.identifier(a.name,g.expensiveChecks||Fb(a.name),c,d,g.expression);case s.MemberExpression:return e=this.recurse(a.object,!1,!!d),a.computed||(Xa(a.property.name,g.expression),f=a.property.name),a.computed&&(f=this.recurse(a.property)),a.computed?this.computedMember(e,f,c,d,g.expression):this.nonComputedMember(e,f, -g.expensiveChecks,c,d,g.expression);case s.CallExpression:return h=[],m(a.arguments,function(a){h.push(g.recurse(a))}),a.filter&&(f=this.$filter(a.callee.name)),a.filter||(f=this.recurse(a.callee,!0)),a.filter?function(a,d,e,g){for(var r=[],m=0;m":function(a,c,d){return function(e,f,g,h){e=a(e,f,g,h)>c(e,f,g,h);return d?{value:e}:e}},"binary<=":function(a,c,d){return function(e,f,g,h){e=a(e,f,g,h)<=c(e,f,g,h);return d?{value:e}:e}},"binary>=":function(a,c,d){return function(e,f,g,h){e=a(e,f,g,h)>=c(e,f,g,h);return d?{value:e}:e}},"binary&&":function(a,c,d){return function(e,f,g,h){e= -a(e,f,g,h)&&c(e,f,g,h);return d?{value:e}:e}},"binary||":function(a,c,d){return function(e,f,g,h){e=a(e,f,g,h)||c(e,f,g,h);return d?{value:e}:e}},"ternary?:":function(a,c,d,e){return function(f,g,h,l){f=a(f,g,h,l)?c(f,g,h,l):d(f,g,h,l);return e?{value:f}:f}},value:function(a,c){return function(){return c?{context:w,name:w,value:a}:a}},identifier:function(a,c,d,e,f){return function(g,h,l,k){g=h&&a in h?h:g;e&&1!==e&&g&&!g[a]&&(g[a]={});h=g?g[a]:w;c&&Ba(h,f);return d?{context:g,name:a,value:h}:h}}, -computedMember:function(a,c,d,e,f){return function(g,h,l,k){var n=a(g,h,l,k),p,m;null!=n&&(p=c(g,h,l,k),Xa(p,f),e&&1!==e&&n&&!n[p]&&(n[p]={}),m=n[p],Ba(m,f));return d?{context:n,name:p,value:m}:m}},nonComputedMember:function(a,c,d,e,f,g){return function(h,l,k,n){h=a(h,l,k,n);f&&1!==f&&h&&!h[c]&&(h[c]={});l=null!=h?h[c]:w;(d||Fb(c))&&Ba(l,g);return e?{context:h,name:c,value:l}:l}},inputs:function(a,c){return function(d,e,f,g){return g?g[c]:a(d,e,f)}}};var fc=function(a,c,d){this.lexer=a;this.$filter= -c;this.options=d;this.ast=new s(this.lexer);this.astCompiler=d.csp?new qd(this.ast,c):new pd(this.ast,c)};fc.prototype={constructor:fc,parse:function(a){return this.astCompiler.compile(a,this.options.expensiveChecks)}};ha();ha();var Wf=Object.prototype.valueOf,Ca=I("$sce"),oa={HTML:"html",CSS:"css",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},fa=I("$compile"),Z=X.createElement("a"),ud=Aa(Q.location.href);vd.$inject=["$document"];Jc.$inject=["$provide"];wd.$inject=["$locale"];yd.$inject=["$locale"]; -var Bd=".",fg={yyyy:$("FullYear",4),yy:$("FullYear",2,0,!0),y:$("FullYear",1),MMMM:Hb("Month"),MMM:Hb("Month",!0),MM:$("Month",2,1),M:$("Month",1,1),dd:$("Date",2),d:$("Date",1),HH:$("Hours",2),H:$("Hours",1),hh:$("Hours",2,-12),h:$("Hours",1,-12),mm:$("Minutes",2),m:$("Minutes",1),ss:$("Seconds",2),s:$("Seconds",1),sss:$("Milliseconds",3),EEEE:Hb("Day"),EEE:Hb("Day",!0),a:function(a,c){return 12>a.getHours()?c.AMPMS[0]:c.AMPMS[1]},Z:function(a,c,d){a=-1*d;return a=(0<=a?"+":"")+(Gb(Math[0=a.getFullYear()?c.ERANAMES[0]:c.ERANAMES[1]}},eg=/((?:[^yMdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z|G+|w+))(.*)/,dg=/^\-?\d+$/;xd.$inject=["$locale"];var ag=qa(F),bg=qa(sb);zd.$inject=["$parse"];var fe=qa({restrict:"E",compile:function(a,c){if(!c.href&&!c.xlinkHref)return function(a,c){if("a"===c[0].nodeName.toLowerCase()){var f="[object SVGAnimatedString]"===va.call(c.prop("href"))? -"xlink:href":"href";c.on("click",function(a){c.attr(f)||a.preventDefault()})}}}}),tb={};m(Bb,function(a,c){function d(a,d,f){a.$watch(f[e],function(a){f.$set(c,!!a)})}if("multiple"!=a){var e=ya("ng-"+c),f=d;"checked"===a&&(f=function(a,c,f){f.ngModel!==f[e]&&d(a,c,f)});tb[e]=function(){return{restrict:"A",priority:100,link:f}}}});m(Zc,function(a,c){tb[c]=function(){return{priority:100,link:function(a,e,f){if("ngPattern"===c&&"/"==f.ngPattern.charAt(0)&&(e=f.ngPattern.match(hg))){f.$set("ngPattern", -new RegExp(e[1],e[2]));return}a.$watch(f[c],function(a){f.$set(c,a)})}}}});m(["src","srcset","href"],function(a){var c=ya("ng-"+a);tb[c]=function(){return{priority:99,link:function(d,e,f){var g=a,h=a;"href"===a&&"[object SVGAnimatedString]"===va.call(e.prop("href"))&&(h="xlinkHref",f.$attr[h]="xlink:href",g=null);f.$observe(c,function(c){c?(f.$set(h,c),Wa&&g&&e.prop(g,f[h])):"href"===a&&f.$set(h,null)})}}}});var Ib={$addControl:y,$$renameControl:function(a,c){a.$name=c},$removeControl:y,$setValidity:y, -$setDirty:y,$setPristine:y,$setSubmitted:y};Ed.$inject=["$element","$attrs","$scope","$animate","$interpolate"];var Md=function(a){return["$timeout","$parse",function(c,d){function e(a){return""===a?d('this[""]').assign:d(a).assign||y}return{name:"form",restrict:a?"EAC":"E",require:["form","^^?form"],controller:Ed,compile:function(d,g){d.addClass(Ya).addClass(mb);var h=g.name?"name":a&&g.ngForm?"ngForm":!1;return{pre:function(a,d,f,g){var m=g[0];if(!("action"in f)){var t=function(c){a.$apply(function(){m.$commitViewValue(); -m.$setSubmitted()});c.preventDefault()};d[0].addEventListener("submit",t,!1);d.on("$destroy",function(){c(function(){d[0].removeEventListener("submit",t,!1)},0,!1)})}(g[1]||m.$$parentForm).$addControl(m);var s=h?e(m.$name):y;h&&(s(a,m),f.$observe(h,function(c){m.$name!==c&&(s(a,w),m.$$parentForm.$$renameControl(m,c),s=e(m.$name),s(a,m))}));d.on("$destroy",function(){m.$$parentForm.$removeControl(m);s(a,w);P(m,Ib)})}}}}}]},ge=Md(),te=Md(!0),gg=/\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z)/, -qg=/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/,rg=/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,sg=/^\s*(\-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/,Nd=/^(\d{4})-(\d{2})-(\d{2})$/,Od=/^(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,kc=/^(\d{4})-W(\d\d)$/,Pd=/^(\d{4})-(\d\d)$/,Qd=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Rd={text:function(a,c,d,e,f,g){jb(a,c,d,e,f,g);ic(e)},date:kb("date", -Nd,Kb(Nd,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":kb("datetimelocal",Od,Kb(Od,"yyyy MM dd HH mm ss sss".split(" ")),"yyyy-MM-ddTHH:mm:ss.sss"),time:kb("time",Qd,Kb(Qd,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:kb("week",kc,function(a,c){if(da(a))return a;if(G(a)){kc.lastIndex=0;var d=kc.exec(a);if(d){var e=+d[1],f=+d[2],g=d=0,h=0,l=0,k=Cd(e),f=7*(f-1);c&&(d=c.getHours(),g=c.getMinutes(),h=c.getSeconds(),l=c.getMilliseconds());return new Date(e,0,k.getDate()+f,d,g,h,l)}}return NaN},"yyyy-Www"), -month:kb("month",Pd,Kb(Pd,["yyyy","MM"]),"yyyy-MM"),number:function(a,c,d,e,f,g){Gd(a,c,d,e);jb(a,c,d,e,f,g);e.$$parserName="number";e.$parsers.push(function(a){return e.$isEmpty(a)?null:sg.test(a)?parseFloat(a):w});e.$formatters.push(function(a){if(!e.$isEmpty(a)){if(!V(a))throw lb("numfmt",a);a=a.toString()}return a});if(A(d.min)||d.ngMin){var h;e.$validators.min=function(a){return e.$isEmpty(a)||v(h)||a>=h};d.$observe("min",function(a){A(a)&&!V(a)&&(a=parseFloat(a,10));h=V(a)&&!isNaN(a)?a:w;e.$validate()})}if(A(d.max)|| -d.ngMax){var l;e.$validators.max=function(a){return e.$isEmpty(a)||v(l)||a<=l};d.$observe("max",function(a){A(a)&&!V(a)&&(a=parseFloat(a,10));l=V(a)&&!isNaN(a)?a:w;e.$validate()})}},url:function(a,c,d,e,f,g){jb(a,c,d,e,f,g);ic(e);e.$$parserName="url";e.$validators.url=function(a,c){var d=a||c;return e.$isEmpty(d)||qg.test(d)}},email:function(a,c,d,e,f,g){jb(a,c,d,e,f,g);ic(e);e.$$parserName="email";e.$validators.email=function(a,c){var d=a||c;return e.$isEmpty(d)||rg.test(d)}},radio:function(a,c, -d,e){v(d.name)&&c.attr("name",++nb);c.on("click",function(a){c[0].checked&&e.$setViewValue(d.value,a&&a.type)});e.$render=function(){c[0].checked=d.value==e.$viewValue};d.$observe("value",e.$render)},checkbox:function(a,c,d,e,f,g,h,l){var k=Hd(l,a,"ngTrueValue",d.ngTrueValue,!0),n=Hd(l,a,"ngFalseValue",d.ngFalseValue,!1);c.on("click",function(a){e.$setViewValue(c[0].checked,a&&a.type)});e.$render=function(){c[0].checked=e.$viewValue};e.$isEmpty=function(a){return!1===a};e.$formatters.push(function(a){return ka(a, -k)});e.$parsers.push(function(a){return a?k:n})},hidden:y,button:y,submit:y,reset:y,file:y},Dc=["$browser","$sniffer","$filter","$parse",function(a,c,d,e){return{restrict:"E",require:["?ngModel"],link:{pre:function(f,g,h,l){l[0]&&(Rd[F(h.type)]||Rd.text)(f,g,h,l[0],c,a,d,e)}}}}],tg=/^(true|false|\d+)$/,Le=function(){return{restrict:"A",priority:100,compile:function(a,c){return tg.test(c.ngValue)?function(a,c,f){f.$set("value",a.$eval(f.ngValue))}:function(a,c,f){a.$watch(f.ngValue,function(a){f.$set("value", -a)})}}}},le=["$compile",function(a){return{restrict:"AC",compile:function(c){a.$$addBindingClass(c);return function(c,e,f){a.$$addBindingInfo(e,f.ngBind);e=e[0];c.$watch(f.ngBind,function(a){e.textContent=v(a)?"":a})}}}}],ne=["$interpolate","$compile",function(a,c){return{compile:function(d){c.$$addBindingClass(d);return function(d,f,g){d=a(f.attr(g.$attr.ngBindTemplate));c.$$addBindingInfo(f,d.expressions);f=f[0];g.$observe("ngBindTemplate",function(a){f.textContent=v(a)?"":a})}}}}],me=["$sce","$parse", -"$compile",function(a,c,d){return{restrict:"A",compile:function(e,f){var g=c(f.ngBindHtml),h=c(f.ngBindHtml,function(a){return(a||"").toString()});d.$$addBindingClass(e);return function(c,e,f){d.$$addBindingInfo(e,f.ngBindHtml);c.$watch(h,function(){e.html(a.getTrustedHtml(g(c))||"")})}}}}],Ke=qa({restrict:"A",require:"ngModel",link:function(a,c,d,e){e.$viewChangeListeners.push(function(){a.$eval(d.ngChange)})}}),oe=jc("",!0),qe=jc("Odd",0),pe=jc("Even",1),re=Na({compile:function(a,c){c.$set("ngCloak", -w);a.removeClass("ng-cloak")}}),se=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],Ic={},ug={blur:!0,focus:!0};m("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var c=ya("ng-"+a);Ic[c]=["$parse","$rootScope",function(d,e){return{restrict:"A",compile:function(f,g){var h=d(g[c],null,!0);return function(c,d){d.on(a,function(d){var f=function(){h(c,{$event:d})}; -ug[a]&&e.$$phase?c.$evalAsync(f):c.$apply(f)})}}}}]});var ve=["$animate",function(a){return{multiElement:!0,transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(c,d,e,f,g){var h,l,k;c.$watch(e.ngIf,function(c){c?l||g(function(c,f){l=f;c[c.length++]=X.createComment(" end ngIf: "+e.ngIf+" ");h={clone:c};a.enter(c,d.parent(),d)}):(k&&(k.remove(),k=null),l&&(l.$destroy(),l=null),h&&(k=rb(h.clone),a.leave(k).then(function(){k=null}),h=null))})}}}],we=["$templateRequest","$anchorScroll", -"$animate",function(a,c,d){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",controller:aa.noop,compile:function(e,f){var g=f.ngInclude||f.src,h=f.onload||"",l=f.autoscroll;return function(e,f,m,r,t){var s=0,v,u,q,z=function(){u&&(u.remove(),u=null);v&&(v.$destroy(),v=null);q&&(d.leave(q).then(function(){u=null}),u=q,q=null)};e.$watch(g,function(g){var m=function(){!A(l)||l&&!e.$eval(l)||c()},p=++s;g?(a(g,!0).then(function(a){if(p===s){var c=e.$new();r.template=a;a=t(c,function(a){z(); -d.enter(a,null,f).then(m)});v=c;q=a;v.$emit("$includeContentLoaded",g);e.$eval(h)}},function(){p===s&&(z(),e.$emit("$includeContentError",g))}),e.$emit("$includeContentRequested",g)):(z(),r.template=null)})}}}}],Ne=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(c,d,e,f){/SVG/.test(d[0].toString())?(d.empty(),a(Lc(f.template,X).childNodes)(c,function(a){d.append(a)},{futureParentElement:d})):(d.html(f.template),a(d.contents())(c))}}}],xe=Na({priority:450, -compile:function(){return{pre:function(a,c,d){a.$eval(d.ngInit)}}}}),Je=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,c,d,e){var f=c.attr(d.$attr.ngList)||", ",g="false"!==d.ngTrim,h=g?T(f):f;e.$parsers.push(function(a){if(!v(a)){var c=[];a&&m(a.split(h),function(a){a&&c.push(g?T(a):a)});return c}});e.$formatters.push(function(a){return J(a)?a.join(f):w});e.$isEmpty=function(a){return!a||!a.length}}}},mb="ng-valid",Id="ng-invalid",Ya="ng-pristine",Jb="ng-dirty",Kd= -"ng-pending",lb=I("ngModel"),vg=["$scope","$exceptionHandler","$attrs","$element","$parse","$animate","$timeout","$rootScope","$q","$interpolate",function(a,c,d,e,f,g,h,l,k,n){this.$modelValue=this.$viewValue=Number.NaN;this.$$rawModelValue=w;this.$validators={};this.$asyncValidators={};this.$parsers=[];this.$formatters=[];this.$viewChangeListeners=[];this.$untouched=!0;this.$touched=!1;this.$pristine=!0;this.$dirty=!1;this.$valid=!0;this.$invalid=!1;this.$error={};this.$$success={};this.$pending= -w;this.$name=n(d.name||"",!1)(a);this.$$parentForm=Ib;var p=f(d.ngModel),r=p.assign,t=p,s=r,K=null,u,q=this;this.$$setOptions=function(a){if((q.$options=a)&&a.getterSetter){var c=f(d.ngModel+"()"),h=f(d.ngModel+"($$$p)");t=function(a){var d=p(a);x(d)&&(d=c(a));return d};s=function(a,c){x(p(a))?h(a,{$$$p:q.$modelValue}):r(a,q.$modelValue)}}else if(!p.assign)throw lb("nonassign",d.ngModel,xa(e));};this.$render=y;this.$isEmpty=function(a){return v(a)||""===a||null===a||a!==a};var z=0;Fd({ctrl:this,$element:e, -set:function(a,c){a[c]=!0},unset:function(a,c){delete a[c]},$animate:g});this.$setPristine=function(){q.$dirty=!1;q.$pristine=!0;g.removeClass(e,Jb);g.addClass(e,Ya)};this.$setDirty=function(){q.$dirty=!0;q.$pristine=!1;g.removeClass(e,Ya);g.addClass(e,Jb);q.$$parentForm.$setDirty()};this.$setUntouched=function(){q.$touched=!1;q.$untouched=!0;g.setClass(e,"ng-untouched","ng-touched")};this.$setTouched=function(){q.$touched=!0;q.$untouched=!1;g.setClass(e,"ng-touched","ng-untouched")};this.$rollbackViewValue= -function(){h.cancel(K);q.$viewValue=q.$$lastCommittedViewValue;q.$render()};this.$validate=function(){if(!V(q.$modelValue)||!isNaN(q.$modelValue)){var a=q.$$rawModelValue,c=q.$valid,d=q.$modelValue,e=q.$options&&q.$options.allowInvalid;q.$$runValidators(a,q.$$lastCommittedViewValue,function(f){e||c===f||(q.$modelValue=f?a:w,q.$modelValue!==d&&q.$$writeModelToScope())})}};this.$$runValidators=function(a,c,d){function e(){var d=!0;m(q.$validators,function(e,f){var g=e(a,c);d=d&&g;h(f,g)});return d? -!0:(m(q.$asyncValidators,function(a,c){h(c,null)}),!1)}function f(){var d=[],e=!0;m(q.$asyncValidators,function(f,g){var k=f(a,c);if(!k||!x(k.then))throw lb("$asyncValidators",k);h(g,w);d.push(k.then(function(){h(g,!0)},function(a){e=!1;h(g,!1)}))});d.length?k.all(d).then(function(){g(e)},y):g(!0)}function h(a,c){l===z&&q.$setValidity(a,c)}function g(a){l===z&&d(a)}z++;var l=z;(function(){var a=q.$$parserName||"parse";if(v(u))h(a,null);else return u||(m(q.$validators,function(a,c){h(c,null)}),m(q.$asyncValidators, -function(a,c){h(c,null)})),h(a,u),u;return!0})()?e()?f():g(!1):g(!1)};this.$commitViewValue=function(){var a=q.$viewValue;h.cancel(K);if(q.$$lastCommittedViewValue!==a||""===a&&q.$$hasNativeValidators)q.$$lastCommittedViewValue=a,q.$pristine&&this.$setDirty(),this.$$parseAndValidate()};this.$$parseAndValidate=function(){var c=q.$$lastCommittedViewValue;if(u=v(c)?w:!0)for(var d=0;df||e.$isEmpty(c)||c.length<=f}}}}},Gc=function(){return{restrict:"A",require:"?ngModel",link:function(a,c,d,e){if(e){var f=0;d.$observe("minlength",function(a){f=Y(a)||0;e.$validate()}); -e.$validators.minlength=function(a,c){return e.$isEmpty(c)||c.length>=f}}}}};Q.angular.bootstrap?console.log("WARNING: Tried to load angular more than once."):(ae(),ce(aa),aa.module("ngLocale",[],["$provide",function(a){function c(a){a+="";var c=a.indexOf(".");return-1==c?0:a.length-c-1}a.value("$locale",{DATETIME_FORMATS:{AMPMS:["AM","PM"],DAY:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ERANAMES:["Before Christ","Anno Domini"],ERAS:["BC","AD"],FIRSTDAYOFWEEK:6,MONTH:"January February March April May June July August September October November December".split(" "), -SHORTDAY:"Sun Mon Tue Wed Thu Fri Sat".split(" "),SHORTMONTH:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),WEEKENDRANGE:[5,6],fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",medium:"MMM d, y h:mm:ss a",mediumDate:"MMM d, y",mediumTime:"h:mm:ss a","short":"M/d/yy h:mm a",shortDate:"M/d/yy",shortTime:"h:mm a"},NUMBER_FORMATS:{CURRENCY_SYM:"$",DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{gSize:3,lgSize:3,maxFrac:3,minFrac:0,minInt:1,negPre:"-",negSuf:"",posPre:"",posSuf:""},{gSize:3,lgSize:3, -maxFrac:2,minFrac:2,minInt:1,negPre:"-\u00a4",negSuf:"",posPre:"\u00a4",posSuf:""}]},id:"en-us",pluralCat:function(a,e){var f=a|0,g=e;w===g&&(g=Math.min(c(a),3));Math.pow(10,g);return 1==f&&0==g?"one":"other"}})}]),C(X).ready(function(){Xd(X,yc)}))})(window,document);!window.angular.$$csp().noInlineStyle&&window.angular.element(document.head).prepend(''); -//# sourceMappingURL=angular.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af-ZA.min.js deleted file mode 100644 index 04f1a596a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["af-ZA"]={name:"af-ZA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],namesAbbr:["Son","Maan","Dins","Woen","Dond","Vry","Sat"],namesShort:["So","Ma","Di","Wo","Do","Vr","Sa"]},months:{names:["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"]},AM:["VM.","vm.","VM."],PM:["NM.","nm.","NM."],patterns:{d:"yyyy/MM/dd",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.af-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af.min.js deleted file mode 100644 index c7254b80e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.af.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.af={name:"af",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],namesAbbr:["Son","Maan","Dins","Woen","Dond","Vry","Sat"],namesShort:["So","Ma","Di","Wo","Do","Vr","Sa"]},months:{names:["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"]},AM:["VM.","vm.","VM."],PM:["NM.","nm.","NM."],patterns:{d:"yyyy/MM/dd",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.af.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am-ET.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am-ET.min.js deleted file mode 100644 index a5b6b8c15..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am-ET.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["am-ET"]={name:"am-ET",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Ethiopian Birr",abbr:"ETB",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ETB"}},calendars:{standard:{days:{names:["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],namesAbbr:["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],namesShort:["እሑ","ሰኞ","ማክ","ረቡ","ሐሙ","ዓር","ቅዳ"]},months:{names:["ጥር","የካቲት","መጋቢት","ሚያዚያ","ግንቦት","ሰኔ","ሐምሌ","ነሐሴ","መስከረም","ጥቅምት","ህዳር","ታህሳስ"],namesAbbr:["ጥር","የካ.","መጋ.","ሚያ.","ግን.","ሰኔ","ሐም.","ነሐ.","መስ.","ጥቅ.","ህዳ.","ታህ."]},AM:["ጧት","ጧት","ጧት"],PM:["ከሰዓት በኋላ","ከሰዓት በኋላ","ከሰዓት በኋላ"],patterns:{d:"d/M/yyyy",D:"dddd '፣' MMMM d 'ቀን' yyyy",F:"dddd '፣' MMMM d 'ቀን' yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"MMMM d' ቀን'",M:"MMMM d' ቀን'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.am-ET.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am.min.js deleted file mode 100644 index 5126bad70..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.am.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.am={name:"am",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ETB"}},calendars:{standard:{days:{names:["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],namesAbbr:["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],namesShort:["እሑ","ሰኞ","ማክ","ረቡ","ሐሙ","ዓር","ቅዳ"]},months:{names:["ጥር","የካቲት","መጋቢት","ሚያዚያ","ግንቦት","ሰኔ","ሐምሌ","ነሐሴ","መስከረም","ጥቅምት","ህዳር","ታህሳስ"],namesAbbr:["ጥር","የካ.","መጋ.","ሚያ.","ግን.","ሰኔ","ሐም.","ነሐ.","መስ.","ጥቅ.","ህዳ.","ታህ."]},AM:["ጧት","ጧት","ጧት"],PM:["ከሰዓት በኋላ","ከሰዓት በኋላ","ከሰዓት በኋላ"],patterns:{d:"d/M/yyyy",D:"dddd '፣' MMMM d 'ቀን' yyyy",F:"dddd '፣' MMMM d 'ቀን' yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"MMMM d' ቀን'",M:"MMMM d' ቀን'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.am.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-AE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-AE.min.js deleted file mode 100644 index 5390de04b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-AE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-AE"]={name:"ar-AE",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"UAE Dirham",abbr:"AED",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.إ.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-AE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-BH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-BH.min.js deleted file mode 100644 index fbaa531d7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-BH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-BH"]={name:"ar-BH",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Bahraini Dinar",abbr:"BHD",pattern:["$n-","$ n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"د.ب.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","ابريل","مايو","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-BH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-DZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-DZ.min.js deleted file mode 100644 index a22bbbbe1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-DZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-DZ"]={name:"ar-DZ",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Algerian Dinar",abbr:"DZD",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.ج.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["جانفييه","فيفرييه","مارس","أفريل","مي","جوان","جوييه","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["جانفييه","فيفرييه","مارس","أفريل","مي","جوان","جوييه","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-DZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-EG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-EG.min.js deleted file mode 100644 index 0dfd0d934..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-EG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-EG"]={name:"ar-EG",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Egyptian Pound",abbr:"EGP",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ج.م.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-EG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-IQ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-IQ.min.js deleted file mode 100644 index 2b4e6ae93..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-IQ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-IQ"]={name:"ar-IQ",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Iraqi Dinar",abbr:"IQD",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.ع.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],namesAbbr:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-IQ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-JO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-JO.min.js deleted file mode 100644 index 5c332f164..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-JO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-JO"]={name:"ar-JO",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Jordanian Dinar",abbr:"JOD",pattern:["$n-","$ n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"د.ا.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],namesAbbr:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-JO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-KW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-KW.min.js deleted file mode 100644 index 2e4432791..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-KW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-KW"]={name:"ar-KW",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Kuwaiti Dinar",abbr:"KWD",pattern:["$n-","$ n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"د.ك.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-KW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LB.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LB.min.js deleted file mode 100644 index 1bc4c90aa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LB.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-LB"]={name:"ar-LB",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Lebanese Pound",abbr:"LBP",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ل.ل.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],namesAbbr:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-LB.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LY.min.js deleted file mode 100644 index 75fe77489..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-LY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-LY"]={name:"ar-LY",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Libyan Dinar",abbr:"LYD",pattern:["$n-","$n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"د.ل.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-LY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-MA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-MA.min.js deleted file mode 100644 index 96f2a8576..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-MA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-MA"]={name:"ar-MA",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Moroccan Dirham",abbr:"MAD",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.م.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","ماي","يونيو","يوليوز","غشت","شتنبر","أكتوبر","نونبر","دجنبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","ماي","يونيو","يوليوز","غشت","شتنبر","أكتوبر","نونبر","دجنبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-MA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-OM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-OM.min.js deleted file mode 100644 index 98be2d43a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-OM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-OM"]={name:"ar-OM",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Omani Rial",abbr:"OMR",pattern:["$n-","$ n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"ر.ع.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-OM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-QA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-QA.min.js deleted file mode 100644 index f87c47e63..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-QA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-QA"]={name:"ar-QA",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Qatari Rial",abbr:"QAR",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ر.ق.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-QA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SA.min.js deleted file mode 100644 index 2d66a11b7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-SA"]={name:"ar-SA",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Saudi Riyal",abbr:"SAR",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ر.س.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["محرم","صفر","ربيع الأول","ربيع الثاني","جمادى الأولى","جمادى الثانية","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة"],namesAbbr:["محرم","صفر","ربيع الأول","ربيع الثاني","جمادى الأولى","جمادى الثانية","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yy",D:"dd/MMMM/yyyy",F:"dd/MMMM/yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-SA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SY.min.js deleted file mode 100644 index 1c557cc45..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-SY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-SY"]={name:"ar-SY",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Syrian Pound",abbr:"SYP",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ل.س.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],namesAbbr:["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-SY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-TN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-TN.min.js deleted file mode 100644 index dddff3d8d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-TN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ar-TN"]={name:"ar-TN",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Tunisian Dinar",abbr:"TND",pattern:["$n-","$ n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"د.ت.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["جانفييه","فيفرييه","مارس","أفريل","مي","جوان","جوييه","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["جانفييه","فيفرييه","مارس","أفريل","مي","جوان","جوييه","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-TN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-YE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-YE.min.js deleted file mode 100644 index 844b91dde..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar-YE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ar-YE"]={name:"ar-YE",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Yemeni Rial",abbr:"YER",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ر.ي.‏‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],namesAbbr:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليه","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar-YE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar.min.js deleted file mode 100644 index 384cfd5c9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ar.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ar={name:"ar",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$n-","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ر.س.‏"}},calendars:{standard:{days:{names:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesAbbr:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],namesShort:["ح","ن","ث","ر","خ","ج","س"]},months:{names:["محرم","صفر","ربيع الأول","ربيع الثاني","جمادى الأولى","جمادى الثانية","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة"],namesAbbr:["محرم","صفر","ربيع الأول","ربيع الثاني","جمادى الأولى","جمادى الثانية","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة"]},AM:["ص","ص","ص"],PM:["م","م","م"],patterns:{d:"dd/MM/yy",D:"dd/MMMM/yyyy",F:"dd/MMMM/yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ar.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn-CL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn-CL.min.js deleted file mode 100644 index 1aca0d8d6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn-CL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["arn-CL"]={name:"arn-CL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Chilean Peso",abbr:"CLP",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Kiñe Ante","Epu Ante","Kila Ante","Meli Ante","Kechu Ante","Cayu Ante","Regle Ante"],namesAbbr:["Kiñe","Epu","Kila","Meli","Kechu","Cayu","Regle"],namesShort:["kñ","ep","kl","me","ke","ca","re"]},months:{names:["Kiñe Tripantu","Epu","Kila","Meli","Kechu","Cayu","Regle","Purha","Aiya","Marhi","Marhi Kiñe","Marhi Epu"],namesAbbr:["Kiñe Tripantu","Epu","Kila","Meli","Kechu","Cayu","Regle","Purha","Aiya","Marhi","Marhi Kiñe","Marhi Epu"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.arn-CL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn.min.js deleted file mode 100644 index 7a0513324..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.arn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.arn={name:"arn",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Kiñe Ante","Epu Ante","Kila Ante","Meli Ante","Kechu Ante","Cayu Ante","Regle Ante"],namesAbbr:["Kiñe","Epu","Kila","Meli","Kechu","Cayu","Regle"],namesShort:["kñ","ep","kl","me","ke","ca","re"]},months:{names:["Kiñe Tripantu","Epu","Kila","Meli","Kechu","Cayu","Regle","Purha","Aiya","Marhi","Marhi Kiñe","Marhi Epu"],namesAbbr:["Kiñe Tripantu","Epu","Kila","Meli","Kechu","Cayu","Regle","Purha","Aiya","Marhi","Marhi Kiñe","Marhi Epu"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.arn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as-IN.min.js deleted file mode 100644 index 7265a3d4d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,y){kendo.cultures["as-IN"]={name:"as-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ৰবিবাৰ","সোমবাৰ","মঙ্গলবাৰ","বুধবাৰ","বৃহস্পতিবাৰ","শুক্রবাৰ","শনিবাৰ"],namesAbbr:["ৰবি.","সোম.","মঙ্গল.","বুধ.","বৃহ.","শুক্র.","শনি."],namesShort:["ৰ","সো","ম","বু","বৃ","শু","শ"]},months:{names:["জানুৱাৰী","ফেব্রুৱাৰী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টেম্বৰ","অক্টোবৰ","নবেম্বৰ","ডিচেম্বৰ"],namesAbbr:["জানু","ফেব্রু","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টে","অক্টো","নবে","ডিচে"]},AM:["ৰাতিপু","ৰাতিপু","ৰাতিপু"],PM:["আবেলি","আবেলি","আবেলি"],patterns:{d:"dd-MM-yyyy",D:"yyyy,MMMM dd, dddd",F:"yyyy,MMMM dd, dddd tt h:mm:ss",g:"dd-MM-yyyy tt h:mm",G:"dd-MM-yyyy tt h:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yy",Y:"MMMM,yy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.as-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as.min.js deleted file mode 100644 index ea110ad6f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.as.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.as={name:"as",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ৰবিবাৰ","সোমবাৰ","মঙ্গলবাৰ","বুধবাৰ","বৃহস্পতিবাৰ","শুক্রবাৰ","শনিবাৰ"],namesAbbr:["ৰবি.","সোম.","মঙ্গল.","বুধ.","বৃহ.","শুক্র.","শনি."],namesShort:["ৰ","সো","ম","বু","বৃ","শু","শ"]},months:{names:["জানুৱাৰী","ফেব্রুৱাৰী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টেম্বৰ","অক্টোবৰ","নবেম্বৰ","ডিচেম্বৰ"],namesAbbr:["জানু","ফেব্রু","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টে","অক্টো","নবে","ডিচে"]},AM:["ৰাতিপু","ৰাতিপু","ৰাতিপু"],PM:["আবেলি","আবেলি","আবেলি"],patterns:{d:"dd-MM-yyyy",D:"yyyy,MMMM dd, dddd",F:"yyyy,MMMM dd, dddd tt h:mm:ss",g:"dd-MM-yyyy tt h:mm",G:"dd-MM-yyyy tt h:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yy",Y:"MMMM,yy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.as.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl-AZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl-AZ.min.js deleted file mode 100644 index 9d69ef6ac..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl-AZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["az-Cyrl-AZ"]={name:"az-Cyrl-AZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Azerbaijani Manat",abbr:"AZN",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ман."}},calendars:{standard:{days:{names:["базар","базар ертәси","чәршәнбә ахшамы","чәршәнбә","ҹүмә ахшамы","ҹүмә","шәнбә"],namesAbbr:["Б","Бе","Ча","Ч","Ҹа","Ҹ","Ш"],namesShort:["Б","Бе","Ча","Ч","Ҹа","Ҹ","Ш"]},months:{names:["jанвар","феврал","март","апрел","мај","ијун","ијул","август","сентјабр","октјабр","нојабр","декабр"],namesAbbr:["Јан","Фев","Мар","Апр","Мај","Ијун","Ијул","Авг","Сен","Окт","Ноя","Дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.az-Cyrl-AZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl.min.js deleted file mode 100644 index 74e05c495..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["az-Cyrl"]={name:"az-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ман."}},calendars:{standard:{days:{names:["базар","базар ертәси","чәршәнбә ахшамы","чәршәнбә","ҹүмә ахшамы","ҹүмә","шәнбә"],namesAbbr:["Б","Бе","Ча","Ч","Ҹа","Ҹ","Ш"],namesShort:["Б","Бе","Ча","Ч","Ҹа","Ҹ","Ш"]},months:{names:["jанвар","феврал","март","апрел","мај","ијун","ијул","август","сентјабр","октјабр","нојабр","декабр"],namesAbbr:["Јан","Фев","Мар","Апр","Мај","Ијун","Ијул","Авг","Сен","Окт","Ноя","Дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.az-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn-AZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn-AZ.min.js deleted file mode 100644 index 318d640bd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn-AZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["az-Latn-AZ"]={name:"az-Latn-AZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Azerbaijanian Manat",abbr:"AZN",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"man."}},calendars:{standard:{days:{names:["bazar","Bazar ertəsi","çərşənbə axşamı","çərşənbə","Cümə axşamı","Cümə","şənbə"],namesAbbr:["B","Be","Ça","Ç","Ca","C","Ş"],namesShort:["B","Be","Ça","Ç","Ca","C","Ş"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","İyun","İyul","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dd MMMM yyyy'-cü il'",F:"dd MMMM yyyy'-cü il' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.az-Latn-AZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn.min.js deleted file mode 100644 index 0c3fad846..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["az-Latn"]={name:"az-Latn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"man."}},calendars:{standard:{days:{names:["bazar","Bazar ertəsi","çərşənbə axşamı","çərşənbə","Cümə axşamı","Cümə","şənbə"],namesAbbr:["B","Be","Ça","Ç","Ca","C","Ş"],namesShort:["B","Be","Ça","Ç","Ca","C","Ş"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","İyun","İyul","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dd MMMM yyyy'-cü il'",F:"dd MMMM yyyy'-cü il' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.az-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az.min.js deleted file mode 100644 index 0eefeaf3c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.az.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,a){kendo.cultures.az={name:"az",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"man."}},calendars:{standard:{days:{names:["bazar","Bazar ertəsi","çərşənbə axşamı","çərşənbə","Cümə axşamı","Cümə","şənbə"],namesAbbr:["B","Be","Ça","Ç","Ca","C","Ş"],namesShort:["B","Be","Ça","Ç","Ca","C","Ş"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","İyun","İyul","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dd MMMM yyyy'-cü il'",F:"dd MMMM yyyy'-cü il' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.az.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba-RU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba-RU.min.js deleted file mode 100644 index 5fb791e0c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba-RU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ba-RU"]={name:"ba-RU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Russian Ruble",abbr:"RUB",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["Йәкшәмбе","Дүшәмбе","Шишәмбе","Шаршамбы","Кесаҙна","Йома","Шәмбе"],namesAbbr:["Йш","Дш","Шш","Шр","Кс","Йм","Шб"],namesShort:["Йш","Дш","Шш","Шр","Кс","Йм","Шб"]},months:{names:["ғинуар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["ғин","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d MMMM yyyy 'й'",F:"d MMMM yyyy 'й' H:mm:ss",g:"dd.MM.yy H:mm",G:"dd.MM.yy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ba-RU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba.min.js deleted file mode 100644 index acc43406d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ba.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ba={name:"ba",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["Йәкшәмбе","Дүшәмбе","Шишәмбе","Шаршамбы","Кесаҙна","Йома","Шәмбе"],namesAbbr:["Йш","Дш","Шш","Шр","Кс","Йм","Шб"],namesShort:["Йш","Дш","Шш","Шр","Кс","Йм","Шб"]},months:{names:["ғинуар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["ғин","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d MMMM yyyy 'й'",F:"d MMMM yyyy 'й' H:mm:ss",g:"dd.MM.yy H:mm",G:"dd.MM.yy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ba.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be-BY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be-BY.min.js deleted file mode 100644 index ee279f777..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be-BY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["be-BY"]={name:"be-BY",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Belarusian Ruble",abbr:"BYR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Br"}},calendars:{standard:{days:{names:["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"],namesAbbr:["нд","пн","аўт","ср","чц","пт","сб"],namesShort:["нд","пн","аў","ср","чц","пт","сб"]},months:{names:["студзень","люты","сакавік","красавік","май","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"],namesAbbr:["студз","лют","сак","крас","май","чэрв","ліп","жн","вер","кастр","ліст","снеж"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd.MM.yy HH:mm",G:"dd.MM.yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.be-BY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be.min.js deleted file mode 100644 index b78befc1c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.be.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.be={name:"be",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Br"}},calendars:{standard:{days:{names:["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"],namesAbbr:["нд","пн","аўт","ср","чц","пт","сб"],namesShort:["нд","пн","аў","ср","чц","пт","сб"]},months:{names:["студзень","люты","сакавік","красавік","май","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"],namesAbbr:["студз","лют","сак","крас","май","чэрв","ліп","жн","вер","кастр","ліст","снеж"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd.MM.yy HH:mm",G:"dd.MM.yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.be.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg-BG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg-BG.min.js deleted file mode 100644 index 13d2099a8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg-BG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["bg-BG"]={name:"bg-BG",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Bulgarian Lev",abbr:"BGN",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"лв."}},calendars:{standard:{days:{names:["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],namesAbbr:["нед","пон","вт","ср","четв","пет","съб"],namesShort:["нд","пн","вт","ср","чт","пт","сб"]},months:{names:["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],namesAbbr:["яну","фев","мар","апр","май","юни","юли","авг","сеп","окт","ное","дек"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy 'г.'",D:"dd MMMM yyyy 'г.'",F:"dd MMMM yyyy 'г.' H:mm:ss",g:"d.M.yyyy 'г.' H:mm",G:"d.M.yyyy 'г.' H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy 'г.'",Y:"MMMM yyyy 'г.'"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bg-BG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg.min.js deleted file mode 100644 index a5765cab0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bg.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.bg={name:"bg",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"лв."}},calendars:{standard:{days:{names:["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],namesAbbr:["нед","пон","вт","ср","четв","пет","съб"],namesShort:["нд","пн","вт","ср","чт","пт","сб"]},months:{names:["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],namesAbbr:["яну","фев","мар","апр","май","юни","юли","авг","сеп","окт","ное","дек"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy 'г.'",D:"dd MMMM yyyy 'г.'",F:"dd MMMM yyyy 'г.' H:mm:ss",g:"d.M.yyyy 'г.' H:mm",G:"d.M.yyyy 'г.' H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy 'г.'",Y:"MMMM yyyy 'г.'"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bg.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-BD.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-BD.min.js deleted file mode 100644 index 4471e0389..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-BD.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,y){kendo.cultures["bn-BD"]={name:"bn-BD",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Bangladeshi Taka",abbr:"BDT",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"৳"}},calendars:{standard:{days:{names:["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],namesAbbr:["রবি.","সোম.","মঙ্গল.","বুধ.","বৃহ.","শুক্র.","শনি."],namesShort:["র","সো","ম","বু","বৃ","শু","শ"]},months:{names:["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],namesAbbr:["জানু.","ফেব্রু.","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগ.","সেপ্টে.","অক্টো.","নভে.","ডিসে."]},AM:["পুর্বাহ্ন","পুর্বাহ্ন","পুর্বাহ্ন"],PM:["অপরাহ্ন","অপরাহ্ন","অপরাহ্ন"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd-MM-yy HH.mm",G:"dd-MM-yy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.bn-BD.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-IN.min.js deleted file mode 100644 index 579f1acff..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["bn-IN"]={name:"bn-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],namesAbbr:["রবি.","সোম.","মঙ্গল.","বুধ.","বৃহস্পতি.","শুক্র.","শনি."],namesShort:["র","স","ম","বু","বৃ","শু","শ"]},months:{names:["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],namesAbbr:["জানু.","ফেব্রু.","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগ.","সেপ্টে.","অক্টো.","নভে.","ডিসে."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd-MM-yy HH.mm",G:"dd-MM-yy HH.mm.ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bn-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn.min.js deleted file mode 100644 index 665363790..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures.bn={name:"bn",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],namesAbbr:["রবি.","সোম.","মঙ্গল.","বুধ.","বৃহস্পতি.","শুক্র.","শনি."],namesShort:["র","স","ম","বু","বৃ","শু","শ"]},months:{names:["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],namesAbbr:["জানু.","ফেব্রু.","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগ.","সেপ্টে.","অক্টো.","নভে.","ডিসে."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd-MM-yy HH.mm",G:"dd-MM-yy HH.mm.ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo-CN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo-CN.min.js deleted file mode 100644 index 18f039636..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo-CN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["bo-CN"]={name:"bo-CN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"PRC Renminbi",abbr:"CNY",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"¥"}},calendars:{standard:{days:{names:["གཟའ་ཉི་མ།","གཟའ་ཟླ་བ།","གཟའ་མིག་དམར།","གཟའ་ལྷག་པ།","གཟའ་ཕུར་བུ།","གཟའ་པ་སངས།","གཟའ་སྤེན་པ།"],namesAbbr:["ཉི་མ།","ཟླ་བ།","མིག་དམར།","ལྷག་པ།","ཕུར་བུ།","པ་སངས།","སྤེན་པ།"],namesShort:["ཉི།","ཟླ།","དམར།","ལྷག","ཕུར།","སངས།","སྤེན།"]},months:{names:["སྤྱི་ཟླ་དང་པོ།","སྤྱི་ཟླ་གཉིས་པ།","སྤྱི་ཟླ་གསུམ་པ།","སྤྱི་ཟླ་བཞི་པ།","སྤྱི་ཟླ་ལྔ་པ།","སྤྱི་ཟླ་དྲུག་པ།","སྤྱི་ཟླ་བདུན་པ།","སྤྱི་ཟླ་བརྒྱད་པ།","སྤྱི་ཟླ་དགུ་པ།","སྤྱི་ཟླ་བཅུ་པ།","སྤྱི་ཟླ་བཅུ་གཅིག་པ།","སྤྱི་ཟླ་བཅུ་གཉིས་པ།"],namesAbbr:["ཟླ་ ༡","ཟླ་ ༢","ཟླ་ ༣","ཟླ་ ༤","ཟླ་ ༥","ཟླ་ ༦","ཟླ་ ༧","ཟླ་ ༨","ཟླ་ ༩","ཟླ་ ༡༠","ཟླ་ ༡༡","ཟླ་ ༡༢"]},AM:["སྔ་དྲོ","སྔ་དྲོ","སྔ་དྲོ"],PM:["ཕྱི་དྲོ","ཕྱི་དྲོ","ཕྱི་དྲོ"],patterns:{d:"yyyy/M/d",D:"yyyy'ལོའི་ཟླ' M'ཚེས' d",F:"yyyy'ལོའི་ཟླ' M'ཚེས' d HH:mm:ss",g:"yyyy/M/d HH:mm",G:"yyyy/M/d HH:mm:ss",m:"ཟླ་Mཚེས་d",M:"ཟླ་Mཚེས་d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'ལོའི་ཟླ་' M",Y:"yyyy'ལོའི་ཟླ་' M"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bo-CN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo.min.js deleted file mode 100644 index a3027754b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.bo={name:"bo",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"¥"}},calendars:{standard:{days:{names:["གཟའ་ཉི་མ།","གཟའ་ཟླ་བ།","གཟའ་མིག་དམར།","གཟའ་ལྷག་པ།","གཟའ་ཕུར་བུ།","གཟའ་པ་སངས།","གཟའ་སྤེན་པ།"],namesAbbr:["ཉི་མ།","ཟླ་བ།","མིག་དམར།","ལྷག་པ།","ཕུར་བུ།","པ་སངས།","སྤེན་པ།"],namesShort:["ཉི།","ཟླ།","དམར།","ལྷག","ཕུར།","སངས།","སྤེན།"]},months:{names:["སྤྱི་ཟླ་དང་པོ།","སྤྱི་ཟླ་གཉིས་པ།","སྤྱི་ཟླ་གསུམ་པ།","སྤྱི་ཟླ་བཞི་པ།","སྤྱི་ཟླ་ལྔ་པ།","སྤྱི་ཟླ་དྲུག་པ།","སྤྱི་ཟླ་བདུན་པ།","སྤྱི་ཟླ་བརྒྱད་པ།","སྤྱི་ཟླ་དགུ་པ།","སྤྱི་ཟླ་བཅུ་པ།","སྤྱི་ཟླ་བཅུ་གཅིག་པ།","སྤྱི་ཟླ་བཅུ་གཉིས་པ།"],namesAbbr:["ཟླ་ ༡","ཟླ་ ༢","ཟླ་ ༣","ཟླ་ ༤","ཟླ་ ༥","ཟླ་ ༦","ཟླ་ ༧","ཟླ་ ༨","ཟླ་ ༩","ཟླ་ ༡༠","ཟླ་ ༡༡","ཟླ་ ༡༢"]},AM:["སྔ་དྲོ","སྔ་དྲོ","སྔ་དྲོ"],PM:["ཕྱི་དྲོ","ཕྱི་དྲོ","ཕྱི་དྲོ"],patterns:{d:"yyyy/M/d",D:"yyyy'ལོའི་ཟླ' M'ཚེས' d",F:"yyyy'ལོའི་ཟླ' M'ཚེས' d HH:mm:ss",g:"yyyy/M/d HH:mm",G:"yyyy/M/d HH:mm:ss",m:"ཟླ་Mཚེས་d",M:"ཟླ་Mཚེས་d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'ལོའི་ཟླ་' M",Y:"yyyy'ལོའི་ཟླ་' M"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br-FR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br-FR.min.js deleted file mode 100644 index 0f6aa2b8b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br-FR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["br-FR"]={name:"br-FR",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sul","Lun","Meurzh","Merc'her","Yaou","Gwener","Sadorn"],namesAbbr:["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."],namesShort:["Su","L","Mz","Mc","Y","G","Sa"]},months:{names:["Genver","C'hwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"],namesAbbr:["Gen.","C'hwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.br-FR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br.min.js deleted file mode 100644 index 5d623cd80..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.br.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.br={name:"br",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sul","Lun","Meurzh","Merc'her","Yaou","Gwener","Sadorn"],namesAbbr:["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."],namesShort:["Su","L","Mz","Mc","Y","G","Sa"]},months:{names:["Genver","C'hwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"],namesAbbr:["Gen.","C'hwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.br.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl-BA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl-BA.min.js deleted file mode 100644 index 339123847..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl-BA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["bs-Cyrl-BA"]={name:"bs-Cyrl-BA",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Convertible Marks",abbr:"BAM",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"КМ"}},calendars:{standard:{days:{names:["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],namesAbbr:["нед","пон","уто","сре","чет","пет","суб"],namesShort:["н","п","у","с","ч","п","с"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bs-Cyrl-BA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl.min.js deleted file mode 100644 index c1d60c221..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["bs-Cyrl"]={name:"bs-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"КМ"}},calendars:{standard:{days:{names:["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],namesAbbr:["нед","пон","уто","сре","чет","пет","суб"],namesShort:["н","п","у","с","ч","п","с"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bs-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn-BA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn-BA.min.js deleted file mode 100644 index 4a56ad3d0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn-BA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["bs-Latn-BA"]={name:"bs-Latn-BA",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Convertible Marks",abbr:"BAM",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"KM"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bs-Latn-BA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn.min.js deleted file mode 100644 index 87ecb83bf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["bs-Latn"]={name:"bs-Latn",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"KM"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bs-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs.min.js deleted file mode 100644 index 53e35f8f4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.bs.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures.bs={name:"bs",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"KM"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.bs.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES-valencia.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES-valencia.min.js deleted file mode 100644 index c5fe28bbf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES-valencia.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,e){kendo.cultures["ca-ES-valencia"]={name:"ca-ES-valencia",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],namesAbbr:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],namesShort:["dg","dl","dt","dc","dj","dv","ds"]},months:{names:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],namesAbbr:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yy",D:"dddd, d MMMM' del 'yyyy",F:"dddd, d MMMM' del 'yyyy HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MM/yy",Y:"MM/yy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ca-ES-valencia.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES.min.js deleted file mode 100644 index 8037d6099..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca-ES.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,e){kendo.cultures["ca-ES"]={name:"ca-ES",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],namesAbbr:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],namesShort:["dg","dl","dt","dc","dj","dv","ds"]},months:{names:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],namesAbbr:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM' de 'yyyy",F:"dddd, d MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ca-ES.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca.min.js deleted file mode 100644 index bc6f7f7fa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ca.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,e){kendo.cultures.ca={name:"ca",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],namesAbbr:["dg.","dl.","dt.","dc.","dj.","dv.","ds."],namesShort:["dg","dl","dt","dc","dj","dv","ds"]},months:{names:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],namesAbbr:["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM' de 'yyyy",F:"dddd, d MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ca.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher-US.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher-US.min.js deleted file mode 100644 index 3b6048468..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher-US.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["chr-Cher-US"]={name:"chr-Cher-US",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],namesAbbr:["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],namesShort:["ᏆᏍ","ᏉᏅ","ᏔᎵ","ᏦᎢ","ᏅᎩ","ᏧᎾ","ᏈᏕ"]},months:{names:["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎤᏍᎩᏱ"],namesAbbr:["ᎤᏃᎸ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍ","ᏕᎭᎷ","ᎫᏰᏉ","ᎦᎶᏂ","ᏚᎵᏍ","ᏚᏂᏅ","ᏅᏓᏕ","ᎤᏍᎩ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd,yyyy",F:"dddd, MMMM dd,yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.chr-Cher-US.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher.min.js deleted file mode 100644 index f14a431e6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr-Cher.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["chr-Cher"]={name:"chr-Cher",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],namesAbbr:["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],namesShort:["ᏆᏍ","ᏉᏅ","ᏔᎵ","ᏦᎢ","ᏅᎩ","ᏧᎾ","ᏈᏕ"]},months:{names:["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎤᏍᎩᏱ"],namesAbbr:["ᎤᏃᎸ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍ","ᏕᎭᎷ","ᎫᏰᏉ","ᎦᎶᏂ","ᏚᎵᏍ","ᏚᏂᏅ","ᏅᏓᏕ","ᎤᏍᎩ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd,yyyy",F:"dddd, MMMM dd,yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.chr-Cher.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr.min.js deleted file mode 100644 index f7363da87..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.chr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.chr={name:"chr",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],namesAbbr:["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],namesShort:["ᏆᏍ","ᏉᏅ","ᏔᎵ","ᏦᎢ","ᏅᎩ","ᏧᎾ","ᏈᏕ"]},months:{names:["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎤᏍᎩᏱ"],namesAbbr:["ᎤᏃᎸ","ᎧᎦᎵ","ᎠᏅᏱ","ᏝᏬᏂ","ᎠᏂᏍ","ᏕᎭᎷ","ᎫᏰᏉ","ᎦᎶᏂ","ᏚᎵᏍ","ᏚᏂᏅ","ᏅᏓᏕ","ᎤᏍᎩ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd,yyyy",F:"dddd, MMMM dd,yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.chr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co-FR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co-FR.min.js deleted file mode 100644 index 47948dfd4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co-FR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["co-FR"]={name:"co-FR",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dumenica","luni","marti","mercuri","ghjovi","venneri","sabbatu"],namesAbbr:["dum.","lun.","mar.","mer.","ghj.","ven.","sab."],namesShort:["du","lu","ma","me","gh","ve","sa"]},months:{names:["ghjennaghju","ferraghju","marzu","aprile","maghju","ghjunghju","lugliu","aostu","settembre","ottobre","nuvembre","dicembre"],namesAbbr:["ghje","ferr","marz","apri","magh","ghju","lugl","aost","sett","otto","nuve","dice"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy H:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' di 'MMMM",M:"d' di 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' di u 'yyyy",Y:"MMMM' di u 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.co-FR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co.min.js deleted file mode 100644 index 3fa165270..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.co.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures.co={name:"co",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dumenica","luni","marti","mercuri","ghjovi","venneri","sabbatu"],namesAbbr:["dum.","lun.","mar.","mer.","ghj.","ven.","sab."],namesShort:["du","lu","ma","me","gh","ve","sa"]},months:{names:["ghjennaghju","ferraghju","marzu","aprile","maghju","ghjunghju","lugliu","aostu","settembre","ottobre","nuvembre","dicembre"],namesAbbr:["ghje","ferr","marz","apri","magh","ghju","lugl","aost","sett","otto","nuve","dice"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy H:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' di 'MMMM",M:"d' di 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' di u 'yyyy",Y:"MMMM' di u 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.co.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs-CZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs-CZ.min.js deleted file mode 100644 index 9717e9b50..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs-CZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["cs-CZ"]={name:"cs-CZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Czech Koruna",abbr:"CZK",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Kč"}},calendars:{standard:{days:{names:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],namesAbbr:["ne","po","út","st","čt","pá","so"],namesShort:["ne","po","út","st","čt","pá","so"]},months:{names:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],namesAbbr:["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"]},AM:["dop.","dop.","DOP."],PM:["odp.","odp.","ODP."],patterns:{d:"d. M. yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d. M. yyyy H:mm",G:"d. M. yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.cs-CZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs.min.js deleted file mode 100644 index 16a284622..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cs.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.cs={name:"cs",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Kč"}},calendars:{standard:{days:{names:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],namesAbbr:["ne","po","út","st","čt","pá","so"],namesShort:["ne","po","út","st","čt","pá","so"]},months:{names:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],namesAbbr:["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"]},AM:["dop.","dop.","DOP."],PM:["odp.","odp.","ODP."],patterns:{d:"d. M. yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d. M. yyyy H:mm",G:"d. M. yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.cs.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy-GB.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy-GB.min.js deleted file mode 100644 index e39684646..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy-GB.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,d){kendo.cultures["cy-GB"]={name:"cy-GB",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"UK Pound Sterling",abbr:"GBP",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"£"}},calendars:{standard:{days:{names:["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],namesAbbr:["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],namesShort:["Su","Ll","Ma","Me","Ia","Gw","Sa"]},months:{names:["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"],namesAbbr:["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"]},AM:["am","am","AM"],PM:["pm","pm","PM"],patterns:{d:"dd/MM/yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.cy-GB.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy.min.js deleted file mode 100644 index a132e15fa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.cy.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,d){kendo.cultures.cy={name:"cy",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"£"}},calendars:{standard:{days:{names:["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],namesAbbr:["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],namesShort:["Su","Ll","Ma","Me","Ia","Gw","Sa"]},months:{names:["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"],namesAbbr:["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"]},AM:["am","am","AM"],PM:["pm","pm","PM"],patterns:{d:"dd/MM/yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.cy.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da-DK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da-DK.min.js deleted file mode 100644 index 88cb2550c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da-DK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["da-DK"]={name:"da-DK",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Danish Krone",abbr:"DKK",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],namesAbbr:["søn","man","tir","ons","tor","fre","lør"],namesShort:["sø","ma","ti","on","to","fr","lø"]},months:{names:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.da-DK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da.min.js deleted file mode 100644 index fd362ad8e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.da.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.da={name:"da",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],namesAbbr:["sø","ma","ti","on","to","fr","lø"],namesShort:["sø","ma","ti","on","to","fr","lø"]},months:{names:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.da.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-AT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-AT.min.js deleted file mode 100644 index a09674358..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-AT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["de-AT"]={name:"de-AT",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, dd. MMMM yyyy",F:"dddd, dd. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de-AT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-CH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-CH.min.js deleted file mode 100644 index 89e6afe54..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-CH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["de-CH"]={name:"de-CH",numberFormat:{pattern:["-n"],decimals:2,",":"'",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"%"},currency:{name:"Swiss Franc",abbr:"CHF",pattern:["$-n","$ n"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"Fr."}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de-CH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-DE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-DE.min.js deleted file mode 100644 index 0d8633c0e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-DE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["de-DE"]={name:"de-DE",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de-DE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LI.min.js deleted file mode 100644 index d9f4efcf5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["de-LI"]={name:"de-LI",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Swiss Franc",abbr:"CHF",pattern:["$-n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"CHF"}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de-LI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LU.min.js deleted file mode 100644 index a42e45ff2..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de-LU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["de-LU"]={name:"de-LU",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd' den 'd'.' MMMM yyyy",F:"dddd' den 'd'.' MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de-LU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de.min.js deleted file mode 100644 index 629138be5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.de.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.de={name:"de",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],namesAbbr:["So","Mo","Di","Mi","Do","Fr","Sa"],namesShort:["So","Mo","Di","Mi","Do","Fr","Sa"]},months:{names:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.de.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb-DE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb-DE.min.js deleted file mode 100644 index 925931680..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb-DE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["dsb-DE"]={name:"dsb-DE",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["njeźela","ponjeźele","wałtora","srjoda","stwórtk","pětk","sobota"],namesAbbr:["nje","pon","wał","srj","stw","pět","sob"],namesShort:["n","p","w","s","s","p","s"]},months:{names:["januar","februar","měrc","apryl","maj","junij","julij","awgust","september","oktober","nowember","december"],namesAbbr:["jan","feb","měr","apr","maj","jun","jul","awg","sep","okt","now","dec"]},AM:[""],PM:[""],patterns:{d:"d. M. yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"d. M. yyyy HH:mm",G:"d. M. yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.dsb-DE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb.min.js deleted file mode 100644 index 3048dcd3c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dsb.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.dsb={name:"dsb",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["njeźela","ponjeźele","wałtora","srjoda","stwórtk","pětk","sobota"],namesAbbr:["nje","pon","wał","srj","stw","pět","sob"],namesShort:["n","p","w","s","s","p","s"]},months:{names:["januar","februar","měrc","apryl","maj","junij","julij","awgust","september","oktober","nowember","december"],namesAbbr:["jan","feb","měr","apr","maj","jun","jul","awg","sep","okt","now","dec"]},AM:[""],PM:[""],patterns:{d:"d. M. yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"d. M. yyyy HH:mm",G:"d. M. yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.dsb.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv-MV.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv-MV.min.js deleted file mode 100644 index 6c4da89a0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv-MV.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,M){kendo.cultures["dv-MV"]={name:"dv-MV",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Rufiyaa",abbr:"MVR",pattern:["n $-","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ރ."}},calendars:{standard:{days:{names:["އާދީއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],namesAbbr:["އާދީއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],namesShort:["އާ","ހޯ","އަ","ބު","ބު","ހު","ހޮ"]},months:{names:["ޖަނަވަރީ","ފެބްރުއަރީ","މާރޗް","އޭޕްރިލް","މެއި","ޖޫން","ޖުލައި","އޮގަސްޓް","ސެޕްޓެމްބަރ","އޮކްޓޯބަރ","ނޮވެމްބަރ","ޑިސެމްބަރ"],namesAbbr:["ޖަނަވަރީ","ފެބްރުއަރީ","މާރޗް","އޭޕްރިލް","މެއި","ޖޫން","ޖުލައި","އޮގަސްޓް","ސެޕްޓެމްބަރ","އޮކްޓޯބަރ","ނޮވެމްބަރ","ޑިސެމްބަރ"]},AM:["މކ","މކ","މކ"],PM:["މފ","މފ","މފ"],patterns:{d:"dd/MM/yy",D:"ddd, yyyy MMMM dd",F:"ddd, yyyy MMMM dd HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy, MMMM",Y:"yyyy, MMMM"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.dv-MV.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv.min.js deleted file mode 100644 index d9d4ee314..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.dv.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,y){kendo.cultures.dv={name:"dv",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["n $-","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ރ."}},calendars:{standard:{days:{names:["އާދީއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],namesAbbr:["އާދީއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],namesShort:["އާ","ހޯ","އަ","ބު","ބު","ހު","ހޮ"]},months:{names:["ޖަނަވަރީ","ފެބްރުއަރީ","މާރޗް","އޭޕްރިލް","މެއި","ޖޫން","ޖުލައި","އޮގަސްޓް","ސެޕްޓެމްބަރ","އޮކްޓޯބަރ","ނޮވެމްބަރ","ޑިސެމްބަރ"],namesAbbr:["ޖަނަވަރީ","ފެބްރުއަރީ","މާރޗް","އޭޕްރިލް","މެއި","ޖޫން","ޖުލައި","އޮގަސްޓް","ސެޕްޓެމްބަރ","އޮކްޓޯބަރ","ނޮވެމްބަރ","ޑިސެމްބަރ"]},AM:["މކ","މކ","މކ"],PM:["މފ","މފ","މފ"],patterns:{d:"dd/MM/yy",D:"ddd, yyyy MMMM dd",F:"ddd, yyyy MMMM dd HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy, MMMM",Y:"yyyy, MMMM"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.dv.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el-GR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el-GR.min.js deleted file mode 100644 index 0c1e91136..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el-GR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,e){kendo.cultures["el-GR"]={name:"el-GR",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],namesAbbr:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],namesShort:["Κυ","Δε","Τρ","Τε","Πε","Πα","Σα"]},months:{names:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],namesAbbr:["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"]},AM:["πμ","πμ","ΠΜ"],PM:["μμ","μμ","ΜΜ"],patterns:{d:"d/M/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.el-GR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el.min.js deleted file mode 100644 index bd36498a4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.el.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,e){kendo.cultures.el={name:"el",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],namesAbbr:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],namesShort:["Κυ","Δε","Τρ","Τε","Πε","Πα","Σα"]},months:{names:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],namesAbbr:["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"]},AM:["πμ","πμ","ΠΜ"],PM:["μμ","μμ","ΜΜ"],patterns:{d:"d/M/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.el.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-029.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-029.min.js deleted file mode 100644 index a1693e670..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-029.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-029"]={name:"en-029",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Eastern Caribbean Dollar",abbr:"XCD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"EC$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-029.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-AU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-AU.min.js deleted file mode 100644 index 7d6eb308e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-AU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-AU"]={name:"en-AU",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Australian Dollar",abbr:"AUD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"d/MM/yyyy h:mm tt",G:"d/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-AU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-BZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-BZ.min.js deleted file mode 100644 index 36680eaae..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-BZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-BZ"]={name:"en-BZ",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Belize Dollar",abbr:"BZD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"BZ$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-BZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-CA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-CA.min.js deleted file mode 100644 index db4c56083..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-CA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-CA"]={name:"en-CA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Canadian Dollar",abbr:"CAD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"MMMM d, yyyy",F:"MMMM d, yyyy h:mm:ss tt",g:"yyyy-MM-dd h:mm tt",G:"yyyy-MM-dd h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-CA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-GB.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-GB.min.js deleted file mode 100644 index edd1fe332..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-GB.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-GB"]={name:"en-GB",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Pound Sterling",abbr:"GBP",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"£"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-GB.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-HK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-HK.min.js deleted file mode 100644 index 152404836..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-HK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-HK"]={name:"en-HK",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Hong Kong Dollar",abbr:"HKD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yy",D:"dddd, d MMMM, yyyy",F:"dddd, d MMMM, yyyy h:mm:ss tt",g:"d/M/yy h:mm tt",G:"d/M/yy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-HK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IE.min.js deleted file mode 100644 index 4707ba0f3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-IE"]={name:"en-IE",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["am","am","AM"],PM:["pm","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-IE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IN.min.js deleted file mode 100644 index 499240845..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-IN"]={name:"en-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2,0],symbol:"%"},currency:{name:"Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2,0],symbol:"₹"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-JM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-JM.min.js deleted file mode 100644 index c6b6de6ff..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-JM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-JM"]={name:"en-JM",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Jamaican Dollar",abbr:"JMD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"J$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-JM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-MY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-MY.min.js deleted file mode 100644 index 4f927d7c7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-MY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,e){kendo.cultures["en-MY"]={name:"en-MY",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Malaysian Ringgit",abbr:"MYR",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"RM"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["S","M","T","W","T","F","S"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd, d MMMM, yyyy",F:"dddd, d MMMM, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-MY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-NZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-NZ.min.js deleted file mode 100644 index 90967ea35..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-NZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-NZ"]={name:"en-NZ",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"New Zealand Dollar",abbr:"NZD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"d/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"d/MM/yyyy h:mm tt",G:"d/MM/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-NZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-PH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-PH.min.js deleted file mode 100644 index 8f16e716f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-PH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-PH"]={name:"en-PH",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Philippine Peso",abbr:"PHP",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₱"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-PH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-SG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-SG.min.js deleted file mode 100644 index f306ded85..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-SG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-SG"]={name:"en-SG",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Singapore Dollar",abbr:"SGD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["S","M","T","W","T","F","S"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-SG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-TT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-TT.min.js deleted file mode 100644 index e893475c5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-TT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-TT"]={name:"en-TT",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Trinidad Dollar",abbr:"TTD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"TT$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-TT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-US.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-US.min.js deleted file mode 100644 index aad77558a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-US.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-US"]={name:"en-US",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-US.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZA.min.js deleted file mode 100644 index b0abf0768..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-ZA"]={name:"en-ZA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"yyyy-MM-dd hh:mm tt",G:"yyyy-MM-dd hh:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZW.min.js deleted file mode 100644 index 707ef1d0e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en-ZW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["en-ZW"]={name:"en-ZW",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM/yyyy",Y:"MMMM/yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en-ZW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en.min.js deleted file mode 100644 index 1cb804f8f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.en.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.en={name:"en",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["Su","Mo","Tu","We","Th","Fr","Sa"]},months:{names:["January","February","March","April","May","June","July","August","September","October","November","December"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM d, yyyy",F:"dddd, MMMM d, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.en.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-419.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-419.min.js deleted file mode 100644 index b9b18e20e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-419.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["es-419"]={name:"es-419",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"US$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["D","L","M","X","J","V","S"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","mayo","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yy",D:"dddd, d 'de' MMMM 'de' yyyy",F:"dddd, d 'de' MMMM 'de' yyyy HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-419.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-AR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-AR.min.js deleted file mode 100644 index 024c33ed6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-AR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-AR"]={name:"es-AR",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Argentine Peso",abbr:"ARS",pattern:["$-n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"dd' de 'MMMM",M:"dd' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-AR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-BO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-BO.min.js deleted file mode 100644 index 9f9aec1d7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-BO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-BO"]={name:"es-BO",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Boliviano",abbr:"BOB",pattern:["($ n)","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Bs."}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMM",M:"d' de 'MMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-BO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CL.min.js deleted file mode 100644 index be23621ba..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-CL"]={name:"es-CL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Chilean Peso",abbr:"CLP",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["am","am","AM"],PM:["pm","pm","PM"],patterns:{d:"dd-MM-yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d' de 'MMM",M:"d' de 'MMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-CL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CO.min.js deleted file mode 100644 index ac7ca28ad..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-CO"]={name:"es-CO",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Colombian Peso",abbr:"COP",pattern:["-$n","$n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-CO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CR.min.js deleted file mode 100644 index c3ab12301..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-CR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-CR"]={name:"es-CR",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Costa Rican Colon",abbr:"CRC",pattern:["($n)","$n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"₡"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd d' de 'MMMM' de 'yyyy",F:"dddd d' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-CR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-DO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-DO.min.js deleted file mode 100644 index 1aeecc88f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-DO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["es-DO"]={name:"es-DO",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Dominican Peso",abbr:"DOP",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"RD$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"d/M/yy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy h:mm:ss tt",g:"d/M/yy h:mm tt",G:"d/M/yy h:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-DO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-EC.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-EC.min.js deleted file mode 100644 index 800b00372..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-EC.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-EC"]={name:"es-EC",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($ n)","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-EC.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-ES.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-ES.min.js deleted file mode 100644 index a3488c16d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-ES.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-ES"]={name:"es-ES",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["do.","lu.","ma.","mi.","ju.","vi.","sá."],namesShort:["D","L","M","X","J","V","S"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-ES.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-GT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-GT.min.js deleted file mode 100644 index ae94970e7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-GT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-GT"]={name:"es-GT",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Guatemalan Quetzal",abbr:"GTQ",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Q"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-GT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-HN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-HN.min.js deleted file mode 100644 index 188202de7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-HN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-HN"]={name:"es-HN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Honduran Lempira",abbr:"HNL",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"L."}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié",".jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-HN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-MX.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-MX.min.js deleted file mode 100644 index ca2c5d6d0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-MX.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-MX"]={name:"es-MX",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Mexican Peso",abbr:"MXN",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-MX.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-NI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-NI.min.js deleted file mode 100644 index dd5775d98..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-NI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-NI"]={name:"es-NI",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Cordoba",abbr:"NIO",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"C$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' del 'yyyy",Y:"MMMM' del 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-NI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PA.min.js deleted file mode 100644 index 581c9db44..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["es-PA"]={name:"es-PA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Panamanian Balboa",abbr:"PAB",pattern:["($ n)","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"B/."}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],namesShort:["do.","lu.","ma.","mi.","ju.","vi.","sá."]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"d/M/yy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy h:mm:ss tt",g:"d/M/yy h:mm tt",G:"d/M/yy h:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-PA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PE.min.js deleted file mode 100644 index 09b54094c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-PE"]={name:"es-PE",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Peruvian Nuevo Sol",abbr:"PEN",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"S/."}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-PE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PR.min.js deleted file mode 100644 index e3f1a1edf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-PR"]={name:"es-PR",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-PR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PY.min.js deleted file mode 100644 index d0637add0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-PY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-PY"]={name:"es-PY",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Paraguay Guarani",abbr:"PYG",pattern:["($ n)","$ n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"₲"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-PY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-SV.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-SV.min.js deleted file mode 100644 index 68a912c06..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-SV.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-SV"]={name:"es-SV",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,3,0],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,3,0],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-SV.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-US.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-US.min.js deleted file mode 100644 index baf7efbfb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-US.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["es-US"]={name:"es-US",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sa"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-US.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-UY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-UY.min.js deleted file mode 100644 index 5be677797..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-UY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-UY"]={name:"es-UY",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Peso Uruguayo",abbr:"UYU",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$U"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","set","oct","nov","dic"]},AM:["a. m.","a. m.","A. M."],PM:["p. m.","p. m.","P. M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-UY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-VE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-VE.min.js deleted file mode 100644 index 1d4767d9b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es-VE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["es-VE"]={name:"es-VE",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Venezuelan Bolivar Fuerte",abbr:"VEF",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Bs.F."}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["dom","lun","mar","mié","jue","vie","sáb"],namesShort:["do","lu","ma","mi","ju","vi","sá"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd-MM-yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd-MM-yyyy hh:mm tt",G:"dd-MM-yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.es-VE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es.min.js deleted file mode 100644 index ca224d5ad..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.es.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.es={name:"es",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],namesAbbr:["do.","lu.","ma.","mi.","ju.","vi.","sá."],namesShort:["D","L","M","X","J","V","S"]},months:{names:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],namesAbbr:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.es.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et-EE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et-EE.min.js deleted file mode 100644 index 2702d18e1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et-EE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["et-EE"]={name:"et-EE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],namesAbbr:["P","E","T","K","N","R","L"],namesShort:["P","E","T","K","N","R","L"]},months:{names:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"],namesAbbr:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"]},AM:["EL","el","EL"],PM:["PL","pl","PL"],patterns:{d:"d.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.MM.yyyy H:mm",G:"d.MM.yyyy H:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.et-EE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et.min.js deleted file mode 100644 index bee84440b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.et.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.et={name:"et",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],namesAbbr:["P","E","T","K","N","R","L"],namesShort:["P","E","T","K","N","R","L"]},months:{names:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"],namesAbbr:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"]},AM:["EL","el","EL"],PM:["PL","pl","PL"],patterns:{d:"d.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.MM.yyyy H:mm",G:"d.MM.yyyy H:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.et.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu-ES.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu-ES.min.js deleted file mode 100644 index 0991d6997..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu-ES.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["eu-ES"]={name:"eu-ES",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["% -n","% n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],namesAbbr:["ig.","al.","as.","az.","og.","or.","lr."],namesShort:["ig","al","as","az","og","or","lr"]},months:{names:["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],namesAbbr:["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."]},AM:[""],PM:[""],patterns:{d:"yyyy/MM/dd",D:"dddd, yyyy'(e)ko' MMMM'ren' d'a'",F:"dddd, yyyy'(e)ko' MMMM'ren' d'a' H:mm:ss",g:"yyyy/MM/dd H:mm",G:"yyyy/MM/dd H:mm:ss",m:"MMMM'ren' d'a'",M:"MMMM'ren' d'a'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'(e)ko' MMMM",Y:"yyyy'(e)ko' MMMM"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.eu-ES.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu.min.js deleted file mode 100644 index 44bbdcadc..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.eu.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.eu={name:"eu",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["% -n","% n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],namesAbbr:["ig.","al.","as.","az.","og.","or.","lr."],namesShort:["ig","al","as","az","og","or","lr"]},months:{names:["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],namesAbbr:["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."]},AM:[""],PM:[""],patterns:{d:"yyyy/MM/dd",D:"dddd, yyyy'(e)ko' MMMM'ren' d'a'",F:"dddd, yyyy'(e)ko' MMMM'ren' d'a' H:mm:ss",g:"yyyy/MM/dd H:mm",G:"yyyy/MM/dd H:mm:ss",m:"MMMM'ren' d'a'",M:"MMMM'ren' d'a'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'(e)ko' MMMM",Y:"yyyy'(e)ko' MMMM"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.eu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa-IR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa-IR.min.js deleted file mode 100644 index 526ab74f6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa-IR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["fa-IR"]={name:"fa-IR",numberFormat:{pattern:["n-"],decimals:2,",":",",".":"/",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":"/",groupSize:[3],symbol:"%"},currency:{name:"Iranian Rial",abbr:"IRR",pattern:["$n-","$n"],decimals:2,",":",",".":"/",groupSize:[3],symbol:"ريال"}},calendars:{standard:{days:{names:["يكشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["يكشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اُكتبر","نوامبر","دسامبر"],namesAbbr:["ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اُكتبر","نوامبر","دسامبر"]},AM:["ق.ظ","ق.ظ","ق.ظ"],PM:["ب.ظ","ب.ظ","ب.ظ"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.fa-IR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa.min.js deleted file mode 100644 index 0a6e281d8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fa.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.fa={name:"fa",numberFormat:{pattern:["n-"],decimals:2,",":",",".":"/",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":"/",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$n-","$n"],decimals:2,",":",",".":"/",groupSize:[3],symbol:"ريال"}},calendars:{standard:{days:{names:["يكشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["يكشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اُكتبر","نوامبر","دسامبر"],namesAbbr:["ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اُكتبر","نوامبر","دسامبر"]},AM:["ق.ظ","ق.ظ","ق.ظ"],PM:["ب.ظ","ب.ظ","ب.ظ"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.fa.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn-SN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn-SN.min.js deleted file mode 100644 index 08afaaaee..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn-SN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["ff-Latn-SN"]={name:"ff-Latn-SN",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA",abbr:"XOF",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["alete","altine","talaata","alarba","alkamiisa","aljumaa","asete"],namesAbbr:["alet","alt.","tal.","alar.","alk.","alj.","aset"],namesShort:["Al","Te","Ta","Al","Al","Ju","As"]},months:{names:["samwiee","feeburyee","marsa","awril","me","suyeŋ","sulyee","ut","satambara","oktoobar","nowamburu","deesamburu"],namesAbbr:["samw","feeb","mar","awr","me","suy","sul","ut","sat","okt","now","dees"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ff-Latn-SN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn.min.js deleted file mode 100644 index 5d0718c53..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["ff-Latn"]={name:"ff-Latn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["alete","altine","talaata","alarba","alkamiisa","aljumaa","asete"],namesAbbr:["alet","alt.","tal.","alar.","alk.","alj.","aset"],namesShort:["Al","Te","Ta","Al","Al","Ju","As"]},months:{names:["samwiee","feeburyee","marsa","awril","me","suyeŋ","sulyee","ut","satambara","oktoobar","nowamburu","deesamburu"],namesAbbr:["samw","feeb","mar","awr","me","suy","sul","ut","sat","okt","now","dees"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ff-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff.min.js deleted file mode 100644 index d5dc83b6a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ff.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.ff={name:"ff",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["alete","altine","talaata","alarba","alkamiisa","aljumaa","asete"],namesAbbr:["alet","alt.","tal.","alar.","alk.","alj.","aset"],namesShort:["Al","Te","Ta","Al","Al","Ju","As"]},months:{names:["samwiee","feeburyee","marsa","awril","me","suyeŋ","sulyee","ut","satambara","oktoobar","nowamburu","deesamburu"],namesAbbr:["samw","feeb","mar","awr","me","suy","sul","ut","sat","okt","now","dees"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ff.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi-FI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi-FI.min.js deleted file mode 100644 index 98bc6c7fd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi-FI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,u){kendo.cultures["fi-FI"]={name:"fi-FI",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],namesAbbr:["su","ma","ti","ke","to","pe","la"],namesShort:["su","ma","ti","ke","to","pe","la"]},months:{names:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],namesAbbr:["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d'.' MMMM",M:"d'.' MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fi-FI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi.min.js deleted file mode 100644 index 5521709bd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fi.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,u){kendo.cultures.fi={name:"fi",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],namesAbbr:["su","ma","ti","ke","to","pe","la"],namesShort:["su","ma","ti","ke","to","pe","la"]},months:{names:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],namesAbbr:["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d'.' MMMM",M:"d'.' MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fi.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil-PH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil-PH.min.js deleted file mode 100644 index 5962b15e3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil-PH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["fil-PH"]={name:"fil-PH",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Philippine Peso",abbr:"PHP",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₱"}},calendars:{standard:{days:{names:["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],namesAbbr:["Lin","Lun","Mar","Miy","Huw","Biy","Sab"],namesShort:["Li","Lu","Ma","Mi","H","B","S"]},months:{names:["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],namesAbbr:["Ene","Peb","Mar","Abr","Mayo","Hun","Hul","Ago","Set","Okt","Nob","Dis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MM/dd",M:"MM/dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.fil-PH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil.min.js deleted file mode 100644 index 04fa58d07..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fil.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.fil={name:"fil",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₱"}},calendars:{standard:{days:{names:["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],namesAbbr:["Lin","Lun","Mar","Miy","Huw","Biy","Sab"],namesShort:["Li","Lu","Ma","Mi","H","B","S"]},months:{names:["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],namesAbbr:["Ene","Peb","Mar","Abr","Mayo","Hun","Hul","Ago","Set","Okt","Nob","Dis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MM/dd",M:"MM/dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.fil.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo-FO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo-FO.min.js deleted file mode 100644 index 52b3e9b9f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo-FO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["fo-FO"]={name:"fo-FO",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Danish Krone",abbr:"DKK",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],namesAbbr:["sun","mán","týs","mik","hós","frí","leyg"],namesShort:["su","má","tý","mi","hó","fr","ley"]},months:{names:["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fo-FO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo.min.js deleted file mode 100644 index f62a4de8b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.fo={name:"fo",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],namesAbbr:["sun","mán","týs","mik","hós","frí","leyg"],namesShort:["su","má","tý","mi","hó","fr","ley"]},months:{names:["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-BE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-BE.min.js deleted file mode 100644 index ff5e51c8b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-BE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["fr-BE"]={name:"fr-BE",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd-MM-yy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-BE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CA.min.js deleted file mode 100644 index aa51d0ed4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-CA"]={name:"fr-CA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Canadian Dollar",abbr:"CAD",pattern:["(n $)","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-CA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CD.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CD.min.js deleted file mode 100644 index 44d1d9f04..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CD.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-CD"]={name:"fr-CD",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Congolese Franc",abbr:"CDF",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"FC"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-CD.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CH.min.js deleted file mode 100644 index e89f4da84..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["fr-CH"]={name:"fr-CH",numberFormat:{pattern:["-n"],decimals:2,",":"'",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"%"},currency:{name:"Swiss Franc",abbr:"CHF",pattern:["-n $","n $"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"fr."}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-CH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CI.min.js deleted file mode 100644 index c040a6f30..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-CI"]={name:"fr-CI",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA Franc BCEAO",abbr:"XOF",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-CI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CM.min.js deleted file mode 100644 index 59f9b3f72..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-CM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-CM"]={name:"fr-CM",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA Franc BEAC",abbr:"XAF",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"FCFA"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-CM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-FR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-FR.min.js deleted file mode 100644 index 575747b2f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-FR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["fr-FR"]={name:"fr-FR",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-FR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-HT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-HT.min.js deleted file mode 100644 index d42622178..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-HT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-HT"]={name:"fr-HT",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Haitian Gourde",abbr:"HTG",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"G"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-HT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-LU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-LU.min.js deleted file mode 100644 index ec6fc7cf6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-LU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["fr-LU"]={name:"fr-LU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd', le 'd MMMM yyyy",F:"dddd', le 'd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-LU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MA.min.js deleted file mode 100644 index 2fcc34c5b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-MA"]={name:"fr-MA",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Moroccan Dirham",abbr:"MAD",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"DH"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-MA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MC.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MC.min.js deleted file mode 100644 index a802bdc4d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-MC.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["fr-MC"]={name:"fr-MC",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-MC.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-ML.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-ML.min.js deleted file mode 100644 index 32b73e453..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-ML.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-ML"]={name:"fr-ML",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA Franc BCEAO",abbr:"XOF",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-ML.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-RE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-RE.min.js deleted file mode 100644 index 2dd9efed2..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-RE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-RE"]={name:"fr-RE",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-RE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-SN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-SN.min.js deleted file mode 100644 index a359d184f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr-SN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,m){kendo.cultures["fr-SN"]={name:"fr-SN",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA Franc BCEAO",abbr:"XOF",pattern:["(n$)","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr-SN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr.min.js deleted file mode 100644 index 1169e80c9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.fr={name:"fr",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy-NL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy-NL.min.js deleted file mode 100644 index b27151fe6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy-NL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["fy-NL"]={name:"fy-NL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["snein","moandei","tiisdei","woansdei","tongersdei","freed","sneon"],namesAbbr:["sni","moa","tii","woa","ton","fre","sno"],namesShort:["si","mo","ti","wo","to","fr","so"]},months:{names:["jannewaris","febrewaris","maart","april","maaie","juny","july","augustus","septimber","oktober","novimber","desimber"],namesAbbr:["jan","feb","mrt","apr","maa","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"d-M-yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy H:mm:ss",g:"d-M-yyyy H:mm",G:"d-M-yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fy-NL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy.min.js deleted file mode 100644 index 806633766..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.fy.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.fy={name:"fy",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["snein","moandei","tiisdei","woansdei","tongersdei","freed","sneon"],namesAbbr:["sni","moa","tii","woa","ton","fre","sno"],namesShort:["si","mo","ti","wo","to","fr","so"]},months:{names:["jannewaris","febrewaris","maart","april","maaie","juny","july","augustus","septimber","oktober","novimber","desimber"],namesAbbr:["jan","feb","mrt","apr","maa","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"d-M-yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy H:mm:ss",g:"d-M-yyyy H:mm",G:"d-M-yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.fy.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga-IE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga-IE.min.js deleted file mode 100644 index 810b6f621..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga-IE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,n){kendo.cultures["ga-IE"]={name:"ga-IE",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Domhnach","Luan","Máirt","Céadaoin","Déardaoin","Aoine","Satharn"],namesAbbr:["Domh","Luan","Máirt","Céad","Déar","Aoi","Sath"],namesShort:["Do","Lu","Má","Cé","De","Ao","Sa"]},months:{names:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],namesAbbr:["Ean","Feabh","Már","Aib","Bealt","Meith","Iúil","Lún","M.Fómh","D.Fómh","Samh","Noll"]},AM:["r.n.","r.n.","R.N."],PM:["i.n.","i.n.","I.N."],patterns:{d:"dd/MM/yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ga-IE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga.min.js deleted file mode 100644 index 15bbc1591..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ga.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,n){kendo.cultures.ga={name:"ga",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Domhnach","Luan","Máirt","Céadaoin","Déardaoin","Aoine","Satharn"],namesAbbr:["Domh","Luan","Máirt","Céad","Déar","Aoi","Sath"],namesShort:["Do","Lu","Má","Cé","De","Ao","Sa"]},months:{names:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],namesAbbr:["Ean","Feabh","Már","Aib","Bealt","Meith","Iúil","Lún","M.Fómh","D.Fómh","Samh","Noll"]},AM:["r.n.","r.n.","R.N."],PM:["i.n.","i.n.","I.N."],patterns:{d:"dd/MM/yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ga.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd-GB.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd-GB.min.js deleted file mode 100644 index 3c9ca6302..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd-GB.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["gd-GB"]={name:"gd-GB",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"UK Pound Sterling",abbr:"GBP",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"£"}},calendars:{standard:{days:{names:["DiDòmhnaich","DiLuain","DiMàirt","DiCiadain","DiarDaoin","DihAoine","DiSathairne"],namesAbbr:["DiD","DiL","DiM","DiC","Dia","Dih","DiS"],namesShort:["Dò","Lu","Mà","Ci","Da","Ao","Sa"]},months:{names:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],namesAbbr:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"]},AM:["m","m","M"],PM:["f","f","F"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gd-GB.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd.min.js deleted file mode 100644 index 7749b0dd4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gd.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures.gd={name:"gd",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"£"}},calendars:{standard:{days:{names:["DiDòmhnaich","DiLuain","DiMàirt","DiCiadain","DiarDaoin","DihAoine","DiSathairne"],namesAbbr:["DiD","DiL","DiM","DiC","Dia","Dih","DiS"],namesShort:["Dò","Lu","Mà","Ci","Da","Ao","Sa"]},months:{names:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],namesAbbr:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"]},AM:["m","m","M"],PM:["f","f","F"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gd.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl-ES.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl-ES.min.js deleted file mode 100644 index 4b4b7f12c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl-ES.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["gl-ES"]={name:"gl-ES",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","luns","martes","mércores","xoves","venres","sábado"],namesAbbr:["dom","luns","mar","mér","xov","ven","sáb"],namesShort:["do","lu","ma","mé","xo","ve","sá"]},months:{names:["xaneiro","febreiro","marzo","abril","maio","xuño","xullo","agosto","setembro","outubro","novembro","decembro"],namesAbbr:["xan","feb","mar","abr","maio","xuño","xul","ago","set","out","nov","dec"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gl-ES.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl.min.js deleted file mode 100644 index 6e85dd2bd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.gl={name:"gl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","luns","martes","mércores","xoves","venres","sábado"],namesAbbr:["dom","luns","mar","mér","xov","ven","sáb"],namesShort:["do","lu","ma","mé","xo","ve","sá"]},months:{names:["xaneiro","febreiro","marzo","abril","maio","xuño","xullo","agosto","setembro","outubro","novembro","decembro"],namesAbbr:["xan","feb","mar","abr","maio","xuño","xul","ago","set","out","nov","dec"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn-PY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn-PY.min.js deleted file mode 100644 index d33482687..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn-PY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["gn-PY"]={name:"gn-PY",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Paraguay Guarani",abbr:"PYG",pattern:["-n $","n $"],decimals:0,",":".",".":",",groupSize:[3],symbol:"₲"}},calendars:{standard:{days:{names:["arateĩ","arakõi","araapy","ararundy","arapo","arapoteĩ","arapokõi"],namesAbbr:["teĩ","kõi","apy","ndy","po","oteĩ","okõi"],namesShort:["A1","A2","A3","A4","A5","A6","A7"]},months:{names:["jasyteĩ","jasykõi","jasyapy","jasyrundy","jasypo","jasypoteĩ","jasypokõi","jasypoapy","jasyporundy","jasypa","jasypateĩ","jasypakõi"],namesAbbr:["jteĩ","jkõi","japy","jrun","jpo","jpot","jpok","jpoa","jpor","jpa","jpat","jpak"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.gn-PY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn.min.js deleted file mode 100644 index 0a7b939a3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,a){kendo.cultures.gn={name:"gn",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:0,",":".",".":",",groupSize:[3],symbol:"₲"}},calendars:{standard:{days:{names:["arateĩ","arakõi","araapy","ararundy","arapo","arapoteĩ","arapokõi"],namesAbbr:["teĩ","kõi","apy","ndy","po","oteĩ","okõi"],namesShort:["A1","A2","A3","A4","A5","A6","A7"]},months:{names:["jasyteĩ","jasykõi","jasyapy","jasyrundy","jasypo","jasypoteĩ","jasypokõi","jasypoapy","jasyporundy","jasypa","jasypateĩ","jasypakõi"],namesAbbr:["jteĩ","jkõi","japy","jrun","jpo","jpot","jpok","jpoa","jpor","jpa","jpat","jpak"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.gn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw-FR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw-FR.min.js deleted file mode 100644 index 29766aab4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw-FR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["gsw-FR"]={name:"gsw-FR",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sundi","Manti","Zischti","Mettwuch","Dunnerschti","Friti","Sàmschti"],namesAbbr:["Su.","Ma.","Zi.","Me.","Du.","Fr.","Sà."],namesShort:["Su","Ma","Zi","Me","Du","Fr","Sà"]},months:{names:["Jänner","Feverje","März","Àpril","Mai","Jüni","Jüli","Augscht","September","Oktower","Nowember","Dezember"],namesAbbr:["Jän.","Fev.","März","Apr.","Mai","Jüni","Jüli","Aug.","Sept.","Okt.","Now.","Dez."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gsw-FR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw.min.js deleted file mode 100644 index 88e034281..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gsw.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.gsw={name:"gsw",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sundi","Manti","Zischti","Mettwuch","Dunnerschti","Friti","Sàmschti"],namesAbbr:["Su.","Ma.","Zi.","Me.","Du.","Fr.","Sà."],namesShort:["Su","Ma","Zi","Me","Du","Fr","Sà"]},months:{names:["Jänner","Feverje","März","Àpril","Mai","Jüni","Jüli","Augscht","September","Oktower","Nowember","Dezember"],namesAbbr:["Jän.","Fev.","März","Apr.","Mai","Jüni","Jüli","Aug.","Sept.","Okt.","Now.","Dez."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gsw.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu-IN.min.js deleted file mode 100644 index 73912c26a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,y){kendo.cultures["gu-IN"]={name:"gu-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],namesAbbr:["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],namesShort:["ર","સો","મં","બુ","ગુ","શુ","શ"]},months:{names:["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટોબર","નવેમ્બર","ડિસેમ્બર"],namesAbbr:["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગ","સપ્ટે","ઑક્ટો","નવે","ડિસે"]},AM:["પૂર્વ મધ્યાહ્ન","પૂર્વ મધ્યાહ્ન","પૂર્વ મધ્યાહ્ન"],PM:["ઉત્તર મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gu-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu.min.js deleted file mode 100644 index 448874147..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.gu.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.gu={name:"gu",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],namesAbbr:["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],namesShort:["ર","સો","મં","બુ","ગુ","શુ","શ"]},months:{names:["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટોબર","નવેમ્બર","ડિસેમ્બર"],namesAbbr:["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગ","સપ્ટે","ઑક્ટો","નવે","ડિસે"]},AM:["પૂર્વ મધ્યાહ્ન","પૂર્વ મધ્યાહ્ન","પૂર્વ મધ્યાહ્ન"],PM:["ઉત્તર મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન","ઉત્તર મધ્યાહ્ન"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.gu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn-NG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn-NG.min.js deleted file mode 100644 index b3473163b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn-NG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["ha-Latn-NG"]={name:"ha-Latn-NG",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Nigerian Naira",abbr:"NGN",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"],namesAbbr:["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],namesShort:["L","L","T","L","A","J","A"]},months:{names:["Janairu","Fabrairu","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"],namesAbbr:["Jan","Fab","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"]},AM:["Safe","safe","SAFE"],PM:["Yamma","yamma","YAMMA"],patterns:{d:"d/M/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ha-Latn-NG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn.min.js deleted file mode 100644 index 8798d3022..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["ha-Latn"]={name:"ha-Latn",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"],namesAbbr:["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],namesShort:["L","L","T","L","A","J","A"]},months:{names:["Janairu","Fabrairu","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"],namesAbbr:["Jan","Fab","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"]},AM:["Safe","safe","SAFE"],PM:["Yamma","yamma","YAMMA"],patterns:{d:"d/M/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ha-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha.min.js deleted file mode 100644 index 9bb08c57a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ha.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.ha={name:"ha",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"],namesAbbr:["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],namesShort:["L","L","T","L","A","J","A"]},months:{names:["Janairu","Fabrairu","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"],namesAbbr:["Jan","Fab","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"]},AM:["Safe","safe","SAFE"],PM:["Yamma","yamma","YAMMA"],patterns:{d:"d/M/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ha.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw-US.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw-US.min.js deleted file mode 100644 index eb0a9fb06..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw-US.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["haw-US"]={name:"haw-US",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Lāpule","Pōʻakahi","Poʻalua","Poʻakolu","Poʻahā","Poʻalima","Poʻaono"],namesAbbr:["Lp","P1","P2","P3","P4","P5","P6"],namesShort:["Lp","P1","P2","P3","P4","P5","P6"]},months:{names:["Ianuali","Pepeluali","Malaki","ʻApelila","Mei","Iune","Iulai","ʻAukake","Kepakemapa","ʻOkakopa","Nowemapa","Kekemapa"],namesAbbr:["Ian","Pep","Mal","ʻAp","Mei","Iun","Iul","ʻAuk","Kep","ʻOk","Now","Kek"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.haw-US.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw.min.js deleted file mode 100644 index 75a4ce04c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.haw.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.haw={name:"haw",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Lāpule","Pōʻakahi","Poʻalua","Poʻakolu","Poʻahā","Poʻalima","Poʻaono"],namesAbbr:["Lp","P1","P2","P3","P4","P5","P6"],namesShort:["Lp","P1","P2","P3","P4","P5","P6"]},months:{names:["Ianuali","Pepeluali","Malaki","ʻApelila","Mei","Iune","Iulai","ʻAukake","Kepakemapa","ʻOkakopa","Nowemapa","Kekemapa"],namesAbbr:["Ian","Pep","Mal","ʻAp","Mei","Iun","Iul","ʻAuk","Kep","ʻOk","Now","Kek"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.haw.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he-IL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he-IL.min.js deleted file mode 100644 index 0c78a3c8c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he-IL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["he-IL"]={name:"he-IL",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Israeli New Shekel",abbr:"ILS",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₪"}},calendars:{standard:{days:{names:["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],namesAbbr:["יום א","יום ב","יום ג","יום ד","יום ה","יום ו","שבת"],namesShort:["א","ב","ג","ד","ה","ו","ש"]},months:{names:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],namesAbbr:["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd dd MMMM yyyy",F:"dddd dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.he-IL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he.min.js deleted file mode 100644 index b7d48fef8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.he.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.he={name:"he",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₪"}},calendars:{standard:{days:{names:["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],namesAbbr:["יום א","יום ב","יום ג","יום ד","יום ה","יום ו","שבת"],namesShort:["א","ב","ג","ד","ה","ו","ש"]},months:{names:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],namesAbbr:["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd dd MMMM yyyy",F:"dddd dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.he.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi-IN.min.js deleted file mode 100644 index 8077c76fe..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["hi-IN"]={name:"hi-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],namesAbbr:["रवि.","सोम.","मंगल.","बुध.","गुरु.","शुक्र.","शनि."],namesShort:["र","स","म","ब","ग","श","श"]},months:{names:["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],namesAbbr:["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"]},AM:["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],PM:["अपराह्न","अपराह्न","अपराह्न"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hi-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi.min.js deleted file mode 100644 index 4703044ac..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hi.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.hi={name:"hi",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],namesAbbr:["रवि.","सोम.","मंगल.","बुध.","गुरु.","शुक्र.","शनि."],namesShort:["र","स","म","ब","ग","श","श"]},months:{names:["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"],namesAbbr:["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर"]},AM:["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],PM:["अपराह्न","अपराह्न","अपराह्न"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hi.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-BA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-BA.min.js deleted file mode 100644 index 65ea1ffc9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-BA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["hr-BA"]={name:"hr-BA",numberFormat:{pattern:["- n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Convertible Marks",abbr:"BAM",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"KM"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"],namesAbbr:["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hr-BA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-HR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-HR.min.js deleted file mode 100644 index 17a02b89c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr-HR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["hr-HR"]={name:"hr-HR",numberFormat:{pattern:["- n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Croatian Kuna",abbr:"HRK",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kn"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"],namesAbbr:["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hr-HR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr.min.js deleted file mode 100644 index 0c5999dfd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.hr={name:"hr",numberFormat:{pattern:["- n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kn"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sri","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"],namesAbbr:["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb-DE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb-DE.min.js deleted file mode 100644 index 91a162dc3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb-DE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["hsb-DE"]={name:"hsb-DE",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["njedźela","póndźela","wutora","srjeda","štwórtk","pjatk","sobota"],namesAbbr:["nje","pón","wut","srj","štw","pja","sob"],namesShort:["n","p","w","s","š","p","s"]},months:{names:["januar","februar","měrc","apryl","meja","junij","julij","awgust","september","oktober","nowember","december"],namesAbbr:["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec"]},AM:[""],PM:[""],patterns:{d:"d. M. yyyy",D:"dddd, 'dnja' d. MMMM yyyy",F:"dddd, 'dnja' d. MMMM yyyy H.mm.ss",g:"d. M. yyyy H.mm",G:"d. M. yyyy H.mm.ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H.mm",T:"H.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hsb-DE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb.min.js deleted file mode 100644 index 48f468fea..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hsb.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.hsb={name:"hsb",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["njedźela","póndźela","wutora","srjeda","štwórtk","pjatk","sobota"],namesAbbr:["nje","pón","wut","srj","štw","pja","sob"],namesShort:["n","p","w","s","š","p","s"]},months:{names:["januar","februar","měrc","apryl","meja","junij","julij","awgust","september","oktober","nowember","december"],namesAbbr:["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec"]},AM:[""],PM:[""],patterns:{d:"d. M. yyyy",D:"dddd, 'dnja' d. MMMM yyyy",F:"dddd, 'dnja' d. MMMM yyyy H.mm.ss",g:"d. M. yyyy H.mm",G:"d. M. yyyy H.mm.ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H.mm",T:"H.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":". ",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hsb.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu-HU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu-HU.min.js deleted file mode 100644 index aab75e0a8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu-HU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["hu-HU"]={name:"hu-HU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Hungarian Forint",abbr:"HUF",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Ft"}},calendars:{standard:{days:{names:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],namesAbbr:["V","H","K","Sze","Cs","P","Szo"],namesShort:["V","H","K","Sze","Cs","P","Szo"]},months:{names:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],namesAbbr:["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."]},AM:["de.","de.","DE."],PM:["du.","du.","DU."],patterns:{d:"yyyy.MM.dd.",D:"yyyy. MMMM d.",F:"yyyy. MMMM d. H:mm:ss",g:"yyyy.MM.dd. H:mm",G:"yyyy.MM.dd. H:mm:ss",m:"MMMM d.",M:"MMMM d.",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy. MMMM",Y:"yyyy. MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hu-HU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu.min.js deleted file mode 100644 index 45aa898d8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hu.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,s){kendo.cultures.hu={name:"hu",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"Ft"}},calendars:{standard:{days:{names:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],namesAbbr:["V","H","K","Sze","Cs","P","Szo"],namesShort:["V","H","K","Sze","Cs","P","Szo"]},months:{names:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],namesAbbr:["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."]},AM:["de.","de.","DE."],PM:["du.","du.","DU."],patterns:{d:"yyyy.MM.dd.",D:"yyyy. MMMM d.",F:"yyyy. MMMM d. H:mm:ss",g:"yyyy.MM.dd. H:mm",G:"yyyy.MM.dd. H:mm:ss",m:"MMMM d.",M:"MMMM d.",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy. MMMM",Y:"yyyy. MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy-AM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy-AM.min.js deleted file mode 100644 index 7468f7d30..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy-AM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["hy-AM"]={name:"hy-AM",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Armenian Dram",abbr:"AMD",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"֏"}},calendars:{standard:{days:{names:["Կիրակի","Երկուշաբթի","Երեքշաբթի","Չորեքշաբթի","Հինգշաբթի","Ուրբաթ","Շաբաթ"],namesAbbr:["Կիր","Երկ","Երք","Չրք","Հնգ","Ուր","Շբթ"],namesShort:["Կ","Ե","Ե","Չ","Հ","Ո","Շ"]},months:{names:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],namesAbbr:["Հնվ","Փտվ","Մրտ","Ապր","Մյս","Հնս","Հլս","Օգս","Սպտ","Հկտ","Նյմ","Դկտ"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM, yyyy",F:"d MMMM, yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hy-AM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy.min.js deleted file mode 100644 index 08f5e3c80..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.hy.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.hy={name:"hy",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"֏"}},calendars:{standard:{days:{names:["Կիրակի","Երկուշաբթի","Երեքշաբթի","Չորեքշաբթի","Հինգշաբթի","Ուրբաթ","Շաբաթ"],namesAbbr:["Կիր","Երկ","Երք","Չրք","Հնգ","Ուր","Շբթ"],namesShort:["Կ","Ե","Ե","Չ","Հ","Ո","Շ"]},months:{names:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],namesAbbr:["Հնվ","Փտվ","Մրտ","Ապր","Մյս","Հնս","Հլս","Օգս","Սպտ","Հկտ","Նյմ","Դկտ"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM, yyyy",F:"d MMMM, yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.hy.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id-ID.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id-ID.min.js deleted file mode 100644 index 77f3498a6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id-ID.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["id-ID"]={name:"id-ID",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Indonesian Rupiah",abbr:"IDR",pattern:["($n)","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"Rp"}},calendars:{standard:{days:{names:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],namesAbbr:["Mgg","Sen","Sel","Rab","Kam","Jum","Sab"],namesShort:["M","S","S","R","K","J","S"]},months:{names:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.id-ID.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id.min.js deleted file mode 100644 index 1b4d0a7fb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.id.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.id={name:"id",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"Rp"}},calendars:{standard:{days:{names:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],namesAbbr:["Mgg","Sen","Sel","Rab","Kam","Jum","Sab"],namesShort:["M","S","S","R","K","J","S"]},months:{names:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.id.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig-NG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig-NG.min.js deleted file mode 100644 index 9e3e2da60..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig-NG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["ig-NG"]={name:"ig-NG",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Naira",abbr:"NGN",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Sọnde","Mọnde","Tuzde","Wednesde","Tọsde","Fraịde","Satọde"],namesAbbr:["Sọn","Mọn","Tuz","Ojo","Tọs","Fra","Sat"],namesShort:["Sọ","Mọ","Tu","We","Tọs","Fra","Sa"]},months:{names:["Jenụwarị","Febụwarị","Machị","Eprelu","Mey","Juun","Julaị","Ọgọst","Septemba","Ọcktọba","Nọvemba","Disemba"],namesAbbr:["Jen","Feb","Mac","Epr","Mey","Jun","Jul","Ọgọ","Sep","Ọkt","Nọv","Dis"]},AM:["Ụtụtụ","ụtụtụ","ỤTỤTỤ"],PM:["Ehihie","ehihie","EHIHIE"],patterns:{d:"d/M/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h.mm.ss tt",g:"d/M/yyyy h.mm tt",G:"d/M/yyyy h.mm.ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h.mm tt",T:"h.mm.ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ig-NG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig.min.js deleted file mode 100644 index bab82e812..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ig.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.ig={name:"ig",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Sọnde","Mọnde","Tuzde","Wednesde","Tọsde","Fraịde","Satọde"],namesAbbr:["Sọn","Mọn","Tuz","Ojo","Tọs","Fra","Sat"],namesShort:["Sọ","Mọ","Tu","We","Tọs","Fra","Sa"]},months:{names:["Jenụwarị","Febụwarị","Machị","Eprelu","Mey","Juun","Julaị","Ọgọst","Septemba","Ọcktọba","Nọvemba","Disemba"],namesAbbr:["Jen","Feb","Mac","Epr","Mey","Jun","Jul","Ọgọ","Sep","Ọkt","Nọv","Dis"]},AM:["Ụtụtụ","ụtụtụ","ỤTỤTỤ"],PM:["Ehihie","ehihie","EHIHIE"],patterns:{d:"d/M/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h.mm.ss tt",g:"d/M/yyyy h.mm tt",G:"d/M/yyyy h.mm.ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h.mm tt",T:"h.mm.ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ig.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii-CN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii-CN.min.js deleted file mode 100644 index 5919525be..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii-CN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ii-CN"]={name:"ii-CN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"PRC Renminbi",abbr:"CNY",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["ꑭꆏꑍ","ꆏꊂ꒔","ꆏꊂꑍ","ꆏꊂꌕ","ꆏꊂꇖ","ꆏꊂꉬ","ꆏꊂꃘ"],namesAbbr:["ꑭꆏ","ꆏ꒔","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"],namesShort:["ꆏ","꒔","ꑍ","ꌕ","ꇖ","ꉬ","ꃘ"]},months:{names:["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ"],namesAbbr:["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ"]},AM:["ꂵꆪꈌꈐ","ꂵꆪꈌꈐ","ꂵꆪꈌꈐ"],PM:["ꂵꆪꈌꉈ","ꂵꆪꈌꉈ","ꂵꆪꈌꉈ"],patterns:{d:"yyyy/M/d",D:"yyyy'ꈎ' M'ꆪ' d'ꑍ'",F:"yyyy'ꈎ' M'ꆪ' d'ꑍ' tt h:mm:ss",g:"yyyy/M/d tt h:mm",G:"yyyy/M/d tt h:mm:ss",m:"M'’ ꆪ’'d'’ ꑍ’'",M:"M'’ ꆪ’'d'’ ꑍ’'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'ꈎ' M'ꆪ'",Y:"yyyy'ꈎ' M'ꆪ'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ii-CN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii.min.js deleted file mode 100644 index 33ee44091..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ii.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.ii={name:"ii",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["ꑭꆏꑍ","ꆏꊂ꒔","ꆏꊂꑍ","ꆏꊂꌕ","ꆏꊂꇖ","ꆏꊂꉬ","ꆏꊂꃘ"],namesAbbr:["ꑭꆏ","ꆏ꒔","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"],namesShort:["ꆏ","꒔","ꑍ","ꌕ","ꇖ","ꉬ","ꃘ"]},months:{names:["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ"],namesAbbr:["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ"]},AM:["ꂵꆪꈌꈐ","ꂵꆪꈌꈐ","ꂵꆪꈌꈐ"],PM:["ꂵꆪꈌꉈ","ꂵꆪꈌꉈ","ꂵꆪꈌꉈ"],patterns:{d:"yyyy/M/d",D:"yyyy'ꈎ' M'ꆪ' d'ꑍ'",F:"yyyy'ꈎ' M'ꆪ' d'ꑍ' tt h:mm:ss",g:"yyyy/M/d tt h:mm",G:"yyyy/M/d tt h:mm:ss",m:"M'’ ꆪ’'d'’ ꑍ’'",M:"M'’ ꆪ’'d'’ ꑍ’'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'ꈎ' M'ꆪ'",Y:"yyyy'ꈎ' M'ꆪ'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ii.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is-IS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is-IS.min.js deleted file mode 100644 index 434087c4b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is-IS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["is-IS"]={name:"is-IS",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Icelandic Krona",abbr:"ISK",pattern:["-n $","n $"],decimals:0,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],namesAbbr:["sun.","mán.","þri.","mið.","fim.","fös.","lau."],namesShort:["su","má","þr","mi","fi","fö","la"]},months:{names:["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],namesAbbr:["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.is-IS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is.min.js deleted file mode 100644 index 482b452c6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.is.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(m){"function"==typeof define&&define.amd?define(["kendo.core.min"],m):m()}(function(){!function(m,e){kendo.cultures.is={name:"is",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:0,",":".",".":",",groupSize:[3],symbol:"kr."}},calendars:{standard:{days:{names:["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],namesAbbr:["sun.","mán.","þri.","mið.","fim.","fös.","lau."],namesShort:["su","má","þr","mi","fi","fö","la"]},months:{names:["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],namesAbbr:["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.is.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-CH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-CH.min.js deleted file mode 100644 index ada987ceb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-CH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["it-CH"]={name:"it-CH",numberFormat:{pattern:["-n"],decimals:2,",":"'",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"%"},currency:{name:"Swiss Franc",abbr:"CHF",pattern:["$-n","$ n"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"fr."}},calendars:{standard:{days:{names:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],namesAbbr:["dom","lun","mar","mer","gio","ven","sab"],namesShort:["do","lu","ma","me","gi","ve","sa"]},months:{names:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],namesAbbr:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d. MMMM yyyy",F:"dddd, d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.it-CH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-IT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-IT.min.js deleted file mode 100644 index bfacc1bdf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it-IT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["it-IT"]={name:"it-IT",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],namesAbbr:["dom","lun","mar","mer","gio","ven","sab"],namesShort:["do","lu","ma","me","gi","ve","sa"]},months:{names:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],namesAbbr:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.it-IT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it.min.js deleted file mode 100644 index 49bf45a69..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.it.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.it={name:"it",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],namesAbbr:["dom","lun","mar","mer","gio","ven","sab"],namesShort:["do","lu","ma","me","gi","ve","sa"]},months:{names:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],namesAbbr:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.it.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans-CA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans-CA.min.js deleted file mode 100644 index 325e92e85..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans-CA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["iu-Cans-CA"]={name:"iu-Cans-CA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Canadian Dollar",abbr:"CAD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["ᓈᑦᑏᖑᔭ","ᓇᒡᒐᔾᔭᐅ","ᐊᐃᑉᐱᖅ","ᐱᖓᑦᓯᖅ","ᓯᑕᒻᒥᖅ","ᑕᓪᓕᕐᒥᖅ","ᓯᕙᑖᕐᕕᒃ"],namesAbbr:["ᓈᑦᑏ","ᓇᒡᒐ","ᐊᐃᑉᐱ","ᐱᖓᑦᓯ","ᓯᑕ","ᑕᓪᓕ","ᓯᕙᑖᕐᕕᒃ"],namesShort:["ᓈ","ᓇ","ᐊ","ᐱ","ᓯ","ᑕ","ᓯ"]},months:{names:["ᔮᓐᓄᐊᕆ","ᕖᕝᕗᐊᕆ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌᓯ","ᓯᑎᐱᕆ","ᐅᑐᐱᕆ","ᓄᕕᐱᕆ","ᑎᓯᐱᕆ"],namesAbbr:["ᔮᓐᓄ","ᕖᕝᕗ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌ","ᓯᑎᐱ","ᐅᑐᐱ","ᓄᕕᐱ","ᑎᓯᐱ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd,MMMM dd,yyyy",F:"dddd,MMMM dd,yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.iu-Cans-CA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans.min.js deleted file mode 100644 index 0def03e46..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Cans.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["iu-Cans"]={name:"iu-Cans",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["ᓈᑦᑏᖑᔭ","ᓇᒡᒐᔾᔭᐅ","ᐊᐃᑉᐱᖅ","ᐱᖓᑦᓯᖅ","ᓯᑕᒻᒥᖅ","ᑕᓪᓕᕐᒥᖅ","ᓯᕙᑖᕐᕕᒃ"],namesAbbr:["ᓈᑦᑏ","ᓇᒡᒐ","ᐊᐃᑉᐱ","ᐱᖓᑦᓯ","ᓯᑕ","ᑕᓪᓕ","ᓯᕙᑖᕐᕕᒃ"],namesShort:["ᓈ","ᓇ","ᐊ","ᐱ","ᓯ","ᑕ","ᓯ"]},months:{names:["ᔮᓐᓄᐊᕆ","ᕖᕝᕗᐊᕆ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌᓯ","ᓯᑎᐱᕆ","ᐅᑐᐱᕆ","ᓄᕕᐱᕆ","ᑎᓯᐱᕆ"],namesAbbr:["ᔮᓐᓄ","ᕖᕝᕗ","ᒫᑦᓯ","ᐄᐳᕆ","ᒪᐃ","ᔫᓂ","ᔪᓚᐃ","ᐋᒡᒌ","ᓯᑎᐱ","ᐅᑐᐱ","ᓄᕕᐱ","ᑎᓯᐱ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd,MMMM dd,yyyy",F:"dddd,MMMM dd,yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.iu-Cans.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn-CA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn-CA.min.js deleted file mode 100644 index 40a6aae00..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn-CA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(i){"function"==typeof define&&define.amd?define(["kendo.core.min"],i):i()}(function(){!function(i,a){kendo.cultures["iu-Latn-CA"]={name:"iu-Latn-CA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Canadian Dollar",abbr:"CAD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Naattiinguja","Naggajjau","Aippiq","Pingatsiq","Sitammiq","Tallirmiq","Sivataarvik"],namesAbbr:["Nat","Nag","Aip","Pi","Sit","Tal","Siv"],namesShort:["Nt","Ng","A","P","S","T","S"]},months:{names:["Jaannuari","Viivvuari","Maatsi","Iipuri","Mai","Juuni","Julai","Aaggiisi","Sitipiri","Utupiri","Nuvipiri","Tisipiri"],namesAbbr:["Jan","Viv","Mas","Ipu","Mai","Jun","Jul","Agi","Sii","Uut","Nuv","Tis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"d/MM/yyyy h:mm tt",G:"d/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.iu-Latn-CA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn.min.js deleted file mode 100644 index a81801d9b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(i){"function"==typeof define&&define.amd?define(["kendo.core.min"],i):i()}(function(){!function(i,a){kendo.cultures["iu-Latn"]={name:"iu-Latn",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Naattiinguja","Naggajjau","Aippiq","Pingatsiq","Sitammiq","Tallirmiq","Sivataarvik"],namesAbbr:["Nat","Nag","Aip","Pi","Sit","Tal","Siv"],namesShort:["Nt","Ng","A","P","S","T","S"]},months:{names:["Jaannuari","Viivvuari","Maatsi","Iipuri","Mai","Juuni","Julai","Aaggiisi","Sitipiri","Utupiri","Nuvipiri","Tisipiri"],namesAbbr:["Jan","Viv","Mas","Ipu","Mai","Jun","Jul","Agi","Sii","Uut","Nuv","Tis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"d/MM/yyyy h:mm tt",G:"d/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.iu-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu.min.js deleted file mode 100644 index ba44c6ddb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.iu.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(i){"function"==typeof define&&define.amd?define(["kendo.core.min"],i):i()}(function(){!function(i,a){kendo.cultures.iu={name:"iu",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Naattiinguja","Naggajjau","Aippiq","Pingatsiq","Sitammiq","Tallirmiq","Sivataarvik"],namesAbbr:["Nat","Nag","Aip","Pi","Sit","Tal","Siv"],namesShort:["Nt","Ng","A","P","S","T","S"]},months:{names:["Jaannuari","Viivvuari","Maatsi","Iipuri","Mai","Juuni","Julai","Aaggiisi","Sitipiri","Utupiri","Nuvipiri","Tisipiri"],namesAbbr:["Jan","Viv","Mas","Ipu","Mai","Jun","Jul","Agi","Sii","Uut","Nuv","Tis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"d/MM/yyyy h:mm tt",G:"d/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.iu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja-JP.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja-JP.min.js deleted file mode 100644 index dc25ae5b3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja-JP.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ja-JP"]={name:"ja-JP",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Japanese Yen",abbr:"JPY",pattern:["-$n","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],namesAbbr:["日","月","火","水","木","金","土"],namesShort:["日","月","火","水","木","金","土"]},months:{names:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["午前","午前","午前"],PM:["午後","午後","午後"],patterns:{d:"yyyy/MM/dd",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/MM/dd H:mm",G:"yyyy/MM/dd H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ja-JP.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja.min.js deleted file mode 100644 index 0485e806f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ja.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.ja={name:"ja",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],namesAbbr:["日","月","火","水","木","金","土"],namesShort:["日","月","火","水","木","金","土"]},months:{names:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["午前","午前","午前"],PM:["午後","午後","午後"],patterns:{d:"yyyy/MM/dd",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/MM/dd H:mm",G:"yyyy/MM/dd H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ja.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn-ID.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn-ID.min.js deleted file mode 100644 index 681131ac4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn-ID.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["jv-Latn-ID"]={name:"jv-Latn-ID",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Indonesian Rupiah",abbr:"IDR",pattern:["-$n","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"Rp"}},calendars:{standard:{days:{names:["Minggu","Senèn","Selasa","Rebo","Kemis","Jemuwah","Setu"],namesAbbr:["Min","Sen","Sel","Reb","Kem","Jem","Set"],namesShort:["Mi","Sn","Sl","Re","Ke","Je","St"]},months:{names:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agust","Sep","Okt","Nov","Des"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd/MM/yyyy HH.mm",G:"dd/MM/yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.jv-Latn-ID.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn.min.js deleted file mode 100644 index 351b1e8b4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["jv-Latn"]={name:"jv-Latn",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"Rp"}},calendars:{standard:{days:{names:["Minggu","Senèn","Selasa","Rebo","Kemis","Jemuwah","Setu"],namesAbbr:["Min","Sen","Sel","Reb","Kem","Jem","Set"],namesShort:["Mi","Sn","Sl","Re","Ke","Je","St"]},months:{names:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agust","Sep","Okt","Nov","Des"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd/MM/yyyy HH.mm",G:"dd/MM/yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.jv-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv.min.js deleted file mode 100644 index c42abfcf0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.jv.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.jv={name:"jv",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"Rp"}},calendars:{standard:{days:{names:["Minggu","Senèn","Selasa","Rebo","Kemis","Jemuwah","Setu"],namesAbbr:["Min","Sen","Sel","Reb","Kem","Jem","Set"],namesShort:["Mi","Sn","Sl","Re","Ke","Je","St"]},months:{names:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],namesAbbr:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agust","Sep","Okt","Nov","Des"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd/MM/yyyy HH.mm",G:"dd/MM/yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":".",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.jv.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka-GE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka-GE.min.js deleted file mode 100644 index fa432857f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka-GE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ka-GE"]={name:"ka-GE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Lari",abbr:"GEL",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ლ."}},calendars:{standard:{days:{names:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],namesAbbr:["კვ.","ორშ.","სამშ.","ოთხშ.","ხუთშ.","პარ.","შაბ."],namesShort:["კვ","ორ","სმ","ოთ","ხთ","პრ","შბ"]},months:{names:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"],namesAbbr:["იან","თებ","მარ","აპრ","მაის","ივნ","ივლ","აგვ","სექ","ოქტ","ნოემ","დეკ"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d MMMM, yyyy 'წელი'",F:"dddd, d MMMM, yyyy 'წელი' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ka-GE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka.min.js deleted file mode 100644 index adbe14ebe..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ka.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ka={name:"ka",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ლ."}},calendars:{standard:{days:{names:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],namesAbbr:["კვ.","ორშ.","სამშ.","ოთხშ.","ხუთშ.","პარ.","შაბ."],namesShort:["კვ","ორ","სმ","ოთ","ხთ","პრ","შბ"]},months:{names:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"],namesAbbr:["იან","თებ","მარ","აპრ","მაის","ივნ","ივლ","აგვ","სექ","ოქტ","ნოემ","დეკ"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, d MMMM, yyyy 'წელი'",F:"dddd, d MMMM, yyyy 'წელი' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ka.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk-KZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk-KZ.min.js deleted file mode 100644 index d622ffe3a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk-KZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures["kk-KZ"]={name:"kk-KZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Tenge",abbr:"KZT",pattern:["-$n","$n"],decimals:2,",":" ",".":"-",groupSize:[3],symbol:"₸"}},calendars:{standard:{days:{names:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],namesAbbr:["Жек","Дүй","Сей","Сәр","Бей","Жұм","Сен"],namesShort:["Жк","Дс","Сс","Ср","Бс","Жм","Сн"]},months:{names:["қаңтар","ақпан","наурыз","сәуір","мамыр","маусым","шілде","тамыз","қыркүйек","қазан","қараша","желтоқсан"],namesAbbr:["қаң","ақп","нау","сәу","мам","мау","шіл","там","қыр","қаз","қар","жел"]},AM:[""],PM:[""],patterns:{d:"d-MMM-yy",D:"d MMMM yyyy 'ж.'",F:"d MMMM yyyy 'ж.' HH:mm:ss",g:"d-MMM-yy HH:mm",G:"d-MMM-yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kk-KZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk.min.js deleted file mode 100644 index 006bca224..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kk.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures.kk={name:"kk",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":" ",".":"-",groupSize:[3],symbol:"₸"}},calendars:{standard:{days:{names:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],namesAbbr:["Жек","Дүй","Сей","Сәр","Бей","Жұм","Сен"],namesShort:["Жк","Дс","Сс","Ср","Бс","Жм","Сн"]},months:{names:["қаңтар","ақпан","наурыз","сәуір","мамыр","маусым","шілде","тамыз","қыркүйек","қазан","қараша","желтоқсан"],namesAbbr:["қаң","ақп","нау","сәу","мам","мау","шіл","там","қыр","қаз","қар","жел"]},AM:[""],PM:[""],patterns:{d:"d-MMM-yy",D:"d MMMM yyyy 'ж.'",F:"d MMMM yyyy 'ж.' HH:mm:ss",g:"d-MMM-yy HH:mm",G:"d-MMM-yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kk.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl-GL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl-GL.min.js deleted file mode 100644 index 946a9205a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl-GL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,n){kendo.cultures["kl-GL"]={name:"kl-GL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"Danish Krone",abbr:"DKK",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3,0],symbol:"kr."}},calendars:{standard:{days:{names:["sapaat","ataasinngorneq","marlunngorneq","pingasunngorneq","sisamanngorneq","tallimanngorneq","arfininngorneq"],namesAbbr:["sap.","at.","marl.","ping.","sis.","tall.","arf."],namesShort:["sa","at","ma","pi","si","ta","ar"]},months:{names:["januaari","februaari","marsi","apriili","maaji","juuni","juuli","aggusti","septembari","oktobari","novembari","decembari"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"MMMM d'.-at, 'yyyy",F:"MMMM d'.-at, 'yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"MMMM d'.-at'",M:"MMMM d'.-at'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kl-GL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl.min.js deleted file mode 100644 index bf2fc38e9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,n){kendo.cultures.kl={name:"kl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3,0],symbol:"kr."}},calendars:{standard:{days:{names:["sapaat","ataasinngorneq","marlunngorneq","pingasunngorneq","sisamanngorneq","tallimanngorneq","arfininngorneq"],namesAbbr:["sap.","at.","marl.","ping.","sis.","tall.","arf."],namesShort:["sa","at","ma","pi","si","ta","ar"]},months:{names:["januaari","februaari","marsi","apriili","maaji","juuni","juuli","aggusti","septembari","oktobari","novembari","decembari"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"MMMM d'.-at, 'yyyy",F:"MMMM d'.-at, 'yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"MMMM d'.-at'",M:"MMMM d'.-at'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km-KH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km-KH.min.js deleted file mode 100644 index 2e82d4e91..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km-KH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["km-KH"]={name:"km-KH",numberFormat:{pattern:["- n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"Riel",abbr:"KHR",pattern:["-n$","n$"],decimals:2,",":",",".":".",groupSize:[3],symbol:"៛"}},calendars:{standard:{days:{names:["ថ្ងៃអាទិត្យ","ថ្ងៃច័ន្ទ","ថ្ងៃអង្គារ","ថ្ងៃពុធ","ថ្ងៃព្រហស្បតិ៍","ថ្ងៃសុក្រ","ថ្ងៃសៅរ៍"],namesAbbr:["អាទិ.","ច.","អ.","ពុ","ព្រហ.","សុ.","ស."],namesShort:["អា","ច","អ","ពុ","ព","សុ","ស"]},months:{names:["មករា","កុម្ភៈ","មិនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],namesAbbr:["១","២","៣","៤","៥","៦","៧","៨","៩","១០","១១","១២"]},AM:["ព្រឹក","ព្រឹក","ព្រឹក"],PM:["ល្ងាច","ល្ងាច","ល្ងាច"],patterns:{d:"dd/MM/yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yy H:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"'ខែ' MM 'ឆ្នាំ' yyyy",Y:"'ខែ' MM 'ឆ្នាំ' yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.km-KH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km.min.js deleted file mode 100644 index 835b35b15..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.km.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.km={name:"km",numberFormat:{pattern:["- n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n$","n$"],decimals:2,",":",",".":".",groupSize:[3],symbol:"៛"}},calendars:{standard:{days:{names:["ថ្ងៃអាទិត្យ","ថ្ងៃច័ន្ទ","ថ្ងៃអង្គារ","ថ្ងៃពុធ","ថ្ងៃព្រហស្បតិ៍","ថ្ងៃសុក្រ","ថ្ងៃសៅរ៍"],namesAbbr:["អាទិ.","ច.","អ.","ពុ","ព្រហ.","សុ.","ស."],namesShort:["អា","ច","អ","ពុ","ព","សុ","ស"]},months:{names:["មករា","កុម្ភៈ","មិនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],namesAbbr:["១","២","៣","៤","៥","៦","៧","៨","៩","១០","១១","១២"]},AM:["ព្រឹក","ព្រឹក","ព្រឹក"],PM:["ល្ងាច","ល្ងាច","ល្ងាច"],patterns:{d:"dd/MM/yy",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"dd/MM/yy H:mm",G:"dd/MM/yy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"'ខែ' MM 'ឆ្នាំ' yyyy",Y:"'ខែ' MM 'ឆ្នាំ' yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.km.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn-IN.min.js deleted file mode 100644 index 954791da7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,y){kendo.cultures["kn-IN"]={name:"kn-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ಭಾನುವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],namesAbbr:["ಭಾನು.","ಸೋಮ.","ಮಂಗಳ.","ಬುಧ.","ಗುರು.","ಶುಕ್ರ.","ಶನಿ."],namesShort:["ರ","ಸ","ಮ","ಬ","ಗ","ಶ","ಶ"]},months:{names:["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರೀಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],namesAbbr:["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]},AM:["ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ"],PM:["ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kn-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn.min.js deleted file mode 100644 index 37e5d4773..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,y){kendo.cultures.kn={name:"kn",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ಭಾನುವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],namesAbbr:["ಭಾನು.","ಸೋಮ.","ಮಂಗಳ.","ಬುಧ.","ಗುರು.","ಶುಕ್ರ.","ಶನಿ."],namesShort:["ರ","ಸ","ಮ","ಬ","ಗ","ಶ","ಶ"]},months:{names:["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರೀಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"],namesAbbr:["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಎಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]},AM:["ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ","ಪೂರ್ವಾಹ್ನ"],PM:["ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ","ಅಪರಾಹ್ನ"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko-KR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko-KR.min.js deleted file mode 100644 index f631930fa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko-KR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ko-KR"]={name:"ko-KR",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Korean Won",abbr:"KRW",pattern:["-$n","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"₩"}},calendars:{standard:{days:{names:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],namesAbbr:["일","월","화","수","목","금","토"],namesShort:["일","월","화","수","목","금","토"]},months:{names:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["오전","오전","오전"],PM:["오후","오후","오후"],patterns:{d:"yyyy-MM-dd",D:"yyyy'년' M'월' d'일' dddd",F:"yyyy'년' M'월' d'일' dddd tt h:mm:ss",g:"yyyy-MM-dd tt h:mm",G:"yyyy-MM-dd tt h:mm:ss",m:"M'월' d'일'",M:"M'월' d'일'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'년' M'월'",Y:"yyyy'년' M'월'"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ko-KR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko.min.js deleted file mode 100644 index 79e938add..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ko.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.ko={name:"ko",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"₩"}},calendars:{standard:{days:{names:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],namesAbbr:["일","월","화","수","목","금","토"],namesShort:["일","월","화","수","목","금","토"]},months:{names:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["오전","오전","오전"],PM:["오후","오후","오후"],patterns:{d:"yyyy-MM-dd",D:"yyyy'년' M'월' d'일' dddd",F:"yyyy'년' M'월' d'일' dddd tt h:mm:ss",g:"yyyy-MM-dd tt h:mm",G:"yyyy-MM-dd tt h:mm:ss",m:"M'월' d'일'",M:"M'월' d'일'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'년' M'월'",Y:"yyyy'년' M'월'"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ko.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok-IN.min.js deleted file mode 100644 index 6b0f53022..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["kok-IN"]={name:"kok-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["आयतार","सोमार","मंगळार","बुधवार","बिरेस्तार","सुक्रार","शेनवार"],namesAbbr:["आय.","सोम.","मंगळ.","बुध.","बिरे.","सुक्र.","शेन."],namesShort:["आ","स","म","ब","ब","स","श"]},months:{names:["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोवेम्बर","डिसेंबर"],namesAbbr:["जाने","फेब्रु","मार्च","एप्रिल","मे","जून","जुलै","ऑग.","सप्टें.","ऑक्टो.","नोवे.","डिसें"]},AM:["म.पू.","म.पू.","म.पू."],PM:["म.नं.","म.नं.","म.नं."],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kok-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok.min.js deleted file mode 100644 index ec0e6ba1a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.kok.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.kok={name:"kok",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["आयतार","सोमार","मंगळार","बुधवार","बिरेस्तार","सुक्रार","शेनवार"],namesAbbr:["आय.","सोम.","मंगळ.","बुध.","बिरे.","सुक्र.","शेन."],namesShort:["आ","स","म","ब","ब","स","श"]},months:{names:["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोवेम्बर","डिसेंबर"],namesAbbr:["जाने","फेब्रु","मार्च","एप्रिल","मे","जून","जुलै","ऑग.","सप्टें.","ऑक्टो.","नोवे.","डिसें"]},AM:["म.पू.","म.पू.","म.पू."],PM:["म.नं.","म.नं.","म.नं."],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.kok.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab-IQ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab-IQ.min.js deleted file mode 100644 index ffcaff105..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab-IQ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["ku-Arab-IQ"]={name:"ku-Arab-IQ",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"٪"},currency:{name:"Iraqi Dinar",abbr:"IQD",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.ع.‏"}},calendars:{standard:{days:{names:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesAbbr:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesShort:["ی","د","س","چ","پ","ھ","ش"]},months:{names:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"],namesAbbr:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"]},AM:["پ.ن","پ.ن","پ.ن"],PM:["د.ن","د.ن","د.ن"],patterns:{d:"yyyy/MM/dd",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ku-Arab-IQ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab.min.js deleted file mode 100644 index 866ec3c7f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku-Arab.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["ku-Arab"]={name:"ku-Arab",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"٪"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.ع.‏"}},calendars:{standard:{days:{names:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesAbbr:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesShort:["ی","د","س","چ","پ","ھ","ش"]},months:{names:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"],namesAbbr:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"]},AM:["پ.ن","پ.ن","پ.ن"],PM:["د.ن","د.ن","د.ن"],patterns:{d:"yyyy/MM/dd",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ku-Arab.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku.min.js deleted file mode 100644 index d7f5aa9f7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ku.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.ku={name:"ku",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"٪"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"د.ع.‏"}},calendars:{standard:{days:{names:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesAbbr:["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],namesShort:["ی","د","س","چ","پ","ھ","ش"]},months:{names:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"],namesAbbr:["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"]},AM:["پ.ن","پ.ن","پ.ن"],PM:["د.ن","د.ن","د.ن"],patterns:{d:"yyyy/MM/dd",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ku.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky-KG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky-KG.min.js deleted file mode 100644 index 3b1388999..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky-KG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures["ky-KG"]={name:"ky-KG",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"som",abbr:"KGS",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"сом"}},calendars:{standard:{days:{names:["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],namesAbbr:["Жш","Дш","Шш","Шр","Бш","Жм","Иш"],namesShort:["Жш","Дш","Шш","Шр","Бш","Жм","Иш"]},months:{names:["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"d-MMM yy",D:"dd'-'MMMM yyyy'-ж.'",F:"dd'-'MMMM yyyy'-ж.' HH:mm:ss",g:"d-MMM yy HH:mm",G:"d-MMM yy HH:mm:ss",m:"d'-'MMMM",M:"d'-'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy'-ж.'",Y:"MMMM yyyy'-ж.'"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ky-KG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky.min.js deleted file mode 100644 index 7afb1dec1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ky.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures.ky={name:"ky",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"сом"}},calendars:{standard:{days:{names:["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],namesAbbr:["Жш","Дш","Шш","Шр","Бш","Жм","Иш"],namesShort:["Жш","Дш","Шш","Шр","Бш","Жм","Иш"]},months:{names:["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"d-MMM yy",D:"dd'-'MMMM yyyy'-ж.'",F:"dd'-'MMMM yyyy'-ж.' HH:mm:ss",g:"d-MMM yy HH:mm",G:"d-MMM yy HH:mm:ss",m:"d'-'MMMM",M:"d'-'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy'-ж.'",Y:"MMMM yyyy'-ж.'"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ky.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb-LU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb-LU.min.js deleted file mode 100644 index 939ac082e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb-LU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["lb-LU"]={name:"lb-LU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],namesAbbr:["Son","Méi","Dën","Mët","Don","Fre","Sam"],namesShort:["So","Mé","Dë","Më","Do","Fr","Sa"]},months:{names:["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yy HH:mm",G:"dd.MM.yy HH:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lb-LU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb.min.js deleted file mode 100644 index 1f37775b3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lb.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.lb={name:"lb",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],namesAbbr:["Son","Méi","Dën","Mët","Don","Fre","Sam"],namesShort:["So","Mé","Dë","Më","Do","Fr","Sa"]},months:{names:["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"],namesAbbr:["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yy HH:mm",G:"dd.MM.yy HH:mm:ss",m:"dd. MMMM",M:"dd. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lb.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo-LA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo-LA.min.js deleted file mode 100644 index 166278b72..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo-LA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["lo-LA"]={name:"lo-LA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"Kip",abbr:"LAK",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"₭"}},calendars:{standard:{days:{names:["ວັນອາທິດ","ວັນຈັນ","ວັນອັງຄານ","ວັນພຸດ","ວັນພະຫັດ","ວັນສຸກ","ວັນເສົາ"],namesAbbr:["ອາທິດ","ຈັນ","ອັງຄານ","ພຸດ","ພະຫັດ","ສຸກ","ເສົາ"],namesShort:["ທ","ຈ","ອ","ພ","ພຫ","ສ","ເສ"]},months:{names:["ມັງກອນ","ກຸມພາ","ມີນາ","ເມສາ","ພຶດສະພາ","ມິຖຸນາ","ກໍລະກົດ","ສິງຫາ","ກັນຍາ","ຕຸລາ","ພະຈິກ","ທັນວາ"],namesAbbr:["ມ.ກ","ກ.ພ","ມິ.ນ","ມ.ສ","ພ.ພ","ມິ.ຖ","ກ.ລ","ສ.ຫ","ກ.ຍ","ຕ.ລ","ພ.ຈ","ທ.ວ"]},AM:["ເຊົ້າ","ເຊົ້າ","ເຊົ້າ"],PM:["ແລງ","ແລງ","ແລງ"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lo-LA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo.min.js deleted file mode 100644 index cff759c01..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.lo={name:"lo",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"₭"}},calendars:{standard:{days:{names:["ວັນອາທິດ","ວັນຈັນ","ວັນອັງຄານ","ວັນພຸດ","ວັນພະຫັດ","ວັນສຸກ","ວັນເສົາ"],namesAbbr:["ອາທິດ","ຈັນ","ອັງຄານ","ພຸດ","ພະຫັດ","ສຸກ","ເສົາ"],namesShort:["ທ","ຈ","ອ","ພ","ພຫ","ສ","ເສ"]},months:{names:["ມັງກອນ","ກຸມພາ","ມີນາ","ເມສາ","ພຶດສະພາ","ມິຖຸນາ","ກໍລະກົດ","ສິງຫາ","ກັນຍາ","ຕຸລາ","ພະຈິກ","ທັນວາ"],namesAbbr:["ມ.ກ","ກ.ພ","ມິ.ນ","ມ.ສ","ພ.ພ","ມິ.ຖ","ກ.ລ","ສ.ຫ","ກ.ຍ","ຕ.ລ","ພ.ຈ","ທ.ວ"]},AM:["ເຊົ້າ","ເຊົ້າ","ເຊົ້າ"],PM:["ແລງ","ແລງ","ແລງ"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt-LT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt-LT.min.js deleted file mode 100644 index 83be641eb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt-LT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(s){"function"==typeof define&&define.amd?define(["kendo.core.min"],s):s()}(function(){!function(s,e){kendo.cultures["lt-LT"]={name:"lt-LT",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],namesAbbr:["Sk","Pr","An","Tr","Kt","Pn","Št"],namesShort:["S","P","A","T","K","Pn","Š"]},months:{names:["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"],namesAbbr:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"yyyy 'm.' MMMM d 'd.'",F:"yyyy 'm.' MMMM d 'd.' HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d 'd.'",M:"MMMM d 'd.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'm.' MMMM",Y:"yyyy 'm.' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lt-LT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt.min.js deleted file mode 100644 index 2c437a7cd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lt.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(s){"function"==typeof define&&define.amd?define(["kendo.core.min"],s):s()}(function(){!function(s,e){kendo.cultures.lt={name:"lt",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],namesAbbr:["Sk","Pr","An","Tr","Kt","Pn","Št"],namesShort:["S","P","A","T","K","Pn","Š"]},months:{names:["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"],namesAbbr:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"yyyy 'm.' MMMM d 'd.'",F:"yyyy 'm.' MMMM d 'd.' HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d 'd.'",M:"MMMM d 'd.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'm.' MMMM",Y:"yyyy 'm.' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lt.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv-LV.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv-LV.min.js deleted file mode 100644 index 760301d51..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv-LV.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,s){kendo.cultures["lv-LV"]={name:"lv-LV",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-$ n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],namesAbbr:["sv","pr","ot","tr","ce","pk","se"],namesShort:["sv","pr","ot","tr","ce","pk","se"]},months:{names:["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"],namesAbbr:["jan","feb","mar","apr","mai","jūn","jūl","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy.",D:"dddd, yyyy'. gada 'd. MMMM",F:"dddd, yyyy'. gada 'd. MMMM H:mm:ss",g:"dd.MM.yyyy. H:mm",G:"dd.MM.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'. gada 'MMMM",Y:"yyyy'. gada 'MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lv-LV.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv.min.js deleted file mode 100644 index 75d70c8e9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.lv.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,s){kendo.cultures.lv={name:"lv",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],namesAbbr:["sv","pr","ot","tr","ce","pk","se"],namesShort:["sv","pr","ot","tr","ce","pk","se"]},months:{names:["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"],namesAbbr:["jan","feb","mar","apr","mai","jūn","jūl","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy.",D:"dddd, yyyy'. gada 'd. MMMM",F:"dddd, yyyy'. gada 'd. MMMM H:mm:ss",g:"dd.MM.yyyy. H:mm",G:"dd.MM.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'. gada 'MMMM",Y:"yyyy'. gada 'MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.lv.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg-MG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg-MG.min.js deleted file mode 100644 index 5045280bb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg-MG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["mg-MG"]={name:"mg-MG",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Malagasy Ariary",abbr:"MGA",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Ar"}},calendars:{standard:{days:{names:["Alahady","Alatsinainy","Talata","Alarobia","Alakamisy","Zoma","Asabotsy"],namesAbbr:["Alah","Alats","Tal","Alar","Alak","Zom","Asab"],namesShort:["Alah","Alats","Tal","Alar","Alak","Zom","Asab"]},months:{names:["Janoary","Febroary","Martsa","Aprily","Mey","Jona","Jolay","Aogositra","Septambra","Oktobra","Novambra","Desambra"],namesAbbr:["Jan","Feb","Mar","Apr","Mey","Jon","Jol","Aog","Sep","Okt","Nov","Des"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"d/M/yyyy HH:mm",G:"d/M/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mg-MG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg.min.js deleted file mode 100644 index edbe9a2fb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mg.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.mg={name:"mg",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Ar"}},calendars:{standard:{days:{names:["Alahady","Alatsinainy","Talata","Alarobia","Alakamisy","Zoma","Asabotsy"],namesAbbr:["Alah","Alats","Tal","Alar","Alak","Zom","Asab"],namesShort:["Alah","Alats","Tal","Alar","Alak","Zom","Asab"]},months:{names:["Janoary","Febroary","Martsa","Aprily","Mey","Jona","Jolay","Aogositra","Septambra","Oktobra","Novambra","Desambra"],namesAbbr:["Jan","Feb","Mar","Apr","Mey","Jon","Jol","Aog","Sep","Okt","Nov","Des"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"d/M/yyyy HH:mm",G:"d/M/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mg.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi-NZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi-NZ.min.js deleted file mode 100644 index 9f845e5ce..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi-NZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["mi-NZ"]={name:"mi-NZ",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"New Zealand Dollar",abbr:"NZD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Rātapu","Rāhina","Rātū","Rāapa","Rāpare","Rāmere","Rāhoroi"],namesAbbr:["Ta","Hi","Tū","Apa","Pa","Me","Ho"],namesShort:["Ta","Hi","Tū","Aa","Pa","Me","Ho"]},months:{names:["Kohitātea","Huitanguru","Poutūterangi","Paengawhāwhā","Haratua","Pipiri","Hōngongoi","Hereturikōkā","Mahuru","Whiringa ā-nuku","Whiringa ā-rangi","Hakihea"],namesAbbr:["Kohi","Hui","Pou","Pae","Hara","Pipi","Hōngo","Here","Mahu","Nuku","Rangi","Haki"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yy",Y:"MMMM, yy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mi-NZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi.min.js deleted file mode 100644 index 02fcbec9b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mi.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.mi={name:"mi",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Rātapu","Rāhina","Rātū","Rāapa","Rāpare","Rāmere","Rāhoroi"],namesAbbr:["Ta","Hi","Tū","Apa","Pa","Me","Ho"],namesShort:["Ta","Hi","Tū","Aa","Pa","Me","Ho"]},months:{names:["Kohitātea","Huitanguru","Poutūterangi","Paengawhāwhā","Haratua","Pipiri","Hōngongoi","Hereturikōkā","Mahuru","Whiringa ā-nuku","Whiringa ā-rangi","Hakihea"],namesAbbr:["Kohi","Hui","Pou","Pae","Hara","Pipi","Hōngo","Here","Mahu","Nuku","Rangi","Haki"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yy",Y:"MMMM, yy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mi.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk-MK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk-MK.min.js deleted file mode 100644 index 777c269b7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk-MK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["mk-MK"]={name:"mk-MK",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Macedonian Denar",abbr:"MKD",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"ден."}},calendars:{standard:{days:{names:["недела","понеделник","вторник","среда","четврток","петок","сабота"],namesAbbr:["нед","пон","втр","срд","чет","пет","саб"],namesShort:["не","по","вт","ср","че","пе","са"]},months:{names:["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],namesAbbr:["јан","фев","мар","апр","мај","јун","јул","авг","сеп","окт","ное","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mk-MK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk.min.js deleted file mode 100644 index e0453a641..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mk.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.mk={name:"mk",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"ден."}},calendars:{standard:{days:{names:["недела","понеделник","вторник","среда","четврток","петок","сабота"],namesAbbr:["нед","пон","втр","срд","чет","пет","саб"],namesShort:["не","по","вт","ср","че","пе","са"]},months:{names:["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],namesAbbr:["јан","фев","мар","апр","мај","јун","јул","авг","сеп","окт","ное","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, dd MMMM yyyy",F:"dddd, dd MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mk.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml-IN.min.js deleted file mode 100644 index 729bffdf9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["ml-IN"]={name:"ml-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ഞായറാഴ്ച","തിങ്കളാഴ്ച","ചൊവ്വാഴ്ച","ബുധനാഴ്ച","വ്യാഴാഴ്ച","വെള്ളിയാഴ്ച","ശനിയാഴ്ച"],namesAbbr:["ഞായർ.","തിങ്കൾ.","ചൊവ്വ.","ബുധൻ.","വ്യാഴം.","വെള്ളി.","ശനി."],namesShort:["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]},months:{names:["ജനുവരി","ഫെബ്രുവരി","മാര്‍‌ച്ച്","ഏപ്രില്‍","മെയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്‌റ്റംബര്‍","ഒക്‌ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"],namesAbbr:["ജനുവരി","ഫെബ്രുവരി","മാര്‍‌ച്ച്","ഏപ്രില്‍","മെയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്‌റ്റംബര്‍","ഒക്‌ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd-MM-yy HH.mm",G:"dd-MM-yy HH.mm.ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ml-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml.min.js deleted file mode 100644 index a6f6336a7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ml.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures.ml={name:"ml",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ഞായറാഴ്ച","തിങ്കളാഴ്ച","ചൊവ്വാഴ്ച","ബുധനാഴ്ച","വ്യാഴാഴ്ച","വെള്ളിയാഴ്ച","ശനിയാഴ്ച"],namesAbbr:["ഞായർ.","തിങ്കൾ.","ചൊവ്വ.","ബുധൻ.","വ്യാഴം.","വെള്ളി.","ശനി."],namesShort:["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]},months:{names:["ജനുവരി","ഫെബ്രുവരി","മാര്‍‌ച്ച്","ഏപ്രില്‍","മെയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്‌റ്റംബര്‍","ഒക്‌ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"],namesAbbr:["ജനുവരി","ഫെബ്രുവരി","മാര്‍‌ച്ച്","ഏപ്രില്‍","മെയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്‌റ്റംബര്‍","ഒക്‌ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH.mm.ss",g:"dd-MM-yy HH.mm",G:"dd-MM-yy HH.mm.ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ml.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Cyrl.min.js deleted file mode 100644 index 4fea3d0d8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mn-Cyrl"]={name:"mn-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₮"}},calendars:{standard:{days:{names:["Ням","Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба"],namesAbbr:["Ня","Да","Мя","Лха","Пү","Ба","Бя"],namesShort:["Ня","Да","Мя","Лх","Пү","Ба","Бя"]},months:{names:["1 дүгээр сар","2 дугаар сар","3 дугаар сар","4 дүгээр сар","5 дугаар сар","6 дугаар сар","7 дугаар сар","8 дугаар сар","9 дүгээр сар","10 дугаар сар","11 дүгээр сар","12 дугаар сар"],namesAbbr:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'.",F:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'. HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d.",M:"MMMM d.",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'оны' MMMM",Y:"yyyy 'оны' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-MN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-MN.min.js deleted file mode 100644 index b2a764c53..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-MN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mn-MN"]={name:"mn-MN",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Tugrik",abbr:"MNT",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₮"}},calendars:{standard:{days:{names:["Ням","Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба"],namesAbbr:["Ня","Да","Мя","Лха","Пү","Ба","Бя"],namesShort:["Ня","Да","Мя","Лх","Пү","Ба","Бя"]},months:{names:["1 дүгээр сар","2 дугаар сар","3 дугаар сар","4 дүгээр сар","5 дугаар сар","6 дугаар сар","7 дугаар сар","8 дугаар сар","9 дүгээр сар","10 дугаар сар","11 дүгээр сар","12 дугаар сар"],namesAbbr:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'.",F:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'. HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d.",M:"MMMM d.",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'оны' MMMM",Y:"yyyy 'оны' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn-MN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-CN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-CN.min.js deleted file mode 100644 index e7bddb146..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-CN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mn-Mong-CN"]={name:"mn-Mong-CN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"PRC Renminbi",abbr:"CNY",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"¥"}},calendars:{standard:{days:{names:["ᠭᠠᠷᠠᠭ ᠤᠨ ᠡᠳᠦᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠨᠢᠭᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠬᠣᠶᠠᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠭᠤᠷᠪᠠᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠳᠥᠷᠪᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠲᠠᠪᠤᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠵᠢᠷᠭᠤᠭᠠᠨ"],namesAbbr:["ᠭᠠᠷᠠᠭ ᠤᠨ ᠡᠳᠦᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠨᠢᠭᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠬᠣᠶᠠᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠭᠤᠷᠪᠠᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠳᠥᠷᠪᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠲᠠᠪᠤᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠵᠢᠷᠭᠤᠭᠠᠨ"],namesShort:["ᠭ᠗","ᠭ᠑","ᠭ᠒","ᠭ᠓","ᠭ᠔","ᠭ᠕","ᠭ᠖"]},months:{names:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"],namesAbbr:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"]},AM:[""],PM:[""],patterns:{d:"yyyy/M/d",D:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd",F:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"MMMM dᠡᠳᠦᠷ",M:"MMMM dᠡᠳᠦᠷ",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyyᠣᠨ MMMM",Y:"yyyyᠣᠨ MMMM"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn-Mong-CN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-MN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-MN.min.js deleted file mode 100644 index 7ea8de504..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong-MN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mn-Mong-MN"]={name:"mn-Mong-MN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"Tugrik",abbr:"MNT",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"₮"}},calendars:{standard:{days:{names:["ᠨᠢᠮ᠎ᠠ","ᠳᠠᠸᠠ","ᠮᠢᠭᠮᠠᠷ","ᡀᠠᠭᠪᠠ","ᠫᠦᠷᠪᠦ","ᠪᠠᠰᠠᠩ","ᠪᠢᠮᠪᠠ"],namesAbbr:["ᠨᠢᠮ᠎ᠠ","ᠳᠠᠸᠠ","ᠮᠢᠭᠮᠠᠷ","ᡀᠠᠭᠪᠠ","ᠫᠦᠷᠪᠦ","ᠪᠠᠰᠠᠩ","ᠪᠢᠮᠪᠠ"],namesShort:["ᠨ","ᠳ","ᠮ","ᡀ","ᠫ","ᠪ","ᠪ"]},months:{names:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"],namesAbbr:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"]},AM:[""],PM:[""],patterns:{d:"yyyy/M/d",D:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd",F:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"MMMM dᠡᠳᠦᠷ",M:"MMMM dᠡᠳᠦᠷ",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyyᠣᠨ MMMM",Y:"yyyyᠣᠨ MMMM"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn-Mong-MN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong.min.js deleted file mode 100644 index b94c6a79b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn-Mong.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mn-Mong"]={name:"mn-Mong",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3,0],symbol:"¥"}},calendars:{standard:{days:{names:["ᠭᠠᠷᠠᠭ ᠤᠨ ᠡᠳᠦᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠨᠢᠭᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠬᠣᠶᠠᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠭᠤᠷᠪᠠᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠳᠥᠷᠪᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠲᠠᠪᠤᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠵᠢᠷᠭᠤᠭᠠᠨ"],namesAbbr:["ᠭᠠᠷᠠᠭ ᠤᠨ ᠡᠳᠦᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠨᠢᠭᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠬᠣᠶᠠᠷ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠭᠤᠷᠪᠠᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠳᠥᠷᠪᠡᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠲᠠᠪᠤᠨ","ᠭᠠᠷᠠᠭ ᠤᠨ ᠵᠢᠷᠭᠤᠭᠠᠨ"],namesShort:["ᠭ᠗","ᠭ᠑","ᠭ᠒","ᠭ᠓","ᠭ᠔","ᠭ᠕","ᠭ᠖"]},months:{names:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"],namesAbbr:["ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠭᠤᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠦᠷᠪᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠠᠪᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠵᠢᠷᠭᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠲᠤᠯᠤᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠨᠠᠢᠮᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠶᠢᠰᠦᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠨᠢᠭᠡᠳᠦᠭᠡᠷ ᠰᠠᠷ᠎ᠠ","ᠠᠷᠪᠠᠨ ᠬᠤᠶ᠋ᠠᠳᠤᠭᠠᠷ ᠰᠠᠷ᠎ᠠ"]},AM:[""],PM:[""],patterns:{d:"yyyy/M/d",D:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd",F:"yyyyᠣᠨ MMMM dᠡᠳᠦᠷ᠂ dddd H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"MMMM dᠡᠳᠦᠷ",M:"MMMM dᠡᠳᠦᠷ",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyyᠣᠨ MMMM",Y:"yyyyᠣᠨ MMMM"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn-Mong.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn.min.js deleted file mode 100644 index abf72c22e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.mn={name:"mn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₮"}},calendars:{standard:{days:{names:["Ням","Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба"],namesAbbr:["Ня","Да","Мя","Лха","Пү","Ба","Бя"],namesShort:["Ня","Да","Мя","Лх","Пү","Ба","Бя"]},months:{names:["1 дүгээр сар","2 дугаар сар","3 дугаар сар","4 дүгээр сар","5 дугаар сар","6 дугаар сар","7 дугаар сар","8 дугаар сар","9 дүгээр сар","10 дугаар сар","11 дүгээр сар","12 дугаар сар"],namesAbbr:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'.",F:"yyyy 'оны' M'-р сарын' d. dddd 'гариг'. HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d.",M:"MMMM d.",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'оны' MMMM",Y:"yyyy 'оны' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh-CA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh-CA.min.js deleted file mode 100644 index 1da5ec6b6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh-CA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["moh-CA"]={name:"moh-CA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Canadian Dollar",abbr:"CAD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Awentatokentì:ke","Awentataón'ke","Ratironhia'kehronòn:ke","Soséhne","Okaristiiáhne","Ronwaia'tanentaktonhne","Entákta"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["S","M","T","W","T","F","S"]},months:{names:["Tsothohrkó:Wa","Enniska","Enniskó:Wa","Onerahtókha","Onerahtohkó:Wa","Ohiari:Ha","Ohiarihkó:Wa","Seskéha","Seskehkó:Wa","Kenténha","Kentenhkó:Wa","Tsothóhrha"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.moh-CA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh.min.js deleted file mode 100644 index 4956b5d9e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.moh.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures.moh={name:"moh",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Awentatokentì:ke","Awentataón'ke","Ratironhia'kehronòn:ke","Soséhne","Okaristiiáhne","Ronwaia'tanentaktonhne","Entákta"],namesAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],namesShort:["S","M","T","W","T","F","S"]},months:{names:["Tsothohrkó:Wa","Enniska","Enniskó:Wa","Onerahtókha","Onerahtohkó:Wa","Ohiari:Ha","Ohiarihkó:Wa","Seskéha","Seskehkó:Wa","Kenténha","Kentenhkó:Wa","Tsothóhrha"],namesAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.moh.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr-IN.min.js deleted file mode 100644 index 8ba00736b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["mr-IN"]={name:"mr-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":"`",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],namesAbbr:["रवि.","सोम.","मंगळ.","बुध.","गुरु.","शुक्र.","शनि."],namesShort:["र","सो","मं","बु","गु","शु","श"]},months:{names:["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],namesAbbr:["जाने.","फेब्रु.","मार्च","एप्रि","मे","जून","जुलै","ऑग.","सप्टें.","ऑक्टो.","नोव्हें.","डिसें."]},AM:["म.पू.","म.पू.","म.पू."],PM:["म.नं.","म.नं.","म.नं."],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mr-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr.min.js deleted file mode 100644 index cd1e60186..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.mr={name:"mr",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":"`",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],namesAbbr:["रवि.","सोम.","मंगळ.","बुध.","गुरु.","शुक्र.","शनि."],namesShort:["र","सो","मं","बु","गु","शु","श"]},months:{names:["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],namesAbbr:["जाने.","फेब्रु.","मार्च","एप्रि","मे","जून","जुलै","ऑग.","सप्टें.","ऑक्टो.","नोव्हें.","डिसें."]},AM:["म.पू.","म.पू.","म.पू."],PM:["म.नं.","म.नं.","म.नं."],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-BN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-BN.min.js deleted file mode 100644 index 001af8531..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-BN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["ms-BN"]={name:"ms-BN",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Brunei Dollar",abbr:"BND",pattern:["($n)","$n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],namesAbbr:["Ahad","Isnin","Sel","Rabu","Khamis","Jumaat","Sabtu"],namesShort:["A","I","S","R","K","J","S"]},months:{names:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],namesAbbr:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sept","Okt","Nov","Dis"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ms-BN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-MY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-MY.min.js deleted file mode 100644 index 2ea9a3e84..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms-MY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,e){kendo.cultures["ms-MY"]={name:"ms-MY",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Malaysian Ringgit",abbr:"MYR",pattern:["($n)","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"RM"}},calendars:{standard:{days:{names:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],namesAbbr:["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],namesShort:["A","I","S","R","K","J","S"]},months:{names:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],namesAbbr:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sept","Okt","Nov","Dis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ms-MY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms.min.js deleted file mode 100644 index 814e46b96..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ms.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.ms={name:"ms",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"RM"}},calendars:{standard:{days:{names:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],namesAbbr:["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],namesShort:["A","I","S","R","K","J","S"]},months:{names:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],namesAbbr:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogos","Sept","Okt","Nov","Dis"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ms.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt-MT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt-MT.min.js deleted file mode 100644 index 4c55471c5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt-MT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["mt-MT"]={name:"mt-MT",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],namesAbbr:["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],namesShort:["Ħd","Tn","Tl","Er","Ħm","Ġi","Si"]},months:{names:["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"],namesAbbr:["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d' ta' 'MMMM yyyy",F:"dddd, d' ta' 'MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d' ta' 'MMMM",M:"d' ta' 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mt-MT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt.min.js deleted file mode 100644 index 830ade7bc..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.mt.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures.mt={name:"mt",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],namesAbbr:["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],namesShort:["Ħd","Tn","Tl","Er","Ħm","Ġi","Si"]},months:{names:["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"],namesAbbr:["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d' ta' 'MMMM yyyy",F:"dddd, d' ta' 'MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d' ta' 'MMMM",M:"d' ta' 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.mt.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my-MM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my-MM.min.js deleted file mode 100644 index 4e80e8d5f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my-MM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["my-MM"]={name:"my-MM",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Myanmar Kyat",abbr:"MMK",pattern:["-$ n","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"K"}},calendars:{standard:{days:{names:["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],namesAbbr:["နွေ","လာ","ဂါ","ဟူး","တေး","ကြာ","နေ"],namesShort:["နွေ","လာ","ဂါ","ဟူး","တေး","ကြာ","နေ"]},months:{names:["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","ဩဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"],namesAbbr:["ဇန်","ဖေ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူ","ဩဂု","စက်တ","အောက်","နိုဝင်","ဒီဇင်"]},AM:["နံနက်","နံနက်","နံနက်"],PM:["ညနေ","ညနေ","ညနေ"],patterns:{d:"dd-MM-yyyy",D:"yyyy MMMM d",F:"yyyy MMMM d HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.my-MM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my.min.js deleted file mode 100644 index b36482fd3..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.my.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.my={name:"my",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"K"}},calendars:{standard:{days:{names:["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],namesAbbr:["နွေ","လာ","ဂါ","ဟူး","တေး","ကြာ","နေ"],namesShort:["နွေ","လာ","ဂါ","ဟူး","တေး","ကြာ","နေ"]},months:{names:["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","ဩဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"],namesAbbr:["ဇန်","ဖေ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူ","ဩဂု","စက်တ","အောက်","နိုဝင်","ဒီဇင်"]},AM:["နံနက်","နံနက်","နံနက်"],PM:["ညနေ","ညနေ","ညနေ"],patterns:{d:"dd-MM-yyyy",D:"yyyy MMMM d",F:"yyyy MMMM d HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.my.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb-NO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb-NO.min.js deleted file mode 100644 index a5bacc173..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb-NO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["nb-NO"]={name:"nb-NO",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Norwegian Krone",abbr:"NOK",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],namesAbbr:["søn","man","tir","ons","tor","fre","lør"],namesShort:["sø","ma","ti","on","to","fr","lø"]},months:{names:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nb-NO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb.min.js deleted file mode 100644 index c07026efc..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nb.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures.nb={name:"nb",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],namesAbbr:["søn","man","tir","ons","tor","fre","lør"],namesShort:["sø","ma","ti","on","to","fr","lø"]},months:{names:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nb.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-IN.min.js deleted file mode 100644 index a7a3f53f5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ne-IN"]={name:"ne-IN",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₹"}},calendars:{standard:{days:{names:["आइतवार","सोमवार","मङ्गलवार","बुधवार","बिहीवार","शुक्रवार","शनिवार"],namesAbbr:["आइत","सोम","मङ्गल","बुध","बिही","शुक्र","शनि"],namesShort:["आइत","सोम","मङ्गल","बुध","बिही","शुक्र","शनि"]},months:{names:["जनवरी","फरवरी","मार्च","अप्रेल","मई","जुन","जुलाई","अगस्त","सेप्टेम्बर","अक्टोबर","नोभेम्बर","दिसम्बर"],namesAbbr:["जन","फेब","मार्च","अप्रि","मे","जुन","जुला","अग","सेप्ट","अक्टो","नोभे","डिसे"]},AM:["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],PM:["अपराह्न","अपराह्न","अपराह्न"],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM d, dddd",F:"yyyy MMMM d, dddd HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ne-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-NP.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-NP.min.js deleted file mode 100644 index 3d95a5558..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne-NP.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,e){kendo.cultures["ne-NP"]={name:"ne-NP",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Nepalese Rupees",abbr:"NPR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"रु"}},calendars:{standard:{days:{names:["आइतवार","सोमवार","मङ्गलवार","बुधवार","बिहीवार","शुक्रवार","शनिवार"],namesAbbr:["आइत","सोम","मङ्गल","बुध","बिही","शुक्र","शनि"],namesShort:["आ","सो","म","बु","बि","शु","श"]},months:{names:["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जून","जुलाई","अगस्त","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],namesAbbr:["जन","फेब","मार्च","अप्रिल","मे","जून","जुलाई","अग","सेप्ट","अक्ट","नोभ","डिस"]},AM:["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],PM:["अपराह्न","अपराह्न","अपराह्न"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ne-NP.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne.min.js deleted file mode 100644 index 106bb1d3d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ne.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.ne={name:"ne",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"रु"}},calendars:{standard:{days:{names:["आइतवार","सोमवार","मङ्गलवार","बुधवार","बिहीवार","शुक्रवार","शनिवार"],namesAbbr:["आइत","सोम","मङ्गल","बुध","बिही","शुक्र","शनि"],namesShort:["आ","सो","म","बु","बि","शु","श"]},months:{names:["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जून","जुलाई","अगस्त","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],namesAbbr:["जन","फेब","मार्च","अप्रिल","मे","जून","जुलाई","अग","सेप्ट","अक्ट","नोभ","डिस"]},AM:["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],PM:["अपराह्न","अपराह्न","अपराह्न"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ne.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-BE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-BE.min.js deleted file mode 100644 index 0b5d5f0f6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-BE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["nl-BE"]={name:"nl-BE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],namesAbbr:["zo","ma","di","wo","do","vr","za"],namesShort:["zo","ma","di","wo","do","vr","za"]},months:{names:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],namesAbbr:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy H:mm:ss",g:"d/MM/yyyy H:mm",G:"d/MM/yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nl-BE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-NL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-NL.min.js deleted file mode 100644 index 82f284499..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl-NL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["nl-NL"]={name:"nl-NL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],namesAbbr:["zo","ma","di","wo","do","vr","za"],namesShort:["zo","ma","di","wo","do","vr","za"]},months:{names:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],namesAbbr:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d-M-yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"d-M-yyyy HH:mm",G:"d-M-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nl-NL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl.min.js deleted file mode 100644 index 14af0c65e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.nl={name:"nl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],namesAbbr:["zo","ma","di","wo","do","vr","za"],namesShort:["zo","ma","di","wo","do","vr","za"]},months:{names:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],namesAbbr:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d-M-yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"d-M-yyyy HH:mm",G:"d-M-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn-NO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn-NO.min.js deleted file mode 100644 index dabe2f08a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn-NO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["nn-NO"]={name:"nn-NO",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Norwegian Krone",abbr:"NOK",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],namesAbbr:["søn","mån","tys","ons","tor","fre","lau"],namesShort:["sø","må","ty","on","to","fr","la"]},months:{names:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nn-NO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn.min.js deleted file mode 100644 index 6b6040d04..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures.nn={name:"nn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],namesAbbr:["søn","mån","tys","ons","tor","fre","lau"],namesShort:["sø","må","ty","on","to","fr","la"]},months:{names:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.no.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.no.min.js deleted file mode 100644 index cf2ce8923..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.no.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures.no={name:"no",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],namesAbbr:["søn","man","tir","ons","tor","fre","lør"],namesShort:["sø","ma","ti","on","to","fr","lø"]},months:{names:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],namesAbbr:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.no.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo-GN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo-GN.min.js deleted file mode 100644 index bdbc73d3e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo-GN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["nqo-GN"]={name:"nqo-GN",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["%-n","%n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Guinea Francs",abbr:"GNF",pattern:["n- $","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ߖߕ."}},calendars:{standard:{days:{names:["ߞߊ߯ߙߌ","ߞߐ߬ߓߊ߬ߟߏ߲","ߞߐ߬ߟߏ߲","ߞߎߣߎ߲ߟߏ߲","ߓߌߟߏ߲","ߛߌ߬ߣߌ߲߬ߟߏ߲","ߞߍ߲ߘߍߟߏ߲"],namesAbbr:["ߞߊ߯ߙ","ߞߐ߬ߓ","ߞߐ߬ߟ","ߞߎߣ","ߓߌߟ","ߛߌ߬ߣ","ߞߍ߲ߘ"],namesShort:["ߞߊ","ߞߐ","ߞߟ","ߞߎ","ߓߌ","ߛߌ","ߞߍ"]},months:{names:["ߓߌ߲ߠߊߥߎߟߋ߲","ߞߏ߲ߞߏߜߍ","ߕߙߊߓߊ","ߞߏ߲ߞߏߘߌ߬ߓߌ","ߘߓߊ߬ߕߊ","ߥߊ߬ߛߌߥߊ߬ߙߊ","ߞߊ߬ߙߌߝߐ߭","ߘߓߊ߬ߓߌߟߊ","ߕߎߟߊߝߌ߲","ߞߏ߲ߓߌߕߌ߮","ߣߍߣߍߓߊ","ߞߏ߬ߟߌ߲߬ߞߏߟߌ߲"],namesAbbr:["ߓߌ߲ߠ","ߞߏ߲ߞ","ߕߙߊ","ߞߏ߲ߘ","ߘߓߕ","ߥߊ߬ߛ","ߞߊ߬ߙ","ߘߓߊ߬","ߕߎߟ","ߞߏ߲ߓ","ߣߍߣ","ߞߏ߬ߟ"]},AM:["ߛ","ߛ","ߛ"],PM:["ߥ","ߥ","ߥ"],patterns:{d:"dd/MM/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy tt hh:mm:ss",g:"dd/MM/yyyy tt hh:mm",G:"dd/MM/yyyy tt hh:mm:ss",m:"MMMM ߕߟߋ߬ dd",M:"MMMM ߕߟߋ߬ dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt hh:mm",T:"tt hh:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.nqo-GN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo.min.js deleted file mode 100644 index 861ec8248..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nqo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.nqo={name:"nqo",numberFormat:{pattern:["n-"],decimals:3,",":",",".":".",groupSize:[3],percent:{pattern:["%-n","%n"],decimals:3,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["n- $","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ߖߕ."}},calendars:{standard:{days:{names:["ߞߊ߯ߙߌ","ߞߐ߬ߓߊ߬ߟߏ߲","ߞߐ߬ߟߏ߲","ߞߎߣߎ߲ߟߏ߲","ߓߌߟߏ߲","ߛߌ߬ߣߌ߲߬ߟߏ߲","ߞߍ߲ߘߍߟߏ߲"],namesAbbr:["ߞߊ߯ߙ","ߞߐ߬ߓ","ߞߐ߬ߟ","ߞߎߣ","ߓߌߟ","ߛߌ߬ߣ","ߞߍ߲ߘ"],namesShort:["ߞߊ","ߞߐ","ߞߟ","ߞߎ","ߓߌ","ߛߌ","ߞߍ"]},months:{names:["ߓߌ߲ߠߊߥߎߟߋ߲","ߞߏ߲ߞߏߜߍ","ߕߙߊߓߊ","ߞߏ߲ߞߏߘߌ߬ߓߌ","ߘߓߊ߬ߕߊ","ߥߊ߬ߛߌߥߊ߬ߙߊ","ߞߊ߬ߙߌߝߐ߭","ߘߓߊ߬ߓߌߟߊ","ߕߎߟߊߝߌ߲","ߞߏ߲ߓߌߕߌ߮","ߣߍߣߍߓߊ","ߞߏ߬ߟߌ߲߬ߞߏߟߌ߲"],namesAbbr:["ߓߌ߲ߠ","ߞߏ߲ߞ","ߕߙߊ","ߞߏ߲ߘ","ߘߓߕ","ߥߊ߬ߛ","ߞߊ߬ߙ","ߘߓߊ߬","ߕߎߟ","ߞߏ߲ߓ","ߣߍߣ","ߞߏ߬ߟ"]},AM:["ߛ","ߛ","ߛ"],PM:["ߥ","ߥ","ߥ"],patterns:{d:"dd/MM/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy tt hh:mm:ss",g:"dd/MM/yyyy tt hh:mm",G:"dd/MM/yyyy tt hh:mm:ss",m:"MMMM ߕߟߋ߬ dd",M:"MMMM ߕߟߋ߬ dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt hh:mm",T:"tt hh:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.nqo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso-ZA.min.js deleted file mode 100644 index 0f1c3cffd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["nso-ZA"]={name:"nso-ZA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Lamorena","Mošupologo","Labobedi","Laboraro","Labone","Labohlano","Mokibelo"],namesAbbr:["Lam","Moš","Lbb","Lbr","Lbn","Lbh","Mok"],namesShort:["La","Mo","Lb","Lr","Ln","Lh","Mk"]},months:{names:["Janaware","Feberware","Matšhe","Aprele","Mei","June","Julae","Agostose","Setemere","Oktoboro","Nofemere","Disemere"],namesAbbr:["Jan","Feb","Matš","Apr","Mei","June","Julae","Agost","Set","Oky","Nof","Dis"]},AM:["MS","ms","MS"],PM:["TP","tp","TP"],patterns:{d:"dd/MM/yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nso-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso.min.js deleted file mode 100644 index 1793e6b93..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.nso.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.nso={name:"nso",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Lamorena","Mošupologo","Labobedi","Laboraro","Labone","Labohlano","Mokibelo"],namesAbbr:["Lam","Moš","Lbb","Lbr","Lbn","Lbh","Mok"],namesShort:["La","Mo","Lb","Lr","Ln","Lh","Mk"]},months:{names:["Janaware","Feberware","Matšhe","Aprele","Mei","June","Julae","Agostose","Setemere","Oktoboro","Nofemere","Disemere"],namesAbbr:["Jan","Feb","Matš","Apr","Mei","June","Julae","Agost","Set","Oky","Nof","Dis"]},AM:["MS","ms","MS"],PM:["TP","tp","TP"],patterns:{d:"dd/MM/yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.nso.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc-FR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc-FR.min.js deleted file mode 100644 index fba4d7894..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc-FR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,e){kendo.cultures["oc-FR"]={name:"oc-FR",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimenge","diluns","dimarts","dimècres","dijòus","divendres","dissabte"],namesAbbr:["dg.","dl.","dma.","dmc.","dj.","dv.","ds."],namesShort:["dg","dl","da","dc","dj","dv","ds"]},months:{names:["genièr","febrièr","març","abril","mai","junh","julhet","agost","setembre","octobre","novembre","decembre"],namesAbbr:["gen.","feb.","març","abr.","mai","junh","julh","ag.","set.","oct.","nov.","dec."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM' de 'yyyy",F:"dddd d MMMM' de 'yyyy HH.mm.ss",g:"dd/MM/yyyy HH' h 'mm",G:"dd/MM/yyyy HH.mm.ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH' h 'mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.oc-FR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc.min.js deleted file mode 100644 index ff86e4e9c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.oc.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,e){kendo.cultures.oc={name:"oc",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["dimenge","diluns","dimarts","dimècres","dijòus","divendres","dissabte"],namesAbbr:["dg.","dl.","dma.","dmc.","dj.","dv.","ds."],namesShort:["dg","dl","da","dc","dj","dv","ds"]},months:{names:["genièr","febrièr","març","abril","mai","junh","julhet","agost","setembre","octobre","novembre","decembre"],namesAbbr:["gen.","feb.","març","abr.","mai","junh","julh","ag.","set.","oct.","nov.","dec."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM' de 'yyyy",F:"dddd d MMMM' de 'yyyy HH.mm.ss",g:"dd/MM/yyyy HH' h 'mm",G:"dd/MM/yyyy HH.mm.ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH' h 'mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.oc.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om-ET.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om-ET.min.js deleted file mode 100644 index 308374dbf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om-ET.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,d){kendo.cultures["om-ET"]={name:"om-ET",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Ethiopian Birr",abbr:"ETB",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Br"}},calendars:{standard:{days:{names:["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],namesAbbr:["Dil","Wix","Qib","Rob","Kam","Jim","San"],namesShort:["Dil","Wix","Qib","Rob","Kam","Jim","San"]},months:{names:["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"],namesAbbr:["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"]},AM:["WD","wd","WD"],PM:["WB","wb","WB"],patterns:{d:"dd/MM/yy",D:"dddd, MMMM d, yyyy",F:"dddd, MMMM d, yyyy h:mm:ss tt",g:"dd/MM/yy h:mm tt",G:"dd/MM/yy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.om-ET.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om.min.js deleted file mode 100644 index 12cf46a4a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.om.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,d){kendo.cultures.om={name:"om",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Br"}},calendars:{standard:{days:{names:["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],namesAbbr:["Dil","Wix","Qib","Rob","Kam","Jim","San"],namesShort:["Dil","Wix","Qib","Rob","Kam","Jim","San"]},months:{names:["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"],namesAbbr:["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"]},AM:["WD","wd","WD"],PM:["WB","wb","WB"],patterns:{d:"dd/MM/yy",D:"dddd, MMMM d, yyyy",F:"dddd, MMMM d, yyyy h:mm:ss tt",g:"dd/MM/yy h:mm tt",G:"dd/MM/yy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.om.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or-IN.min.js deleted file mode 100644 index e100f82ca..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["or-IN"]={name:"or-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],namesAbbr:["ରବି.","ସୋମ.","ମଙ୍ଗଳ.","ବୁଧ.","ଗୁରୁ.","ଶୁକ୍ର.","ଶନି."],namesShort:["ର","ସୋ","ମ","ବୁ","ଗୁ","ଶୁ","ଶ"]},months:{names:["ଜାନୁୟାରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଏପ୍ରିଲ୍‌","ମେ","ଜୁନ୍‌","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],namesAbbr:["ଜାନୁୟାରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଏପ୍ରିଲ୍‌","ମେ","ଜୁନ୍‌","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.or-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or.min.js deleted file mode 100644 index 861f886b5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.or.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,y){kendo.cultures.or={name:"or",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],namesAbbr:["ରବି.","ସୋମ.","ମଙ୍ଗଳ.","ବୁଧ.","ଗୁରୁ.","ଶୁକ୍ର.","ଶନି."],namesShort:["ର","ସୋ","ମ","ବୁ","ଗୁ","ଶୁ","ଶ"]},months:{names:["ଜାନୁୟାରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଏପ୍ରିଲ୍‌","ମେ","ଜୁନ୍‌","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],namesAbbr:["ଜାନୁୟାରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଏପ୍ରିଲ୍‌","ମେ","ଜୁନ୍‌","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.or.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab-PK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab-PK.min.js deleted file mode 100644 index e1496a36c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab-PK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,d){kendo.cultures["pa-Arab-PK"]={name:"pa-Arab-PK",numberFormat:{pattern:["- n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["% n-","% n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Pakistan Rupee",abbr:"PKR",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["پير","منگل","بدھ","جمعرات","جمعه","هفته","اتوار"],namesAbbr:["پير","منگل","بدھ","جمعرات","جمعه","هفته","اتوار"],namesShort:["پ","م","ب","ج","ج","ه","ا"]},months:{names:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],namesAbbr:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd h.mm.ss tt",g:"dd-MM-yy h.mm tt",G:"dd-MM-yy h.mm.ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h.mm tt",T:"h.mm.ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pa-Arab-PK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab.min.js deleted file mode 100644 index e625b15f5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-Arab.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,d){kendo.cultures["pa-Arab"]={name:"pa-Arab",numberFormat:{pattern:["- n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["% n-","% n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["پير","منگل","بدھ","جمعرات","جمعه","هفته","اتوار"],namesAbbr:["پير","منگل","بدھ","جمعرات","جمعه","هفته","اتوار"],namesShort:["پ","م","ب","ج","ج","ه","ا"]},months:{names:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],namesAbbr:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd h.mm.ss tt",g:"dd-MM-yy h.mm tt",G:"dd-MM-yy h.mm.ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h.mm tt",T:"h.mm.ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pa-Arab.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-IN.min.js deleted file mode 100644 index 191417216..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,n){kendo.cultures["pa-IN"]={name:"pa-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],namesAbbr:["ਐਤ.","ਸੋਮ.","ਮੰਗਲ.","ਬੁੱਧ.","ਵੀਰ.","ਸ਼ੁਕਰ.","ਸ਼ਨਿੱਚਰ."],namesShort:["ਐ","ਸ","ਮ","ਬ","ਵ","ਸ਼ੁ","ਸ਼"]},months:{names:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"],namesAbbr:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]},AM:["ਸਵੇਰ","ਸਵੇਰ","ਸਵੇਰ"],PM:["ਸ਼ਾਮ","ਸ਼ਾਮ","ਸ਼ਾਮ"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd tt hh:mm:ss",g:"dd-MM-yy tt hh:mm",G:"dd-MM-yy tt hh:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt hh:mm",T:"tt hh:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pa-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa.min.js deleted file mode 100644 index 23b03475e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pa.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(d){"function"==typeof define&&define.amd?define(["kendo.core.min"],d):d()}(function(){!function(d,y){kendo.cultures.pa={name:"pa",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],namesAbbr:["ਐਤ.","ਸੋਮ.","ਮੰਗਲ.","ਬੁੱਧ.","ਵੀਰ.","ਸ਼ੁਕਰ.","ਸ਼ਨਿੱਚਰ."],namesShort:["ਐ","ਸ","ਮ","ਬ","ਵ","ਸ਼ੁ","ਸ਼"]},months:{names:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"],namesAbbr:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]},AM:["ਸਵੇਰ","ਸਵੇਰ","ਸਵੇਰ"],PM:["ਸ਼ਾਮ","ਸ਼ਾਮ","ਸ਼ਾਮ"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd tt hh:mm:ss",g:"dd-MM-yy tt hh:mm",G:"dd-MM-yy tt hh:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt hh:mm",T:"tt hh:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pa.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl-PL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl-PL.min.js deleted file mode 100644 index 89380ac10..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl-PL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["pl-PL"]={name:"pl-PL",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Polish Zloty",abbr:"PLN",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"zł"}},calendars:{standard:{days:{names:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],namesAbbr:["N","Pn","Wt","Śr","Cz","Pt","So"],namesShort:["N","Pn","Wt","Śr","Cz","Pt","So"]},months:{names:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],namesAbbr:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pl-PL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl.min.js deleted file mode 100644 index 1ab612eb1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.pl={name:"pl",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"zł"}},calendars:{standard:{days:{names:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],namesAbbr:["N","Pn","Wt","Śr","Cz","Pt","So"],namesShort:["N","Pn","Wt","Śr","Cz","Pt","So"]},months:{names:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],namesAbbr:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"d MMMM yyyy",F:"d MMMM yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs-AF.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs-AF.min.js deleted file mode 100644 index 1bda0c781..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs-AF.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["prs-AF"]={name:"prs-AF",numberFormat:{pattern:["n-"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["%n-","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Afghani",abbr:"AFN",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"؋"}},calendars:{standard:{days:{names:["یکشنبه","دوشنبه","سه‌ شنبه","چهار شنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["یکشنبه","دوشنبه","سه‌ شنبه","چهار شنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["محرّم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثاني","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"],namesAbbr:["محرّم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثاني","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"]},AM:["غ.م","غ.م","غ.م"],PM:["غ.و","غ.و","غ.و"],patterns:{d:"yyyy/M/d",D:"yyyy, dd, MMMM, dddd",F:"yyyy, dd, MMMM, dddd h:mm:ss tt",g:"yyyy/M/d h:mm tt",G:"yyyy/M/d h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.prs-AF.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs.min.js deleted file mode 100644 index cecc7bc0e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.prs.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.prs={name:"prs",numberFormat:{pattern:["n-"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["%n-","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"؋"}},calendars:{standard:{days:{names:["یکشنبه","دوشنبه","سه‌ شنبه","چهار شنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["یکشنبه","دوشنبه","سه‌ شنبه","چهار شنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["محرّم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثاني","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"],namesAbbr:["محرّم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثاني","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"]},AM:["غ.م","غ.م","غ.م"],PM:["غ.و","غ.و","غ.و"],patterns:{d:"yyyy/M/d",D:"yyyy, dd, MMMM, dddd",F:"yyyy, dd, MMMM, dddd h:mm:ss tt",g:"yyyy/M/d h:mm tt",G:"yyyy/M/d h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.prs.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps-AF.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps-AF.min.js deleted file mode 100644 index 50c73659d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps-AF.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ps-AF"]={name:"ps-AF",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["%n-","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Afghani",abbr:"AFN",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"؋"}},calendars:{standard:{days:{names:["یکشنبه","دوشنبه","سه‌شنبه","چارشنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["یکشنبه","دوشنبه","سه‌شنبه","چارشنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["محرم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثانى","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"],namesAbbr:["محرم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثانى","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"]},AM:["غ.م","غ.م","غ.م"],PM:["غ.و","غ.و","غ.و"],patterns:{d:"yyyy/M/d",D:"yyyy, dd, MMMM, dddd",F:"yyyy, dd, MMMM, dddd h:mm:ss tt",g:"yyyy/M/d h:mm tt",G:"yyyy/M/d h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ps-AF.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps.min.js deleted file mode 100644 index 0a9b58e76..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ps.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.ps={name:"ps",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["%n-","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"؋"}},calendars:{standard:{days:{names:["یکشنبه","دوشنبه","سه‌شنبه","چارشنبه","پنجشنبه","جمعه","شنبه"],namesAbbr:["یکشنبه","دوشنبه","سه‌شنبه","چارشنبه","پنجشنبه","جمعه","شنبه"],namesShort:["ی","د","س","چ","پ","ج","ش"]},months:{names:["محرم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثانى","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"],namesAbbr:["محرم","صفر","ربيع الأوّل","ربيع الثاني","جمادى الأول","جمادى الثانى","رجب","شعبان","رمضان","شوّال","ذو القعدة","ذو الحجّة"]},AM:["غ.م","غ.م","غ.م"],PM:["غ.و","غ.و","غ.و"],patterns:{d:"yyyy/M/d",D:"yyyy, dd, MMMM, dddd",F:"yyyy, dd, MMMM, dddd h:mm:ss tt",g:"yyyy/M/d h:mm tt",G:"yyyy/M/d h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.ps.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-AO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-AO.min.js deleted file mode 100644 index fc7589252..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-AO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["pt-AO"]={name:"pt-AO",numberFormat:{pattern:["-n"],decimals:0,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Angolan Kwanza",abbr:"AOA",pattern:["($n)","$n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Kz"}},calendars:{standard:{days:{names:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],namesAbbr:["dom","seg","ter","qua","qui","sex","sáb"],namesShort:["dom","seg","ter","qua","qui","sex","sáb"]},months:{names:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],namesAbbr:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yy",D:"dddd, d 'de' MMMM 'de' yyyy",F:"dddd, d 'de' MMMM 'de' yyyy HH:mm:ss",g:"dd/MM/yy HH:mm",G:"dd/MM/yy HH:mm:ss",m:"dd/MMMM",M:"dd/MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM 'de' yyyy",Y:"MMMM 'de' yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.pt-AO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-BR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-BR.min.js deleted file mode 100644 index 08b5e5624..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-BR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["pt-BR"]={name:"pt-BR",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Real",abbr:"BRL",pattern:["-$ n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"R$"}},calendars:{standard:{days:{names:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],namesAbbr:["dom","seg","ter","qua","qui","sex","sáb"],namesShort:["D","S","T","Q","Q","S","S"]},months:{names:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],namesAbbr:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, d' de 'MMMM' de 'yyyy",F:"dddd, d' de 'MMMM' de 'yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.pt-BR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-PT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-PT.min.js deleted file mode 100644 index 41777195d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt-PT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["pt-PT"]={name:"pt-PT",numberFormat:{pattern:["-n"],decimals:2,",":"",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],namesAbbr:["dom","seg","ter","qua","qui","sex","sáb"],namesShort:["D","S","T","Q","Q","S","S"]},months:{names:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],namesAbbr:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"d' de 'MMMM' de 'yyyy",F:"d' de 'MMMM' de 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.pt-PT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt.min.js deleted file mode 100644 index cf7f1d13b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.pt.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures.pt={name:"pt",numberFormat:{pattern:["-n"],decimals:2,",":"",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],namesAbbr:["dom","seg","ter","qua","qui","sex","sáb"],namesShort:["D","S","T","Q","Q","S","S"]},months:{names:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],namesAbbr:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"d' de 'MMMM' de 'yyyy",F:"d' de 'MMMM' de 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.pt.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut-GT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut-GT.min.js deleted file mode 100644 index ae4fa7d6c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut-GT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["qut-GT"]={name:"qut-GT",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Guatemalan Quetzal",abbr:"GTQ",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Q"}},calendars:{standard:{days:{names:["juq'ij","kaq'ij","oxq'ij","kajq'ij","joq'ij","waqq'ij","wuqq'ij"],namesAbbr:["juq'","kaq'","oxq'","kajq'","joq'","waqq'","wuqq'"],namesShort:["ju","ka","ox","kj","jo","wa","wu"]},months:{names:["nab'e ik'","ukab' ik'","urox ik'","ukaj ik'","uro ik'","uwaq ik'","uwuq ik'","uwajxaq ik'","ub'elej ik'","ulaj ik'","ujulaj ik'","ukab'laj ik'"],namesAbbr:["nab'e","ukab'","urox","ukaj","uro","uwaq","uwuq","uwajxaq","ub'elej","ulaj","ujulaj","ukab'laj"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' rech 'MMMM' rech 'yyyy",F:"dddd, dd' rech 'MMMM' rech 'yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d' rech 'MMMM",M:"d' rech 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' rech 'yyyy",Y:"MMMM' rech 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.qut-GT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut.min.js deleted file mode 100644 index fc67bba5d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.qut.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.qut={name:"qut",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Q"}},calendars:{standard:{days:{names:["juq'ij","kaq'ij","oxq'ij","kajq'ij","joq'ij","waqq'ij","wuqq'ij"],namesAbbr:["juq'","kaq'","oxq'","kajq'","joq'","waqq'","wuqq'"],namesShort:["ju","ka","ox","kj","jo","wa","wu"]},months:{names:["nab'e ik'","ukab' ik'","urox ik'","ukaj ik'","uro ik'","uwaq ik'","uwuq ik'","uwajxaq ik'","ub'elej ik'","ulaj ik'","ujulaj ik'","ukab'laj ik'"],namesAbbr:["nab'e","ukab'","urox","ukaj","uro","uwaq","uwuq","uwajxaq","ub'elej","ulaj","ujulaj","ukab'laj"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' rech 'MMMM' rech 'yyyy",F:"dddd, dd' rech 'MMMM' rech 'yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"d' rech 'MMMM",M:"d' rech 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' rech 'yyyy",Y:"MMMM' rech 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.qut.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-BO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-BO.min.js deleted file mode 100644 index 0848edff7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-BO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["quz-BO"]={name:"quz-BO",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Boliviano",abbr:"BOB",pattern:["($ n)","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Bs."}},calendars:{standard:{days:{names:["intichaw","killachaw","atipachaw","quyllurchaw","Ch' askachaw","Illapachaw","k'uychichaw"],namesAbbr:["int","kil","ati","quy","Ch'","Ill","k'u"],namesShort:["d","k","a","m","h","b","k"]},months:{names:["Qulla puquy","Hatun puquy","Pauqar waray","ayriwa","Aymuray","Inti raymi","Anta Sitwa","Qhapaq Sitwa","Uma raymi","Kantaray","Ayamarq'a","Kapaq Raymi"],namesAbbr:["Qul","Hat","Pau","ayr","Aym","Int","Ant","Qha","Uma","Kan","Aya","Kap"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.quz-BO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-EC.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-EC.min.js deleted file mode 100644 index f73d4d87d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-EC.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["quz-EC"]={name:"quz-EC",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["$ -n","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["inti","awaki","wanra","chillay","kullka","chaska","wakma"],namesAbbr:["int","awk","wan","chy","kuk","cha","wak"],namesShort:["in","aw","wn","cy","ku","ck","wk"]},months:{names:["kulla","panchi","pawkar","ayriwa","aymuray","raymi","sitwa","karwa","kuski","wayru","sasi","kapak"],namesAbbr:["kull","pan","paw","ayr","aym","ray","sit","kar","kus","way","sas","kap"]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy H:mm:ss",g:"dd/MM/yyyy H:mm",G:"dd/MM/yyyy H:mm:ss",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.quz-EC.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-PE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-PE.min.js deleted file mode 100644 index 23b40dc67..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz-PE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["quz-PE"]={name:"quz-PE",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Peruvian Nuevo Sol",abbr:"PEN",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"S/."}},calendars:{standard:{days:{names:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],namesAbbr:["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],namesShort:["D","L","M","X","J","V","S"]},months:{names:["Qulla puquy","Hatun puquy","Pauqar waray","ayriwa","Aymuray","Inti raymi","Anta Sitwa","Qhapaq Sitwa","Uma raymi","Kantaray","Ayamarq'a","Kapaq Raymi"],namesAbbr:["Qul","Hat","Pau","ayr","Aym","Int","Ant","Qha","Uma","Kan","Aya","Kap"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM, yyyy",F:"dddd, d MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.quz-PE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz.min.js deleted file mode 100644 index d146a7363..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.quz.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.quz={name:"quz",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($ n)","$ n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Bs."}},calendars:{standard:{days:{names:["intichaw","killachaw","atipachaw","quyllurchaw","Ch' askachaw","Illapachaw","k'uychichaw"],namesAbbr:["int","kil","ati","quy","Ch'","Ill","k'u"],namesShort:["d","k","a","m","h","b","k"]},months:{names:["Qulla puquy","Hatun puquy","Pauqar waray","ayriwa","Aymuray","Inti raymi","Anta Sitwa","Qhapaq Sitwa","Uma raymi","Kantaray","Ayamarq'a","Kapaq Raymi"],namesAbbr:["Qul","Hat","Pau","ayr","Aym","Int","Ant","Qha","Uma","Kan","Aya","Kap"]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd/MM/yyyy",D:"dddd, dd' de 'MMMM' de 'yyyy",F:"dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"d' de 'MMMM",M:"d' de 'MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM' de 'yyyy",Y:"MMMM' de 'yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.quz.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm-CH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm-CH.min.js deleted file mode 100644 index 935b27e98..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm-CH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures["rm-CH"]={name:"rm-CH",numberFormat:{pattern:["-n"],decimals:2,",":"'",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"%"},currency:{name:"Swiss Franc",abbr:"CHF",pattern:["$-n","$ n"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"fr."}},calendars:{standard:{days:{names:["dumengia","glindesdi","mardi","mesemna","gievgia","venderdi","sonda"],namesAbbr:["du","gli","ma","me","gie","ve","so"],namesShort:["du","gli","ma","me","gie","ve","so"]},months:{names:["schaner","favrer","mars","avrigl","matg","zercladur","fanadur","avust","settember","october","november","december"],namesAbbr:["schan.","favr.","mars","avr.","matg","zercl.","fan.","avust","sett.","oct.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, 'ils’' d. MMMM, yyyy",F:"dddd, 'ils’' d. MMMM, yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.rm-CH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm.min.js deleted file mode 100644 index d42102459..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rm.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,d){kendo.cultures.rm={name:"rm",numberFormat:{pattern:["-n"],decimals:2,",":"'",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":"'",".":".",groupSize:[3],symbol:"fr."}},calendars:{standard:{days:{names:["dumengia","glindesdi","mardi","mesemna","gievgia","venderdi","sonda"],namesAbbr:["du","gli","ma","me","gie","ve","so"],namesShort:["du","gli","ma","me","gie","ve","so"]},months:{names:["schaner","favrer","mars","avrigl","matg","zercladur","fanadur","avust","settember","october","november","december"],namesAbbr:["schan.","favr.","mars","avr.","matg","zercl.","fan.","avust","sett.","oct.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, 'ils’' d. MMMM, yyyy",F:"dddd, 'ils’' d. MMMM, yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.rm.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-MD.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-MD.min.js deleted file mode 100644 index 6db480e1f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-MD.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["ro-MD"]={name:"ro-MD",numberFormat:{pattern:["-n"],decimals:0,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Moldovan Leu",abbr:"MDL",pattern:["-n$","n$"],decimals:2,",":".",".":",",groupSize:[3],symbol:"L"}},calendars:{standard:{days:{names:["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],namesAbbr:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],namesShort:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"]},months:{names:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],namesAbbr:["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd.MM.yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ro-MD.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-RO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-RO.min.js deleted file mode 100644 index c7aba2f88..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro-RO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,i){kendo.cultures["ro-RO"]={name:"ro-RO",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Romanian Leu",abbr:"RON",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"lei"}},calendars:{standard:{days:{names:["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],namesAbbr:["D","L","Ma","Mi","J","V","S"],namesShort:["D","L","Ma","Mi","J","V","S"]},months:{names:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],namesAbbr:["ian.","feb.","mar.","apr.","mai.","iun.","iul.","aug.","sep.","oct.","nov.","dec."]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ro-RO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro.min.js deleted file mode 100644 index 3010b8989..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ro.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,i){kendo.cultures.ro={name:"ro",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"lei"}},calendars:{standard:{days:{names:["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],namesAbbr:["D","L","Ma","Mi","J","V","S"],namesShort:["D","L","Ma","Mi","J","V","S"]},months:{names:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],namesAbbr:["ian.","feb.","mar.","apr.","mai.","iun.","iul.","aug.","sep.","oct.","nov.","dec."]},AM:["a.m.","a.m.","A.M."],PM:["p.m.","p.m.","P.M."],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ro.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-RU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-RU.min.js deleted file mode 100644 index 16dc2dd10..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-RU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ru-RU"]={name:"ru-RU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Russian Ruble",abbr:"RUB",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],namesAbbr:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],namesShort:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"]},months:{names:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy 'г.'",F:"d MMMM yyyy 'г.' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ru-RU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-UA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-UA.min.js deleted file mode 100644 index d78addeb5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru-UA.min.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){/* -* Kendo UI Web v2012.1.322 (http://kendoui.com) -* Copyright 2012 Telerik AD. All rights reserved. -* -* Kendo UI Web commercial licenses may be obtained at http://kendoui.com/web-license -* If you do not own a commercial license, this file shall be governed by the -* GNU General Public License (GPL) version 3. -* For GPL requirements, please review: http://www.gnu.org/copyleft/gpl.html -*/ -!function(y,M){kendo.cultures["ru-UA"]={name:"ru-UA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₴"}},calendars:{standard:{days:{names:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],namesAbbr:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],namesShort:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"]},months:{names:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь",""],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек",""]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy 'г.'",F:"d MMMM yyyy 'г.' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ru-UA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru.min.js deleted file mode 100644 index 555f8287e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ru.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ru={name:"ru",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],namesAbbr:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],namesShort:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"]},months:{names:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy 'г.'",F:"d MMMM yyyy 'г.' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ru.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw-RW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw-RW.min.js deleted file mode 100644 index 605aa3f97..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw-RW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,n){kendo.cultures["rw-RW"]={name:"rw-RW",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Rwandan Franc",abbr:"RWF",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"RWF"}},calendars:{standard:{days:{names:["Ku cyumweru","Ku wa mbere","Ku wa kabiri","Ku wa gatatu","Ku wa kane","Ku wa gatanu","Ku wa gatandatu"],namesAbbr:["cyu.","mbe.","kab.","gat.","kan.","gat.","gat."],namesShort:["cy","mb","ka","ga","ka","ga","ga"]},months:{names:["Mutarama","Gashyantare","Werurwe","Mata","Gicurasi","Kamena","Nyakanga","Kanama","Nzeli","Ukwakira","Ugushyingo","Ukuboza"],namesAbbr:["Mut","Gas","Wer","Mat","Gic","Kam","Nyak","Kan","Nze","Ukwak","Ugus","Ukub"]},AM:["z.m","z.m","Z.M"],PM:["z.n","z.n","Z.N"],patterns:{d:"d/MM/yyyy",D:"d ' ' MMMM ' ' yyyy",F:"d ' ' MMMM ' ' yyyy H:mm:ss",g:"d/MM/yyyy H:mm",G:"d/MM/yyyy H:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.rw-RW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw.min.js deleted file mode 100644 index 83762fc3e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.rw.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.rw={name:"rw",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"RWF"}},calendars:{standard:{days:{names:["Ku cyumweru","Ku wa mbere","Ku wa kabiri","Ku wa gatatu","Ku wa kane","Ku wa gatanu","Ku wa gatandatu"],namesAbbr:["cyu.","mbe.","kab.","gat.","kan.","gat.","gat."],namesShort:["cy","mb","ka","ga","ka","ga","ga"]},months:{names:["Mutarama","Gashyantare","Werurwe","Mata","Gicurasi","Kamena","Nyakanga","Kanama","Nzeli","Ukwakira","Ugushyingo","Ukuboza"],namesAbbr:["Mut","Gas","Wer","Mat","Gic","Kam","Nyak","Kan","Nze","Ukwak","Ugus","Ukub"]},AM:["z.m","z.m","Z.M"],PM:["z.n","z.n","Z.N"],patterns:{d:"d/MM/yyyy",D:"d ' ' MMMM ' ' yyyy",F:"d ' ' MMMM ' ' yyyy H:mm:ss",g:"d/MM/yyyy H:mm",G:"d/MM/yyyy H:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.rw.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa-IN.min.js deleted file mode 100644 index 70f597041..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["sa-IN"]={name:"sa-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवासरः","सोमवासरः","मङ्गलवासरः","बुधवासरः","गुरुवासरः","शुक्रवासरः","शनिवासरः"],namesAbbr:["रवि","सोम","मङ्ग","बुध","गुरु","शुक्र","शनि"],namesShort:["र","सो","म","बु","गु","शु","श"]},months:{names:["जान्युअरी","फेब्रुअरी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],namesAbbr:["जान्युअरी","फेब्रुअरी","मार्च","एप्रिल","मे","जुन","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]},AM:["मध्यानपूर्व","मध्यानपूर्व","मध्यानपूर्व"],PM:["मध्यानपच्यात","मध्यानपच्यात","मध्यानपच्यात"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.sa-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa.min.js deleted file mode 100644 index 268dff3f7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sa.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.sa={name:"sa",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["रविवासरः","सोमवासरः","मङ्गलवासरः","बुधवासरः","गुरुवासरः","शुक्रवासरः","शनिवासरः"],namesAbbr:["रवि","सोम","मङ्ग","बुध","गुरु","शुक्र","शनि"],namesShort:["र","सो","म","बु","गु","शु","श"]},months:{names:["जान्युअरी","फेब्रुअरी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],namesAbbr:["जान्युअरी","फेब्रुअरी","मार्च","एप्रिल","मे","जुन","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]},AM:["मध्यानपूर्व","मध्यानपूर्व","मध्यानपूर्व"],PM:["मध्यानपच्यात","मध्यानपच्यात","मध्यानपच्यात"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy dddd",F:"dd MMMM yyyy dddd HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.sa.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah-RU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah-RU.min.js deleted file mode 100644 index 2101b1ff1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah-RU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["sah-RU"]={name:"sah-RU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"Russian Ruble",abbr:"RUB",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["Өрөбүл","энидиэнньик","Оптуорунньук","Сэрэдээ","Чэппиэр","Бээтинсэ","Субуота"],namesAbbr:["Өр","Бн","Оп","Ср","Чп","Бт","Сб"],namesShort:["Өр","Бн","Оп","Ср","Чп","Бт","Сб"]},months:{names:["Тохсунньу","Олунньу","Кулун тутар","Муус устар","Ыам ыйа","Бэс ыйа","От ыйа","Атырдьах ыйа","Балаҕан ыйа","Алтынньы","Сэтинньи","Ахсынньы"],namesAbbr:["Тхс","Олн","Клн","Мсу","Ыам","Бэс","Оты","Атр","Блҕ","Алт","Сэт","Ахс"]},AM:["КИ","ки","КИ"],PM:["КК","кк","КК"],patterns:{d:"dd.MM.yyyy",D:"dddd, yyyy 'с.' MMMM d 'күнэ'",F:"dddd, yyyy 'с.' MMMM d 'күнэ' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"MMMM d 'күнэ'",M:"MMMM d 'күнэ'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'с.' MMMM",Y:"yyyy 'с.' MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sah-RU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah.min.js deleted file mode 100644 index c0d0940ba..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sah.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.sah={name:"sah",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["Өрөбүл","энидиэнньик","Оптуорунньук","Сэрэдээ","Чэппиэр","Бээтинсэ","Субуота"],namesAbbr:["Өр","Бн","Оп","Ср","Чп","Бт","Сб"],namesShort:["Өр","Бн","Оп","Ср","Чп","Бт","Сб"]},months:{names:["Тохсунньу","Олунньу","Кулун тутар","Муус устар","Ыам ыйа","Бэс ыйа","От ыйа","Атырдьах ыйа","Балаҕан ыйа","Алтынньы","Сэтинньи","Ахсынньы"],namesAbbr:["Тхс","Олн","Клн","Мсу","Ыам","Бэс","Оты","Атр","Блҕ","Алт","Сэт","Ахс"]},AM:["КИ","ки","КИ"],PM:["КК","кк","КК"],patterns:{d:"dd.MM.yyyy",D:"dddd, yyyy 'с.' MMMM d 'күнэ'",F:"dddd, yyyy 'с.' MMMM d 'күнэ' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"MMMM d 'күнэ'",M:"MMMM d 'күнэ'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'с.' MMMM",Y:"yyyy 'с.' MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sah.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab-PK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab-PK.min.js deleted file mode 100644 index 1ae420617..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab-PK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["sd-Arab-PK"]={name:"sd-Arab-PK",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","% n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Pakistan Rupee",abbr:"PKR",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر","آچر"],namesAbbr:["سو","اڱ","ار","خم","جمعو","ڇن","آچ"],namesShort:["سو","اڱ","ار","خم","جم","ڇن","آچ"]},months:{names:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"],namesAbbr:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sd-Arab-PK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab.min.js deleted file mode 100644 index df1c79640..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd-Arab.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["sd-Arab"]={name:"sd-Arab",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","% n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر","آچر"],namesAbbr:["سو","اڱ","ار","خم","جمعو","ڇن","آچ"],namesShort:["سو","اڱ","ار","خم","جم","ڇن","آچ"]},months:{names:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"],namesAbbr:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sd-Arab.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd.min.js deleted file mode 100644 index 7cfd8ade7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sd.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.sd={name:"sd",numberFormat:{pattern:["n-"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","% n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر","آچر"],namesAbbr:["سو","اڱ","ار","خم","جمعو","ڇن","آچ"],namesShort:["سو","اڱ","ار","خم","جم","ڇن","آچ"]},months:{names:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"],namesAbbr:["جنوري","فروري","مارچ","اپريل","مٔي","جون","جولاءِ","آگست","ستمبر","آکتوبر","نومبر","ڊسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sd.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-FI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-FI.min.js deleted file mode 100644 index f0b99100e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-FI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["se-FI"]={name:"se-FI",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorastat","bearjadat","lávvardat"],namesAbbr:["sotn","vuos","maŋ","gask","duor","bear","láv"],namesShort:["s","v","m","g","d","b","l"]},months:{names:["ođđajagemánu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"],namesAbbr:["ođđj","guov","njuk","cuoŋ","mies","geas","suoi","borg","čakč","golg","skáb","juov"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"dddd', 'MMMM d'. b. 'yyyy",F:"dddd', 'MMMM d'. b. 'yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.se-FI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-NO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-NO.min.js deleted file mode 100644 index 04b3a71c5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-NO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["se-NO"]={name:"se-NO",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Norwegian Krone",abbr:"NOK",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorastat","bearjadat","lávvardat"],namesAbbr:["sotn","vuos","maŋ","gask","duor","bear","láv"],namesShort:["s","v","m","g","d","b","l"]},months:{names:["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"],namesAbbr:["ođđj","guov","njuk","cuoŋ","mies","geas","suoi","borg","čakč","golg","skáb","juov"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.se-NO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-SE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-SE.min.js deleted file mode 100644 index 358122430..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se-SE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["se-SE"]={name:"se-SE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Swedish Krona",abbr:"SEK",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],namesAbbr:["sön","mán","tis","ons","tors","fre","lör"],namesShort:["s","m","t","o","t","f","l"]},months:{names:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],namesAbbr:["jan","feb","mars","april","maj","juni","juli","aug","sept","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.se-SE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se.min.js deleted file mode 100644 index 80eb0df0f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.se.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures.se={name:"se",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorastat","bearjadat","lávvardat"],namesAbbr:["sotn","vuos","maŋ","gask","duor","bear","láv"],namesShort:["s","v","m","g","d","b","l"]},months:{names:["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"],namesAbbr:["ođđj","guov","njuk","cuoŋ","mies","geas","suoi","borg","čakč","golg","skáb","juov"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.se.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si-LK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si-LK.min.js deleted file mode 100644 index 138cabd96..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si-LK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["si-LK"]={name:"si-LK",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Sri Lanka Rupee",abbr:"LKR",pattern:["($ n)","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"රු."}},calendars:{standard:{days:{names:["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්‍රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"],namesAbbr:["ඉරිදා","සඳුදා","කුජදා","බුදදා","ගුරුදා","කිවිදා","ශනිදා"],namesShort:["ඉ","ස","අ","බ","බ්‍ර","සි","සෙ"]},months:{names:["ජනවාරි","පෙබරවාරි","මාර්තු","අ‌ප්‍රේල්","මැයි","ජූනි","ජූලි","අ‌ගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"],namesAbbr:["ජන.","පෙබ.","මාර්තු.","අප්‍රේල්.","මැයි","ජූනි","ජූලි","අගෝ.","සැප්.","ඔක්.","නොවැ.","දෙසැ."]},AM:["පෙ.ව.","පෙ.ව.","පෙ.ව."],PM:["ප.ව.","ප.ව.","ප.ව."],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM' මස 'dd' වැනිදා 'dddd",F:"yyyy MMMM' මස 'dd' වැනිදා 'dddd tt h:mm:ss",g:"yyyy-MM-dd tt h:mm",G:"yyyy-MM-dd tt h:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.si-LK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si.min.js deleted file mode 100644 index dd96188e9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.si.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.si={name:"si",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["($ n)","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"රු."}},calendars:{standard:{days:{names:["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්‍රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"],namesAbbr:["ඉරිදා","සඳුදා","කුජදා","බුදදා","ගුරුදා","කිවිදා","ශනිදා"],namesShort:["ඉ","ස","අ","බ","බ්‍ර","සි","සෙ"]},months:{names:["ජනවාරි","පෙබරවාරි","මාර්තු","අ‌ප්‍රේල්","මැයි","ජූනි","ජූලි","අ‌ගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"],namesAbbr:["ජන.","පෙබ.","මාර්තු.","අප්‍රේල්.","මැයි","ජූනි","ජූලි","අගෝ.","සැප්.","ඔක්.","නොවැ.","දෙසැ."]},AM:["පෙ.ව.","පෙ.ව.","පෙ.ව."],PM:["ප.ව.","ප.ව.","ප.ව."],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM' මස 'dd' වැනිදා 'dddd",F:"yyyy MMMM' මස 'dd' වැනිදා 'dddd tt h:mm:ss",g:"yyyy-MM-dd tt h:mm",G:"yyyy-MM-dd tt h:mm:ss",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.si.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk-SK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk-SK.min.js deleted file mode 100644 index c7daf0c73..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk-SK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures["sk-SK"]={name:"sk-SK",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"EUR"}},calendars:{standard:{days:{names:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],namesAbbr:["ne","po","ut","st","št","pi","so"],namesShort:["ne","po","ut","st","št","pi","so"]},months:{names:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["dop.","dop.","DOP."],PM:["odp.","odp.","ODP."],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sk-SK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk.min.js deleted file mode 100644 index b7fbc20d4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sk.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.sk={name:"sk",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"EUR"}},calendars:{standard:{days:{names:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],namesAbbr:["ne","po","ut","st","št","pi","so"],namesShort:["ne","po","ut","st","št","pi","so"]},months:{names:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"],namesAbbr:["1","2","3","4","5","6","7","8","9","10","11","12"]},AM:["dop.","dop.","DOP."],PM:["odp.","odp.","ODP."],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sk.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl-SI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl-SI.min.js deleted file mode 100644 index 81f8bcfe4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl-SI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sl-SI"]={name:"sl-SI",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],namesAbbr:["ned","pon","tor","sre","čet","pet","sob"],namesShort:["ne","po","to","sr","če","pe","so"]},months:{names:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sl-SI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl.min.js deleted file mode 100644 index bcfed2cef..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.sl={name:"sl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],namesAbbr:["ned","pon","tor","sre","čet","pet","sob"],namesShort:["ne","po","to","sr","če","pe","so"]},months:{names:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-NO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-NO.min.js deleted file mode 100644 index 7cb8863e4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-NO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["sma-NO"]={name:"sma-NO",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Norwegian Krone",abbr:"NOK",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["aejlege","måanta","dæjsta","gaskevåhkoe","duarsta","bearjadahke","laavvardahke"],namesAbbr:["aej","måa","dæj","gask","duar","bearj","laav"],namesShort:["a","m","d","g","d","b","l"]},months:{names:["tsïengele","goevte","njoktje","voerhtje","suehpede","ruffie","snjaltje","mïetske","skïerede","golke","rahka","goeve"],namesAbbr:["tsïen","goevt","njok","voer","sueh","ruff","snja","mïet","skïer","golk","rahk","goev"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sma-NO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-SE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-SE.min.js deleted file mode 100644 index 1194397cb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma-SE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["sma-SE"]={name:"sma-SE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Swedish Krona",abbr:"SEK",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["aejlege","måanta","dæjsta","gaskevåhkoe","duarsta","bearjadahke","laavvardahke"],namesAbbr:["aej","måa","dæj","gask","duar","bearj","laav"],namesShort:["a","m","d","g","d","b","l"]},months:{names:["tsïengele","goevte","njoktje","voerhtje","suehpede","ruffie","snjaltje","mïetske","skïerede","golke","rahka","goeve"],namesAbbr:["tsïen","goevt","njok","voer","sueh","ruff","snja","mïet","skïer","golk","rahk","goev"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sma-SE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma.min.js deleted file mode 100644 index 986b5edbc..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sma.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures.sma={name:"sma",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["aejlege","måanta","dæjsta","gaskevåhkoe","duarsta","bearjadahke","laavvardahke"],namesAbbr:["aej","måa","dæj","gask","duar","bearj","laav"],namesShort:["a","m","d","g","d","b","l"]},months:{names:["tsïengele","goevte","njoktje","voerhtje","suehpede","ruffie","snjaltje","mïetske","skïerede","golke","rahka","goeve"],namesAbbr:["tsïen","goevt","njok","voer","sueh","ruff","snja","mïet","skïer","golk","rahk","goev"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sma.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-NO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-NO.min.js deleted file mode 100644 index b6046541e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-NO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["smj-NO"]={name:"smj-NO",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Norwegian Krone",abbr:"NOK",pattern:["$ -n","$ n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["sådnåbiejvve","mánnodahka","dijstahka","gasskavahkko","duorastahka","bierjjedahka","lávvodahka"],namesAbbr:["såd","mán","dis","gas","duor","bier","láv"],namesShort:["s","m","d","g","d","b","l"]},months:{names:["ådåjakmánno","guovvamánno","sjnjuktjamánno","vuoratjismánno","moarmesmánno","biehtsemánno","sjnjilltjamánno","bårggemánno","ragátmánno","gålgådismánno","basádismánno","javllamánno"],namesAbbr:["ådåj","guov","snju","vuor","moar","bieh","snji","bårg","ragá","gålg","basá","javl"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.smj-NO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-SE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-SE.min.js deleted file mode 100644 index b38c0c22c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj-SE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["smj-SE"]={name:"smj-SE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Swedish Krona",abbr:"SEK",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["ájllek","mánnodahka","dijstahka","gasskavahkko","duorastahka","bierjjedahka","lávvodahka"],namesAbbr:["ájl","mán","dis","gas","duor","bier","láv"],namesShort:["á","m","d","g","d","b","l"]},months:{names:["ådåjakmánno","guovvamánno","sjnjuktjamánno","vuoratjismánno","moarmesmánno","biehtsemánno","sjnjilltjamánno","bårggemánno","ragátmánno","gålgådismánno","basádismánno","javllamánno"],namesAbbr:["ådåj","guov","snju","vuor","moar","bieh","snji","bårg","ragá","gålg","basá","javl"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.smj-SE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj.min.js deleted file mode 100644 index e648f3c77..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smj.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures.smj={name:"smj",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["ájllek","mánnodahka","dijstahka","gasskavahkko","duorastahka","bierjjedahka","lávvodahka"],namesAbbr:["ájl","mán","dis","gas","duor","bier","láv"],namesShort:["á","m","d","g","d","b","l"]},months:{names:["ådåjakmánno","guovvamánno","sjnjuktjamánno","vuoratjismánno","moarmesmánno","biehtsemánno","sjnjilltjamánno","bårggemánno","ragátmánno","gålgådismánno","basádismánno","javllamánno"],namesAbbr:["ådåj","guov","snju","vuor","moar","bieh","snji","bårg","ragá","gålg","basá","javl"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"dddd, MMMM d'. b. 'yyyy",F:"dddd, MMMM d'. b. 'yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d'. b.'",M:"MMMM d'. b.'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.smj.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn-FI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn-FI.min.js deleted file mode 100644 index ff088741f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn-FI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,m){kendo.cultures["smn-FI"]={name:"smn-FI",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pasepeivi","vuossargâ","majebargâ","koskokko","tuorâstâh","vástuppeivi","lávurdâh"],namesAbbr:["pas","vuo","maj","kos","tuo","vás","láv"],namesShort:["p","v","m","k","t","v","l"]},months:{names:["uđđâivemáánu","kuovâmáánu","njuhčâmáánu","cuáŋuimáánu","vyesimáánu","kesimáánu","syeinimáánu","porgemáánu","čohčâmáánu","roovvâdmáánu","skammâmáánu","juovlâmáánu"],namesAbbr:["uđiv","kuov","njuh","cuáŋ","vyes","kesi","syei","porg","čohč","roov","skam","juov"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"MMMM d'. p. 'yyyy",F:"MMMM d'. p. 'yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM d'. p. '",M:"MMMM d'. p. '",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.smn-FI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn.min.js deleted file mode 100644 index 380eddcb2..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.smn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,m){kendo.cultures.smn={name:"smn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pasepeivi","vuossargâ","majebargâ","koskokko","tuorâstâh","vástuppeivi","lávurdâh"],namesAbbr:["pas","vuo","maj","kos","tuo","vás","láv"],namesShort:["p","v","m","k","t","v","l"]},months:{names:["uđđâivemáánu","kuovâmáánu","njuhčâmáánu","cuáŋuimáánu","vyesimáánu","kesimáánu","syeinimáánu","porgemáánu","čohčâmáánu","roovvâdmáánu","skammâmáánu","juovlâmáánu"],namesAbbr:["uđiv","kuov","njuh","cuáŋ","vyes","kesi","syei","porg","čohč","roov","skam","juov"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"MMMM d'. p. 'yyyy",F:"MMMM d'. p. 'yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM d'. p. '",M:"MMMM d'. p. '",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.smn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms-FI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms-FI.min.js deleted file mode 100644 index b8fe1dfac..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms-FI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,m){kendo.cultures["sms-FI"]={name:"sms-FI",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pâ´sspei´vv","vuõssargg","mââibargg","seärad","neljdpei´vv","piâtnâc","sue´vet"],namesAbbr:["pâ","vu","mâ","se","ne","pi","su"],namesShort:["pâ","v","m","s","n","pi","s"]},months:{names:["ođđee´jjmään","tä´lvvmään","pâ´zzlâšttam-mään","njuhččmään","vue´ssmään","ǩie´ssmään","suei´nnmään","på´rǧǧmään","čõhččmään","kålggmään","skamm-mään","rosttovmään"],namesAbbr:["ođđee´jjmään","tä´lvvmään","pâ´zzlâšttam-mään","njuhččmään","vue´ssmään","ǩie´ssmään","suei´nnmään","på´rǧǧmään","čõhččmään","kålggmään","skamm-mään","rosttovmään"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"MMMM d'. p. 'yyyy",F:"MMMM d'. p. 'yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM d'. p. '",M:"MMMM d'. p. '",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sms-FI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms.min.js deleted file mode 100644 index bc85af21f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sms.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,m){kendo.cultures.sms={name:"sms",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["pâ´sspei´vv","vuõssargg","mââibargg","seärad","neljdpei´vv","piâtnâc","sue´vet"],namesAbbr:["pâ","vu","mâ","se","ne","pi","su"],namesShort:["pâ","v","m","s","n","pi","s"]},months:{names:["ođđee´jjmään","tä´lvvmään","pâ´zzlâšttam-mään","njuhččmään","vue´ssmään","ǩie´ssmään","suei´nnmään","på´rǧǧmään","čõhččmään","kålggmään","skamm-mään","rosttovmään"],namesAbbr:["ođđee´jjmään","tä´lvvmään","pâ´zzlâšttam-mään","njuhččmään","vue´ssmään","ǩie´ssmään","suei´nnmään","på´rǧǧmään","čõhččmään","kålggmään","skamm-mään","rosttovmään"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"MMMM d'. p. 'yyyy",F:"MMMM d'. p. 'yyyy H:mm:ss",g:"d.M.yyyy H:mm",G:"d.M.yyyy H:mm:ss",m:"MMMM d'. p. '",M:"MMMM d'. p. '",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sms.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn-ZW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn-ZW.min.js deleted file mode 100644 index bf8ffbda7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn-ZW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["sn-Latn-ZW"]={name:"sn-Latn-ZW",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"US Dollar",abbr:"USD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"US$"}},calendars:{standard:{days:{names:["Svondo","Muvhuro","Chipiri","Chitatu","China","Chishanu","Mugovera"],namesAbbr:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"],namesShort:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"]},months:{names:["Ndira","Kukadzi","Kurume","Kubvumbi","Chivabvu","Chikumi","Chikunguru","Nyamavhuvhu","Gunyana","Gumiguru","Mbudzi","Zvita"],namesAbbr:["Ndi","Kuk","Kur","Kub","Chv","Chk","Chg","Nya","Gun","Gum","Mb","Zvi"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sn-Latn-ZW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn.min.js deleted file mode 100644 index f19477e8d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures["sn-Latn"]={name:"sn-Latn",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"US$"}},calendars:{standard:{days:{names:["Svondo","Muvhuro","Chipiri","Chitatu","China","Chishanu","Mugovera"],namesAbbr:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"],namesShort:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"]},months:{names:["Ndira","Kukadzi","Kurume","Kubvumbi","Chivabvu","Chikumi","Chikunguru","Nyamavhuvhu","Gunyana","Gumiguru","Mbudzi","Zvita"],namesAbbr:["Ndi","Kuk","Kur","Kub","Chv","Chk","Chg","Nya","Gun","Gum","Mb","Zvi"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sn-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn.min.js deleted file mode 100644 index 106094349..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(M){"function"==typeof define&&define.amd?define(["kendo.core.min"],M):M()}(function(){!function(M,n){kendo.cultures.sn={name:"sn",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"US$"}},calendars:{standard:{days:{names:["Svondo","Muvhuro","Chipiri","Chitatu","China","Chishanu","Mugovera"],namesAbbr:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"],namesShort:["Svo","Muv","Chip","Chit","Chin","Chis","Mug"]},months:{names:["Ndira","Kukadzi","Kurume","Kubvumbi","Chivabvu","Chikumi","Chikunguru","Nyamavhuvhu","Gunyana","Gumiguru","Mbudzi","Zvita"],namesAbbr:["Ndi","Kuk","Kur","Kub","Chv","Chk","Chg","Nya","Gun","Gum","Mb","Zvi"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so-SO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so-SO.min.js deleted file mode 100644 index 78751cdca..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so-SO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,d){kendo.cultures["so-SO"]={name:"so-SO",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Somali Shilling",abbr:"SOS",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"S"}},calendars:{standard:{days:{names:["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],namesAbbr:["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],namesShort:["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]},months:{names:["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"],namesAbbr:["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"]},AM:["sn.","sn.","SN."],PM:["gn.","gn.","GN."],patterns:{d:"dd/MM/yy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"dd/MM/yy h:mm tt",G:"dd/MM/yy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.so-SO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so.min.js deleted file mode 100644 index c1bb5f87a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.so.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,d){kendo.cultures.so={name:"so",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"S"}},calendars:{standard:{days:{names:["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],namesAbbr:["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],namesShort:["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]},months:{names:["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"],namesAbbr:["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"]},AM:["sn.","sn.","SN."],PM:["gn.","gn.","GN."],patterns:{d:"dd/MM/yy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"dd/MM/yy h:mm tt",G:"dd/MM/yy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.so.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq-AL.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq-AL.min.js deleted file mode 100644 index 712e8b89a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq-AL.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sq-AL"]={name:"sq-AL",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Albanian Lek",abbr:"ALL",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Lek"}},calendars:{standard:{days:{names:["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],namesAbbr:["Die","Hën","Mar","Mër","Enj","Pre","Sht"],namesShort:["D","H","M","M","E","P","Sh"]},months:{names:["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"],namesAbbr:["Jan","Shk","Mar","Pri","Maj","Qer","Krr","Gsh","Sht","Tet","Nën","Dhj"]},AM:["PD","pd","PD"],PM:["MD","md","MD"],patterns:{d:"d.M.yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sq-AL.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq.min.js deleted file mode 100644 index ab8914352..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sq.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.sq={name:"sq",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"Lek"}},calendars:{standard:{days:{names:["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],namesAbbr:["Die","Hën","Mar","Mër","Enj","Pre","Sht"],namesShort:["D","H","M","M","E","P","Sh"]},months:{names:["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"],namesAbbr:["Jan","Shk","Mar","Pri","Maj","Qer","Krr","Gsh","Sht","Tet","Nën","Dhj"]},AM:["PD","pd","PD"],PM:["MD","md","MD"],patterns:{d:"d.M.yyyy",D:"dddd, d MMMM yyyy",F:"dddd, d MMMM yyyy HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sq.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-BA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-BA.min.js deleted file mode 100644 index d289a790e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-BA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["sr-Cyrl-BA"]={name:"sr-Cyrl-BA",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Convertible Mark",abbr:"BAM",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"КМ"}},calendars:{standard:{days:{names:["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],namesAbbr:["нед","пон","уто","сри","чет","пет","суб"],namesShort:["н","п","у","с","ч","п","с"]},months:{names:["јануар","фебруар","март","април","мај","јуни","јули","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy",F:"d. MMMM yyyy H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Cyrl-BA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-CS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-CS.min.js deleted file mode 100644 index 1fc4b7c30..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-CS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["sr-Cyrl-CS"]={name:"sr-Cyrl-CS",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Serbian Dinar",abbr:"RSD",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"дин."}},calendars:{standard:{days:{names:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],namesAbbr:["нед.","пон.","ут.","ср.","чет.","пет.","суб."],namesShort:["не","по","ут","ср","че","пе","су"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Cyrl-CS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-ME.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-ME.min.js deleted file mode 100644 index 139b10014..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-ME.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["sr-Cyrl-ME"]={name:"sr-Cyrl-ME",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["недеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],namesAbbr:["нед","пон","уто","сри","чет","пет","суб"],namesShort:["не","по","ут","ср","че","пе","су"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Cyrl-ME.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-RS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-RS.min.js deleted file mode 100644 index 17bf33b05..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl-RS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["sr-Cyrl-RS"]={name:"sr-Cyrl-RS",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Serbian Dinar",abbr:"RSD",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"дин."}},calendars:{standard:{days:{names:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],namesAbbr:["нед.","пон.","ут.","ср.","чет.","пет.","суб."],namesShort:["не","по","ут","ср","че","пе","су"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Cyrl-RS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl.min.js deleted file mode 100644 index 640d5bbfd..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["sr-Cyrl"]={name:"sr-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"дин."}},calendars:{standard:{days:{names:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],namesAbbr:["нед.","пон.","ут.","ср.","чет.","пет.","суб."],namesShort:["не","по","ут","ср","че","пе","су"]},months:{names:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],namesAbbr:["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-BA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-BA.min.js deleted file mode 100644 index 61ff4dfe2..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-BA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["sr-Latn-BA"]={name:"sr-Latn-BA",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Convertible Mark",abbr:"BAM",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"KM"}},calendars:{standard:{days:{names:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],namesAbbr:["ned.","pon.","uto.","sri.","čet.","pet.","sub."],namesShort:["ne.","po.","ut.","sr.","če.","pe.","su."]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan.","feb.","mar.","apr.","maj.","jun.","jul.","avg.","sep.","okt.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Latn-BA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-CS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-CS.min.js deleted file mode 100644 index 8f93d739d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-CS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sr-Latn-CS"]={name:"sr-Latn-CS",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Serbian Dinar",abbr:"RSD",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"din."}},calendars:{standard:{days:{names:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],namesAbbr:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Latn-CS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-ME.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-ME.min.js deleted file mode 100644 index 24a302cb7..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-ME.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["sr-Latn-ME"]={name:"sr-Latn-ME",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],namesAbbr:["ned","pon","uto","sre","čet","pet","sub"],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Latn-ME.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-RS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-RS.min.js deleted file mode 100644 index 2a902e354..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn-RS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sr-Latn-RS"]={name:"sr-Latn-RS",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Serbian Dinar",abbr:"RSD",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"din."}},calendars:{standard:{days:{names:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],namesAbbr:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Latn-RS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn.min.js deleted file mode 100644 index 7c58f3fee..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sr-Latn"]={name:"sr-Latn",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"din."}},calendars:{standard:{days:{names:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],namesAbbr:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr.min.js deleted file mode 100644 index 3a3da7c13..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.sr={name:"sr",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"din."}},calendars:{standard:{days:{names:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],namesAbbr:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],namesShort:["ne","po","ut","sr","če","pe","su"]},months:{names:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],namesAbbr:["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy.",D:"d. MMMM yyyy.",F:"d. MMMM yyyy. H:mm:ss",g:"d.M.yyyy. H:mm",G:"d.M.yyyy. H:mm:ss",m:"d. MMMM",M:"d. MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy.",Y:"MMMM yyyy."},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st-ZA.min.js deleted file mode 100644 index c1c33623a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures["st-ZA"]={name:"st-ZA",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["-$n","$n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sontaha","Mmantaha","Labobedi","Laboraru","Labone","Labohlane","Moqebelo"],namesAbbr:["Son","Mma","Bed","Rar","Ne","Hla","Moq"],namesShort:["Son","Mma","Bed","Rar","Ne","Hla","Moq"]},months:{names:["Phesekgong","Hlakola","Hlakubele","Mmese","Motsheanong","Phupjane","Phupu","Phata","Leotshe","Mphalane","Pundungwane","Tshitwe"],namesAbbr:["Phe","Kol","Ube","Mme","Mot","Jan","Upu","Pha","Leo","Mph","Pun","Tsh"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM d, dddd",F:"yyyy MMMM d, dddd HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.st-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st.min.js deleted file mode 100644 index 0fc6f25fa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.st.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,a){kendo.cultures.st={name:"st",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sontaha","Mmantaha","Labobedi","Laboraru","Labone","Labohlane","Moqebelo"],namesAbbr:["Son","Mma","Bed","Rar","Ne","Hla","Moq"],namesShort:["Son","Mma","Bed","Rar","Ne","Hla","Moq"]},months:{names:["Phesekgong","Hlakola","Hlakubele","Mmese","Motsheanong","Phupjane","Phupu","Phata","Leotshe","Mphalane","Pundungwane","Tshitwe"],namesAbbr:["Phe","Kol","Ube","Mme","Mot","Jan","Upu","Pha","Leo","Mph","Pun","Tsh"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM d, dddd",F:"yyyy MMMM d, dddd HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.st.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-FI.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-FI.min.js deleted file mode 100644 index 6499f8eec..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-FI.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sv-FI"]={name:"sv-FI",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Euro",abbr:"EUR",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"€"}},calendars:{standard:{days:{names:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],namesAbbr:["sö","må","ti","on","to","fr","lö"],namesShort:["sö","må","ti","on","to","fr","lö"]},months:{names:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"'den 'd MMMM yyyy",F:"'den 'd MMMM yyyy HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"'den 'd MMMM",M:"'den 'd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sv-FI.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-SE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-SE.min.js deleted file mode 100644 index 8e9669b21..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv-SE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["sv-SE"]={name:"sv-SE",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Swedish Krona",abbr:"SEK",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],namesAbbr:["sön","mån","tis","ons","tor","fre","lör"],namesShort:["sö","må","ti","on","to","fr","lö"]},months:{names:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"'den 'd MMMM yyyy",F:"'den 'd MMMM yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"'den 'd MMMM",M:"'den 'd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sv-SE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv.min.js deleted file mode 100644 index a23ca567f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sv.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures.sv={name:"sv",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"kr"}},calendars:{standard:{days:{names:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],namesAbbr:["sön","mån","tis","ons","tor","fre","lör"],namesShort:["sö","må","ti","on","to","fr","lö"]},months:{names:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],namesAbbr:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]},AM:[""],PM:[""],patterns:{d:"yyyy-MM-dd",D:"'den 'd MMMM yyyy",F:"'den 'd MMMM yyyy HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"'den 'd MMMM",M:"'den 'd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.sv.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw-KE.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw-KE.min.js deleted file mode 100644 index 9f8a3d321..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw-KE.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,m){kendo.cultures["sw-KE"]={name:"sw-KE",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Kenyan Shilling",abbr:"KES",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"KSh"}},calendars:{standard:{days:{names:["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],namesAbbr:["Jumap.","Jumat.","Juman.","Jumat.","Alh.","Iju.","Jumam."],namesShort:["P","T","N","T","A","I","M"]},months:{names:["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"],namesAbbr:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.sw-KE.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw.min.js deleted file mode 100644 index cdd7936af..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.sw.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,m){kendo.cultures.sw={name:"sw",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"KSh"}},calendars:{standard:{days:{names:["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],namesAbbr:["Jumap.","Jumat.","Juman.","Jumat.","Alh.","Iju.","Jumam."],namesShort:["P","T","N","T","A","I","M"]},months:{names:["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"],namesAbbr:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"M/d/yyyy",D:"dddd, MMMM dd, yyyy",F:"dddd, MMMM dd, yyyy h:mm:ss tt",g:"M/d/yyyy h:mm tt",G:"M/d/yyyy h:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.sw.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr-SY.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr-SY.min.js deleted file mode 100644 index d4006d804..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr-SY.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["syr-SY"]={name:"syr-SY",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Syrian Pound",abbr:"SYP",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ܠ.ܣ.‏"}},calendars:{standard:{days:{names:["ܚܕ ܒܫܒܐ","ܬܪܝܢ ܒܫܒܐ","ܬܠܬܐ ܒܫܒܐ","ܐܪܒܥܐ ܒܫܒܐ","ܚܡܫܐ ܒܫܒܐ","ܥܪܘܒܬܐ","ܫܒܬܐ"],namesAbbr:["܏ܐ ܏ܒܫ","܏ܒ ܏ܒܫ","܏ܓ ܏ܒܫ","܏ܕ ܏ܒܫ","܏ܗ ܏ܒܫ","܏ܥܪܘܒ","܏ܫܒ"],namesShort:["ܐ","ܒ","ܓ","ܕ","ܗ","ܥ","ܫ"]},months:{names:["ܟܢܘܢ ܐܚܪܝ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","ܬܫܪܝ ܩܕܝܡ","ܬܫܪܝ ܐܚܪܝ","ܟܢܘܢ ܩܕܝܡ"],namesAbbr:["܏ܟܢ ܏ܒ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","܏ܬܫ ܏ܐ","܏ܬܫ ܏ܒ","܏ܟܢ ܏ܐ"]},AM:["ܩ.ܛ","ܩ.ܛ","ܩ.ܛ"],PM:["ܒ.ܛ","ܒ.ܛ","ܒ.ܛ"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.syr-SY.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr.min.js deleted file mode 100644 index e28e7911e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.syr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.syr={name:"syr",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ܠ.ܣ.‏"}},calendars:{standard:{days:{names:["ܚܕ ܒܫܒܐ","ܬܪܝܢ ܒܫܒܐ","ܬܠܬܐ ܒܫܒܐ","ܐܪܒܥܐ ܒܫܒܐ","ܚܡܫܐ ܒܫܒܐ","ܥܪܘܒܬܐ","ܫܒܬܐ"],namesAbbr:["܏ܐ ܏ܒܫ","܏ܒ ܏ܒܫ","܏ܓ ܏ܒܫ","܏ܕ ܏ܒܫ","܏ܗ ܏ܒܫ","܏ܥܪܘܒ","܏ܫܒ"],namesShort:["ܐ","ܒ","ܓ","ܕ","ܗ","ܥ","ܫ"]},months:{names:["ܟܢܘܢ ܐܚܪܝ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","ܬܫܪܝ ܩܕܝܡ","ܬܫܪܝ ܐܚܪܝ","ܟܢܘܢ ܩܕܝܡ"],namesAbbr:["܏ܟܢ ܏ܒ","ܫܒܛ","ܐܕܪ","ܢܝܣܢ","ܐܝܪ","ܚܙܝܪܢ","ܬܡܘܙ","ܐܒ","ܐܝܠܘܠ","܏ܬܫ ܏ܐ","܏ܬܫ ܏ܒ","܏ܟܢ ܏ܐ"]},AM:["ܩ.ܛ","ܩ.ܛ","ܩ.ܛ"],PM:["ܒ.ܛ","ܒ.ܛ","ܒ.ܛ"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy hh:mm:ss tt",g:"dd/MM/yyyy hh:mm tt",G:"dd/MM/yyyy hh:mm:ss tt",m:"MMMM dd",M:"MMMM dd",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.syr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-IN.min.js deleted file mode 100644 index 620dd2baf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ta-IN"]={name:"ta-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ஞாயிற்றுக்கிழமை","திங்கள்கிழமை","செவ்வாய்க்கிழமை","புதன்கிழமை","வியாழக்கிழமை","வெள்ளிக்கிழமை","சனிக்கிழமை"],namesAbbr:["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],namesShort:["ஞா","தி","செ","பு","வி","வெ","ச"]},months:{names:["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"],namesAbbr:["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]},AM:["காலை","காலை","காலை"],PM:["மாலை","மாலை","மாலை"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ta-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-LK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-LK.min.js deleted file mode 100644 index 5ba94ef7b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta-LK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ta-LK"]={name:"ta-LK",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Sri Lanka Rupee",abbr:"LKR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"Rs"}},calendars:{standard:{days:{names:["ஞாயிற்றுக்கிழமை","திங்கட்கிழமை","செவ்வாய்க்கிழமை","புதன்கிழமை","வியாழக்கிழமை","வெள்ளிக்கிழமை","சனிக்கிழமை"],namesAbbr:["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],namesShort:["ஞா","தி","செ","பு","வி","வெ","ச"]},months:{names:["ஜனவரி","பெப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஓகஸ்ட்","செப்ரம்பர்","ஒக்ரோபர்","நவம்பர்","டிசம்பர்"],namesAbbr:["ஜன.","பெப்.","மார்.","ஏப்","மே","ஜூன்","ஜூலை","ஓக.","செப்.","ஒக்.","நவ.","டிச."]},AM:["காலை","காலை","காலை"],PM:["மாலை","மாலை","மாலை"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ta-LK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta.min.js deleted file mode 100644 index 324e23378..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ta.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ta={name:"ta",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ஞாயிற்றுக்கிழமை","திங்கள்கிழமை","செவ்வாய்க்கிழமை","புதன்கிழமை","வியாழக்கிழமை","வெள்ளிக்கிழமை","சனிக்கிழமை"],namesAbbr:["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],namesShort:["ஞா","தி","செ","பு","வி","வெ","ச"]},months:{names:["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"],namesAbbr:["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]},AM:["காலை","காலை","காலை"],PM:["மாலை","மாலை","மாலை"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yyyy HH:mm",G:"dd-MM-yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ta.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te-IN.min.js deleted file mode 100644 index 897ce2643..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["te-IN"]={name:"te-IN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],namesAbbr:["ఆది.","సోమ.","మంగళ.","బుధ.","గురు.","శుక్ర.","శని."],namesShort:["ఆ","సో","మం","బు","గు","శు","శ"]},months:{names:["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],namesAbbr:["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"]},AM:["పూర్వాహ్న","పూర్వాహ్న","పూర్వాహ్న"],PM:["అపరాహ్న","అపరాహ్న","అపరాహ్న"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.te-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te.min.js deleted file mode 100644 index ad61950c1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.te.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.te={name:"te",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"%"},currency:{name:"",abbr:"",pattern:["$ -n","$ n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],namesAbbr:["ఆది.","సోమ.","మంగళ.","బుధ.","గురు.","శుక్ర.","శని."],namesShort:["ఆ","సో","మం","బు","గు","శు","శ"]},months:{names:["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"],namesAbbr:["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జూలై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"]},AM:["పూర్వాహ్న","పూర్వాహ్న","పూర్వాహ్న"],PM:["అపరాహ్న","అపరాహ్న","అపరాహ్న"],patterns:{d:"dd-MM-yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy HH:mm:ss",g:"dd-MM-yy HH:mm",G:"dd-MM-yy HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.te.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl-TJ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl-TJ.min.js deleted file mode 100644 index 6720fc1f6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl-TJ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["tg-Cyrl-TJ"]={name:"tg-Cyrl-TJ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Somoni",abbr:"TJS",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"смн"}},calendars:{standard:{days:{names:["якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе"],namesAbbr:["пкш","дшб","сшб","чшб","пшб","ҷум","шнб"],namesShort:["яш","дш","сш","чш","пш","ҷм","шб"]},months:{names:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy' с.'",F:"d MMMM yyyy' с.' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tg-Cyrl-TJ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl.min.js deleted file mode 100644 index 99df883a9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["tg-Cyrl"]={name:"tg-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"смн"}},calendars:{standard:{days:{names:["якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе"],namesAbbr:["пкш","дшб","сшб","чшб","пшб","ҷум","шнб"],namesShort:["яш","дш","сш","чш","пш","ҷм","шб"]},months:{names:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy' с.'",F:"d MMMM yyyy' с.' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tg-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg.min.js deleted file mode 100644 index 8b85ee8f0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tg.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.tg={name:"tg",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"смн"}},calendars:{standard:{days:{names:["якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе"],namesAbbr:["пкш","дшб","сшб","чшб","пшб","ҷум","шнб"],namesShort:["яш","дш","сш","чш","пш","ҷм","шб"]},months:{names:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],namesAbbr:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy' с.'",F:"d MMMM yyyy' с.' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tg.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th-TH.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th-TH.min.js deleted file mode 100644 index f2fc73902..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th-TH.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["th-TH"]={name:"th-TH",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Thai Baht",abbr:"THB",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"฿"}},calendars:{standard:{days:{names:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],namesAbbr:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],namesShort:["อ","จ","อ","พ","พ","ศ","ส"]},months:{names:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],namesAbbr:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.th-TH.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th.min.js deleted file mode 100644 index 9b19be199..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.th.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.th={name:"th",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"฿"}},calendars:{standard:{days:{names:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],namesAbbr:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],namesShort:["อ","จ","อ","พ","พ","ศ","ส"]},months:{names:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],namesAbbr:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"d/M/yyyy",D:"d MMMM yyyy",F:"d MMMM yyyy H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.th.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ER.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ER.min.js deleted file mode 100644 index 064141647..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ER.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ti-ER"]={name:"ti-ER",numberFormat:{pattern:["-n"],decimals:1,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:1,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"Eritrean Nakfa",abbr:"ERN",pattern:["-$n","n$"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ERN"}},calendars:{standard:{days:{names:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesAbbr:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesShort:["ሰን","ሰኑ","ሰሉ","ሮቡ","ሓሙ","ዓር","ቀዳ"]},months:{names:["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"],namesAbbr:["ጥሪ","የካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]},AM:["ንጉሆ","ንጉሆ","ንጉሆ"],PM:["ድሕሪ ቐትሪ","ድሕሪ ቐትሪ","ድሕሪ ቐትሪ"],patterns:{d:"d/M/yyyy",D:"dddd '፣' MMMM d 'መዓልቲ' yyyy",F:"dddd '፣' MMMM d 'መዓልቲ' yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ti-ER.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ET.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ET.min.js deleted file mode 100644 index 3ae7080e8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti-ET.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ti-ET"]={name:"ti-ET",numberFormat:{pattern:["(n)"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Ethiopian Birr",abbr:"ETB",pattern:["-n$","n$"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ብር"}},calendars:{standard:{days:{names:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesAbbr:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesShort:["ሰን","ሰኑ","ሰሉ","ሮቡ","ሓሙ","ዓር","ቀዳ"]},months:{names:["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"],namesAbbr:["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]},AM:["ንጉሆ","ንጉሆ","ንጉሆ"],PM:["ድሕሪ ቐትሪ","ድሕሪ ቐትሪ","ድሕሪ ቐትሪ"],patterns:{d:"d/M/yyyy",D:"dddd '፣' MMMM d 'መዓልቲ' yyyy",F:"dddd '፣' MMMM d 'መዓልቲ' yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ti-ET.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti.min.js deleted file mode 100644 index d3f4a1609..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ti.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.ti={name:"ti",numberFormat:{pattern:["-n"],decimals:1,",":",",".":".",groupSize:[3,0],percent:{pattern:["-n%","n%"],decimals:1,",":",",".":".",groupSize:[3,0],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","n$"],decimals:2,",":",",".":".",groupSize:[3],symbol:"ERN"}},calendars:{standard:{days:{names:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesAbbr:["ሰንበት","ሰኑይ","ሰሉስ","ሮቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],namesShort:["ሰን","ሰኑ","ሰሉ","ሮቡ","ሓሙ","ዓር","ቀዳ"]},months:{names:["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"],namesAbbr:["ጥሪ","የካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]},AM:["ንጉሆ","ንጉሆ","ንጉሆ"],PM:["ድሕሪ ቐትሪ","ድሕሪ ቐትሪ","ድሕሪ ቐትሪ"],patterns:{d:"d/M/yyyy",D:"dddd '፣' MMMM d 'መዓልቲ' yyyy",F:"dddd '፣' MMMM d 'መዓልቲ' yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ti.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk-TM.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk-TM.min.js deleted file mode 100644 index f8c16cc59..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk-TM.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures["tk-TM"]={name:"tk-TM",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Turkmen manat",abbr:"TMT",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"m."}},calendars:{standard:{days:{names:["Ýekşenbe","Duşenbe","Sişenbe","Çarşenbe","Penşenbe","Anna","Şenbe"],namesAbbr:["Ýb","Db","Sb","Çb","Pb","An","Şb"],namesShort:["Ý","D","S","Ç","P","A","Ş"]},months:{names:["Ýanwar","Fewral","Mart","Aprel","Maý","lýun","lýul","Awgust","Sentýabr","Oktýabr","Noýabr","Dekabr"],namesAbbr:["Ýan","Few","Mart","Apr","Maý","lýun","lýul","Awg","Sen","Okt","Noý","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy 'ý.'",D:"yyyy'-nji ýylyň 'd'-nji 'MMMM",F:"yyyy'-nji ýylyň 'd'-nji 'MMMM HH:mm:ss",g:"dd.MM.yy 'ý.' HH:mm",G:"dd.MM.yy 'ý.' HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'ý.' MMMM",Y:"yyyy 'ý.' MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tk-TM.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk.min.js deleted file mode 100644 index b216807d1..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tk.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,e){kendo.cultures.tk={name:"tk",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"m."}},calendars:{standard:{days:{names:["Ýekşenbe","Duşenbe","Sişenbe","Çarşenbe","Penşenbe","Anna","Şenbe"],namesAbbr:["Ýb","Db","Sb","Çb","Pb","An","Şb"],namesShort:["Ý","D","S","Ç","P","A","Ş"]},months:{names:["Ýanwar","Fewral","Mart","Aprel","Maý","lýun","lýul","Awgust","Sentýabr","Oktýabr","Noýabr","Dekabr"],namesAbbr:["Ýan","Few","Mart","Apr","Maý","lýun","lýul","Awg","Sen","Okt","Noý","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yy 'ý.'",D:"yyyy'-nji ýylyň 'd'-nji 'MMMM",F:"yyyy'-nji ýylyň 'd'-nji 'MMMM HH:mm:ss",g:"dd.MM.yy 'ý.' HH:mm",G:"dd.MM.yy 'ý.' HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy 'ý.' MMMM",Y:"yyyy 'ý.' MMMM"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tk.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-BW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-BW.min.js deleted file mode 100644 index 4541b14db..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-BW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,t){kendo.cultures["tn-BW"]={name:"tn-BW",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Pula",abbr:"BWP",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"P"}},calendars:{standard:{days:{names:["Sontaga","Mosupologo","Labobedi","Laboraro","Labone","Labotlhano","Matlhatso"],namesAbbr:["Sont.","Mos.","Lab.","Labr.","Labn.","Labt.","Matlh."],namesShort:["So","Ms","Lb","Lr","Ln","Lt","Ma"]},months:{names:["Ferikgong","Tlhakole","Mopitlwe","Moranang","Motsheganong","Seetebosigo","Phukwi","Phatwe","Lwetse","Diphalane","Ngwanatsele","Sedimothole"],namesAbbr:["Fer.","Tlh.","Mop.","Mor.","Motsh.","Seet.","Phk.","Pht.","Lwetse.","Diph.","Ngwn.","Sed."]},AM:["Moso","moso","MOSO"],PM:["Maitseboa","maitseboa","MAITSEBOA"],patterns:{d:"dd/MM/yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tn-BW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-ZA.min.js deleted file mode 100644 index 0d35488bf..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["tn-ZA"]={name:"tn-ZA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sontaga","Mosupologo","Labobedi","Laboraro","Labone","Labotlhano","Matlhatso"],namesAbbr:["Sont.","Mos.","Lab.","Labr.","Labn.","Labt.","Matlh."],namesShort:["So","Ms","Lb","Lr","Ln","Lt","Ma"]},months:{names:["Ferikgong","Tlhakole","Mopitlwe","Moranang","Motsheganong","Seetebosigo","Phukwi","Phatwe","Lwetse","Diphalane","Ngwanatsele","Sedimothole"],namesAbbr:["Fer.","Tlh.","Mop.","Mor.","Motsh.","Seet.","Phk.","Pht.","Lwetse.","Diph.","Ngwn.","Sed."]},AM:["Mo Mosong","mo mosong","MO MOSONG"],PM:["Mo Maitseboeng","mo maitseboeng","MO MAITSEBOENG"],patterns:{d:"dd/MM/yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tn-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn.min.js deleted file mode 100644 index e79ff234f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.tn={name:"tn",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sontaga","Mosupologo","Labobedi","Laboraro","Labone","Labotlhano","Matlhatso"],namesAbbr:["Sont.","Mos.","Lab.","Labr.","Labn.","Labt.","Matlh."],namesShort:["So","Ms","Lb","Lr","Ln","Lt","Ma"]},months:{names:["Ferikgong","Tlhakole","Mopitlwe","Moranang","Motsheganong","Seetebosigo","Phukwi","Phatwe","Lwetse","Diphalane","Ngwanatsele","Sedimothole"],namesAbbr:["Fer.","Tlh.","Mop.","Mor.","Motsh.","Seet.","Phk.","Pht.","Lwetse.","Diph.","Ngwn.","Sed."]},AM:["Mo Mosong","mo mosong","MO MOSONG"],PM:["Mo Maitseboeng","mo maitseboeng","MO MAITSEBOENG"],patterns:{d:"dd/MM/yy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd/MM/yy hh:mm tt",G:"dd/MM/yy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr-TR.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr-TR.min.js deleted file mode 100644 index ad50c5cdb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr-TR.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["tr-TR"]={name:"tr-TR",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Turkish Lira",abbr:"TRY",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"₺"}},calendars:{standard:{days:{names:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],namesAbbr:["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],namesShort:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"]},months:{names:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],namesAbbr:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d MMMM yyyy dddd",F:"d MMMM yyyy dddd HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tr-TR.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr.min.js deleted file mode 100644 index 50fd86022..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tr.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.tr={name:"tr",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"₺"}},calendars:{standard:{days:{names:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],namesAbbr:["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],namesShort:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"]},months:{names:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],namesAbbr:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"]},AM:[""],PM:[""],patterns:{d:"d.M.yyyy",D:"d MMMM yyyy dddd",F:"d MMMM yyyy dddd HH:mm:ss",g:"d.M.yyyy HH:mm",G:"d.M.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tr.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts-ZA.min.js deleted file mode 100644 index 8c266e627..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["ts-ZA"]={name:"ts-ZA",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["-$n","$n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sonto","Musumbhunuku","Ravumbirhi","Ravunharhu","Ravumune","Ravuntlhanu","Mugqivela"],namesAbbr:["Son","Mus","Bir","Har","Ne","Tlh","Mug"],namesShort:["Son","Mus","Bir","Har","Ne","Tlh","Mug"]},months:{names:["Sunguti","Nyenyenyani","Nyenyankulu","Dzivamisoko","Mudyaxihi","Khotavuxika","Mawuwani","Mhawuri","Ndzhati","Nhlangula","Hukuri","N'wendzamhala"],namesAbbr:["Sun","Yan","Kul","Dzi","Mud","Kho","Maw","Mha","Ndz","Nhl","Huk","N'w"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM d, dddd",F:"yyyy MMMM d, dddd HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ts-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts.min.js deleted file mode 100644 index 0bcb24339..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ts.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,M){kendo.cultures.ts={name:"ts",numberFormat:{pattern:["-n"],decimals:0,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","%n"],decimals:0,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$n","$n"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["Sonto","Musumbhunuku","Ravumbirhi","Ravunharhu","Ravumune","Ravuntlhanu","Mugqivela"],namesAbbr:["Son","Mus","Bir","Har","Ne","Tlh","Mug"],namesShort:["Son","Mus","Bir","Har","Ne","Tlh","Mug"]},months:{names:["Sunguti","Nyenyenyani","Nyenyankulu","Dzivamisoko","Mudyaxihi","Khotavuxika","Mawuwani","Mhawuri","Ndzhati","Nhlangula","Hukuri","N'wendzamhala"],namesAbbr:["Sun","Yan","Kul","Dzi","Mud","Kho","Maw","Mha","Ndz","Nhl","Huk","N'w"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"yyyy-MM-dd",D:"yyyy MMMM d, dddd",F:"yyyy MMMM d, dddd HH:mm:ss",g:"yyyy-MM-dd HH:mm",G:"yyyy-MM-dd HH:mm:ss",m:"MMMM d",M:"MMMM d",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy MMMM",Y:"yyyy MMMM"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.ts.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt-RU.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt-RU.min.js deleted file mode 100644 index d25e86845..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt-RU.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["tt-RU"]={name:"tt-RU",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Russian Ruble",abbr:"RUB",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["якшәмбе","дүшәмбе","сишәмбе","чәршәмбе","пәнҗешәмбе","җомга","шимбә"],namesAbbr:["якш.","дүш.","сиш.","чәрш.","пәнҗ.","җом.","шим."],namesShort:["я","д","с","ч","п","җ","ш"]},months:{names:["гыйнвар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["гыйн.","фев.","мар.","апр.","май","июнь","июль","авг.","сен.","окт.","нояб.","дек."]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dd MMMM yyyy' ел'",F:"dd MMMM yyyy' ел' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tt-RU.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt.min.js deleted file mode 100644 index bfabeec8d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tt.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.tt={name:"tt",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₽"}},calendars:{standard:{days:{names:["якшәмбе","дүшәмбе","сишәмбе","чәршәмбе","пәнҗешәмбе","җомга","шимбә"],namesAbbr:["якш.","дүш.","сиш.","чәрш.","пәнҗ.","җом.","шим."],namesShort:["я","д","с","ч","п","җ","ш"]},months:{names:["гыйнвар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],namesAbbr:["гыйн.","фев.","мар.","апр.","май","июнь","июль","авг.","сен.","окт.","нояб.","дек."]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"dd MMMM yyyy' ел'",F:"dd MMMM yyyy' ел' HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tt.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn-DZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn-DZ.min.js deleted file mode 100644 index de2b3d96b..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn-DZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["tzm-Latn-DZ"]={name:"tzm-Latn-DZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Algerian Dinar",abbr:"DZD",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"DA"}},calendars:{standard:{days:{names:["lh'ed","letnayen","ttlata","larebâa","lexmis","ldjemâa","ssebt"],namesAbbr:["lh'd","let","ttl","lar","lex","ldj","sse"],namesShort:["lh","lt","tt","la","lx","ld","ss"]},months:{names:["Yennayer","Furar","Meghres","Yebrir","Magu","Yunyu","Yulyu","Ghuct","Cutenber","Tuber","Nunember","Dujanbir"],namesAbbr:["Yen","Fur","Megh","Yeb","May","Yun","Yul","Ghu","Cut","Tub","Nun","Duj"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.tzm-Latn-DZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn.min.js deleted file mode 100644 index ea575a44d..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,n){kendo.cultures["tzm-Latn"]={name:"tzm-Latn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"DA"}},calendars:{standard:{days:{names:["lh'ed","letnayen","ttlata","larebâa","lexmis","ldjemâa","ssebt"],namesAbbr:["lh'd","let","ttl","lar","lex","ldj","sse"],namesShort:["lh","lt","tt","la","lx","ld","ss"]},months:{names:["Yennayer","Furar","Meghres","Yebrir","Magu","Yunyu","Yulyu","Ghuct","Cutenber","Tuber","Nunember","Dujanbir"],namesAbbr:["Yen","Fur","Megh","Yeb","May","Yun","Yul","Ghu","Cut","Tub","Nun","Duj"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.tzm-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng-MA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng-MA.min.js deleted file mode 100644 index faac35304..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng-MA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["tzm-Tfng-MA"]={name:"tzm-Tfng-MA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Moroccan Dirham",abbr:"MAD",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ⴷⵔ"}},calendars:{standard:{days:{names:["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],namesAbbr:["ⵙⵎⵙ","ⵢⵏⵙ","ⵙⵏⵙ","ⴽⵕⵙ","ⴽⵡⵙ","ⵙⵎⵡ","ⵙⴹⵙ"],namesShort:["ⵙⵎ","ⵢⵏ","ⵙⵏ","ⴽⵕ","ⴽⵡ","ⵙⵡ","ⵙⴹ"]},months:{names:["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵕ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"],namesAbbr:["ⵏⵢⵔ","ⴱⵕⵢ","ⵎⵕⵚ","ⴱⵔⵔ","ⵎⵢⵢ","ⵢⵏⵢ","ⵢⵍⵢ","ⵖⵛⵜ","ⵛⵜⵏ","ⴽⵜⴱ","ⵏⵡⴱ","ⴷⵊⵏ"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tzm-Tfng-MA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng.min.js deleted file mode 100644 index e685495be..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm-Tfng.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["tzm-Tfng"]={name:"tzm-Tfng",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ⴷⵔ"}},calendars:{standard:{days:{names:["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],namesAbbr:["ⵙⵎⵙ","ⵢⵏⵙ","ⵙⵏⵙ","ⴽⵕⵙ","ⴽⵡⵙ","ⵙⵎⵡ","ⵙⴹⵙ"],namesShort:["ⵙⵎ","ⵢⵏ","ⵙⵏ","ⴽⵕ","ⴽⵡ","ⵙⵡ","ⵙⴹ"]},months:{names:["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵕ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"],namesAbbr:["ⵏⵢⵔ","ⴱⵕⵢ","ⵎⵕⵚ","ⴱⵔⵔ","ⵎⵢⵢ","ⵢⵏⵢ","ⵢⵍⵢ","ⵖⵛⵜ","ⵛⵜⵏ","ⴽⵜⴱ","ⵏⵡⴱ","ⴷⵊⵏ"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.tzm-Tfng.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm.min.js deleted file mode 100644 index 7668564cc..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.tzm.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,y){kendo.cultures.tzm={name:"tzm",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"DA"}},calendars:{standard:{days:{names:["lh'ed","letnayen","ttlata","larebâa","lexmis","ldjemâa","ssebt"],namesAbbr:["lh'd","let","ttl","lar","lex","ldj","sse"],namesShort:["lh","lt","tt","la","lx","ld","ss"]},months:{names:["Yennayer","Furar","Meghres","Yebrir","Magu","Yunyu","Yulyu","Ghuct","Cutenber","Tuber","Nunember","Dujanbir"],namesAbbr:["Yen","Fur","Megh","Yeb","May","Yun","Yul","Ghu","Cut","Tub","Nun","Duj"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy H:mm:ss",g:"dd-MM-yyyy H:mm",G:"dd-MM-yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":":",firstDay:6}}}}(this)}); -//# sourceMappingURL=kendo.culture.tzm.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug-CN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug-CN.min.js deleted file mode 100644 index 8413f79e6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug-CN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["ug-CN"]={name:"ug-CN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"PRC Renminbi",abbr:"CNY",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["يەكشەنبە","دۈشەنبە","سەيشەنبە","چارشەنبە","پەيشەنبە","جۈمە","شەنبە"],namesAbbr:["يە","دۈ","سە","چا","پە","جۈ","شە"],namesShort:["ي","د","س","چ","پ","ج","ش"]},months:{names:["يانۋار","فېۋرال","مارت","ئاپرېل","ماي","ئىيۇن","ئىيۇل","ئاۋغۇست","سېنتەبىر","ئۆكتەبىر","نويابىر","دېكابىر"],namesAbbr:["1-ئاي","2-ئاي","3-ئاي","4-ئاي","5-ئاي","6-ئاي","7-ئاي","8-ئاي","9-ئاي","10-ئاي","11-ئاي","12-ئاي"]},AM:["چۈشتىن بۇرۇن","چۈشتىن بۇرۇن","چۈشتىن بۇرۇن"],PM:["چۈشتىن كېيىن","چۈشتىن كېيىن","چۈشتىن كېيىن"],patterns:{d:"yyyy-M-d",D:"yyyy-'يىل' d-MMMM",F:"yyyy-'يىل' d-MMMM H:mm:ss",g:"yyyy-M-d H:mm",G:"yyyy-M-d H:mm:ss",m:"d-MMMM",M:"d-MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy-'يىلى' MMMM",Y:"yyyy-'يىلى' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ug-CN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug.min.js deleted file mode 100644 index 54a009ea8..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ug.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.ug={name:"ug",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["يەكشەنبە","دۈشەنبە","سەيشەنبە","چارشەنبە","پەيشەنبە","جۈمە","شەنبە"],namesAbbr:["يە","دۈ","سە","چا","پە","جۈ","شە"],namesShort:["ي","د","س","چ","پ","ج","ش"]},months:{names:["يانۋار","فېۋرال","مارت","ئاپرېل","ماي","ئىيۇن","ئىيۇل","ئاۋغۇست","سېنتەبىر","ئۆكتەبىر","نويابىر","دېكابىر"],namesAbbr:["1-ئاي","2-ئاي","3-ئاي","4-ئاي","5-ئاي","6-ئاي","7-ئاي","8-ئاي","9-ئاي","10-ئاي","11-ئاي","12-ئاي"]},AM:["چۈشتىن بۇرۇن","چۈشتىن بۇرۇن","چۈشتىن بۇرۇن"],PM:["چۈشتىن كېيىن","چۈشتىن كېيىن","چۈشتىن كېيىن"],patterns:{d:"yyyy-M-d",D:"yyyy-'يىل' d-MMMM",F:"yyyy-'يىل' d-MMMM H:mm:ss",g:"yyyy-M-d H:mm",G:"yyyy-M-d H:mm:ss",m:"d-MMMM",M:"d-MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy-'يىلى' MMMM",Y:"yyyy-'يىلى' MMMM"},"/":"-",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ug.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk-UA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk-UA.min.js deleted file mode 100644 index d3a76ac39..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk-UA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["uk-UA"]={name:"uk-UA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Ukrainian Hryvnia",abbr:"UAH",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₴"}},calendars:{standard:{days:{names:["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"],namesAbbr:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],namesShort:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"]},months:{names:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],namesAbbr:["Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy' р.'",F:"d MMMM yyyy' р.' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy' р.'",Y:"MMMM yyyy' р.'"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uk-UA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk.min.js deleted file mode 100644 index 8e933aed4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uk.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.uk={name:"uk",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n$","n$"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"₴"}},calendars:{standard:{days:{names:["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"],namesAbbr:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],namesShort:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"]},months:{names:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],namesAbbr:["Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"d MMMM yyyy' р.'",F:"d MMMM yyyy' р.' H:mm:ss",g:"dd.MM.yyyy H:mm",G:"dd.MM.yyyy H:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy' р.'",Y:"MMMM yyyy' р.'"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uk.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-IN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-IN.min.js deleted file mode 100644 index b3262083c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-IN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,y){kendo.cultures["ur-IN"]={name:"ur-IN",numberFormat:{pattern:["-n"],decimals:0,",":",",".":".",groupSize:[3,2],percent:{pattern:["-n%","%n"],decimals:0,",":",",".":".",groupSize:[3,2],symbol:"٪"},currency:{name:"Indian Rupee",abbr:"INR",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3,2],symbol:"₹"}},calendars:{standard:{days:{names:["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],namesAbbr:["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],namesShort:["ا","پ","م","ب","ج","ج","ہ"]},months:{names:["جنوری","فروری","مارچ","اپریل"," مئی","جون"," جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],namesAbbr:["جنوری","فروری","مارچ","اپریل"," مئی","جون"," جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]},AM:["دن","دن","دن"],PM:["رات","رات","رات"],patterns:{d:"d/M/yy",D:"dddd, d MMMM, yyyy",F:"dddd, d MMMM, yyyy h:mm:ss tt",g:"d/M/yy h:mm tt",G:"d/M/yy h:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ur-IN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-PK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-PK.min.js deleted file mode 100644 index 5e7fa9a4e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur-PK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["ur-PK"]={name:"ur-PK",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Pakistan Rupee",abbr:"PKR",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["اتوار","پير","منگل","بدھ","جمعرات","جمعه","هفته"],namesAbbr:["اتوار","پير","منگل","بدھ","جمعرات","جمعه","هفته"],namesShort:["ا","پ","م","ب","ج","ج","ه"]},months:{names:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],namesAbbr:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ur-PK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur.min.js deleted file mode 100644 index 099ec30eb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.ur.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures.ur={name:"ur",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$n-","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"Rs"}},calendars:{standard:{days:{names:["اتوار","پير","منگل","بدھ","جمعرات","جمعه","هفته"],namesAbbr:["اتوار","پير","منگل","بدھ","جمعرات","جمعه","هفته"],namesShort:["ا","پ","م","ب","ج","ج","ه"]},months:{names:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],namesAbbr:["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]},AM:["AM","am","AM"],PM:["PM","pm","PM"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM, yyyy",F:"dd MMMM, yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.ur.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl-UZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl-UZ.min.js deleted file mode 100644 index 1c0825ef4..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl-UZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["uz-Cyrl-UZ"]={name:"uz-Cyrl-UZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Uzbekistan Som",abbr:"UZS",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"сўм"}},calendars:{standard:{days:{names:["якшанба","душанба","сешанба","чоршанба","пайшанба","жума","шанба"],namesAbbr:["якш","дш","сш","чш","пш","ж","ш"],namesShort:["як","д","с","ч","п","ж","ш"]},months:{names:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],namesAbbr:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"yyyy 'йил' d-MMMM",F:"yyyy 'йил' d-MMMM HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uz-Cyrl-UZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl.min.js deleted file mode 100644 index 61e29795a..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Cyrl.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["uz-Cyrl"]={name:"uz-Cyrl",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"сўм"}},calendars:{standard:{days:{names:["якшанба","душанба","сешанба","чоршанба","пайшанба","жума","шанба"],namesAbbr:["якш","дш","сш","чш","пш","ж","ш"],namesShort:["як","д","с","ч","п","ж","ш"]},months:{names:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],namesAbbr:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"yyyy 'йил' d-MMMM",F:"yyyy 'йил' d-MMMM HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uz-Cyrl.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn-UZ.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn-UZ.min.js deleted file mode 100644 index b428cee38..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn-UZ.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["uz-Latn-UZ"]={name:"uz-Latn-UZ",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Uzbekistan Som",abbr:"UZS",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"so'm"}},calendars:{standard:{days:{names:["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],namesAbbr:["Ya","Du","Se","Ch","Pa","Ju","Sh"],namesShort:["Ya","D","S","Ch","P","J","Sh"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"yyyy 'yil' d-MMMM",F:"yyyy 'yil' d-MMMM HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d-MMMM",M:"d-MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uz-Latn-UZ.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn.min.js deleted file mode 100644 index 6650d2cdb..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz-Latn.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,a){kendo.cultures["uz-Latn"]={name:"uz-Latn",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"so'm"}},calendars:{standard:{days:{names:["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],namesAbbr:["Ya","Du","Se","Ch","Pa","Ju","Sh"],namesShort:["Ya","D","S","Ch","P","J","Sh"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"yyyy 'yil' d-MMMM",F:"yyyy 'yil' d-MMMM HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d-MMMM",M:"d-MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uz-Latn.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz.min.js deleted file mode 100644 index 20194fb1c..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.uz.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,a){kendo.cultures.uz={name:"uz",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"so'm"}},calendars:{standard:{days:{names:["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],namesAbbr:["Ya","Du","Se","Ch","Pa","Ju","Sh"],namesShort:["Ya","D","S","Ch","P","J","Sh"]},months:{names:["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr"],namesAbbr:["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]},AM:[""],PM:[""],patterns:{d:"dd.MM.yyyy",D:"yyyy 'yil' d-MMMM",F:"yyyy 'yil' d-MMMM HH:mm:ss",g:"dd.MM.yyyy HH:mm",G:"dd.MM.yyyy HH:mm:ss",m:"d-MMMM",M:"d-MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":".",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.uz.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi-VN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi-VN.min.js deleted file mode 100644 index 57bad1ad2..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi-VN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures["vi-VN"]={name:"vi-VN",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"Vietnamese Dong",abbr:"VND",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"₫"}},calendars:{standard:{days:{names:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"],namesAbbr:["CN","T2","T3","Tư","Năm","Sáu","Bảy"],namesShort:["C","H","B","T","N","S","B"]},months:{names:["Tháng Giêng","Tháng Hai","Tháng Ba","Tháng Tư","Tháng Năm","Tháng Sáu","Tháng Bảy","Tháng Tám","Tháng Chín","Tháng Mười","Tháng Mười Một","Tháng Mười Hai"],namesAbbr:["Thg1","Thg2","Thg3","Thg4","Thg5","Thg6","Thg7","Thg8","Thg9","Thg10","Thg11","Thg12"]},AM:["SA","sa","SA"],PM:["CH","ch","CH"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.vi-VN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi.min.js deleted file mode 100644 index dcd9e5ad5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.vi.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(n){"function"==typeof define&&define.amd?define(["kendo.core.min"],n):n()}(function(){!function(n,a){kendo.cultures.vi={name:"vi",numberFormat:{pattern:["-n"],decimals:2,",":".",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":".",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":".",".":",",groupSize:[3],symbol:"₫"}},calendars:{standard:{days:{names:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"],namesAbbr:["CN","T2","T3","Tư","Năm","Sáu","Bảy"],namesShort:["C","H","B","T","N","S","B"]},months:{names:["Tháng Giêng","Tháng Hai","Tháng Ba","Tháng Tư","Tháng Năm","Tháng Sáu","Tháng Bảy","Tháng Tám","Tháng Chín","Tháng Mười","Tháng Mười Một","Tháng Mười Hai"],namesAbbr:["Thg1","Thg2","Thg3","Thg4","Thg5","Thg6","Thg7","Thg8","Thg9","Thg10","Thg11","Thg12"]},AM:["SA","sa","SA"],PM:["CH","ch","CH"],patterns:{d:"dd/MM/yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy h:mm:ss tt",g:"dd/MM/yyyy h:mm tt",G:"dd/MM/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.vi.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo-SN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo-SN.min.js deleted file mode 100644 index 5e854dc11..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo-SN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures["wo-SN"]={name:"wo-SN",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"CFA",abbr:"XOF",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["Dibéer","Altine","Talaata","Àllarba","Alxames","Àjjuma","Gaawu"],namesAbbr:["Dib.","Alt.","Tal.","Àll.","Alx.","Àjj.","Gaa."],namesShort:["Di","Al","Ta","Àl","Ax","Àj","Ga"]},months:{names:["Samwiye","Fewriye","Maars","Awril","Me","Suwe","Sullet","Ut","Septàmbar","Oktoobar","Noowàmbar","Desàmbar"],namesAbbr:["Sam.","Few.","Maa","Awr.","Me","Suw","Sul.","Ut","Sept.","Okt.","Now.","Des."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.wo-SN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo.min.js deleted file mode 100644 index 976d231ab..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.wo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,e){kendo.cultures.wo={name:"wo",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"CFA"}},calendars:{standard:{days:{names:["Dibéer","Altine","Talaata","Àllarba","Alxames","Àjjuma","Gaawu"],namesAbbr:["Dib.","Alt.","Tal.","Àll.","Alx.","Àjj.","Gaa."],namesShort:["Di","Al","Ta","Àl","Ax","Àj","Ga"]},months:{names:["Samwiye","Fewriye","Maars","Awril","Me","Suwe","Sullet","Ut","Septàmbar","Oktoobar","Noowàmbar","Desàmbar"],namesAbbr:["Sam.","Few.","Maa","Awr.","Me","Suw","Sul.","Ut","Sept.","Okt.","Now.","Des."]},AM:[""],PM:[""],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",F:"dddd d MMMM yyyy HH:mm:ss",g:"dd/MM/yyyy HH:mm",G:"dd/MM/yyyy HH:mm:ss",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH:mm",T:"HH:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.wo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh-ZA.min.js deleted file mode 100644 index 8bd3e30ee..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(u){"function"==typeof define&&define.amd?define(["kendo.core.min"],u):u()}(function(){!function(u,e){kendo.cultures["xh-ZA"]={name:"xh-ZA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["iCawa","uMvulo","uLwesibini","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],namesAbbr:["iCa.","uMv.","uLwesib.","uLwesith.","uLwesin.","uLwesihl.","uMgq."],namesShort:["Ca","Mv","Lb","Lt","Ln","Lh","Mg"]},months:{names:["uJanuwari","uFebuwari","uMatshi","uAprili","uMeyi","uJuni","uJulayi","uAgasti","uSeptemba","uOktobha","uNovemba","uDisemba"],namesAbbr:["uJan.","uFeb.","uMat.","uEpr.","uMey.","uJun.","uJul.","uAg.","uSep.","uOkt.","uNov.","uDis."]},AM:["Ekuseni","ekuseni","EKUSENI"],PM:["Emva Kwemini","emva kwemini","EMVA KWEMINI"],patterns:{d:"yyyy/MM/dd",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.xh-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh.min.js deleted file mode 100644 index 0dfa075af..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.xh.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(u){"function"==typeof define&&define.amd?define(["kendo.core.min"],u):u()}(function(){!function(u,e){kendo.cultures.xh={name:"xh",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["iCawa","uMvulo","uLwesibini","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],namesAbbr:["iCa.","uMv.","uLwesib.","uLwesith.","uLwesin.","uLwesihl.","uMgq."],namesShort:["Ca","Mv","Lb","Lt","Ln","Lh","Mg"]},months:{names:["uJanuwari","uFebuwari","uMatshi","uAprili","uMeyi","uJuni","uJulayi","uAgasti","uSeptemba","uOktobha","uNovemba","uDisemba"],namesAbbr:["uJan.","uFeb.","uMat.","uEpr.","uMey.","uJun.","uJul.","uAg.","uSep.","uOkt.","uNov.","uDis."]},AM:["Ekuseni","ekuseni","EKUSENI"],PM:["Emva Kwemini","emva kwemini","EMVA KWEMINI"],patterns:{d:"yyyy/MM/dd",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"yyyy/MM/dd hh:mm tt",G:"yyyy/MM/dd hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.xh.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo-NG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo-NG.min.js deleted file mode 100644 index 5dc94e7fa..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo-NG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures["yo-NG"]={name:"yo-NG",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Nigerian Naira",abbr:"NGN",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Àìkú","Ajé","Ìṣẹ́gun","Ọjọ́'rú","Ọjọ́'bọ̀","Ẹtì","Àbámẹ́ta"],namesAbbr:["Àìk","Ajé","Ìṣg","Ọjr","Ọjb","Ẹti","Àbá"],namesShort:["Àì","Aj","Ìṣ","Ọj","Ọb","Ẹt","Àb"]},months:{names:["Oṣu Muharram","Oṣu Safar","Oṣu R Awwal","Oṣu R Aakhir","Oṣu J Awwal","Oṣu J Aakhira","Oṣu Rajab","Oṣu Sha'baan","Oṣu Ramadhan","Oṣu Shawwal","Oṣu Dhul Qa'dah","Oṣu Dhul Hijjah"],namesAbbr:["Oṣu Muharram","Oṣu Safar","Oṣu R Awwal","Oṣu R Aakhir","Oṣu J Awwal","Oṣu J Aakhira","Oṣu Rajab","Oṣu Sha'baan","Oṣu Ramadhan","Oṣu Shawwal","Oṣu Dhul Qa'dah","Oṣu Dhul Hijjah"]},AM:["Òwúrọ́","òwúrọ́","ÒWÚRỌ́"],PM:["Alẹ̀","alẹ̀","ALẸ̀"],patterns:{d:"d/M/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.yo-NG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo.min.js deleted file mode 100644 index 29974e773..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.yo.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(a){"function"==typeof define&&define.amd?define(["kendo.core.min"],a):a()}(function(){!function(a,y){kendo.cultures.yo={name:"yo",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-$ n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"₦"}},calendars:{standard:{days:{names:["Àìkú","Ajé","Ìṣẹ́gun","Ọjọ́'rú","Ọjọ́'bọ̀","Ẹtì","Àbámẹ́ta"],namesAbbr:["Àìk","Ajé","Ìṣg","Ọjr","Ọjb","Ẹti","Àbá"],namesShort:["Àì","Aj","Ìṣ","Ọj","Ọb","Ẹt","Àb"]},months:{names:["Oṣu Muharram","Oṣu Safar","Oṣu R Awwal","Oṣu R Aakhir","Oṣu J Awwal","Oṣu J Aakhira","Oṣu Rajab","Oṣu Sha'baan","Oṣu Ramadhan","Oṣu Shawwal","Oṣu Dhul Qa'dah","Oṣu Dhul Hijjah"],namesAbbr:["Oṣu Muharram","Oṣu Safar","Oṣu R Awwal","Oṣu R Aakhir","Oṣu J Awwal","Oṣu J Aakhira","Oṣu Rajab","Oṣu Sha'baan","Oṣu Ramadhan","Oṣu Shawwal","Oṣu Dhul Qa'dah","Oṣu Dhul Hijjah"]},AM:["Òwúrọ́","òwúrọ́","ÒWÚRỌ́"],PM:["Alẹ̀","alẹ̀","ALẸ̀"],patterns:{d:"d/M/yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy h:mm:ss tt",g:"d/M/yyyy h:mm tt",G:"d/M/yyyy h:mm:ss tt",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM,yyyy",Y:"MMMM,yyyy"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.yo.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng-MA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng-MA.min.js deleted file mode 100644 index 9972889b6..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng-MA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,M){kendo.cultures["zgh-Tfng-MA"]={name:"zgh-Tfng-MA",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"Moroccan Dirham",abbr:"MAD",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ⴷⵔⵎ"}},calendars:{standard:{days:{names:["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],namesAbbr:["ⵙⵎⵙ","ⵢⵏⵙ","ⵙⵏⵙ","ⴽⵕⵙ","ⴽⵡⵙ","ⵙⵎⵡ","ⵙⴹⵙ"],namesShort:["ⵙⵎ","ⵢⵏ","ⵙⵏ","ⴽⵕ","ⴽⵡ","ⵙⵡ","ⵚⴹ"]},months:{names:["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵕ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"],namesAbbr:["ⵏⵢⵔ","ⴱⵕⵢ","ⵎⵕⵚ","ⴱⵔⵔ","ⵎⵢⵢ","ⵢⵏⵢ","ⵢⵍⵢ","ⵖⵛⵜ","ⵛⵜⵏ","ⴽⵜⴱ","ⵏⵡⴱ","ⴷⵊⵏ"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy HH.mm.ss",g:"dd-MM-yyyy HH.mm",G:"dd-MM-yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zgh-Tfng-MA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng.min.js deleted file mode 100644 index 77528cda0..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh-Tfng.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures["zgh-Tfng"]={name:"zgh-Tfng",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ⴷⵔⵎ"}},calendars:{standard:{days:{names:["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],namesAbbr:["ⵙⵎⵙ","ⵢⵏⵙ","ⵙⵏⵙ","ⴽⵕⵙ","ⴽⵡⵙ","ⵙⵎⵡ","ⵙⴹⵙ"],namesShort:["ⵙⵎ","ⵢⵏ","ⵙⵏ","ⴽⵕ","ⴽⵡ","ⵙⵡ","ⵚⴹ"]},months:{names:["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵕ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"],namesAbbr:["ⵏⵢⵔ","ⴱⵕⵢ","ⵎⵕⵚ","ⴱⵔⵔ","ⵎⵢⵢ","ⵢⵏⵢ","ⵢⵍⵢ","ⵖⵛⵜ","ⵛⵜⵏ","ⴽⵜⴱ","ⵏⵡⴱ","ⴷⵊⵏ"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy HH.mm.ss",g:"dd-MM-yyyy HH.mm",G:"dd-MM-yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zgh-Tfng.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh.min.js deleted file mode 100644 index 426da3e80..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zgh.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,d){kendo.cultures.zgh={name:"zgh",numberFormat:{pattern:["-n"],decimals:2,",":" ",".":",",groupSize:[3],percent:{pattern:["-n %","n %"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["-n $","n $"],decimals:2,",":" ",".":",",groupSize:[3],symbol:"ⴷⵔⵎ"}},calendars:{standard:{days:{names:["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],namesAbbr:["ⵙⵎⵙ","ⵢⵏⵙ","ⵙⵏⵙ","ⴽⵕⵙ","ⴽⵡⵙ","ⵙⵎⵡ","ⵙⴹⵙ"],namesShort:["ⵙⵎ","ⵢⵏ","ⵙⵏ","ⴽⵕ","ⴽⵡ","ⵙⵡ","ⵚⴹ"]},months:{names:["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵕ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"],namesAbbr:["ⵏⵢⵔ","ⴱⵕⵢ","ⵎⵕⵚ","ⴱⵔⵔ","ⵎⵢⵢ","ⵢⵏⵢ","ⵢⵍⵢ","ⵖⵛⵜ","ⵛⵜⵏ","ⴽⵜⴱ","ⵏⵡⴱ","ⴷⵊⵏ"]},AM:[""],PM:[""],patterns:{d:"dd-MM-yyyy",D:"dddd, dd MMMM, yyyy",F:"dddd, dd MMMM, yyyy HH.mm.ss",g:"dd-MM-yyyy HH.mm",G:"dd-MM-yyyy HH.mm.ss",m:"dd MMMM",M:"dd MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"HH.mm",T:"HH.mm.ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM, yyyy",Y:"MMMM, yyyy"},"/":"-",":":".",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zgh.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHS.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHS.min.js deleted file mode 100644 index 0a5c109d9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHS.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-CHS"]={name:"zh-CHS",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["周日","周一","周二","周三","周四","周五","周六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"yyyy/M/d",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-CHS.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHT.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHT.min.js deleted file mode 100644 index 3e96fe9ea..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CHT.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-CHT"]={name:"zh-CHT",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"HK$"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["週日","週一","週二","週三","週四","週五","週六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"d/M/yyyy",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-CHT.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CN.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CN.min.js deleted file mode 100644 index d03fb4d8f..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-CN.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-CN"]={name:"zh-CN",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"PRC Yuan Renminbi",abbr:"CNY",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["周日","周一","周二","周三","周四","周五","周六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"yyyy/M/d",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-CN.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-HK.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-HK.min.js deleted file mode 100644 index 99c380276..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-HK.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-HK"]={name:"zh-HK",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Hong Kong Dollar",abbr:"HKD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"HK$"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["週日","週一","週二","週三","週四","週五","週六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"d/M/yyyy",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-HK.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hans.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hans.min.js deleted file mode 100644 index e52a5691e..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hans.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-Hans"]={name:"zh-Hans",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["周日","周一","周二","周三","周四","周五","周六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"yyyy/M/d",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-Hans.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hant.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hant.min.js deleted file mode 100644 index 5916beea9..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-Hant.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-Hant"]={name:"zh-Hant",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"HK$"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["週日","週一","週二","週三","週四","週五","週六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"d/M/yyyy",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-Hant.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-MO.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-MO.min.js deleted file mode 100644 index 1876c0b03..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-MO.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-MO"]={name:"zh-MO",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Macao Pataca",abbr:"MOP",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"MOP"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["週日","週一","週二","週三","週四","週五","週六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"d/M/yyyy",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"d/M/yyyy H:mm",G:"d/M/yyyy H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-MO.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-SG.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-SG.min.js deleted file mode 100644 index 7a4890270..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-SG.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-SG"]={name:"zh-SG",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"Singapore Dollar",abbr:"SGD",pattern:["($n)","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"$"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["周日","周一","周二","周三","周四","周五","周六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"d/M/yyyy",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' tt h:mm:ss",g:"d/M/yyyy tt h:mm",G:"d/M/yyyy tt h:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt h:mm",T:"tt h:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-SG.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-TW.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-TW.min.js deleted file mode 100644 index 189430d33..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh-TW.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures["zh-TW"]={name:"zh-TW",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"New Taiwan Dollar",abbr:"TWD",pattern:["-$n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"NT$"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["週日","週一","週二","週三","週四","週五","週六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"yyyy/M/d",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' tt hh:mm:ss",g:"yyyy/M/d tt hh:mm",G:"yyyy/M/d tt hh:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"tt hh:mm",T:"tt hh:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh-TW.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh.min.js deleted file mode 100644 index f512d3dde..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zh.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(y){"function"==typeof define&&define.amd?define(["kendo.core.min"],y):y()}(function(){!function(y,n){kendo.cultures.zh={name:"zh",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-n%","n%"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"¥"}},calendars:{standard:{days:{names:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],namesAbbr:["周日","周一","周二","周三","周四","周五","周六"],namesShort:["日","一","二","三","四","五","六"]},months:{names:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],namesAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},AM:["上午","上午","上午"],PM:["下午","下午","下午"],patterns:{d:"yyyy/M/d",D:"yyyy'年'M'月'd'日'",F:"yyyy'年'M'月'd'日' H:mm:ss",g:"yyyy/M/d H:mm",G:"yyyy/M/d H:mm:ss",m:"M'月'd'日'",M:"M'月'd'日'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"H:mm",T:"H:mm:ss",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"yyyy'年'M'月'",Y:"yyyy'年'M'月'"},"/":"/",":":":",firstDay:1}}}}(this)}); -//# sourceMappingURL=kendo.culture.zh.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu-ZA.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu-ZA.min.js deleted file mode 100644 index 28c992f35..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu-ZA.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures["zu-ZA"]={name:"zu-ZA",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"South African Rand",abbr:"ZAR",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["iSonto","uMsombuluko","uLwesibili","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],namesAbbr:["Son.","Mso.","Bi.","Tha.","Ne.","Hla.","Mgq."],namesShort:["So","Ms","Bi","Th","Ne","Hl","Mg"]},months:{names:["Januwari","Febhuwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septemba","Okthoba","Novemba","Disemba"],namesAbbr:["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Agas","Sep","Okt","Nov","Dis"]},AM:["Ntambama","ntambama","NTAMBAMA"],PM:["Ekuseni","ekuseni","EKUSENI"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd-MM-yyyy hh:mm tt",G:"dd-MM-yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zu-ZA.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu.min.js deleted file mode 100644 index 99d8a4df5..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/cultures/kendo.culture.zu.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e){"function"==typeof define&&define.amd?define(["kendo.core.min"],e):e()}(function(){!function(e,M){kendo.cultures.zu={name:"zu",numberFormat:{pattern:["-n"],decimals:2,",":",",".":".",groupSize:[3],percent:{pattern:["-%n","%n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"%"},currency:{name:"",abbr:"",pattern:["$-n","$ n"],decimals:2,",":",",".":".",groupSize:[3],symbol:"R"}},calendars:{standard:{days:{names:["iSonto","uMsombuluko","uLwesibili","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],namesAbbr:["Son.","Mso.","Bi.","Tha.","Ne.","Hla.","Mgq."],namesShort:["So","Ms","Bi","Th","Ne","Hl","Mg"]},months:{names:["Januwari","Febhuwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septemba","Okthoba","Novemba","Disemba"],namesAbbr:["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Agas","Sep","Okt","Nov","Dis"]},AM:["Ntambama","ntambama","NTAMBAMA"],PM:["Ekuseni","ekuseni","EKUSENI"],patterns:{d:"dd-MM-yyyy",D:"dd MMMM yyyy",F:"dd MMMM yyyy hh:mm:ss tt",g:"dd-MM-yyyy hh:mm tt",G:"dd-MM-yyyy hh:mm:ss tt",m:"d MMMM",M:"d MMMM",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"hh:mm tt",T:"hh:mm:ss tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",y:"MMMM yyyy",Y:"MMMM yyyy"},"/":"-",":":":",firstDay:0}}}}(this)}); -//# sourceMappingURL=kendo.culture.zu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/jquery.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/jquery.min.js deleted file mode 100644 index dad4f0aff..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/jquery.min.js +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery v1.12.3 | (c) jQuery Foundation | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0; -}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML="
a",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?""!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n(""),S=".kendoTooltip",T={bottom:{origin:"bottom center",position:"top center"},top:{origin:"top center",position:"bottom center"},left:{origin:"center left",position:"center right",collision:"fit flip"},right:{origin:"center right",position:"center left",collision:"fit flip"},center:{position:"center center",origin:"center center"}},D={top:"bottom",bottom:"top",left:"right",right:"left",center:"center"},A={bottom:"n",top:"s",left:"e",right:"w",center:"n"},E={horizontal:{offset:"top",size:"outerHeight"},vertical:{offset:"left",size:"outerWidth"}},I=function(e){return e.target.data(s.ns+"title")},M=a.extend({init:function(e,t){var n,i=this;a.fn.init.call(i,e,t),n=i.options.position.match(/left|right/)?"horizontal":"vertical",i.dimensions=E[n],i._documentKeyDownHandler=h(i._documentKeyDown,i),i.element.on(i.options.showOn+S,i.options.filter,h(i._showOn,i)).on("mouseenter"+S,i.options.filter,h(i._mouseenter,i)),this.options.autoHide&&i.element.on("mouseleave"+S,i.options.filter,h(i._mouseleave,i))},options:{name:"Tooltip",filter:"",content:I,showAfter:100,callout:!0,position:"bottom",showOn:"mouseenter",autoHide:!0,width:null,height:null,animation:{open:{effects:"fade:in",duration:0},close:{effects:"fade:out",duration:40,hide:!0}}},events:[v,_,w,b,y],_mouseenter:function(t){r(e(t.currentTarget))},_showOn:function(t){var n=this,i=e(t.currentTarget);n.options.showOn&&n.options.showOn.match(/click|focus/)?n._show(i):(clearTimeout(n.timeout),n.timeout=setTimeout(function(){n._show(i)},n.options.showAfter))},_appendContent:function(e){var t,n=this,i=n.options.content,o=n.content,r=n.options.iframe;d(i)&&i.url?("iframe"in n.options||(r=!p(i.url)),n.trigger(y,{options:i,target:e}),r?(o.hide(),t=o.find("."+k)[0],t?t.src=i.url||t.src:o.html(C({content:i})),o.find("."+k).off("load"+S).on("load"+S,function(){n.trigger(w),o.show()})):(o.empty(),s.ui.progress(o,!0),n._ajaxRequest(i))):i&&c(i)?(i=i({sender:this,target:e}),o.html(i||"")):o.html(i),n.angular("compile",function(){return{elements:o}})},_ajaxRequest:function(e){var t=this;jQuery.ajax(u({type:"GET",dataType:"html",cache:!1,error:function(e,n){s.ui.progress(t.content,!1),t.trigger(b,{status:n,xhr:e})},success:h(function(e){s.ui.progress(t.content,!1),t.content.html(e),t.trigger(w)},t)},e))},_documentKeyDown:function(e){e.keyCode===s.keys.ESC&&this.hide()},refresh:function(){var e=this,t=e.popup;t&&t.options.anchor&&e._appendContent(t.options.anchor)},hide:function(){this.popup&&this.popup.close()},show:function(e){e=e||this.element,r(e),this._show(e)},_show:function(e){var t=this,i=t.target();t.popup||t._initPopup(),i&&i[0]!=e[0]&&(t.popup.close(),t.popup.element.kendoStop(!0,!0)),i&&i[0]==e[0]||(t._appendContent(e),t.popup.options.anchor=e),t.popup.one("deactivate",function(){n(e),e.removeAttr(g),this.element.removeAttr("id").attr("aria-hidden",!0),f.off("keydown"+S,t._documentKeyDownHandler)}),t.popup.open()},_initPopup:function(){var t=this,n=t.options,i=e(s.template(x)({callout:n.callout&&"center"!==n.position,dir:A[n.position],autoHide:n.autoHide}));t.popup=new l(i,u({activate:function(){var e=this.options.anchor,i=e[0].id||t.element[0].id;i&&(e.attr(g,i+m),this.element.attr("id",i+m)),n.callout&&t._positionCallout(),this.element.removeAttr("aria-hidden"),f.on("keydown"+S,t._documentKeyDownHandler),t.trigger(v)},close:function(){t.trigger(_)},copyAnchorStyles:!1,animation:n.animation},T[n.position])),i.css({width:n.width,height:n.height}),t.content=i.find(".k-tooltip-content"),t.arrow=i.find(".k-callout"),n.autoHide?i.on("mouseleave"+S,h(t._mouseleave,t)):i.on("click"+S,".k-tooltip-button",h(t._closeButtonClick,t))},_closeButtonClick:function(e){e.preventDefault(),this.hide()},_mouseleave:function(t){if(this.popup){var i=e(t.currentTarget),o=i.offset(),r=t.pageX,a=t.pageY;if(o.right=o.left+s._outerWidth(i),o.bottom=o.top+s._outerHeight(i),r>o.left&&ro.top&&a-1?e.options[t]:{}}function r(e,t){var n,i,o,r,s=t.length,a=e.length,l=[],c=[];if(a)for(o=0;o').attr({tabIndex:-1,"aria-hidden":!0}),o.list=e("
").append(o.ul).on("mousedown"+r,L(o._listMousedown,o)),i=t.attr(w),i&&(o.list.attr(w,i+"-list"),o.ul.attr(w,i+"_listbox")),o._header(),o._noData(),o._footer(),o._accessors(),o._initValue()},options:{valuePrimitive:!1,footerTemplate:"",headerTemplate:"",noDataTemplate:"No data found."},setOptions:function(e){p.fn.setOptions.call(this,e),e&&e.enable!==t&&(e.enabled=e.enable),this._header(),this._noData(),this._footer(),this._renderFooter(),this._renderNoData()},focus:function(){this._focused.focus()},readonly:function(e){this._editable({readonly:e===t||e,disable:!1})},enable:function(e){this._editable({readonly:!1,disable:!(e=e===t||e)})},_listOptions:function(t){var n=this,i=n.options,o=i.virtual,r=L(n._listBound,n);return o="object"==typeof o?o:{},t=e.extend({autoBind:!1,selectable:!0,dataSource:n.dataSource,click:L(n._click,n),change:L(n._listChange,n),activate:L(n._activateItem,n),deactivate:L(n._deactivateItem,n),dataBinding:function(){n.trigger("dataBinding")},dataBound:r,height:i.height,dataValueField:i.dataValueField,dataTextField:i.dataTextField,groupTemplate:i.groupTemplate,fixedGroupTemplate:i.fixedGroupTemplate,template:i.template},t,o),t.template||(t.template="#:"+d.expr(t.dataTextField,"data")+"#"),i.$angular&&(t.$angular=i.$angular),t},_initList:function(){var e=this,t=e._listOptions({selectedItemChange:L(e._listChange,e)});e.listView=e.options.virtual?new d.ui.VirtualList(e.ul,t):new d.ui.StaticList(e.ul,t),e.listView.bind("listBound",L(e._listBound,e)),e._setListValue()},_setListValue:function(e){e=e||this.options.value,e!==t&&this.listView.value(e).done(L(this._updateSelectionState,this))},_updateSelectionState:e.noop,_listMousedown:function(e){this.filterInput&&this.filterInput[0]===e.target||e.preventDefault()},_isFilterEnabled:function(){var e=this.options.filter;return e&&"none"!==e},_hideClear:function(){var e=this;e._clear&&this._clear.addClass(S)},_showClear:function(){var e=this;e._clear&&this._clear.removeClass(S)},_clearValue:function(){this._clearText(),this._accessor(""),this.listView.value([]),this._isFilterEnabled()&&!this.options.enforceMinLength&&this._filter({word:"",open:!1}),this._change()},_clearText:function(){this.text("")},_clearFilter:function(){this.options.virtual||this.listView.bound(!1),this._filterSource()},_filterSource:function(e,t){var n,i,o=this,r=o.options,l=o.dataSource,c=B({},l.filter()||{}),d=e||c.filters&&c.filters.length&&!e,u=a(c,r.dataTextField);(e||u)&&o.trigger("filtering",{filter:e})||(n={filters:[],logic:"and"},s(e)&&n.filters.push(e),s(c)&&(n.logic===c.logic?n.filters=n.filters.concat(c.filters):n.filters.push(c)),o._cascading&&this.listView.setDSFilter(n),i=B({},{page:d?1:l.page(),pageSize:d?l.options.pageSize:l.pageSize(),sort:l.sort(),filter:l.filter(),group:l.group(),aggregate:l.aggregate()},{filter:n}),l[t?"read":"query"](l._mergeState(i)))},_angularElement:function(e,t){e&&this.angular(t,function(){return{elements:e}})},_noData:function(){var n=e(this.noData),i=this.options.noDataTemplate;return this.angular("cleanup",function(){return{elements:n}}),d.destroy(n),n.remove(),i?(this.noData=e('').appendTo(this.list),this.noDataTemplate="function"!=typeof i?d.template(i):i,t):(this.noData=null,t)},_renderNoData:function(){var e=this.noData;e&&(this._angularElement(e,"cleanup"),e.children(":first").html(this.noDataTemplate({instance:this})),this._angularElement(e,"compile"))},_toggleNoData:function(t){e(this.noData).toggle(t)},_toggleHeader:function(e){var t=this.listView.content.prev(T);t.toggle(e)},_footer:function(){var n=e(this.footer),i=this.options.footerTemplate;return this._angularElement(n,"cleanup"),d.destroy(n),n.remove(),i?(this.footer=e('').appendTo(this.list),this.footerTemplate="function"!=typeof i?d.template(i):i,t):(this.footer=null,t)},_renderFooter:function(){var e=this.footer;e&&(this._angularElement(e,"cleanup"),e.html(this.footerTemplate({instance:this})),this._angularElement(e,"compile"))},_header:function(){var n,i=e(this.header),o=this.options.headerTemplate;return this._angularElement(i,"cleanup"),d.destroy(i),i.remove(),o?(n="function"!=typeof o?d.template(o):o,i=e(n({})),this.header=i[0]?i:null,this.list.prepend(i),this._angularElement(this.header,"compile"),t):(this.header=null,t)},_allowOpening:function(){return this.options.noDataTemplate||this.dataSource.flatView().length},_initValue:function(){var e=this,t=e.options.value;null!==t?e.element.val(t):(t=e._accessor(),e.options.value=t),e._old=t},_ignoreCase:function(){var e,t=this,n=t.dataSource.reader.model;n&&n.fields&&(e=n.fields[t.options.dataTextField],e&&e.type&&"string"!==e.type&&(t.options.ignoreCase=!1))},_focus:function(e){return this.listView.focus(e)},_filter:function(e){var t=this,n=t.options,i=n.ignoreCase,o=n.dataTextField,r={value:i?e.word.toLowerCase():e.word,field:o,operator:n.filter,ignoreCase:i};t._open=e.open,t._filterSource(r)},search:function(e){var t=this.options;e="string"==typeof e?e:this._inputValue(),clearTimeout(this._typingTimeout),(!t.enforceMinLength&&!e.length||e.length>=t.minLength)&&(this._state="filter",this._isFilterEnabled()?this._filter({word:e,open:!0}):this._searchByWord(e))},current:function(e){return this._focus(e)},items:function(){return this.ul[0].children},destroy:function(){var e=this,t=e.ns;p.fn.destroy.call(e),e._unbindDataSource(),e.listView.destroy(),e.list.off(t),e.popup.destroy(),e._form&&e._form.off("reset",e._resetHandler)},dataItem:function(n){var i=this;if(n===t)return i.listView.selectedDataItems()[0];if("number"!=typeof n){if(i.options.virtual)return i.dataSource.getByUid(e(n).data("uid"));n=e(i.items()).index(n)}return i.dataSource.flatView()[n]},_activateItem:function(){var e=this.listView.focus();e&&this._focused.add(this.filterInput).attr("aria-activedescendant",e.attr("id"))},_deactivateItem:function(){this._focused.add(this.filterInput).removeAttr("aria-activedescendant")},_accessors:function(){var e=this,t=e.element,n=e.options,i=d.getter,o=t.attr(d.attr("text-field")),r=t.attr(d.attr("value-field"));!n.dataTextField&&o&&(n.dataTextField=o),!n.dataValueField&&r&&(n.dataValueField=r),e._text=i(n.dataTextField),e._value=i(n.dataValueField)},_aria:function(e){var n=this,i=n.options,o=n._focused.add(n.filterInput);i.suggest!==t&&o.attr("aria-autocomplete",i.suggest?"both":"list"),e=e?e+" "+n.ul[0].id:n.ul[0].id,o.attr("aria-owns",e),n.ul.attr("aria-live",n._isFilterEnabled()?"polite":"off"),n._ariaLabel()},_ariaLabel:function(){var t,n=this,i=n._focused,o=n.element,r=o.attr("id"),s=e("label[for='"+r+"']"),a=o.attr("aria-label"),l=o.attr("aria-labelledby");i!==o&&(a?i.attr("aria-label",a):l?i.attr("aria-labelledby",l):s.length&&(t=s.attr("id")||n._generateLabelId(s,r),i.attr("aria-labelledby",t)))},_generateLabelId:function(e,t){var n=t+D;return e.attr("id",n),n},_blur:function(){var e=this;e._change(),e.close()},_change:function(){var e,i=this,o=i.selectedIndex,r=i.options.value,s=i.value();i._isSelect&&!i.listView.bound()&&r&&(s=r),s!==n(i._old,typeof s)?e=!0:o!==t&&o!==i._oldIndex&&(e=!0),e&&(i._old=s,i._oldIndex=o,i._typing||i.element.trigger(y),i.trigger(y)),i.typing=!1},_data:function(){return this.dataSource.view()},_enable:function(){var e=this,n=e.options,i=e.element.is("[disabled]");n.enable!==t&&(n.enabled=n.enable),!n.enabled||i?e.enable(!1):e.readonly(e.element.is("[readonly]"))},_dataValue:function(e){var n=this._value(e);return n===t&&(n=this._text(e)),n},_offsetHeight:function(){var t=0,n=this.listView.content.prevAll(":visible");return n.each(function(){var n=e(this);t+=f(n)}),t},_height:function(n){var i,o,r,s=this,a=s.list,l=s.options.height,c=s.popup.visible();if(n||s.options.noDataTemplate){if(o=a.add(a.parent(".k-animation-container")).show(),!a.is(":visible"))return o.hide(),t;l=s.listView.content[0].scrollHeight>l?l:"auto",o.height(l),"auto"!==l&&(i=s._offsetHeight(),r=f(e(s.footer))||0,l=l-i-r),s.listView.content.height(l),c||o.hide()}return l},_adjustListWidth:function(){var e,t,n=this.list,i=n[0].style.width,o=this.wrapper;if(n.data(P)||!i)return e=window.getComputedStyle?window.getComputedStyle(o[0],null):0,t=parseFloat(e&&e.width)||h(o),e&&N.msie&&(t+=parseFloat(e.paddingLeft)+parseFloat(e.paddingRight)+parseFloat(e.borderLeftWidth)+parseFloat(e.borderRightWidth)),i="border-box"!==n.css("box-sizing")?t-(h(n)-n.width()):t,n.css({fontFamily:o.css("font-family"),width:this.options.autoWidth?"auto":i,minWidth:i}).data(P,i),!0},_openHandler:function(e){this._adjustListWidth(),this.trigger(A)?e.preventDefault():(this._focused.attr("aria-expanded",!0),this.ul.attr("aria-hidden",!1))},_closeHandler:function(e){this.trigger(E)?e.preventDefault():(this._focused.attr("aria-expanded",!1),this.ul.attr("aria-hidden",!0))},_focusItem:function(){var e=this.listView,n=!e.focus(),o=i(e.select());o===t&&this.options.highlightFirst&&n&&(o=0),o!==t?e.focus(o):n&&e.scrollToIndex(0)},_calculateGroupPadding:function(e){var t=this.ul.children(".k-first:first"),n=this.listView.content.prev(T),i=0;n[0]&&"none"!==n[0].style.display&&("auto"!==e&&(i=d.support.scrollbar()),i+=parseFloat(t.css("border-right-width"),10)+parseFloat(t.children(".k-group").css("padding-right"),10),n.css("padding-right",i))},_calculatePopupHeight:function(e){var t=this._height(this.dataSource.flatView().length||e);this._calculateGroupPadding(t)},_resizePopup:function(e){this.options.virtual||(this.popup.element.is(":visible")?this._calculatePopupHeight(e):this.popup.one("open",function(e){return L(function(){this._calculatePopupHeight(e)},this)}.call(this,e)))},_popup:function(){var e=this;e.popup=new u.Popup(e.list,B({},e.options.popup,{anchor:e.wrapper,open:L(e._openHandler,e),close:L(e._closeHandler,e),animation:e.options.animation,isRtl:g.isRtl(e.wrapper)}))},_makeUnselectable:function(){V&&this.list.find("*").not(".k-textbox").attr("unselectable","on")},_toggleHover:function(t){e(t.currentTarget).toggleClass(x,"mouseenter"===t.type)},_toggle:function(e,n){var i=this,o=g.mobileOS&&(g.touch||g.MSPointers||g.pointers);e=e!==t?e:!i.popup.visible(),n||o||i._focused[0]===_()||(i._prevent=!0,i._focused.focus(),i._prevent=!1),i[e?A:E]()},_triggerCascade:function(){var e=this;e._cascadeTriggered&&e._old===e.value()&&e._oldIndex===e.selectedIndex||(e._cascadeTriggered=!0,e.trigger(I,{userTriggered:e._userTriggered}))},_triggerChange:function(){this._valueBeforeCascade!==this.value()&&this.trigger(y)},_unbindDataSource:function(){var e=this;e.dataSource.unbind(F,e._requestStartHandler).unbind(z,e._requestEndHandler).unbind("error",e._errorHandler)},requireValueMapper:function(e,t){var n=(e.value instanceof Array?e.value.length:e.value)||(t instanceof Array?t.length:t);if(n&&e.virtual&&"function"!=typeof e.virtual.valueMapper)throw Error("ValueMapper is not provided while the value is being set. See http://docs.telerik.com/kendo-ui/controls/editors/combobox/virtualization#the-valuemapper-function")}});B(q,{inArray:function(e,t){var n,i,o=t.children;if(!e||e.parentNode!==t)return-1;for(n=0,i=o.length;n"),n._customOption=o,i.append(o)),o.text(t),o[0].selected=!0},_hideBusy:function(){var e=this;clearTimeout(e._busy),e._arrowIcon.removeClass(C),e._focused.attr("aria-busy",!1),e._busy=null,e._showClear()},_showBusy:function(){var e=this;e._request=!0,e._busy||(e._busy=setTimeout(function(){e._arrowIcon&&(e._focused.attr("aria-busy",!0),e._arrowIcon.addClass(C),e._hideClear())},100))},_requestEnd:function(){this._request=!1,this._hideBusy()},_dataSource:function(){var t,n=this,i=n.element,o=n.options,r=o.dataSource||{};r=e.isArray(r)?{data:r}:r,n._isSelect&&(t=i[0].selectedIndex,t>-1&&(o.index=t),r.select=i,r.fields=[{field:o.dataTextField},{field:o.dataValueField}]),n.dataSource?n._unbindDataSource():(n._requestStartHandler=L(n._showBusy,n),n._requestEndHandler=L(n._requestEnd,n),n._errorHandler=L(n._hideBusy,n)),n.dataSource=d.data.DataSource.create(r).bind(F,n._requestStartHandler).bind(z,n._requestEndHandler).bind("error",n._errorHandler)},_firstItem:function(){this.listView.focusFirst()},_lastItem:function(){this.listView.focusLast()},_nextItem:function(){this.listView.focusNext()},_prevItem:function(){this.listView.focusPrev()},_move:function(e){var n,i,o,r,s,a,l=this,c=l.listView,d=e.keyCode,u=d===m.DOWN;if(d===m.UP||u){if(e.altKey)l.toggle(u);else{if(!c.bound())return l._fetch||(l.dataSource.one(y,function(){l._fetch=!1,l._move(e)}),l._fetch=!0,l._filterSource()),e.preventDefault(),!0;if(o=l._focus(),l._fetch||o&&!o.hasClass("k-state-selected")||(u?(l._nextItem(),l._focus()||l._lastItem()):(l._prevItem(),l._focus()||l._firstItem())),n=c.dataItemByIndex(c.getElementIndex(l._focus())),l.trigger(M,{dataItem:n,item:l._focus()}))return l._focus(o),t;l._select(l._focus(),!0).done(function(){l.popup.visible()||l._blur()})}e.preventDefault(),i=!0}else if(d===m.ENTER||d===m.TAB){if(l.popup.visible()&&e.preventDefault(),o=l._focus(),n=l.dataItem(),l.popup.visible()||n&&l.text()===l._text(n)||(o=null),r=l.filterInput&&l.filterInput[0]===_(),o){if(n=c.dataItemByIndex(c.getElementIndex(o)),s=!0,n&&(s=l._value(n)!==q.unifyType(l.value(),typeof l._value(n))),s&&l.trigger(M,{dataItem:n,item:o}))return;l._select(o)}else l.input&&(l._accessor(l.input.val()),l.listView.value(l.input.val()));l._focusElement&&l._focusElement(l.wrapper),r&&d===m.TAB?l.wrapper.focusout():l._blur(),l.close(),i=!0}else d===m.ESC?(l.popup.visible()&&e.preventDefault(),l.close(),i=!0):!l.popup.visible()||d!==m.PAGEDOWN&&d!==m.PAGEUP||(e.preventDefault(),a=d===m.PAGEDOWN?1:-1,c.scrollWith(a*c.screenHeight()),i=!0);return i},_fetchData:function(){var e=this,t=!!e.dataSource.view().length;e._request||e.options.cascadeFrom||e.listView.bound()||e._fetch||t||(e._fetch=!0,e.dataSource.fetch().done(function(){e._fetch=!1}))},_options:function(e,n,i){var r,s,a,l,c=this,d=c.element,u=d[0],h=e.length,f="",p=0;for(n&&(f=n);p",f+=r;d.html(f),i!==t&&(u.value=i,u.value&&!i&&(u.selectedIndex=-1)),u.selectedIndex!==-1&&(r=o(u),r&&r.setAttribute(R,R))},_reset:function(){var t=this,n=t.element,i=n.attr("form"),o=i?e("#"+i):n.closest("form");o[0]&&(t._resetHandler=function(){setTimeout(function(){t.value(t._initial)})},t._form=o.on("reset",t._resetHandler))},_parentWidget:function(){var t,n,i=this.options.name;if(this.options.cascadeFrom)return t=e("#"+this.options.cascadeFrom),n=t.data("kendo"+i),n||(n=t.data("kendo"+W[i])),n},_cascade:function(){var e,t=this,n=t.options,i=n.cascadeFrom;if(i){if(e=t._parentWidget(),!e)return;t._cascadeHandlerProxy=L(t._cascadeHandler,t),t._cascadeFilterRequests=[],n.autoBind=!1,e.bind("set",function(){t.one("set",function(e){t._selectedValue=e.value})}),e.first(I,t._cascadeHandlerProxy),e.listView.bound()?(t._toggleCascadeOnFocus(),t._cascadeSelect(e)):(e.one("dataBound",function(){t._toggleCascadeOnFocus()}),e.value()||t.enable(!1))}},_toggleCascadeOnFocus:function(){var e=this,t=e._parentWidget(),n=O?"blur":"focusout";t._focused.add(t.filterInput).bind("focus",function(){t.unbind(I,e._cascadeHandlerProxy),t.first(y,e._cascadeHandlerProxy)}),t._focused.add(t.filterInput).bind(n,function(){t.unbind(y,e._cascadeHandlerProxy),t.first(I,e._cascadeHandlerProxy)})},_cascadeHandler:function(e){var t=this._parentWidget(),n=this.value();this._userTriggered=e.userTriggered,this.listView.bound()&&this._clearSelection(t,!0),this._cascadeSelect(t,n)},_cascadeChange:function(e){var t=this,n=t._accessor()||t._selectedValue;t._cascadeFilterRequests.length||(t._selectedValue=null),t._userTriggered?t._clearSelection(e,!0):n?(n!==t.listView.value()[0]&&t.value(n),t.dataSource.view()[0]&&t.selectedIndex!==-1||t._clearSelection(e,!0)):t.dataSource.flatView().length&&t.select(t.options.index),t.enable(),t._triggerCascade(),t._triggerChange(),t._userTriggered=!1},_cascadeSelect:function(e,n){var i,o,r=this,s=e.dataItem(),l=s?e._value(s):null,c=r.options.cascadeFromField||e.options.dataValueField;r._valueBeforeCascade=n!==t?n:r.value(),l||0===l?(i=r.dataSource.filter()||{},a(i,c),o=function(){var t=r._cascadeFilterRequests.shift();t&&r.unbind("dataBound",t),t=r._cascadeFilterRequests[0],t&&r.first("dataBound",t),r._cascadeChange(e)},r._cascadeFilterRequests.push(o),1===r._cascadeFilterRequests.length&&r.first("dataBound",o),r._cascading=!0,r._filterSource({field:c,operator:"eq",value:l}),r._cascading=!1):(r.enable(!1),r._clearSelection(e),r._triggerCascade(),r._triggerChange(),r._userTriggered=!1)}}),l=".StaticList",c=d.ui.DataBoundWidget.extend({init:function(t,n){p.fn.init.call(this,t,n),this.element.attr("role","listbox").on("click"+l,"li",L(this._click,this)).on("mouseenter"+l,"li",function(){e(this).addClass(x)}).on("mouseleave"+l,"li",function(){e(this).removeClass(x)}),this.content=this.element.wrap("
").parent(),this.header=this.content.before('').prev(),this.bound(!1),this._optionID=d.guid(),this._selectedIndices=[],this._view=[],this._dataItems=[],this._values=[];var i=this.options.value;i&&(this._values=e.isArray(i)?i.slice(0):[i]),this._getter(),this._templates(),this.setDataSource(this.options.dataSource),this._onScroll=L(function(){var e=this;clearTimeout(e._scrollId),e._scrollId=setTimeout(function(){e._renderHeader()},50)},this)},options:{name:"StaticList",dataValueField:null,valuePrimitive:!1,selectable:!0,template:null,groupTemplate:null,fixedGroupTemplate:null},events:["click",y,"activate","deactivate","dataBinding","dataBound","selectedItemChange"],setDataSource:function(t){var n,i=this,o=t||{};o=e.isArray(o)?{data:o}:o,o=d.data.DataSource.create(o),i.dataSource?(i.dataSource.unbind(y,i._refreshHandler),n=i.value(),i.value([]),i.bound(!1),i.value(n)):i._refreshHandler=L(i.refresh,i),i.setDSFilter(o.filter()),i.dataSource=o.bind(y,i._refreshHandler),i._fixedHeader()},skip:function(){return this.dataSource.skip()},setOptions:function(e){p.fn.setOptions.call(this,e),this._getter(),this._templates(),this._render()},destroy:function(){this.element.off(l),this._refreshHandler&&this.dataSource.unbind(y,this._refreshHandler),clearTimeout(this._scrollId),p.fn.destroy.call(this)},dataItemByIndex:function(e){return this.dataSource.flatView()[e]},screenHeight:function(){return this.content[0].clientHeight},scrollToIndex:function(e){var t=this.element[0].children[e];t&&this.scroll(t)},scrollWith:function(e){this.content.scrollTop(this.content.scrollTop()+e)},scroll:function(e){if(e){e[0]&&(e=e[0]);var t=this.content[0],n=e.offsetTop,i=e.offsetHeight,o=t.scrollTop,r=t.clientHeight,s=n+i;o>n?o=n:s>o+r&&(o=s-r),t.scrollTop=o}},selectedDataItems:function(e){return e===t?this._dataItems.slice():(this._dataItems=e,this._values=this._getValues(e),t)},_getValues:function(t){var n=this._valueGetter;return e.map(t,function(e){return n(e)})},focusNext:function(){var e=this.focus();e=e?e.next():0,this.focus(e)},focusPrev:function(){var e=this.focus();e=e?e.prev():this.element[0].children.length-1,this.focus(e)},focusFirst:function(){this.focus(this.element[0].children[0])},focusLast:function(){this.focus(i(this.element[0].children))},focus:function(n){var o,r=this,s=r._optionID;return n===t?r._current:(n=i(r._get(n)),n=e(this.element[0].children[n]),r._current&&(r._current.removeClass(k).removeAttr("aria-selected").removeAttr(w),r.trigger("deactivate")),o=!!n[0],o&&(n.addClass(k),r.scroll(n),n.attr("id",s)),r._current=o?n:null,r.trigger("activate"),t)},focusIndex:function(){return this.focus()?this.focus().index():t},skipUpdate:function(e){this._skipUpdate=e},select:function(n){var o,r,s,a=this,l=a.options.selectable,c="multiple"!==l&&l!==!1,d=a._selectedIndices,u=[],h=[];return n===t?d.slice():(n=a._get(n),1===n.length&&n[0]===-1&&(n=[]),r=e.Deferred().resolve(),s=a.isFiltered(),s&&!c&&a._deselectFiltered(n)?r:c&&!s&&e.inArray(i(n),d)!==-1?(a._dataItems.length&&a._view.length&&(a._dataItems=[a._view[d[0]].item]),r):(o=a._deselect(n),h=o.removed,n=o.indices,n.length&&(c&&(n=[i(n)]),u=a._select(n)),(u.length||h.length)&&(a._valueComparer=null,a.trigger(y,{added:u,removed:h})),r))},removeAt:function(e){return this._selectedIndices.splice(e,1),this._values.splice(e,1),this._valueComparer=null,{position:e,dataItem:this._dataItems.splice(e,1)[0]}},setValue:function(t){t=e.isArray(t)||t instanceof b?t.slice(0):[t],this._values=t,this._valueComparer=null},value:function(n){var i,o=this,r=o._valueDeferred;return n===t?o._values.slice():(o.setValue(n),r&&"resolved"!==r.state()||(o._valueDeferred=r=e.Deferred()),o.bound()&&(i=o._valueIndices(o._values),"multiple"===o.options.selectable&&o.select(-1),o.select(i),r.resolve()),o._skipUpdate=!1,r)},items:function(){return this.element.children(".k-item")},_click:function(t){t.isDefaultPrevented()||this.trigger("click",{item:e(t.currentTarget)})||this.select(t.currentTarget)},_valueExpr:function(e,t){var i,o,r=this,s=0,a=[];if(!r._valueComparer||r._valueType!==e){for(r._valueType=e;s-1&&(s.push(this.removeAt(o)),e(r[i]).removeClass("k-state-selected"));return!!s.length&&(this.trigger(y,{added:[],removed:s}),!0)},_select:function(t){var n,o,r=this,s=r.element[0].children,a=r._view,l=[],c=0;for(i(t)!==-1&&r.focus(t);c'+n(e)+""}):n=d.template('
  • ${'+d.expr(t.dataTextField,"data")+"}
  • ",{useWithBlock:!1}),n},_templates:function(){var e,t,n=this.options,i={template:n.template,groupTemplate:n.groupTemplate,fixedGroupTemplate:n.fixedGroupTemplate};for(t in i)e=i[t],e&&"function"!=typeof e&&(i[t]=d.template(e));this.templates=i},_normalizeIndices:function(e){for(var n=[],i=0;ii||!s.nextSibling)break;s=s.nextSibling}else{if(s.offsetTop<=i||!s.previousSibling)break;s=s.previousSibling}return this._view[e(s).data("offset-index")]},_fixedHeader:function(){this.isGrouped()&&this.templates.fixedGroupTemplate?(this.header.show(),this.content.scroll(this._onScroll)):(this.header.hide(),this.content.off("scroll",this._onScroll))},_renderHeader:function(){var e,t=this.templates.fixedGroupTemplate;t&&(e=this._firstVisibleItem(),e&&this.header.html(t(e.group)))},_renderItem:function(e){var t='
  • ',t+=this.templates.template(n),i&&e.newGroup&&(t+='
    '+this.templates.groupTemplate(e.group)+"
    "),t+"
  • "},_render:function(){var e,t,n,i,o="",r=0,s=0,a=[],l=this.dataSource.view(),c=this.value(),d=this.isGrouped();if(d)for(r=0;ra&&(o=a),r+"-"+o}function i(e){var t,n=0,i=e.min,o=e.max,r=e.start,s=e.setter,l=e.build,c=e.weekNumberBuild,d=e.cells||12,u=e.isWeekColumnVisible,h=e.perRow||4,f=e.weekNumber||O,p=e.content||H,m=e.empty||N,g=e.html||'
    ';for(u&&(g+=f(c(r)));n0&&n%h===0&&(g+='',u&&(g+=f(c(r)))),r=new Se(r.getFullYear(),r.getMonth(),r.getDate(),0,0,0),I(r,0),t=l(r,n,e.disableDates),g+=a(r,i,o)?p(t):m(t),s(r,1);return g+"
    "}function o(e,t,n){var i=e.getFullYear(),o=t.getFullYear(),r=o,s=0;return n&&(o-=o%n,r=o-o%n+n-1),i>r?s=1:ii?i=new Se((+t)):n=+t&&+e<=+n}function l(e,t){return e.slice(t).concat(e.slice(0,t))}function c(e,t,n){t=t instanceof Se?t.getFullYear():e.getFullYear()+n*t,e.setFullYear(t)}function d(t){var n=e(this).hasClass("k-state-disabled");n||e(this).toggleClass(ie,fe.indexOf(t.type)>-1||t.type==ue)}function u(e){e.preventDefault()}function h(e){return P(e).calendars.standard}function f(e){var n=Te[e.start],i=Te[e.depth],o=P(e.culture);e.format=F(e.format||o.calendars.standard.patterns.d),isNaN(n)&&(n=0,e.start=Z),(i===t||i>n)&&(e.depth=Z),null===e.dates&&(e.dates=[])}function p(e){U&&e.find("*").attr("unselectable","on")}function m(e,t){e.addClass("k-"+t)}function g(e,t){for(var n=0,i=t.length;n -1;"+c;else{for(o=0;o-1&&a.push(s);n="var found = date && $.inArray(date.getDay(),["+a+"]) > -1;"+c}return i=Function("date",n)}function k(e,t){return e instanceof Date&&t instanceof Date&&(e=e.getTime(),t=t.getTime()),e===t}var x,C=window.kendo,S=C.support,T=C.ui,D=T.Widget,A=C.keys,E=C.parseDate,I=C.date.adjustDST,M=C.date.getDate,R=C.date.weekInYear,F=C._extractFormat,z=C.template,P=C.getCulture,B=C.support.transitions,L=B?B.css+"transform-origin":"",H=z('#=data.value#',{useWithBlock:!1}),N=z(' ',{useWithBlock:!1}),O=z('#= data.weekNumber #',{useWithBlock:!1}),V=C.support.browser,U=V.msie&&V.version<9,W=C._outerHeight,q=C._outerWidth,j=".kendoCalendar",G="click"+j,$="keydown"+j,Y="id",K="min",Q="left",X="slideIn",Z="month",J="century",ee="change",te="navigate",ne="value",ie="k-state-hover",oe="k-state-disabled",re="k-state-focused",se="k-other-month",ae=' class="'+se+'"',le="k-nav-today",ce="td:has(.k-link)",de="blur"+j,ue="focus",he=ue+j,fe=S.touch?"touchstart":"mouseenter",pe=S.touch?"touchstart"+j:"mouseenter"+j,me=S.touch?"touchend"+j+" touchmove"+j:"mouseleave"+j,ge=6e4,ve=864e5,_e="_prevArrow",be="_nextArrow",we="aria-disabled",ye="aria-selected",ke="aria-label",xe=e.proxy,Ce=e.extend,Se=Date,Te={month:0,year:1,decade:2,century:3},De=D.extend({init:function(t,n){var i,o,a=this;D.fn.init.call(a,t,n),t=a.wrapper=a.element,n=a.options,n.url=window.unescape(n.url),a.options.disableDates=b(a.options.disableDates),a._templates(),a._header(),a._footer(a.footer),o=t.addClass("k-widget k-calendar "+(n.weekNumber?" k-week-number":"")).on(pe+" "+me,ce,d).on($,"table.k-content",xe(a._move,a)).on(G,ce,function(t){var n=t.currentTarget.firstChild,i=a._toDateObject(n);n.href.indexOf("#")!=-1&&t.preventDefault(),"month"==a._view.name&&a.options.disableDates(i)||a._click(e(n))}).on("mouseup"+j,"table.k-content, .k-footer",function(){a._focusView(a.options.focusOnNav!==!1)}).attr(Y),o&&(a._cellID=o+"_cell_selected"),f(n),i=E(n.value,n.format,n.culture),a._index=Te[n.start],a._current=new Se((+s(i,n.min,n.max))),a._addClassProxy=function(){if(a._active=!0,a._cell.hasClass(oe)){var e=a._view.toDateString(r());a._cell=a._cellByDate(e)}a._cell.addClass(re)},a._removeClassProxy=function(){a._active=!1,a._cell.removeClass(re)},a.value(i),C.notify(a)},options:{name:"Calendar",value:null,min:new Se(1900,0,1),max:new Se(2099,11,31),dates:[],url:"",culture:"",footer:"",format:"",month:{},weekNumber:!1,start:Z,depth:Z,animation:{horizontal:{effects:X,reverse:!0,duration:500,divisor:2},vertical:{effects:"zoomIn",duration:400}},messages:{weekColumnHeader:""}},events:[ee,te],setOptions:function(e){var t=this;f(e),e.disableDates=b(e.disableDates),D.fn.setOptions.call(t,e),t._templates(),t._footer(t.footer),t._index=Te[t.options.start],t.navigate()},destroy:function(){var e=this,t=e._today;e.element.off(j),e._title.off(j),e[_e].off(j),e[be].off(j),C.destroy(e._table),t&&C.destroy(t.off(j)),D.fn.destroy.call(e)},current:function(){return this._current},view:function(){return this._view},focus:function(e){e=e||this._table,this._bindTable(e),e.focus()},min:function(e){return this._option(K,e)},max:function(e){return this._option("max",e)},navigateToPast:function(){this._navigate(_e,-1)},navigateToFuture:function(){this._navigate(be,1)},navigateUp:function(){var e=this,t=e._index;e._title.hasClass(oe)||e.navigate(e._current,++t)},navigateDown:function(e){var n=this,i=n._index,o=n.options.depth;if(e)return i===Te[o]?(k(n._value,n._current)&&k(n._value,e)||(n.value(e),n.trigger(ee)),t):(n.navigate(e,--i),t)},navigate:function(n,i){var o,r,a,l,c,d,u,h,f,g,v,_,b,w,y,k,C;i=isNaN(i)?Te[i]:i,o=this,r=o.options,a=r.culture,l=r.min,c=r.max,d=o._title,u=o._table,h=o._oldTable,f=o._value,g=o._current,v=n&&+n>+g,_=i!==t&&i!==o._index,n||(n=g),o._current=n=new Se((+s(n,l,c))),i===t?i=o._index:o._index=i,o._view=w=x.views[i],y=w.compare,k=i===Te[J],d.toggleClass(oe,k).attr(we,k),k=y(n,l)<1,o[_e].toggleClass(oe,k).attr(we,k),k=y(n,c)>-1,o[be].toggleClass(oe,k).attr(we,k),u&&h&&h.data("animating")&&(h.kendoStop(!0,!0),u.kendoStop(!0,!0)),o._oldTable=u,u&&!o._changeView||(d.html(w.title(n,l,c,a)),o._table=b=e(w.content(Ce({min:l,max:c,date:n,url:r.url,dates:r.dates,format:r.format,culture:a,disableDates:r.disableDates,isWeekColumnVisible:r.weekNumber,messages:r.messages},o[w.name]))),m(b,w.name),p(b),C=u&&u.data("start")===b.data("start"),o._animate({from:u,to:b,vertical:_,future:v,replace:C}),o.trigger(te),o._focus(n)),i===Te[r.depth]&&f&&!o.options.disableDates(f)&&o._class("k-state-selected",f),o._class(re,n),!u&&o._cell&&o._cell.removeClass(re),o._changeView=!0},value:function(e){var n=this,i=n._view,o=n.options,r=n._view,s=o.min,l=o.max;return e===t?n._value:(null===e&&(n._current=new Date(n._current.getFullYear(),n._current.getMonth(),n._current.getDate())),e=E(e,o.format,o.culture),null!==e&&(e=new Se((+e)),a(e,s,l)||(e=null)),null!==e&&n.options.disableDates(e)?n._value===t&&(n._value=null):n._value=e,r&&null===e&&n._cell?n._cell.removeClass("k-state-selected"):(n._changeView=!e||i&&0!==i.compare(e,n._current),n.navigate(e)),t)},_move:function(t){var n,i,o,r,l=this,c=l.options,d=t.keyCode,u=l._view,h=l._index,f=l.options.min,p=l.options.max,m=new Se((+l._current)),g=C.support.isRtl(l.wrapper),v=l.options.disableDates;return t.target===l._table[0]&&(l._active=!0),t.ctrlKey?d==A.RIGHT&&!g||d==A.LEFT&&g?(l.navigateToFuture(),i=!0):d==A.LEFT&&!g||d==A.RIGHT&&g?(l.navigateToPast(),i=!0):d==A.UP?(l.navigateUp(),i=!0):d==A.DOWN&&(l._click(e(l._cell[0].firstChild)),i=!0):(d==A.RIGHT&&!g||d==A.LEFT&&g?(n=1,i=!0):d==A.LEFT&&!g||d==A.RIGHT&&g?(n=-1,i=!0):d==A.UP?(n=0===h?-7:-4,i=!0):d==A.DOWN?(n=0===h?7:4,i=!0):d==A.ENTER?(l._click(e(l._cell[0].firstChild)),i=!0):d==A.HOME||d==A.END?(o=d==A.HOME?"first":"last",r=u[o](m),m=new Se(r.getFullYear(),r.getMonth(),r.getDate(),m.getHours(),m.getMinutes(),m.getSeconds(),m.getMilliseconds()),i=!0):d==A.PAGEUP?(i=!0,l.navigateToPast()):d==A.PAGEDOWN&&(i=!0,l.navigateToFuture()),(n||o)&&(o||u.setDate(m,n),v(m)&&(m=l._nextNavigatable(m,n)),f=M(f),a(m,f,p)&&l._focus(s(m,c.min,c.max)))),i&&t.preventDefault(),l._current},_nextNavigatable:function(e,t){var n=this,i=!0,o=n._view,r=n.options.min,s=n.options.max,l=n.options.disableDates,c=new Date(e.getTime());for(o.setDate(c,-t);i;){if(o.setDate(e,t),!a(e,r,s)){e=c;break}i=l(e)}return e},_animate:function(e){var t=this,n=e.from,i=e.to,o=t._active;n?n.parent().data("animating")?(n.off(j),n.parent().kendoStop(!0,!0).remove(),n.remove(),i.insertAfter(t.element[0].firstChild),t._focusView(o)):!n.is(":visible")||t.options.animation===!1||e.replace?(i.insertAfter(n),n.off(j).remove(),t._focusView(o)):t[e.vertical?"_vertical":"_horizontal"](n,i,e.future):(i.insertAfter(t.element[0].firstChild),t._bindTable(i))},_horizontal:function(e,t,n){var i=this,o=i._active,r=i.options.animation.horizontal,s=r.effects,a=q(e);s&&s.indexOf(X)!=-1&&(e.add(t).css({width:a}),e.wrap("
    "),i._focusView(o,e),e.parent().css({position:"relative",width:2*a,"float":Q,"margin-left":n?0:-a}),t[n?"insertAfter":"insertBefore"](e),Ce(r,{effects:X+":"+(n?"right":Q),complete:function(){e.off(j).remove(),i._oldTable=null,t.unwrap(),i._focusView(o)}}),e.parent().kendoStop(!0,!0).kendoAnimate(r))},_vertical:function(e,t){var n,i,o=this,r=o.options.animation.vertical,s=r.effects,a=o._active;s&&s.indexOf("zoom")!=-1&&(t.css({position:"absolute",top:W(e.prev()),left:0}).insertBefore(e),L&&(n=o._cellByDate(o._view.toDateString(o._current)),i=n.position(),i=i.left+parseInt(n.width()/2,10)+"px "+(i.top+parseInt(n.height()/2,10)+"px"),t.css(L,i)),e.kendoStop(!0,!0).kendoAnimate({effects:"fadeOut",duration:600,complete:function(){e.off(j).remove(),o._oldTable=null,t.css({position:"static",top:0,left:0}),o._focusView(a)}}),t.kendoStop(!0,!0).kendoAnimate(r))},_cellByDate:function(t){return this._table.find("td:not(."+se+")").filter(function(){return e(this.firstChild).attr(C.attr(ne))===t})},_class:function(t,n){var i,o=this,r=o._cellID,s=o._cell,a=o._view.toDateString(n);s&&s.removeAttr(ye).removeAttr(ke).removeAttr(Y),n&&"month"==o._view.name&&(i=o.options.disableDates(n)),s=o._table.find("td:not(."+se+")").removeClass(t).filter(function(){return e(this.firstChild).attr(C.attr(ne))===a}).attr(ye,!0),(t===re&&!o._active&&o.options.focusOnNav!==!1||i)&&(t=""),s.addClass(t),s[0]&&(o._cell=s),r&&(s.attr(Y,r),o._table.removeAttr("aria-activedescendant").attr("aria-activedescendant",r))},_bindTable:function(e){e.on(he,this._addClassProxy).on(de,this._removeClassProxy)},_click:function(e){var t=this,n=t.options,i=new Date((+t._current)),o=t._toDateObject(e);I(o,0),"month"==t._view.name&&t.options.disableDates(o)&&(o=t._value),t._view.setDate(i,o),t.navigateDown(s(i,n.min,n.max))},_focus:function(e){var t=this,n=t._view;0!==n.compare(e,t._current)?t.navigate(e):(t._current=e,t._class(re,e))},_focusView:function(e,t){e&&this.focus(t)},_footer:function(n){var i=this,o=r(),s=i.element,a=s.find(".k-footer");return n?(a[0]||(a=e('').appendTo(s)),i._today=a.show().find(".k-link").html(n(o)).attr("title",C.toString(o,"D",i.options.culture)),i._toggle(),t):(i._toggle(!1),a.hide(),t)},_header:function(){var e,t=this,n=t.element;n.find(".k-header")[0]||n.html('
    '),e=n.find(".k-link").on(pe+" "+me+" "+he+" "+de,d).click(!1),t._title=e.eq(1).on(G,function(){t._active=t.options.focusOnNav!==!1,t.navigateUp()}),t[_e]=e.eq(0).on(G,function(){t._active=t.options.focusOnNav!==!1,t.navigateToPast()}),t[be]=e.eq(2).on(G,function(){t._active=t.options.focusOnNav!==!1,t.navigateToFuture()})},_navigate:function(e,t){var n=this,i=n._index+1,o=new Se((+n._current));e=n[e],e.hasClass(oe)||(i>3?o.setFullYear(o.getFullYear()+100*t):x.views[i].setDate(o,t),n.navigate(o))},_option:function(e,n){var i,o=this,r=o.options,s=o._value||o._current;return n===t?r[e]:(n=E(n,r.format,r.culture),n&&(r[e]=new Se((+n)),i=e===K?n>s:s>n,(i||_(s,n))&&(i&&(o._value=null),o._changeView=!0),o._changeView||(o._changeView=!(!r.month.content&&!r.month.empty)),o.navigate(o._value),o._toggle()),t)},_toggle:function(e){var n=this,i=n.options,o=n.options.disableDates(r()),s=n._today;e===t&&(e=a(r(),i.min,i.max)),s&&(s.off(G),e&&!o?s.addClass(le).removeClass(oe).on(G,xe(n._todayClick,n)):s.removeClass(le).addClass(oe).on(G,u))},_todayClick:function(e){var t=this,n=Te[t.options.depth],i=t.options.disableDates,o=r();e.preventDefault(),i(o)||(0===t._view.compare(t._current,o)&&t._index==n&&(t._changeView=!1),t._value=o,t.navigate(o,n),t.trigger(ee))},_toDateObject:function(t){var n=e(t).attr(C.attr(ne)).split("/");return n=new Se(n[0],n[1],n[2])},_templates:function(){var e=this,t=e.options,n=t.footer,i=t.month,o=i.content,r=i.weekNumber,s=i.empty;e.month={content:z(''+(o||"#=data.value#")+"",{useWithBlock:!!o}),empty:z(''+(s||" ")+"",{useWithBlock:!!s}),weekNumber:z(''+(r||"#= data.weekNumber #")+"",{useWithBlock:!!r})},e.footer=n!==!1?z(n||'#= kendo.toString(data,"D","'+t.culture+'") #',{useWithBlock:!1}):null}});T.plugin(De),x={firstDayOfMonth:function(e){return new Se(e.getFullYear(),e.getMonth(),1)},firstVisibleDay:function(e,t){t=t||C.culture().calendar;for(var n=t.firstDay,i=new Se(e.getFullYear(),e.getMonth(),0,e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds());i.getDay()!=n;)x.setTime(i,-1*ve);return i},setTime:function(e,t){var n=e.getTimezoneOffset(),i=new Se(e.getTime()+t),o=i.getTimezoneOffset()-n;e.setTime(i.getTime()+o*ge)},views:[{name:Z,title:function(e,t,n,i){return h(i).months.names[e.getMonth()]+" "+e.getFullYear()},content:function(e){var t=this,n=0,o=e.min,r=e.max,s=e.date,a=e.dates,c=e.format,d=e.culture,u=e.url,f=e.isWeekColumnVisible,p=u&&a[0],m=h(d),v=m.firstDay,_=m.days,b=l(_.names,v),w=l(_.namesShort,v),y=x.firstVisibleDay(s,m),k=t.first(s),S=t.last(s),T=t.toDateString,D=new Se,A='';for(f&&(A+='");n<7;n++)A+='";return D=new Se(D.getFullYear(),D.getMonth(),D.getDate()),I(D,0),D=+D,i({cells:42,perRow:7,html:A+='',start:y,isWeekColumnVisible:f,weekNumber:e.weekNumber,min:new Se(o.getFullYear(),o.getMonth(),o.getDate()),max:new Se(r.getFullYear(),r.getMonth(),r.getDate()),content:e.content,empty:e.empty,setter:t.setDate,disableDates:e.disableDates,build:function(e,t,n){var i=[],o=e.getDay(),r="",s="#";return(eS)&&i.push(se),n(e)&&i.push(oe),+e===D&&i.push("k-today"),0!==o&&6!==o||i.push("k-weekend"),p&&g(+e,a)&&(s=u.replace("{0}",C.toString(e,c,d)),r=" k-action-link"),{date:e,dates:a,ns:C.ns,title:C.toString(e,"D",d),value:e.getDate(),dateString:T(e),cssClass:i[0]?' class="'+i.join(" ")+'"':"",linkClass:r,url:s}},weekNumberBuild:function(e){return{weekNumber:R(e,C.culture().calendar.firstDay),currentDate:e}}})},first:function(e){return x.firstDayOfMonth(e)},last:function(e){var t=new Se(e.getFullYear(),e.getMonth()+1,0),n=x.firstDayOfMonth(e),i=Math.abs(t.getTimezoneOffset()-n.getTimezoneOffset());return i&&t.setHours(n.getHours()+i/60),t},compare:function(e,t){var n,i=e.getMonth(),o=e.getFullYear(),r=t.getMonth(),s=t.getFullYear();return n=o>s?1:or?1:-1},setDate:function(e,t){var n=e.getHours();t instanceof Se?e.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()):x.setTime(e,t*ve),I(e,n)},toDateString:function(e){return e.getFullYear()+"/"+e.getMonth()+"/"+e.getDate()}},{name:"year",title:function(e){return e.getFullYear()},content:function(e){var t=h(e.culture).months.namesAbbr,n=this.toDateString,o=e.min,r=e.max;return i({min:new Se(o.getFullYear(),o.getMonth(),1),max:new Se(r.getFullYear(),r.getMonth(),1),start:new Se(e.date.getFullYear(),0,1),setter:this.setDate,build:function(e){return{value:t[e.getMonth()],ns:C.ns,dateString:n(e),cssClass:""}}})},first:function(e){return new Se(e.getFullYear(),0,e.getDate())},last:function(e){return new Se(e.getFullYear(),11,e.getDate())},compare:function(e,t){return o(e,t)},setDate:function(e,t){var n,i=e.getHours();t instanceof Se?(n=t.getMonth(),e.setFullYear(t.getFullYear(),n,e.getDate()),n!==e.getMonth()&&e.setDate(0)):(n=e.getMonth()+t,e.setMonth(n),n>11&&(n-=12),n>0&&e.getMonth()!=n&&e.setDate(0)),I(e,i)},toDateString:function(e){return e.getFullYear()+"/"+e.getMonth()+"/1"}},{name:"decade",title:function(e,t,i){return n(e,t,i,10)},content:function(e){var t=e.date.getFullYear(),n=this.toDateString;return i({start:new Se(t-t%10-1,0,1),min:new Se(e.min.getFullYear(),0,1),max:new Se(e.max.getFullYear(),0,1),setter:this.setDate,build:function(e,t){return{value:e.getFullYear(),ns:C.ns,dateString:n(e),cssClass:0===t||11==t?ae:""}}})},first:function(e){var t=e.getFullYear();return new Se(t-t%10,e.getMonth(),e.getDate())},last:function(e){var t=e.getFullYear();return new Se(t-t%10+9,e.getMonth(),e.getDate())},compare:function(e,t){return o(e,t,10)},setDate:function(e,t){c(e,t,1)},toDateString:function(e){return e.getFullYear()+"/0/1"}},{name:J,title:function(e,t,i){return n(e,t,i,100)},content:function(e){var t=e.date.getFullYear(),n=e.min.getFullYear(),o=e.max.getFullYear(),r=this.toDateString,s=n,a=o;return s-=s%10,a-=a%10,a-s<10&&(a=s+9),i({start:new Se(t-t%100-10,0,1),min:new Se(s,0,1),max:new Se(a,0,1),setter:this.setDate,build:function(e,t){var i=e.getFullYear(),s=i+9;return io&&(s=o),{ns:C.ns,value:i+" - "+s,dateString:r(e),cssClass:0===t||11==t?ae:""}}})},first:function(e){var t=e.getFullYear();return new Se(t-t%100,e.getMonth(),e.getDate())},last:function(e){var t=e.getFullYear();return new Se(t-t%100+99,e.getMonth(),e.getDate())},compare:function(e,t){return o(e,t,100)},setDate:function(e,t){c(e,t,10)},toDateString:function(e){var t=e.getFullYear();return t-t%10+"/0/1"}}]},x.isEqualDatePart=v,x.isEqualDate=k,x.makeUnselectable=p,x.restrictValue=s,x.isInRange=a,x.addClassToViewContainer=m,x.normalize=f,x.viewsEnum=Te,x.disabled=b,C.calendar=x}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.datepicker.min",["kendo.calendar.min","kendo.popup.min"],e)}(function(){return function(e,t){function n(t){var n=t.parseFormats,i=t.format;P.normalize(t),n=e.isArray(n)?n:[n],n.length||n.push("yyyy-MM-dd"),e.inArray(i,n)===-1&&n.splice(0,0,t.format),t.parseFormats=n}function i(e){e.preventDefault()}var o,r=window.kendo,s=r.ui,a=s.Widget,l=r.parseDate,c=r.keys,d=r.template,u=r._activeElement,h="
    ",f="",p=".kendoDatePicker",m="click"+p,g="open",v="close",_="change",b="disabled",w="readonly",y="k-state-default",k="k-state-focused",x="k-state-selected",C="k-state-disabled",S="k-state-hover",T="mouseenter"+p+" mouseleave"+p,D="mousedown"+p,A="id",E="min",I="max",M="month",R="aria-disabled",F="aria-expanded",z="aria-hidden",P=r.calendar,B=P.isInRange,L=P.restrictValue,H=P.isEqualDatePart,N=e.extend,O=e.proxy,V=Date,U=function(t){var n,i=this,o=document.body,a=e(h).attr(z,"true").addClass("k-calendar-container").appendTo(o);i.options=t=t||{},n=t.id,n&&(n+="_dateview",a.attr(A,n),i._dateViewID=n),i.popup=new s.Popup(a,N(t.popup,t,{name:"Popup",isRtl:r.support.isRtl(t.anchor)})),i.div=a,i.value(t.value)};U.prototype={_calendar:function(){var t,n=this,o=n.calendar,a=n.options;o||(t=e(h).attr(A,r.guid()).appendTo(n.popup.element).on(D,i).on(m,"td:has(.k-link)",O(n._click,n)),n.calendar=o=new s.Calendar(t),n._setOptions(a),r.calendar.makeUnselectable(o.element),o.navigate(n._value||n._current,a.start),n.value(n._value))},_setOptions:function(e){this.calendar.setOptions({focusOnNav:!1,change:e.change,culture:e.culture,dates:e.dates,depth:e.depth,footer:e.footer,format:e.format,max:e.max,min:e.min,month:e.month,weekNumber:e.weekNumber,start:e.start,disableDates:e.disableDates})},setOptions:function(e){var t=this.options,n=e.disableDates;n&&(e.disableDates=P.disabled(n)),this.options=N(t,e,{change:t.change,close:t.close,open:t.open}),this.calendar&&this._setOptions(this.options)},destroy:function(){this.popup.destroy()},open:function(){var e=this;e._calendar(),e.popup.open()},close:function(){this.popup.close()},min:function(e){this._option(E,e)},max:function(e){this._option(I,e)},toggle:function(){var e=this;e[e.popup.visible()?v:g]()},move:function(e){var t=this,n=e.keyCode,i=t.calendar,o=e.ctrlKey&&n==c.DOWN||n==c.ENTER,r=!1;if(e.altKey)n==c.DOWN?(t.open(),e.preventDefault(),r=!0):n==c.UP&&(t.close(),e.preventDefault(),r=!0);else if(t.popup.visible()){if(n==c.ESC||o&&i._cell.hasClass(x))return t.close(),e.preventDefault(),!0;t._current=i._move(e),r=!0}return r},current:function(e){this._current=e,this.calendar._focus(e)},value:function(e){var t=this,n=t.calendar,i=t.options,o=i.disableDates;o&&o(e)&&(e=null),t._value=e,t._current=new V((+L(e,i.min,i.max))),n&&n.value(e)},_click:function(e){e.currentTarget.className.indexOf(x)!==-1&&this.close()},_option:function(e,t){var n=this,i=n.calendar;n.options[e]=t,i&&i[e](t)}},U.normalize=n,r.DateView=U,o=a.extend({init:function(t,i){var o,c,d=this;a.fn.init.call(d,t,i),t=d.element,i=d.options,i.disableDates=r.calendar.disabled(i.disableDates),i.min=l(t.attr("min"))||l(i.min),i.max=l(t.attr("max"))||l(i.max),n(i),d._initialOptions=N({},i),d._wrapper(),d.dateView=new U(N({},i,{id:t.attr(A),anchor:d.wrapper,change:function(){d._change(this.value()),d.close()},close:function(e){d.trigger(v)?e.preventDefault():(t.attr(F,!1),c.attr(z,!0))},open:function(e){var n,i=d.options;d.trigger(g)?e.preventDefault():(d.element.val()!==d._oldText&&(n=l(t.val(),i.parseFormats,i.culture),d.dateView[n?"current":"value"](n)),t.attr(F,!0),c.attr(z,!1),d._updateARIA(n))}})),c=d.dateView.div,d._icon();try{t[0].setAttribute("type","text")}catch(u){t[0].type="text"}t.addClass("k-input").attr({role:"combobox","aria-expanded":!1,"aria-owns":d.dateView._dateViewID}),d._reset(),d._template(),o=t.is("[disabled]")||e(d.element).parents("fieldset").is(":disabled"),o?d.enable(!1):d.readonly(t.is("[readonly]")),i.dateInput&&(d._dateInput=new s.DateInput(t,{culture:i.culture,format:i.format,min:i.min,max:i.max,value:i.value})),d._old=d._update(i.value||d.element.val()),d._oldText=t.val(),r.notify(d)},events:[g,v,_],options:{name:"DatePicker",value:null,footer:"",format:"",culture:"",parseFormats:[],min:new Date(1900,0,1),max:new Date(2099,11,31),start:M,depth:M,animation:{},month:{},dates:[],ARIATemplate:'Current focused date is #=kendo.toString(data.current, "D")#',dateInput:!1},setOptions:function(e){var t=this,i=t._value;a.fn.setOptions.call(t,e),e=t.options,e.min=l(e.min),e.max=l(e.max),n(e),t.dateView.setOptions(e),t._dateInput&&t._dateInput.setOptions({culture:e.culture,format:e.format,min:e.min,max:e.max,value:e.value}),i&&(t.element.val(r.toString(i,e.format,e.culture)),t._updateARIA(i))},_editable:function(e){var t=this,n=t._dateIcon.off(p),o=t.element.off(p),r=t._inputWrapper.off(p),s=e.readonly,a=e.disable;s||a?(r.addClass(a?C:y).removeClass(a?y:C),o.attr(b,a).attr(w,s).attr(R,a)):(r.addClass(y).removeClass(C).on(T,t._toggleHover),o.removeAttr(b).removeAttr(w).attr(R,!1).on("keydown"+p,O(t._keydown,t)).on("focusout"+p,O(t._blur,t)).on("focus"+p,function(){t._inputWrapper.addClass(k)}),n.on(m,O(t._click,t)).on(D,i))},readonly:function(e){this._editable({readonly:e===t||e,disable:!1})},enable:function(e){this._editable({readonly:!1,disable:!(e=e===t||e)})},destroy:function(){var e=this;a.fn.destroy.call(e),e.dateView.destroy(),e.element.off(p),e._dateIcon.off(p),e._inputWrapper.off(p),e._form&&e._form.off("reset",e._resetHandler)},open:function(){this.dateView.open()},close:function(){this.dateView.close()},min:function(e){return this._option(E,e)},max:function(e){return this._option(I,e)},value:function(e){var n=this;return e===t?n._value:(n._old=n._update(e),null===n._old&&n.element.val(""),n._oldText=n.element.val(),t)},_toggleHover:function(t){e(t.currentTarget).toggleClass(S,"mouseenter"===t.type)},_blur:function(){var e=this,t=e.element.val();e.close(),t!==e._oldText&&e._change(t),e._inputWrapper.removeClass(k)},_click:function(){var e=this,t=e.element;e.dateView.toggle(),r.support.touch||t[0]===u()||t.focus()},_change:function(e){var t,n,i,o=this,s=o.element.val();e=o._update(e),t=!r.calendar.isEqualDate(o._old,e),n=t&&!o._typing,i=s!==o.element.val(),(n||i)&&o.element.trigger(_),t&&(o._old=e,o._oldText=o.element.val(),o.trigger(_)),o._typing=!1},_keydown:function(e){var t=this,n=t.dateView,i=t.element.val(),o=!1;n.popup.visible()||e.keyCode!=c.ENTER||i===t._oldText?(o=n.move(e),t._updateARIA(n._current),o?t._dateInput&&e.stopImmediatePropagation&&e.stopImmediatePropagation():t._typing=!0):t._change(i)},_icon:function(){var t,n=this,i=n.element;t=i.next("span.k-select"),t[0]||(t=e('').insertAfter(i)),n._dateIcon=t.attr({role:"button","aria-controls":n.dateView._dateViewID})},_option:function(e,n){var i=this,o=i.options;return n===t?o[e]:(n=l(n,o.parseFormats,o.culture),n&&(o[e]=new V((+n)),i.dateView[e](n)),t)},_update:function(e){var t,n=this,i=n.options,o=i.min,s=i.max,a=n._value,c=l(e,i.parseFormats,i.culture),d=null===c&&null===a||c instanceof Date&&a instanceof Date;return i.disableDates(c)&&(c=null,n._old||n.element.val()||(e=null)),+c===+a&&d?(t=r.toString(c,i.format,i.culture),t!==e&&n.element.val(null===c?e:t),c):(null!==c&&H(c,o)?c=L(c,o,s):B(c,o,s)||(c=null),n._value=c,n.dateView.value(c),n._dateInput?n._dateInput.value(c||e):n.element.val(r.toString(c||e,i.format,i.culture)),n._updateARIA(c),c)},_wrapper:function(){var t,n=this,i=n.element;t=i.parents(".k-datepicker"),t[0]||(t=i.wrap(f).parent().addClass("k-picker-wrap k-state-default"),t=t.wrap(f).parent()),t[0].style.cssText=i[0].style.cssText,i.css({width:"100%",height:i[0].style.height}),n.wrapper=t.addClass("k-widget k-datepicker k-header").addClass(i[0].className),n._inputWrapper=e(t[0].firstChild)},_reset:function(){var t=this,n=t.element,i=n.attr("form"),o=i?e("#"+i):n.closest("form");o[0]&&(t._resetHandler=function(){t.value(n[0].defaultValue),t.max(t._initialOptions.max),t.min(t._initialOptions.min)},t._form=o.on("reset",t._resetHandler))},_template:function(){this._ariaTemplate=d(this.options.ARIATemplate)},_updateARIA:function(e){var t,n=this,i=n.dateView.calendar;n.element.removeAttr("aria-activedescendant"),i&&(t=i._cell,t.attr("aria-label",n._ariaTemplate({current:e||i.current()})),n.element.attr("aria-activedescendant",t.attr("id")))}}),s.plugin(o)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.dateinput.min",["kendo.core.min"],e)}(function(){return function(e,t){function n(e,t,n,i){var o,r,s,a,l=e[i+e.length-n.length];if(e=e.substring(0,i+e.length-n.length),n=n.substring(0,i),o=[],e===n&&i>0)return o.push([t[i-1],n[i-1]]),o;if(0===e.indexOf(n)&&(0===n.length||t[n.length-1]!==t[n.length])){for(s="",r=n.length;r=0&&(s=t[r],o.push([s,""]));return o}if(" "===n[n.length-1]||n[n.length-1]===l)return[[t[i-1]," "]];if(0===n.indexOf(e)||w.indexOf(t[i-1])===-1){for(a=t[0],r=Math.max(0,e.length-1);r=0){a=t[r];break}return[[a,n[i-1]]]}return[[t[i-1],n[i-1]]]}var i,o=window,r=o.kendo,s=r.caret,a=r.ui,l=a.Widget,c=r.keys,d=".kendoDateInput",u=e.proxy,h={}.toString,f=(r.support.propertyChangeEvent?"propertychange.kendoDateInput input":"input")+d,p="k-state-disabled",m="k-state-default",g="k-state-invalid",v="disabled",_="readonly",b="change",w="dMyHhmftsz",y=l.extend({init:function(t,n){var i,o,s=this;l.fn.init.call(s,t,n),t=s.element,n=s.options,n.format=r._extractFormat(n.format||r.getCulture(n.culture).calendars.standard.patterns.d),n.min=r.parseDate(t.attr("min"))||r.parseDate(n.min),n.max=r.parseDate(t.attr("max"))||r.parseDate(n.max),i=(t.parent().attr("class")||"").indexOf("k-picker-wrap")>=0, -i?s.wrapper=t.parent():(s.wrapper=t.wrap("").parent(),s.wrapper.addClass(t[0].className),s.wrapper[0].style.cssText=t[0].style.cssText,t.css({width:"100%",height:t[0].style.height})),e("").insertAfter(t),s._form(),s.element.addClass(i?" ":"k-textbox").attr("autocomplete","off").on("focusout"+d,function(){s._change()});try{t[0].setAttribute("type","text")}catch(a){t[0].type="text"}o=t.is("[disabled]")||e(s.element).parents("fieldset").is(":disabled"),o?s.enable(!1):s.readonly(t.is("[readonly]")),s.value(s.options.value||t.val()),r.notify(s)},options:{name:"DateInput",culture:"",value:"",format:"",min:new Date(1900,0,1),max:new Date(2099,11,31),messages:{year:"year",month:"month",day:"day",weekday:"day of the week",hour:"hours",minute:"minutes",second:"seconds",dayperiod:"AM/PM"}},events:[b],min:function(e){return e===t?this.options.min:(this.options.min=e,t)},max:function(e){return e===t?this.options.max:(this.options.max=e,t)},setOptions:function(e){var t=this;l.fn.setOptions.call(t,e),this._unbindInput(),this._bindInput(),this._updateElementValue()},destroy:function(){var e=this;e.element.off(d),e._formElement&&e._formElement.off("reset",e._resetHandler),l.fn.destroy.call(e)},value:function(e){return e===t?this._dateTime.getDateObject():(null===e&&(e=""),"[object Date]"!==h.call(e)&&(e=r.parseDate(e,this.options.format,this.options.culture)),e&&!e.getTime()&&(e=null),this._dateTime=new i(e,this.options.format,this.options.culture,this.options.messages),this._updateElementValue(),this._oldValue=e,t)},_updateElementValue:function(){var e=this._dateTime.toPair(this.options.format,this.options.culture,this.options.messages);this.element.val(e[0]),this._oldText=e[0],this._format=e[1]},readonly:function(e){this._editable({readonly:e===t||e,disable:!1})},enable:function(e){this._editable({readonly:!1,disable:!(e=e===t||e)})},_bindInput:function(){var e=this;e.element.on("keydown"+d,u(e._keydown,e)).on(f,u(e._input,e)).on("mouseup"+d,u(e._mouseUp,e)).on("DOMMouseScroll"+d+" mousewheel"+d,u(e._scroll,e))},_unbindInput:function(){this.element.off("keydown"+d).off("paste"+d).off(f).off("mouseup"+d).off("DOMMouseScroll"+d+" mousewheel"+d)},_editable:function(e){var t=this,n=t.element,i=e.disable,o=e.readonly,r=t.wrapper;t._unbindInput(),o||i?(r.addClass(p).removeClass(m),n.attr(v,i).attr(_,o)):(r.addClass(m).removeClass(p),n.removeAttr(v).removeAttr(_),t._bindInput())},_change:function(){var e=this,t=e._oldValue,n=e.value();n&&e.min()&&ne.max()&&(e.value(e.max()),n=e.value()),(t&&n&&n.getTime()!==t.getTime()||t&&!n||!t&&n)&&(e._oldValue=n,e.trigger(b),e.element.trigger(b))},_input:function(){var e,t,i,o,a,l,c,d=this,u=d.element[0],h=!1;if(r._activeElement()===u){if(e=n(this._oldText,this._format,this.element[0].value,s(this.element[0])[0]),t=1===e.length&&" "===e[0][1],!t)for(i=0;i0?37:39:(e.wheelDelta||-e.detail)>0?38:40,this._keydown(t),e.returnValue=!1,e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation()}},_form:function(){var t=this,n=t.element,i=n.attr("form"),o=i?e("#"+i):n.closest("form");o[0]&&(t._resetHandler=function(){setTimeout(function(){t.value(n[0].value)})},t._formElement=o.on("reset",t._resetHandler))},_keydown:function(e){var t,n,i,o,a,l,d=e.keyCode;if(37==d||39==d)for(e.preventDefault(),t=s(this.element[0]),t[0]!=t[1]&&this._selectNearestSegment(),n=37==d?-1:1,i=n==-1?s(this.element[0])[0]-1:s(this.element[0])[1]+1;i>=0&&i=0){this._selectSegment(this._format[i]);break}i+=n}38!=d&&40!=d||(e.preventDefault(),t=s(this.element[0]),o=this._format[t[0]],w.indexOf(o)>=0&&(this._dateTime.modifyPart(o,38==d?1:-1),this._updateElementValue(),this._selectSegment(o))),r.support.browser.msie&&r.support.browser.version<10&&(a=e.keyCode?e.keyCode:e.which,8!==a&&46!==a||(l=this,setTimeout(function(){l._input()},0))),d===c.ENTER&&this._change()},_selectNearestSegment:function(){var e,n,i=s(this.element[0]),o=i[0];for(e=o,n=o-1;e=0;e++,n--){if(e=0&&w.indexOf(this._format[n])!==-1)return this._selectSegment(this._format[n]),t}},_selectSegment:function(e){var t,n=-1,i=0;for(t=0;t99&&(o=Math.floor(o/10)),o=_?s(o):e;break;case"fff":o=_?s(u.getMilliseconds(),3):e;break;case"tt":o=m?u.getHours()<12?S.AM[0]:S.PM[0]:y.dayperiod;break;case"zzz":n=u.getTimezoneOffset(),i=n<0,o=(""+Math.abs(n/60)).split(".")[0],n=Math.abs(n)-60*o,o=(i?"+":"-")+s(o),o+=":"+s(n);break;case"z":case"zz":o=u.getTimezoneOffset()/60,i=o<0,o=(""+Math.abs(o)).split(".")[0],o=(i?"+":"-")+("zz"===e?s(o):o)}if(o=o!==t?o:e.slice(1,e.length-1),D){for(o=""+o,r="","ddd"==e&&(e="EEE"),"dddd"==e&&(e="EEEE"),a=0;a0&&(l(e,!0),u=i)},this.parsePart=function(e,t){var n,i,o,r,s,a,c,d,_;if(!t)return l(e,!1),!0;switch(n=new Date(u&&u.getTime?u.getTime():u),e){case"d":if(o=(p?10*n.getDate():0)+parseInt(t,10),isNaN(o))return;for(;o>31;)o=parseInt((""+o).slice(1),10);if(o<1)p=!1;else{if(n.setDate(o),n.getMonth()!==u.getMonth())return;p=!0}break;case"M":if(r=(f?10*(n.getMonth()+1):0)+parseInt(t,10),isNaN(r)){for(s=S.months.names,b+=t.toLowerCase();b.length>0;){for(a=0;a12;)r=parseInt((""+r).slice(1),10);r<1?f=!1:(n.setMonth(r-1),n.getMonth()!==r-1&&(n.setDate(1),n.setMonth(r-1)),f=!0);break;case"y":if(c=(h?10*n.getFullYear():0)+parseInt(t,10),isNaN(c))return;for(;c>9999;)c=parseInt((""+c).slice(1),10);c<1?h=!1:(n.setFullYear(c),h=!0);break;case"h":if(i=(m?10*(n.getHours()%12||12):0)+parseInt(t,10),isNaN(i))return;for(;i>12;)i=parseInt((""+i).slice(1),10);n.setHours(12*Math.floor(n.getHours()/12)+i%12),m=!0;break;case"H":if(i=(m?10*n.getHours():0)+parseInt(t,10),isNaN(i))return;for(;i>23;)i=parseInt((""+i).slice(1),10);n.setHours(i),m=!0;break;case"m":if(d=(g?10*n.getMinutes():0)+parseInt(t,10),isNaN(d))return;for(;d>59;)d=parseInt((""+d).slice(1),10);n.setMinutes(d),g=!0;break;case"s":if(_=(v?10*n.getSeconds():0)+parseInt(t,10),isNaN(_))return;for(;_>59;)_=parseInt((""+_).slice(1),10);n.setSeconds(_),v=!0;break;case"t":if(m){for(w+=t.toLowerCase();w.length>0;){if(0===S.AM[0].toLowerCase().indexOf(w)&&n.getHours()>=12||0===S.PM[0].toLowerCase().indexOf(w)&&n.getHours()<12)return n.setHours((n.getHours()+12)%24),u=n,!0;w=w.substring(1,w.length)}return!1}}return u=n,!0},this.toPair=function(e,t,n){return e?(t=r.getCulture(t),S=t.calendars.standard,e=S.patterns[e]||e,T=S.days,C=S.months,y=n,[e.replace(x,a(!1)),e.replace(x,a(!0))]):["",""]},this.getDateObject=function(){return h&&f&&p&&m&&g&&v&&_?new Date(u.getTime()):null},e)u=new Date(e.getTime());else for(u=new Date,c=this.toPair(n,i,o)[1],d=0;d=r.minLength)&&(o._open=!0,o._mute(function(){this.listView.value([])}),o._filterSource({value:s?t.toLowerCase():t,operator:r.filter,field:r.dataTextField,ignoreCase:s}),o.one("close",e.proxy(o._unifySeparators,o))),o._toggleCloseVisibility()},suggest:function(e){var i,o=this,r=o._last,s=o._accessor(),c=o.element[0],d=a(c)[0],f=o._separator(),p=s.split(f),m=n(d,s,f),g=d;return r==h.BACKSPACE||r==h.DELETE?(o._last=t,t):(e=e||"","string"!=typeof e&&(e[0]&&(e=o.dataSource.view()[u.inArray(e[0],o.ul[0])]),e=e?o._text(e):""),d<=0&&(d=s.toLowerCase().indexOf(e.toLowerCase())+1),i=s.substring(0,d).lastIndexOf(f),i=i>-1?d-(i+f.length):d,s=p[m].substring(0,i),e&&(e=""+e,i=e.toLowerCase().indexOf(s.toLowerCase()),i>-1&&(e=e.substring(i+s.length),g=d+e.length,s+=e),f&&""!==p[p.length-1]&&p.push("")),p[m]=s,o._accessor(p.join(f||"")),c===l()&&a(c,d,g),t)},value:function(e){return e===t?this._accessor():(this.listView.value(e),this._accessor(e),this._old=this._accessor(),this._oldText=this._accessor(),t)},_click:function(e){var n=e.item,i=this,o=i.element,r=i.listView.dataItemByIndex(i.listView.getElementIndex(n));return e.preventDefault(),i._active=!0,i.trigger("select",{dataItem:r,item:n})?(i.close(),t):(i._oldText=o.val(),i._select(n).done(function(){i._blur(),a(o,o.val().length)}),t)},_clearText:e.noop,_resetFocusItem:function(){var e=this.options.highlightFirst?0:-1;this.options.virtual&&this.listView.scrollTo(0),this.listView.focus(e)},_listBound:function(){var e,n=this,i=n.popup,o=n.options,r=n.dataSource.flatView(),s=r.length,a=n.dataSource._group.length,c=n.element[0]===l();n._renderFooter(),n._renderNoData(),n._toggleNoData(!s),n._toggleHeader(!!a&&!!s),n._resizePopup(),i.position(),s&&o.suggest&&c&&n.suggest(r[0]),n._open&&(n._open=!1,e=n._allowOpening()?"open":"close",n._typingTimeout&&!c&&(e="close"),s&&(n._resetFocusItem(),o.virtual&&n.popup.unbind("activate",n._resetFocusItemHandler).one("activate",n._resetFocusItemHandler)),i[e](),n._typingTimeout=t),n._touchScroller&&n._touchScroller.reset(),n._hideBusy(),n._makeUnselectable(),n.trigger("dataBound")},_mute:function(e){this._muted=!0,e.call(this),this._muted=!1},_listChange:function(){var e=this._active||this.element[0]===l();e&&!this._muted&&this._selectValue(this.listView.selectedDataItems()[0])},_selectValue:function(e){var t=this._separator(),n="";e&&(n=this._text(e)),null===n&&(n=""),t&&(n=o(a(this.element)[0],this._accessor(),n,t,this._defaultSeparator())),this._prev=n,this._accessor(n),this._placeholder()},_unifySeparators:function(){return this._accessor(this.value().split(this._separator()).join(this._defaultSeparator())),this},_change:function(){var e=this,t=e._unifySeparators().value(),n=t!==u.unifyType(e._old,typeof t),i=n&&!e._typing,o=e._oldText!==t;e._old=t,e._oldText=t,(i||o)&&e.element.trigger(g),n&&e.trigger(g),e.typing=!1,e._toggleCloseVisibility()},_accessor:function(e){var n=this,i=n.element[0];return e===t?(e=i.value,i.className.indexOf("k-readonly")>-1&&e===n.options.placeholder?"":e):(i.value=null===e?"":e,n._placeholder(),t)},_keydown:function(e){var t,n,i=this,o=e.keyCode,r=i.listView,s=i.popup.visible(),a=r.focus();if(i._last=o,o===h.DOWN)s&&this._move(a?"focusNext":"focusFirst"),e.preventDefault();else if(o===h.UP)s&&this._move(a?"focusPrev":"focusLast"),e.preventDefault();else if(o===h.ENTER||o===h.TAB){if(o===h.ENTER&&s&&e.preventDefault(),s&&a){if(t=r.dataItemByIndex(r.getElementIndex(a)),i.trigger("select",{dataItem:t,item:a}))return;this._select(a)}this._blur()}else o===h.ESC?(s&&e.preventDefault(),i.close()):!i.popup.visible()||o!==h.PAGEDOWN&&o!==h.PAGEUP?i._search():(e.preventDefault(),n=o===h.PAGEDOWN?1:-1,r.scrollWith(n*r.screenHeight()))},_keypress:function(){this._oldText=this.element.val(),this._typing=!0},_move:function(e){this.listView[e](),this.options.suggest&&this.suggest(this.listView.focus())},_hideBusy:function(){var e=this;clearTimeout(e._busy),e._loading.hide(),e.element.attr("aria-busy",!1),e._busy=null,e._showClear()},_showBusy:function(){var e=this;e._busy||(e._busy=setTimeout(function(){e.element.attr("aria-busy",!0),e._loading.show(),e._hideClear()},100))},_placeholder:function(e){if(!c){var n,i=this,o=i.element,r=i.options.placeholder;if(r){if(n=o.val(),e===t&&(e=!n),e||(r=n!==r?n:""),n===i._old&&!e)return;o.toggleClass("k-readonly",e).val(r),r||o[0]!==document.activeElement||a(o[0],0,0)}}},_separator:function(){var e=this.options.separator;return e instanceof Array?RegExp(e.join("|"),"gi"):e},_defaultSeparator:function(){var e=this.options.separator;return e instanceof Array?e[0]:e},_inputValue:function(){return this.element.val()},_search:function(){var e=this;clearTimeout(e._typingTimeout),e._typingTimeout=setTimeout(function(){e._prev!==e._accessor()&&(e._prev=e._accessor(),e.search())},e.options.delay)},_select:function(e){var t=this;return t._active=!0,t.listView.select(e).done(function(){t._active=!1})},_loader:function(){this._loading=e('').insertAfter(this.element)},_clearButton:function(){this._clear=e('').attr({role:"button",tabIndex:-1}),this.options.clearButton&&this._clear.insertAfter(this.element)},_toggleHover:function(t){e(t.currentTarget).toggleClass(x,"mouseenter"===t.type)},_toggleCloseVisibility:function(){this.value()?this._showClear():this._hideClear()},_wrapper:function(){var e,t=this,n=t.element,i=n[0];e=n.parent(),e.is("span.k-widget")||(e=n.wrap("").parent()),e.attr("tabindex",-1),e.attr("role","presentation"),e[0].style.cssText=i.style.cssText,n.css({width:"100%",height:i.style.height}),t._focused=t.element,t.wrapper=e.addClass("k-widget k-autocomplete k-header").addClass(i.className)}});d.plugin(D)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.dropdownlist.min",["kendo.list.min","kendo.mobile.scroller.min"],e)}(function(){return function(e,t){function n(e,t,n){for(var i,o=0,r=t.length-1;o=t&&(e-=t),e}function o(e,t){for(var n=0;n
    ').prependTo(n.list)),n.optionLabel.html(s(o)).off().click(T(n._click,n)).on(y,n._toggleHover),n.angular("compile",function(){return{elements:n.optionLabel,data:[{dataItem:n._optionLabelDataItem()}]}}),t):(n.optionLabel.off().remove(),n.optionLabel=e(),t)},_optionLabelText:function(){var e=this.options.optionLabel;return"string"==typeof e?e:this._text(e)},_optionLabelDataItem:function(){var t=this,n=t.options.optionLabel;return t.hasOptionLabel()?e.isPlainObject(n)?new u(n):t._assignInstance(t._optionLabelText(),""):null},_buildOptions:function(e){var n,i,o,r=this;r._isSelect&&(n=r.listView.value()[0],i=r._optionLabelDataItem(),o=i&&r._value(i),n!==t&&null!==n||(n=""),i&&(o!==t&&null!==o||(o=""),i='"),r._options(e,i,n),n!==a.unifyType(r._accessor(),typeof n)&&(r._customOption=null,r._custom(n)))},_listBound:function(){var e,t=this,n=t._initialIndex,i=t._state===x,o=t.dataSource.flatView();t._presetValue=!1,t._renderFooter(),t._renderNoData(),t._toggleNoData(!o.length),t._resizePopup(!0),t.popup.position(),t._buildOptions(o),t._makeUnselectable(),i||(t._open&&t.toggle(t._allowOpening()),t._open=!1,t._fetch||(o.length?(!t.listView.value().length&&n>-1&&null!==n&&t.select(n),t._initialIndex=null,e=t.listView.selectedDataItems()[0],e&&t.text()!==t._text(e)&&t._selectValue(e)):t._textAccessor()!==t._optionLabelText()&&(t.listView.value(""),t._selectValue(null),t._oldIndex=t.selectedIndex))),t._hideBusy(),t.trigger("dataBound")},_listChange:function(){this._selectValue(this.listView.selectedDataItems()[0]),(this._presetValue||this._old&&this._oldIndex===-1)&&(this._oldIndex=this.selectedIndex)},_filterPaste:function(){this._search()},_focusHandler:function(){this.wrapper.focus()},_focusinHandler:function(){this._inputWrapper.addClass(v),this._prevent=!1},_focusoutHandler:function(){var e=this,t=window.self!==window.top;e._prevent||(clearTimeout(e._typingTimeout),c.mobileOS.ios&&t?e._change():e._blur(),e._inputWrapper.removeClass(v),e._prevent=!0,e._open=!1,e.element.blur())},_wrapperMousedown:function(){this._prevent=!!this.filterInput},_wrapperClick:function(e){e.preventDefault(),this.popup.unbind("activate",this._focusInputHandler),this._focused=this.wrapper,this._toggle()},_editable:function(e){var t=this,n=t.element,i=e.disable,o=e.readonly,r=t.wrapper.add(t.filterInput).off(f),s=t._inputWrapper.off(y);o||i?i?(r.removeAttr(k),s.addClass(b).removeClass(_)):(s.addClass(_).removeClass(b),r.on("focusin"+f,T(t._focusinHandler,t)).on("focusout"+f,T(t._focusoutHandler,t))):(n.removeAttr(p).removeAttr(m),s.addClass(_).removeClass(b).on(y,t._toggleHover),r.attr(k,r.data(k)).attr(w,!1).on("keydown"+f,T(t._keydown,t)).on("focusin"+f,T(t._focusinHandler,t)).on("focusout"+f,T(t._focusoutHandler,t)).on("mousedown"+f,T(t._wrapperMousedown,t)).on("paste"+f,T(t._filterPaste,t)),t.wrapper.on("click"+f,T(t._wrapperClick,t)),t.filterInput||r.on("keypress"+f,T(t._keypress,t))),n.attr(p,i).attr(m,o),r.attr(w,i)},_keydown:function(e){var n,i,o,r=this,s=e.keyCode,a=e.altKey,l=r.popup.visible();if(r.filterInput&&(n=r.filterInput[0]===d()),s===h.LEFT?(s=h.UP,i=!0):s===h.RIGHT&&(s=h.DOWN,i=!0),!i||!n){if(e.keyCode=s,(a&&s===h.UP||s===h.ESC)&&r._focusElement(r.wrapper),r._state===x&&s===h.ESC&&r._clearFilter(),s===h.ENTER&&r._typingTimeout&&r.filterInput&&l)return e.preventDefault(),t;if(i=r._move(e),!i){if((!l||!r.filterInput)&&(o=r._focus(),s===h.HOME?(i=!0,r._firstItem()):s===h.END&&(i=!0,r._lastItem()),i)){if(r.trigger("select",{dataItem:r._getElementDataItem(r._focus()),item:r._focus()}))return r._focus(o),t;r._select(r._focus(),!0).done(function(){l||r._blur()}),e.preventDefault()}a||i||!r.filterInput||r._search()}}},_matchText:function(e,n){var i=this.options.ignoreCase;return e!==t&&null!==e&&(e+="",i&&(e=e.toLowerCase()),0===e.indexOf(n))},_shuffleData:function(e,t){var n=this._optionLabelDataItem();return n&&(e=[n].concat(e)),e.slice(t).concat(e.slice(0,t))},_selectNext:function(){var e,t,n,r=this,s=r.dataSource.flatView(),a=s.length+(r.hasOptionLabel()?1:0),l=o(r._word,r._last),c=r.selectedIndex;for(c===-1?c=0:(c+=l?1:0,c=i(c,a)),s=s.toJSON?s.toJSON():s.slice(),s=r._shuffleData(s,c),n=0;n-1&&(t-=1):s.hasClass("k-list-optionlabel")&&(t=-1)),r){for(n=this.dataSource.flatView(),o=0;o',this.filterInput=e('').attr({placeholder:this.element.attr("placeholder"),title:this.element.attr("title"),role:"listbox","aria-haspopup":!0,"aria-expanded":!1}),this.list.prepend(e('').append(this.filterInput.add(t))))},_span:function(){var t,n=this,i=n.wrapper,o="span.k-input";t=i.find(o),t[0]||(i.append(' ').append(n.element),t=i.find(o)),n.span=t,n._inputWrapper=e(i[0].firstChild),n._arrow=i.find(".k-select"),n._arrowIcon=n._arrow.find(".k-icon")},_wrapper:function(){var e,t=this,n=t.element,i=n[0];e=n.parent(),e.is("span.k-widget")||(e=n.wrap("").parent(),e[0].style.cssText=i.style.cssText,e[0].title=i.title),t._focused=t.wrapper=e.addClass("k-widget k-dropdown k-header").addClass(i.className).css("display","").attr({accesskey:n.attr("accesskey"),unselectable:"on",role:"listbox","aria-haspopup":!0,"aria-expanded":!1}),n.hide().removeAttr("accesskey")},_clearSelection:function(e){this.select(e.value()?0:-1)},_inputTemplate:function(){var t=this,n=t.options.valueTemplate;if(n=n?r.template(n):e.proxy(r.template("#:this._text(data)#",{useWithBlock:!1}),t),t.valueTemplate=n,t.hasOptionLabel()&&!t.options.optionLabelTemplate)try{t.valueTemplate(t._optionLabelDataItem())}catch(i){throw Error(S)}},_textAccessor:function(n){var i,o=null,r=this.valueTemplate,s=this._optionLabelText(),a=this.span;if(n===t)return a.text();e.isPlainObject(n)||n instanceof u?o=n:s&&s===n&&(o=this.options.optionLabel),o||(o=this._assignInstance(n,this._accessor())),this.hasOptionLabel()&&(o!==s&&this._text(o)!==s||(r=this.optionLabelTemplate,"string"!=typeof this.options.optionLabel||this.options.optionLabelTemplate||(o=s))),i=function(){return{elements:a.get(),data:[{dataItem:o}]}},this.angular("cleanup",i);try{a.html(r(o))}catch(l){a.html("")}this.angular("compile",i)},_preselect:function(e,t){e||t||(t=this._optionLabelText()),this._accessor(e),this._textAccessor(t),this._old=this._accessor(),this._oldIndex=this.selectedIndex,this.listView.setValue(e),this._initialIndex=null,this._presetValue=!0},_assignInstance:function(e,t){var i=this.options.dataTextField,o={};return i?(n(o,i.split("."),e),n(o,this.options.dataValueField.split("."),t),o=new u(o)):o=e,o}});s.plugin(D)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.combobox.min",["kendo.list.min","kendo.mobile.scroller.min"],e)}(function(){return function(e,t){var n=window.kendo,i=n.ui,o=i.List,r=i.Select,s=n.caret,a=n.support,l=a.placeholder,c=n._activeElement,d=n.keys,u=".kendoComboBox",h="click"+u,f="mousedown"+u,p="disabled",m="readonly",g="change",v="k-state-default",_="k-state-focused",b="k-state-disabled",w="aria-disabled",y="filter",k="accept",x="rebind",C="mouseenter"+u+" mouseleave"+u,S=e.proxy,T=r.extend({init:function(t,i){var o,s,a=this;a.ns=u,i=e.isArray(i)?{dataSource:i}:i,r.fn.init.call(a,t,i),i=a.options,t=a.element.on("focus"+u,S(a._focusHandler,a)),i.placeholder=i.placeholder||t.attr("placeholder"),a._reset(),a._wrapper(),a._input(),a._clearButton(),a._tabindex(a.input),a._popup(),a._dataSource(),a._ignoreCase(),a._enable(),a._oldIndex=a.selectedIndex=-1,a._aria(),a._initialIndex=i.index,a.requireValueMapper(a.options),a._initList(),a._cascade(),i.autoBind?a._filterSource():(o=i.text,!o&&a._isSelect&&(o=t.children(":selected").text()),o&&a._setText(o)),o||a._placeholder(),s=e(a.element).parents("fieldset").is(":disabled"),s&&a.enable(!1),n.notify(a),a._toggleCloseVisibility()},options:{name:"ComboBox",enabled:!0,index:-1,text:null,value:null,autoBind:!0,delay:200,dataTextField:"",dataValueField:"",minLength:1,enforceMinLength:!1,height:200,highlightFirst:!0,filter:"none",placeholder:"",suggest:!1,cascadeFrom:"",cascadeFromField:"",ignoreCase:!0,animation:{},virtual:!1,template:null,groupTemplate:"#:data#",fixedGroupTemplate:"#:data#",clearButton:!0,syncValueAndText:!0},events:["open","close",g,"select","filtering","dataBinding","dataBound","cascade","set"],setOptions:function(e){r.fn.setOptions.call(this,e),this.listView.setOptions(e),this._accessors(),this._aria()},destroy:function(){var e=this;e.input.off(u),e.element.off(u),e._inputWrapper.off(u),clearTimeout(e._pasteTimeout),e._arrow.off(h+" "+f),e._clear.off(h+" "+f),r.fn.destroy.call(e)},_change:function(){var e=this,n=e.text(),i=n&&n!==e._oldText&&n!==e.options.placeholder,o=e.selectedIndex,s=o===-1;return!e.options.syncValueAndText&&!e.value()&&s&&i?(e._old="",e._oldIndex=o,e._oldText=n,e._typing||e.element.trigger(g),e.trigger(g),e._typing=!1,t):(r.fn._change.call(e),e._toggleCloseVisibility(),t)},_focusHandler:function(){this.input.focus()},_arrowClick:function(){this._toggle()},_inputFocus:function(){this._inputWrapper.addClass(_),this._placeholder(!1)},_inputFocusout:function(){var e,n,i=this,o=i.value();return i._inputWrapper.removeClass(_),clearTimeout(i._typingTimeout),i._typingTimeout=null,i.text(i.text()),e=i._focus(),n=this.listView.dataItemByIndex(this.listView.getElementIndex(e)),o!==i.value()&&i.trigger("select",{dataItem:n,item:e})?(i.value(o),t):(i._placeholder(),i._blur(),i.element.blur(),t)},_inputPaste:function(){var e=this;clearTimeout(e._pasteTimeout),e._pasteTimeout=null,e._pasteTimeout=setTimeout(function(){e.search()})},_editable:function(e){var t=this,n=e.disable,i=e.readonly,o=t._inputWrapper.off(u),r=t.element.add(t.input.off(u)),s=t._arrow.off(h+" "+f),a=t._clear;i||n?(o.addClass(n?b:v).removeClass(n?v:b),r.attr(p,n).attr(m,i).attr(w,n)):(o.addClass(v).removeClass(b).on(C,t._toggleHover),r.removeAttr(p).removeAttr(m).attr(w,!1),s.on(h,S(t._arrowClick,t)).on(f,function(e){e.preventDefault()}),a.on(h,S(t._clearValue,t)).on(f,function(e){e.preventDefault()}),t.input.on("keydown"+u,S(t._keydown,t)).on("focus"+u,S(t._inputFocus,t)).on("focusout"+u,S(t._inputFocusout,t)).on("paste"+u,S(t._inputPaste,t)))},open:function(){var e=this,t=e._state;e.popup.visible()||(!e.listView.bound()&&t!==y||t===k?(e._open=!0,e._state=x,1!==e.options.minLength?(e.refresh(),e._openPopup()):e._filterSource()):e._allowOpening()&&(e._openPopup(),e._focusItem()))},_scrollToFocusedItem:function(){var e=this.listView;e.scrollToIndex(e.getElementIndex(e.focus()))},_openPopup:function(){this.popup.one("activate",S(this._scrollToFocusedItem,this)),this.popup.open()},_updateSelectionState:function(){var e=this,n=e.options.text,i=e.options.value;e.listView.isFiltered()||(e.selectedIndex===-1?(n!==t&&null!==n||(n=i),e._accessor(i),e.input.val(n||e.input.val()),e._placeholder()):e._oldIndex===-1&&(e._oldIndex=e.selectedIndex))},_buildOptions:function(e){var n,i=this;i._isSelect&&(n=i._customOption,i._state===x&&(i._state=""),i._customOption=t,i._options(e,"",i.value()),n&&n[0].selected&&i._custom(n.val()))},_updateSelection:function(){var n,i=this,o=i.listView,r=i._initialIndex,s=null!==r&&r>-1,a=i._state===y;return a?(e(o.focus()).removeClass("k-state-selected"),t):(i._fetch||(o.value().length||(s?i.select(r):i._accessor()&&o.value(i._accessor())),i._initialIndex=null,n=o.selectedDataItems()[0],n&&(i._value(n)!==i.value()&&i._custom(i._value(n)),i.text()&&i.text()!==i._text(n)&&i._selectValue(n))),t)},_updateItemFocus:function(){var e=this.listView;this.options.highlightFirst?e.focus()||e.focusIndex()||e.focus(0):e.focus(-1)},_listBound:function(){var e=this,n=e.input[0]===c(),i=e.dataSource.flatView(),o=e.listView.skip(),r=o===t||0===o;e._presetValue=!1,e._renderFooter(),e._renderNoData(),e._toggleNoData(!i.length),e._resizePopup(),e.popup.position(),e._buildOptions(i),e._makeUnselectable(),e._updateSelection(),i.length&&r&&(e._updateItemFocus(),e.options.suggest&&n&&e.input.val()&&e.suggest(i[0])),e._open&&(e._open=!1,e._typingTimeout&&!n?e.popup.close():e.toggle(e._allowOpening()),e._typingTimeout=null),e._hideBusy(),e.trigger("dataBound")},_listChange:function(){this._selectValue(this.listView.selectedDataItems()[0]),this._presetValue&&(this._oldIndex=this.selectedIndex)},_get:function(e){var t,n,i;if("function"==typeof e){for(t=this.dataSource.flatView(),i=0;i-1&&(a+=e.substring(n+a.length))):a=a.substring(0,l),a.length===l&&e||(r.value=a,r===c()&&s(r,l,a.length)),t)},text:function(e){var n,i,r,s,a,l;return e=null===e?"":e,n=this,i=n.input[0],r=n.options.ignoreCase,s=e,e===t?i.value:n.options.autoBind!==!1||n.listView.bound()?(a=n.dataItem(),a&&n._text(a)===e&&(l=n._value(a),l===o.unifyType(n._old,typeof l))?(n._triggerCascade(),t):(r&&!n.listView.value().length&&(s=s.toLowerCase()),n._select(function(e){return e=n._text(e),r&&!n.listView.value().length&&(e=(e+"").toLowerCase()),e===s}).done(function(){n.selectedIndex<0&&(i.value=e,n.options.syncValueAndText&&n._accessor(e),n._triggerCascade()),n._prev=i.value}),t)):(n._setText(e),t)},toggle:function(e){this._toggle(e,!0)},value:function(e){var n=this,i=n.options,o=n.listView;return e===t?(e=n._accessor()||n.listView.value()[0],e===t||null===e?"":e):(n.requireValueMapper(n.options,e),n.trigger("set",{value:e}),e===i.value&&n.input.val()===i.text||(n._accessor(e),n._isFilterEnabled()&&o.bound()&&o.isFiltered()?n._clearFilter():n._fetchData(),o.value(e).done(function(){n.selectedIndex===-1&&(n._accessor(e),n.input.val(e),n._placeholder(!0)),n._old=n._accessor(),n._oldIndex=n.selectedIndex,n._prev=n.input.val(),n._state===y&&(n._state=k)})),t)},_click:function(e){var n=this,i=e.item,o=n.listView.dataItemByIndex(n.listView.getElementIndex(i));return e.preventDefault(),n.trigger("select",{dataItem:o,item:i})?(n.close(),t):(n._userTriggered=!0,n._select(i).done(function(){n._blur()}),t)},_inputValue:function(){return this.text()},_searchByWord:function(e){var n,i=this,o=i.options,r=i.dataSource,s=o.ignoreCase,a=function(n){var o=i._text(n);if(o!==t)return o+="",(""===o||""!==e)&&(s&&(o=o.toLowerCase()),0===o.indexOf(e))};return s&&(e=e.toLowerCase()),i.ul[0].firstChild?(this.listView.focus(this._get(a)),n=this.listView.focus(),n&&(o.suggest&&i.suggest(n),this.open()),this.options.highlightFirst&&!e&&this.listView.focusFirst(),t):(r.one(g,function(){r.view()[0]&&i.search(e)}).fetch(),t)},_input:function(){var t,n,i=this,o=i.element.removeClass("k-input")[0],r=o.accessKey,s=i.wrapper,a="input.k-input",c=o.name||"";c&&(c='name="'+c+'_input" '),t=s.find(a),t[0]||(s.append('').append(i.element),t=s.find(a)),t[0].style.cssText=o.style.cssText,t[0].title=o.title,n=parseInt(this.element.prop("maxlength")||this.element.attr("maxlength"),10),n>-1&&(t[0].maxLength=n),t.addClass(o.className).css({width:"100%",height:o.style.height}).attr({role:"combobox","aria-expanded":!1}).show(),l&&t.attr("placeholder",i.options.placeholder),r&&(o.accessKey="",t[0].accessKey=r),i._focused=i.input=t,i._inputWrapper=e(s[0].firstChild),i._arrow=s.find(".k-select").attr({role:"button",tabIndex:-1}),i._arrowIcon=i._arrow.find(".k-icon"),o.id&&i._arrow.attr("aria-controls",i.ul[0].id)},_clearButton:function(){this._clear=e('').attr({role:"button",tabIndex:-1}),this.options.clearButton&&(this._clear.insertAfter(this.input),this.wrapper.addClass("k-combobox-clearable"))},_keydown:function(e){var t=this,n=e.keyCode;t._last=n,clearTimeout(t._typingTimeout),t._typingTimeout=null,n==d.TAB||t._move(e)||t._search()},_placeholder:function(e){if(!l){var n,i=this,o=i.input,r=i.options.placeholder;if(r){if(n=i.value(),e===t&&(e=!n),o.toggleClass("k-readonly",e),!e){if(n)return;r=""}o.val(r),r||o[0]!==c()||s(o[0],0,0)}}},_search:function(){var e=this;e._typingTimeout=setTimeout(function(){var t=e.text();e._prev!==t&&(e._prev=t,"none"===e.options.filter&&e.listView.select(-1),e.search(t),e._toggleCloseVisibility()),e._typingTimeout=null},e.options.delay)},_setText:function(e){this.input.val(e),this._prev=e},_wrapper:function(){var e=this,t=e.element,n=t.parent();n.is("span.k-widget")||(n=t.hide().wrap("").parent(),n[0].style.cssText=t[0].style.cssText),e.wrapper=n.addClass("k-widget k-combobox k-header").addClass(t[0].className).css("display","")},_clearSelection:function(e,t){var n=this,i=e.value(),o=i&&e.selectedIndex===-1;this.selectedIndex==-1&&this.value()||(t||!i||o)&&(n.options.value="",n.value(""))},_preselect:function(e,t){this.input.val(t),this._accessor(e),this._old=this._accessor(),this._oldIndex=this.selectedIndex,this.listView.setValue(e),this._placeholder(),this._initialIndex=null,this._presetValue=!0}});i.plugin(T)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.multiselect.min",["kendo.list.min","kendo.mobile.scroller.min"],e)}(function(){return function(e,t){function n(e,t){var n;if(null===e&&null!==t||null!==e&&null===t)return!1;if(n=e.length,n!==t.length)return!1;for(;n--;)if(e[n]!==t[n])return!1;return!0}var i=window.kendo,o=i.ui,r=o.List,s=i.keys,a=i._activeElement,l=i.data.ObservableArray,c=e.proxy,d="id",u="li",h="accept",f="filter",p="rebind",m="open",g="close",v="change",_="progress",b="select",w="deselect",y="aria-disabled",k="k-state-focused",x="k-hidden",C="k-state-hover",S="k-state-disabled",T="disabled",D="readonly",A=".kendoMultiSelect",E="click"+A,I="keydown"+A,M="mouseenter"+A,R="mouseleave"+A,F=M+" "+R,z=/"/g,P=e.isArray,B=["font-family","font-size","font-stretch","font-style","font-weight","letter-spacing","text-transform","line-height"],L=r.extend({init:function(t,n){var o,s,a=this;a.ns=A,r.fn.init.call(a,t,n),a._optionsMap={},a._customOptions={},a._wrapper(),a._tagList(),a._input(),a._textContainer(),a._loader(),a._clearButton(),a._tabindex(a.input),t=a.element.attr("multiple","multiple").hide(),n=a.options,n.placeholder||(n.placeholder=t.data("placeholder")),o=t.attr(d),o&&(a._tagID=o+"_tag_active",o+="_taglist",a.tagList.attr(d,o)),a._aria(o),a._dataSource(),a._ignoreCase(),a._popup(),a._tagTemplate(),a.requireValueMapper(a.options),a._initList(),a._reset(),a._enable(),a._placeholder(),n.autoBind?a.dataSource.fetch():n.value&&a._preselect(n.value),s=e(a.element).parents("fieldset").is(":disabled"),s&&a.enable(!1),i.notify(a),a._toggleCloseVisibility()},options:{name:"MultiSelect",tagMode:"multiple",enabled:!0,autoBind:!0,autoClose:!0,highlightFirst:!0,dataTextField:"",dataValueField:"",filter:"startswith",ignoreCase:!0,minLength:1,enforceMinLength:!1,delay:100,value:null,maxSelectedItems:null,placeholder:"",height:200,animation:{},virtual:!1,itemTemplate:"",tagTemplate:"",groupTemplate:"#:data#",fixedGroupTemplate:"#:data#",clearButton:!0},events:[m,g,v,b,w,"filtering","dataBinding","dataBound"],setDataSource:function(e){this.options.dataSource=e,this._state="",this._dataSource(),this.listView.setDataSource(this.dataSource),this.options.autoBind&&this.dataSource.fetch()},setOptions:function(e){var t=this._listOptions(e);r.fn.setOptions.call(this,e),this.listView.setOptions(t),this._accessors(),this._aria(this.tagList.attr(d)),this._tagTemplate()},currentTag:function(e){var n=this;return e===t?n._currentTag:(n._currentTag&&(n._currentTag.removeClass(k).removeAttr(d),n.input.removeAttr("aria-activedescendant")),e&&(e.addClass(k).attr(d,n._tagID),n.input.attr("aria-activedescendant",n._tagID)),n._currentTag=e,t)},dataItems:function(){return this.listView.selectedDataItems()},destroy:function(){var e=this,t=e.ns;clearTimeout(e._busy),clearTimeout(e._typingTimeout),e.wrapper.off(t),e.tagList.off(t),e.input.off(t),e._clear.off(t),r.fn.destroy.call(e)},_activateItem:function(){r.fn._activateItem.call(this),this.currentTag(null)},_listOptions:function(t){var n=this,o=r.fn._listOptions.call(n,e.extend(t,{selectedItemChange:c(n._selectedItemChange,n),selectable:"multiple"})),s=this.options.itemTemplate||this.options.template,a=o.itemTemplate||s||o.template;return a||(a="#:"+i.expr(o.dataTextField,"data")+"#"),o.template=a,o},_setListValue:function(){r.fn._setListValue.call(this,this._initialValues.slice(0))},_listChange:function(e){var n,i=this.dataSource.flatView(),o=this._optionsMap,r=this._value;for(this._state===p&&(this._state=""),n=0;nr&&(e=e.slice(0,r)),s&&n._clearFilter(),i.value(e),n._old=i.value(),s||n._fetchData(),t)},_preselect:function(t,n){var o=this;P(t)||t instanceof i.data.ObservableArray||(t=[t]),(e.isPlainObject(t[0])||t[0]instanceof i.data.ObservableObject||!o.options.dataValueField)&&(o.dataSource.data(t),o.value(n||o._initialValues),o._retrieveData=!0)},_setOption:function(e,t){var n=this.element[0].children[this._optionsMap[e]];n&&(n.selected=t)},_fetchData:function(){var e=this,t=!!e.dataSource.view().length,n=0===e.listView.value().length;n||e._request||(e._retrieveData||!e._fetch&&!t)&&(e._fetch=!0,e._retrieveData=!1,e.dataSource.read().done(function(){e._fetch=!1}))},_isBound:function(){return this.listView.bound()&&!this._retrieveData},_dataSource:function(){var e=this,t=e.element,n=e.options,o=n.dataSource||{};o=P(o)?{data:o}:o,o.select=t,o.fields=[{field:n.dataTextField},{field:n.dataValueField}],e.dataSource&&e._refreshHandler?e._unbindDataSource():(e._progressHandler=c(e._showBusy,e),e._errorHandler=c(e._hideBusy,e)),e.dataSource=i.data.DataSource.create(o).bind(_,e._progressHandler).bind("error",e._errorHandler)},_reset:function(){var t=this,n=t.element,i=n.attr("form"),o=i?e("#"+i):n.closest("form");o[0]&&(t._resetHandler=function(){setTimeout(function(){t.value(t._initialValues),t._placeholder()})},t._form=o.on("reset",t._resetHandler))},_initValue:function(){var e=this.options.value||this.element.val();this._old=this._initialValues=this._normalizeValues(e)},_normalizeValues:function(t){var n=this;return null===t?t=[]:t&&e.isPlainObject(t)?t=[n._value(t)]:t&&e.isPlainObject(t[0])?t=e.map(t,function(e){return n._value(e)}):P(t)||t instanceof l?P(t)&&(t=t.slice()):t=[t],t},_change:function(){var e=this,t=e.value();n(t,e._old)||(e._old=t.slice(),e.trigger(v),e.element.trigger(v)),e._toggleCloseVisibility()},_click:function(e){var t=this,n=e.item;e.preventDefault(),t._select(n).done(function(){t._change(),t._close()})},_keydown:function(n){var o,r=this,a=n.keyCode,l=r._currentTag,c=r.listView,d=c.focus(),u=r.input.val(),h=i.support.isRtl(r.wrapper),f=r.popup.visible();if(a===s.DOWN){if(n.preventDefault(),!f)return r.open(),d||c.focusFirst(),t;d?(c.focusNext(),c.focus()||c.focusLast()):c.focusFirst()}else if(a===s.UP)f&&(d&&c.focusPrev(),c.focus()||r.close()),n.preventDefault();else if(a===s.LEFT&&!h||a===s.RIGHT&&h)u||(l=l?l.prev():e(r.tagList[0].lastChild),l[0]&&r.currentTag(l));else if(a===s.RIGHT&&!h||a===s.LEFT&&h)!u&&l&&(l=l.next(),r.currentTag(l[0]?l:null));else if(a===s.ENTER&&f)r._select(d).done(function(){r._change(),r._close()}),n.preventDefault();else if(a===s.ESC)f?n.preventDefault():r.currentTag(null),r.close();else if(a===s.HOME)f?c.focusFirst():u||(l=r.tagList[0].firstChild,l&&r.currentTag(e(l)));else if(a===s.END)f?c.focusLast():u||(l=r.tagList[0].lastChild,l&&r.currentTag(e(l)));else if(a!==s.DELETE&&a!==s.BACKSPACE||u)!r.popup.visible()||a!==s.PAGEDOWN&&a!==s.PAGEUP?(clearTimeout(r._typingTimeout),setTimeout(function(){r._scale()}),r._search()):(n.preventDefault(),o=a===s.PAGEDOWN?1:-1,c.scrollWith(o*c.screenHeight()));else{if("single"===r.options.tagMode)return c.value([]),r._change(),r._close(),t;a!==s.BACKSPACE||l||(l=e(r.tagList[0].lastChild)),l&&l[0]&&r._removeTag(l)}},_hideBusy:function(){var e=this;clearTimeout(e._busy),e.input.attr("aria-busy",!1),e._loading.addClass(x),e._request=!1,e._busy=null,e._showClear()},_showBusyHandler:function(){this.input.attr("aria-busy",!0),this._loading.removeClass(x),this._hideClear()},_showBusy:function(){var e=this;e._request=!0,e._busy||(e._busy=setTimeout(c(e._showBusyHandler,e),100))},_placeholder:function(e,n){var o=this,r=o.input,s=a(),l=o.options.placeholder,c=r.val(),d=r[0]===s,u=c.length;d&&!o.options.autoClose&&c!==l||(u=0,c=""),e===t&&(e=!1,r[0]!==s&&(e=!o.listView.selectedDataItems()[0])),o._prev=c,r.toggleClass("k-readonly",e).val(e?l:c),d&&!n&&i.caret(r[0],u,u),o._scale()},_scale:function(){var e,t=this,n=t.wrapper,i=n.width(),o=t._span.text(t.input.val());n.is(":visible")?e=o.width()+25:(o.appendTo(document.documentElement),i=e=o.width()+25,o.appendTo(n)),t.input.width(e>i?i:e)},_option:function(e,n,o){var r=""},_render:function(e){var t,n,i,o,r,s,a=this.listView.selectedDataItems(),l=this.listView.value(),c=e.length,d="";for(l.length!==a.length&&(a=this._buildSelectedItems(l)),r={},s={},o=0;othis.listView.value().length},_angularTagItems:function(t){var n=this;n.angular(t,function(){return{elements:n.tagList[0].children,data:e.map(n.dataItems(),function(e){return{dataItem:e}})}})},_selectValue:function(e,t){var n,i,o,r=this,s=r.value(),a=r.dataSource.total(),l=r.tagList,c=r._value;if(r._angularTagItems("cleanup"),"multiple"===r.options.tagMode){for(o=t.length-1;o>-1;o--)n=t[o],l[0].removeChild(l[0].children[n.position]),r._setOption(c(n.dataItem),!1);for(o=0;o-1;o--)r._setOption(c(t[o].dataItem),!1);for(o=0;o').appendTo(t._innerWrapper)),n.removeAttr("accesskey"),t._focused=t.input=o.attr({accesskey:i,autocomplete:"off",role:"listbox",title:n[0].title,"aria-expanded":!1})},_tagList:function(){var t=this,n=t._innerWrapper.children("ul");n[0]||(n=e('
      ').appendTo(t._innerWrapper)),t.tagList=n},_tagTemplate:function(){var e,t=this,n=t.options,o=n.tagTemplate,r=n.dataSource,s="multiple"===n.tagMode;t.element[0].length&&!r&&(n.dataTextField=n.dataTextField||"text",n.dataValueField=n.dataValueField||"value"),e=s?i.template("#:"+i.expr(n.dataTextField,"data")+"#",{useWithBlock:!1}):i.template("#:values.length# item(s) selected"),t.tagTextTemplate=o=o?i.template(o):e,t.tagTemplate=function(e){return'
    • '+o(e)+'
    • '}},_loader:function(){this._loading=e('').insertAfter(this.input)},_clearButton:function(){this._clear=e('').attr({role:"button",tabIndex:-1}),this.options.clearButton&&this._clear.insertAfter(this.input)},_textContainer:function(){var t=i.getComputedStyles(this.input[0],B);t.position="absolute",t.visibility="hidden",t.top=-3333,t.left=-3333,this._span=e("").css(t).appendTo(this.wrapper)},_wrapper:function(){var t=this,n=t.element,i=n.parent("span.k-multiselect");i[0]||(i=n.wrap('
      ').parent(),i[0].style.cssText=n[0].style.cssText,i[0].title=n[0].title,e('
      ').insertBefore(n)),t.wrapper=i.addClass(n[0].className).css("display",""),t._innerWrapper=e(i[0].firstChild)}});o.plugin(L)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.slider.min",["kendo.draganddrop.min"],e)}(function(){return function(e,t){function n(e,t,n){var i=n?" k-slider-horizontal":" k-slider-vertical",o=e.style?e.style:t.attr("style"),r=t.attr("class")?" "+t.attr("class"):"",s=""; -return"bottomRight"==e.tickPlacement?s=" k-slider-bottomright":"topLeft"==e.tickPlacement&&(s=" k-slider-topleft"),o=o?" style='"+o+"'":"","
      "}function i(e,t,n,i){var o="";return o=n?!i&&"increase"==t||i&&"increase"!=t?"k-i-arrow-60-right":"k-i-arrow-60-left":"increase"==t?"k-i-arrow-60-up":"k-i-arrow-60-down",""}function o(e,t){var n,i="
        ",o=S.floor(d(t/e.smallStep))+1;for(n=0;n ";return i+="
      "}function r(e,t){var n=t.is("input")?1:2,i=2==n?e.leftDragHandleTitle:e.dragHandleTitle;return"
      Drag"+(n>1?"Drag":"")+"
      "}function s(e){return function(t){return t+e}}function a(e){return function(){return e}}function l(e){return(e+"").replace(".",m.cultures.current.numberFormat["."])}function c(e){var t=""+e,n=0;return t=t.split("."),t[1]&&(n=t[1].length),n=n>10?10:n}function d(e){var t,n;return e=parseFloat(e,10),t=c(e),n=S.pow(10,t||0),S.round(e*n)/n}function u(e,n){var i=k(e.getAttribute(n));return null===i&&(i=t),i}function h(e){return typeof e!==Q}function f(e){return 1e4*e}var p,m=window.kendo,g=m.ui.Widget,v=m.ui.Draggable,_=m._outerWidth,b=m._outerHeight,w=e.extend,y=m.format,k=m.parseFloat,x=e.proxy,C=e.isArray,S=Math,T=m.support,D=T.pointers,A=T.msPointers,E="change",I="slide",M=".slider",R="touchstart"+M+" mousedown"+M,F=D?"pointerdown"+M:A?"MSPointerDown"+M:R,z="touchend"+M+" mouseup"+M,P=D?"pointerup":A?"MSPointerUp"+M:z,B="moveSelection",L="keydown"+M,H="click"+M,N="mouseover"+M,O="focus"+M,V="blur"+M,U=".k-draghandle",W=".k-slider-track",q=".k-tick",j="k-state-selected",G="k-state-focused",$="k-state-default",Y="k-state-disabled",K="disabled",Q="undefined",X="tabindex",Z=m.getTouches,J=g.extend({init:function(e,t){var n,i=this;if(g.fn.init.call(i,e,t),t=i.options,i._isHorizontal="horizontal"==t.orientation,i._isRtl=i._isHorizontal&&m.support.isRtl(e),i._position=i._isHorizontal?"left":"bottom",i._sizeFn=i._isHorizontal?"width":"height",i._outerSize=i._isHorizontal?_:b,t.tooltip.format=t.tooltip.enabled?t.tooltip.format||"{0}":"{0}",t.smallStep<=0)throw Error("Kendo UI Slider smallStep must be a positive number.");i._createHtml(),i.wrapper=i.element.closest(".k-slider"),i._trackDiv=i.wrapper.find(W),i._setTrackDivWidth(),i._maxSelection=i._trackDiv[i._sizeFn](),i._sliderItemsInit(),i._reset(),i._tabindex(i.wrapper.find(U)),i[t.enabled?"enable":"disable"](),n=m.support.isRtl(i.wrapper)?-1:1,i._keyMap={37:s(-1*n*t.smallStep),40:s(-t.smallStep),39:s(1*n*t.smallStep),38:s(+t.smallStep),35:a(t.max),36:a(t.min),33:s(+t.largeStep),34:s(-t.largeStep)},m.notify(i)},events:[E,I],options:{enabled:!0,min:0,max:10,smallStep:1,largeStep:5,orientation:"horizontal",tickPlacement:"both",tooltip:{enabled:!0,format:"{0}"}},_distance:function(){return d(this.options.max-this.options.min)},_resize:function(){this._setTrackDivWidth(),this.wrapper.find(".k-slider-items").remove(),this._maxSelection=this._trackDiv[this._sizeFn](),this._sliderItemsInit(),this._refresh(),this.options.enabled&&this.enable(!0)},_sliderItemsInit:function(){var t=this,n=t.options,i=t._maxSelection/((n.max-n.min)/n.smallStep),r=t._calculateItemsWidth(S.floor(t._distance()/n.smallStep));"none"!=n.tickPlacement&&i>=2&&(e(this.element).parent().find(".k-slider-items").remove(),t._trackDiv.before(o(n,t._distance())),t._setItemsWidth(r),t._setItemsTitle()),t._calculateSteps(r),"none"!=n.tickPlacement&&i>=2&&n.largeStep>=n.smallStep&&t._setItemsLargeTick()},getSize:function(){return m.dimensions(this.wrapper)},_setTrackDivWidth:function(){var e=this,t=2*parseFloat(e._trackDiv.css(e._isRtl?"right":e._position),10);e._trackDiv[e._sizeFn](e.wrapper[e._sizeFn]()-2-t)},_setItemsWidth:function(t){var n,i=this,o=i.options,r=0,s=t.length-1,a=i.wrapper.find(q),l=0,c=2,d=a.length,u=0;for(n=0;n=3)for(o._isHorizontal||o._isRtl||(s=e.makeArray(s).reverse()),a=0;a"+t.attr("title")+""),0!==a&&a!==s.length-1&&t.css("line-height",t[o._sizeFn]()+"px"))},_calculateItemsWidth:function(e){var t,n,i,o=this,r=o.options,s=parseFloat(o._trackDiv.css(o._sizeFn))+1,a=o._distance(),l=s/a;for(a/r.smallStep-S.floor(a/r.smallStep)>0&&(s-=a%r.smallStep*l),t=s/e,n=[],i=0;i=i.min&&e<=i.max&&i.value!=e&&(n.element.prop("value",l(e)),i.value=e,n._refreshAriaAttr(e),n._refresh()),t)},_refresh:function(){this.trigger(B,{value:this.options.value})},_refreshAriaAttr:function(e){var t,n=this,i=n._drag;t=i&&i._tooltipDiv?i._tooltipDiv.text():n._getFormattedValue(e,null),this.wrapper.find(U).attr("aria-valuenow",e).attr("aria-valuetext",t)},_clearTimer:function(){clearTimeout(this.timeout),clearInterval(this.timer)},_keydown:function(e){var t=this;e.keyCode in t._keyMap&&(t._clearTooltipTimeout(),t._setValueInRange(t._keyMap[e.keyCode](t.options.value)),t._drag._updateTooltip(t.value()),e.preventDefault())},_setValueInRange:function(e){var n=this,i=n.options;return e=d(e),isNaN(e)?(n._update(i.min),t):(e=S.max(S.min(e,i.max),i.min),n._update(e),t)},_nextValueByIndex:function(e){var t=this._values.length;return this._isRtl&&(e=t-1-e),this._values[S.max(0,S.min(e,t-1))]},_formResetHandler:function(){var e=this,t=e.options.min;setTimeout(function(){var n=e.element[0].value;e.value(""===n||isNaN(n)?t:n)})},destroy:function(){var e=this;J.fn.destroy.call(e),e.wrapper.off(M).find(".k-button").off(M).end().find(U).off(M).end().find(q+", "+W).off(M).end(),e._drag.draggable.destroy(),e._drag._removeTooltip(!0)}});ee.Selection=function(e,t,n){function i(i){var o=i-n.min,r=t._valueIndex=S.ceil(d(o/n.smallStep)),s=parseInt(t._pixelSteps[r],10),a=t._trackDiv.find(".k-slider-selection"),l=parseInt(t._outerSize(e)/2,10),c=t._isRtl?2:0;a[t._sizeFn](t._isRtl?t._maxSelection-s:s),e.css(t._position,s-l-c)}i(n.value),t.bind([I,B],function(e){i(parseFloat(e.value,10))}),t.bind(E,function(e){i(parseFloat(e.sender.value(),10))})},ee.Drag=function(e,t,n,i){var o=this;o.owner=n,o.options=i,o.element=e,o.type=t,o.draggable=new v(e,{distance:0,dragstart:x(o._dragstart,o),drag:x(o.drag,o),dragend:x(o.dragend,o),dragcancel:x(o.dragcancel,o)}),e.click(!1)},ee.Drag.prototype={dragstart:function(e){this.owner._activeDragHandle=this,this.draggable.userEvents.cancel(),this._dragstart(e),this.dragend()},_dragstart:function(n){var i=this,o=i.owner,r=i.options;return r.enabled?(this.owner._activeDragHandle=this,o.element.off(N),o.wrapper.find("."+G).removeClass(G+" "+j),i.element.addClass(G+" "+j),e(document.documentElement).css("cursor","pointer"),i.dragableArea=o._getDraggableArea(),i.step=S.max(r.smallStep*(o._maxSelection/o._distance()),0),i.type?(i.selectionStart=r.selectionStart,i.selectionEnd=r.selectionEnd,o._setZIndex(i.type)):i.oldVal=i.val=r.value,i._removeTooltip(!0),i._createTooltip(),t):(n.preventDefault(),t)},_createTooltip:function(){var t,n,i=this,o=i.owner,r=i.options.tooltip,s="",a=e(window);r.enabled&&(r.template&&(t=i.tooltipTemplate=m.template(r.template)),e(".k-slider-tooltip").remove(),i.tooltipDiv=e("
      ").appendTo(document.body),s=o._getFormattedValue(i.val||o.value(),i),i.type||(n="k-callout-"+(o._isHorizontal?"s":"e"),i.tooltipInnerDiv="
      ",s+=i.tooltipInnerDiv),i.tooltipDiv.html(s),i._scrollOffset={top:a.scrollTop(),left:a.scrollLeft()},i.moveTooltip())},drag:function(e){var t,n=this,i=n.owner,o=e.x.location,r=e.y.location,s=n.dragableArea.startPoint,a=n.dragableArea.endPoint;e.preventDefault(),n.val=i._isHorizontal?i._isRtl?n.constrainValue(o,s,a,o=a):n.constrainValue(r,a,s,r<=a),n.oldVal!=n.val&&(n.oldVal=n.val,n.type?("firstHandle"==n.type?n.selectionStart=n.valn.selectionStart?n.selectionEnd=n.val:n.selectionStart=n.selectionEnd=n.val,t={values:[n.selectionStart,n.selectionEnd],value:[n.selectionStart,n.selectionEnd]}):t={value:n.val},i.trigger(I,t)),n._updateTooltip(n.val)},_updateTooltip:function(e){var t=this,n=t.options,i=n.tooltip,o="";i.enabled&&(t.tooltipDiv||t._createTooltip(),o=t.owner._getFormattedValue(d(e),t),t.type||(o+=t.tooltipInnerDiv),t.tooltipDiv.html(o),t.moveTooltip())},dragcancel:function(){return this.owner._refresh(),e(document.documentElement).css("cursor",""),this._end()},dragend:function(){var t=this,n=t.owner;return e(document.documentElement).css("cursor",""),t.type?n._update(t.selectionStart,t.selectionEnd):(n._update(t.val),t.draggable.userEvents._disposeAll()),t.draggable.userEvents.cancel(),t._end()},_end:function(){var e=this,t=e.owner;return t._focusWithMouse(e.element),t.element.on(N),!1},_removeTooltip:function(t){var n=this,i=n.owner;n.tooltipDiv&&i.options.tooltip.enabled&&i.options.enabled&&(t?(n.tooltipDiv.remove(),n.tooltipDiv=null):n.tooltipDiv.fadeOut("slow",function(){e(this).remove(),n.tooltipDiv=null}))},moveTooltip:function(){var t,n,i,o,r=this,s=r.owner,a=0,l=0,c=r.element,d=m.getOffset(c),u=8,h=e(window),f=r.tooltipDiv.find(".k-callout"),p=_(r.tooltipDiv),g=b(r.tooltipDiv);r.type?(t=s.wrapper.find(U),d=m.getOffset(t.eq(0)),n=m.getOffset(t.eq(1)),s._isHorizontal?(a=n.top,l=d.left+(n.left-d.left)/2):(a=d.top+(n.top-d.top)/2,l=n.left),o=_(t.eq(0))+2*u):(a=d.top,l=d.left,o=_(c)+2*u),s._isHorizontal?(l-=parseInt((p-s._outerSize(c))/2,10),a-=g+f.height()+u):(a-=parseInt((g-s._outerSize(c))/2,10),l-=p+f.width()+u),s._isHorizontal?(i=r._flip(a,g,o,b(h)+r._scrollOffset.top),a+=i,l+=r._fit(l,p,_(h)+r._scrollOffset.left)):(i=r._flip(l,p,o,_(h)+r._scrollOffset.left),a+=r._fit(a,g,b(h)+r._scrollOffset.top),l+=i),i>0&&f&&(f.removeClass(),f.addClass("k-callout k-callout-"+(s._isHorizontal?"n":"w"))),r.tooltipDiv.css({top:a,left:l})},_fit:function(e,t,n){var i=0;return e+t>n&&(i=n-(e+t)),e<0&&(i=-e),i},_flip:function(e,t,n,i){var o=0;return e+t>i&&(o+=-(n+t)),e+o<0&&(o+=n+t),o},constrainValue:function(e,t,n,i){var o=this,r=0;return r=to.selectionEnd?(c=r.selectionStart,d=a,u=o._lastHandleDrag):a-r.selectionStart<=r.selectionEnd-a?(c=a,d=r.selectionEnd,u=o._firstHandleDrag):(c=r.selectionStart,d=a,u=o._lastHandleDrag),u.dragstart(n),o._setValueInRange(c,d),o._focusWithMouse(u.element)}},o.wrapper.find(q+", "+W).on(F,i).end().on(F,function(){e(document.documentElement).one("selectstart",m.preventDefault)}).on(P,function(){o._activeDragHandle&&o._activeDragHandle._end()}),o.wrapper.find(U).attr(X,0).on(z,function(){o._setTooltipTimeout()}).on(H,function(e){o._focusWithMouse(e.target),e.preventDefault()}).on(O,x(o._focus,o)).on(V,x(o._blur,o)),o.wrapper.find(U).off(L,m.preventDefault).eq(0).on(L,x(function(e){this._keydown(e,"firstHandle")},o)).end().eq(1).on(L,x(function(e){this._keydown(e,"lastHandle")},o)),o.options.enabled=!0)},disable:function(){var e=this;e.wrapper.removeClass($).addClass(Y),e.wrapper.find("input").prop(K,K),e.wrapper.find(q+", "+W).off(F).off(P),e.wrapper.find(U).attr(X,-1).off(z).off(L).off(H).off(O).off(V),e.options.enabled=!1},_keydown:function(e,t){var n,i,o,r=this,s=r.options.selectionStart,a=r.options.selectionEnd;e.keyCode in r._keyMap&&(r._clearTooltipTimeout(),"firstHandle"==t?(o=r._activeHandleDrag=r._firstHandleDrag,s=r._keyMap[e.keyCode](s),s>a&&(a=s)):(o=r._activeHandleDrag=r._lastHandleDrag,a=r._keyMap[e.keyCode](a),s>a&&(s=a)),r._setValueInRange(d(s),d(a)),n=Math.max(s,r.options.selectionStart),i=Math.min(a,r.options.selectionEnd),o.selectionEnd=Math.max(i,r.options.selectionStart),o.selectionStart=Math.min(n,r.options.selectionEnd),o._updateTooltip(r.value()[r._activeHandle]),e.preventDefault())},_update:function(e,t){var n=this,i=n.value(),o=i[0]!=e||i[1]!=t;n.value([e,t]),o&&n.trigger(E,{values:[e,t],value:[e,t]})},value:function(e){return e&&e.length?this._value(e[0],e[1]):this._value()},_value:function(e,n){var i=this,o=i.options,r=o.selectionStart,s=o.selectionEnd;return isNaN(e)&&isNaN(n)?[r,s]:(e=d(e),n=d(n),e>=o.min&&e<=o.max&&n>=o.min&&n<=o.max&&e<=n&&(r==e&&s==n||(i.element.find("input").eq(0).prop("value",l(e)).end().eq(1).prop("value",l(n)),o.selectionStart=e,o.selectionEnd=n,i._refresh(),i._refreshAriaAttr(e,n))),t)},values:function(e,t){return C(e)?this._value(e[0],e[1]):this._value(e,t)},_refresh:function(){var e=this,t=e.options;e.trigger(B,{values:[t.selectionStart,t.selectionEnd],value:[t.selectionStart,t.selectionEnd]}),t.selectionStart==t.max&&t.selectionEnd==t.max&&e._setZIndex("firstHandle")},_refreshAriaAttr:function(e,t){var n,i=this,o=i.wrapper.find(U),r=i._activeHandleDrag;n=i._getFormattedValue([e,t],r),o.eq(0).attr("aria-valuenow",e),o.eq(1).attr("aria-valuenow",t),o.attr("aria-valuetext",n)},_setValueInRange:function(e,t){var n=this.options;e=S.max(S.min(e,n.max),n.min),t=S.max(S.min(t,n.max),n.min),e==n.max&&t==n.max&&this._setZIndex("firstHandle"),this._update(S.min(e,t),S.max(e,t))},_setZIndex:function(t){this.wrapper.find(U).each(function(n){e(this).css("z-index","firstHandle"==t?1-n:n)})},_formResetHandler:function(){var e=this,t=e.options;setTimeout(function(){var n=e.element.find("input"),i=n[0].value,o=n[1].value;e.values(""===i||isNaN(i)?t.min:i,""===o||isNaN(o)?t.max:o)})},destroy:function(){var e=this;J.fn.destroy.call(e),e.wrapper.off(M).find(q+", "+W).off(M).end().find(U).off(M),e._firstHandleDrag.draggable.destroy(),e._lastHandleDrag.draggable.destroy()}}),p.Selection=function(e,t,n){function i(i){i=i||[];var r=i[0]-n.min,s=i[1]-n.min,a=S.ceil(d(r/n.smallStep)),l=S.ceil(d(s/n.smallStep)),c=t._pixelSteps[a],u=t._pixelSteps[l],h=parseInt(t._outerSize(e.eq(0))/2,10),f=t._isRtl?2:0;e.eq(0).css(t._position,c-h-f).end().eq(1).css(t._position,u-h-f),o(c,u)}function o(e,n){var i,o,r=t._trackDiv.find(".k-slider-selection");i=S.abs(e-n),r[t._sizeFn](i),t._isRtl?(o=S.max(e,n),r.css("right",t._maxSelection-o-1)):(o=S.min(e,n),r.css(t._position,o-1))}i(t.value()),t.bind([E,I,B],function(e){i(e.values)})},m.ui.plugin(p)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.colorpicker.min",["kendo.core.min","kendo.color.min","kendo.popup.min","kendo.slider.min","kendo.userevents.min","kendo.button.min"],e)}(function(){return function(e,t,n){function i(e,t,n){n=d(n),n&&!n.equals(e.color())&&("change"==t&&(e._value=n),n=1!=n.a?n.toCssRgba():n.toCss(),e.trigger(t,{value:n}))}function o(e,t,n){var i,o;return e=Array.prototype.slice.call(e),i=e.length,o=e.indexOf(t),o<0?n<0?e[i-1]:e[0]:(o+=n,o<0?o+=i:o%=i,e[o])}function r(e){e.preventDefault()}function s(e,t){return function(){return e.apply(t,arguments)}}var a=window.kendo,l=a.ui,c=l.Widget,d=a.parseColor,u=a.Color,h=a.keys,f="background-color",p="k-state-selected",m="000000,7f7f7f,880015,ed1c24,ff7f27,fff200,22b14c,00a2e8,3f48cc,a349a4,ffffff,c3c3c3,b97a57,ffaec9,ffc90e,efe4b0,b5e61d,99d9ea,7092be,c8bfe7",g="FFFFFF,FFCCFF,FF99FF,FF66FF,FF33FF,FF00FF,CCFFFF,CCCCFF,CC99FF,CC66FF,CC33FF,CC00FF,99FFFF,99CCFF,9999FF,9966FF,9933FF,9900FF,FFFFCC,FFCCCC,FF99CC,FF66CC,FF33CC,FF00CC,CCFFCC,CCCCCC,CC99CC,CC66CC,CC33CC,CC00CC,99FFCC,99CCCC,9999CC,9966CC,9933CC,9900CC,FFFF99,FFCC99,FF9999,FF6699,FF3399,FF0099,CCFF99,CCCC99,CC9999,CC6699,CC3399,CC0099,99FF99,99CC99,999999,996699,993399,990099,FFFF66,FFCC66,FF9966,FF6666,FF3366,FF0066,CCFF66,CCCC66,CC9966,CC6666,CC3366,CC0066,99FF66,99CC66,999966,996666,993366,990066,FFFF33,FFCC33,FF9933,FF6633,FF3333,FF0033,CCFF33,CCCC33,CC9933,CC6633,CC3333,CC0033,99FF33,99CC33,999933,996633,993333,990033,FFFF00,FFCC00,FF9900,FF6600,FF3300,FF0000,CCFF00,CCCC00,CC9900,CC6600,CC3300,CC0000,99FF00,99CC00,999900,996600,993300,990000,66FFFF,66CCFF,6699FF,6666FF,6633FF,6600FF,33FFFF,33CCFF,3399FF,3366FF,3333FF,3300FF,00FFFF,00CCFF,0099FF,0066FF,0033FF,0000FF,66FFCC,66CCCC,6699CC,6666CC,6633CC,6600CC,33FFCC,33CCCC,3399CC,3366CC,3333CC,3300CC,00FFCC,00CCCC,0099CC,0066CC,0033CC,0000CC,66FF99,66CC99,669999,666699,663399,660099,33FF99,33CC99,339999,336699,333399,330099,00FF99,00CC99,009999,006699,003399,000099,66FF66,66CC66,669966,666666,663366,660066,33FF66,33CC66,339966,336666,333366,330066,00FF66,00CC66,009966,006666,003366,000066,66FF33,66CC33,669933,666633,663333,660033,33FF33,33CC33,339933,336633,333333,330033,00FF33,00CC33,009933,006633,003333,000033,66FF00,66CC00,669900,666600,663300,660000,33FF00,33CC00,339900,336600,333300,330000,00FF00,00CC00,009900,006600,003300,000000",v="#ffffff",_={apply:"Apply",cancel:"Cancel",noColor:"no color",clearColor:"Clear color",previewInput:"Color Hexadecimal Code"},b=".kendoColorTools",w="click"+b,y="keydown"+b,k=a.support.browser,x=k.msie&&k.version<9,C=c.extend({init:function(e,t){var n,i=this;c.fn.init.call(i,e,t),e=i.element,t=i.options,i._value=t.value=d(t.value),i._tabIndex=e.attr("tabIndex")||0,n=i._ariaId=t.ariaId,n&&e.attr("aria-labelledby",n),t._standalone&&(i._triggerSelect=i._triggerChange)},options:{name:"ColorSelector",value:null,_standalone:!0},events:["change","select","cancel"],color:function(e){return e!==n&&(this._value=d(e),this._updateUI(this._value)),this._value},value:function(e){return e=this.color(e),e&&(e=this.options.opacity?e.toCssRgba():e.toCss()),e||null},enable:function(t){0===arguments.length&&(t=!0),e(".k-disabled-overlay",this.wrapper).remove(),t||this.wrapper.append("
      "),this._onEnable(t)},_select:function(e,t){var n=this._value;e=this.color(e),t||(this.element.trigger("change"),e.equals(n)?this._standalone||this.trigger("cancel"):this.trigger("change",{value:this.value()}))},_triggerSelect:function(e){i(this,"select",e)},_triggerChange:function(e){i(this,"change",e)},destroy:function(){this.element&&this.element.off(b),this.wrapper&&this.wrapper.off(b).find("*").off(b),this.wrapper=null,c.fn.destroy.call(this)},_updateUI:e.noop,_selectOnHide:function(){return null},_cancel:function(){this.trigger("cancel")}}),S=C.extend({init:function(t,n){var i,o,r,l,c=this;if(C.fn.init.call(c,t,n),t=c.wrapper=c.element,n=c.options,i=n.palette,"websafe"==i?(i=g,n.columns=18):"basic"==i&&(i=m),"string"==typeof i&&(i=i.split(",")),e.isArray(i)&&(i=e.map(i,function(e){return d(e)})),c._selectedID=(n.ariaId||a.guid())+"_selected",t.addClass("k-widget k-colorpalette").attr("role","grid").attr("aria-readonly","true").append(e(c._template({colors:i,columns:n.columns,tileSize:n.tileSize,value:c._value,id:n.ariaId}))).on(w,".k-item",function(t){c._select(e(t.currentTarget).css(f))}).attr("tabIndex",c._tabIndex).on(y,s(c._keydown,c)),o=n.tileSize){if(/number|string/.test(typeof o))r=l=parseFloat(o);else{if("object"!=typeof o)throw Error("Unsupported value for the 'tileSize' argument");r=parseFloat(o.width),l=parseFloat(o.height)}t.find(".k-item").css({width:r,height:l})}},focus:function(){this.wrapper.focus()},options:{name:"ColorPalette",columns:10,tileSize:null,palette:"basic"},_onEnable:function(e){e?this.wrapper.attr("tabIndex",this._tabIndex):this.wrapper.removeAttr("tabIndex")},_keydown:function(t){var n,i,s=this.wrapper,a=s.find(".k-item"),l=a.filter("."+p).get(0),c=t.keyCode;if(c==h.LEFT?n=o(a,l,-1):c==h.RIGHT?n=o(a,l,1):c==h.DOWN?n=o(a,l,this.options.columns):c==h.UP?n=o(a,l,-this.options.columns):c==h.ENTER?(r(t),l&&this._select(e(l).css(f))):c==h.ESC&&this._cancel(),n){r(t),this._current(n);try{i=d(n.css(f)),this._triggerSelect(i)}catch(u){}}},_current:function(t){this.wrapper.find("."+p).removeClass(p).attr("aria-selected",!1).removeAttr("id"),e(t).addClass(p).attr("aria-selected",!0).attr("id",this._selectedID),this.element.removeAttr("aria-activedescendant").attr("aria-activedescendant",this._selectedID)},_updateUI:function(t){var n=null;this.wrapper.find(".k-item").each(function(){var i=d(e(this).css(f));if(i&&i.equals(t))return n=this,!1}),this._current(n)},_template:a.template('
    '+e.messages.weekColumnHeader+"'+w[n]+"
    # for (var i = 0; i < colors.length; ++i) { ## var selected = colors[i].equals(value); ## if (i && i % columns == 0) { # # } ## } #')}),T=C.extend({init:function(t,n){var i=this;C.fn.init.call(i,t,n),n=i.options,n.messages=n.options?e.extend(i.options.messages,n.options.messages):i.options.messages,t=i.element,i.wrapper=t.addClass("k-widget k-flatcolorpicker").append(i._template(n)),i._hueElements=e(".k-hsv-rectangle, .k-transparency-slider .k-slider-track",t),i._selectedColor=e(".k-selected-color-display",t),i._colorAsText=e("input.k-color-value",t),i._sliders(),i._hsvArea(),i._updateUI(i._value||d("#f00")),t.find("input.k-color-value").on(y,function(t){var n,o,r=this;if(t.keyCode==h.ENTER)try{n=d(r.value),o=i.color(),i._select(n,n.equals(o))}catch(s){e(r).addClass("k-state-error")}else i.options.autoupdate&&setTimeout(function(){var e=d(r.value,!0);e&&i._updateUI(e,!0)},10)}).end().on(w,".k-controls button.apply",function(){i.options._clearedColor?i.trigger("change"):i._select(i._getHSV())}).on(w,".k-controls button.cancel",function(){i._updateUI(i.color()),i._cancel()}),x&&i._applyIEFilter()},destroy:function(){this._hueSlider.destroy(),this._opacitySlider&&this._opacitySlider.destroy(),this._hueSlider=this._opacitySlider=this._hsvRect=this._hsvHandle=this._hueElements=this._selectedColor=this._colorAsText=null,C.fn.destroy.call(this)},options:{name:"FlatColorPicker",opacity:!1,buttons:!1,input:!0,preview:!0,clearButton:!1,autoupdate:!0,messages:_},_applyIEFilter:function(){var e=this.element.find(".k-hue-slider .k-slider-track")[0],t=e.currentStyle.backgroundImage;t=t.replace(/^url\([\'\"]?|[\'\"]?\)$/g,""),e.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+t+"', sizingMethod='scale')"},_sliders:function(){function e(e){n._updateUI(n._getHSV(e.value,null,null,null))}function t(e){n._updateUI(n._getHSV(null,null,null,e.value/100))}var n=this,i=n.element,o=i.find(".k-hue-slider"),r=i.find(".k-transparency-slider");o.attr("aria-label","hue saturation"),n._hueSlider=o.kendoSlider({min:0,max:360,tickPlacement:"none",showButtons:!1,slide:e,change:e}).data("kendoSlider"),r.attr("aria-label","opacity"),n._opacitySlider=r.kendoSlider({min:0,max:100,tickPlacement:"none",showButtons:!1,slide:t,change:t}).data("kendoSlider")},_hsvArea:function(){function e(e,n){ -var i=this.offset,o=e-i.left,r=n-i.top,s=this.width,a=this.height;o=o<0?0:o>s?s:o,r=r<0?0:r>a?a:r,t._svChange(o/s,1-r/a)}var t=this,n=t.element,i=n.find(".k-hsv-rectangle"),o=i.find(".k-draghandle").attr("tabIndex",0).on(y,s(t._keydown,t));t._hsvEvents=new a.UserEvents(i,{global:!0,press:function(t){this.offset=a.getOffset(i),this.width=i.width(),this.height=i.height(),o.focus(),e.call(this,t.x.location,t.y.location)},start:function(){i.addClass("k-dragging"),o.focus()},move:function(t){t.preventDefault(),e.call(this,t.x.location,t.y.location)},end:function(){i.removeClass("k-dragging")}}),t._hsvRect=i,t._hsvHandle=o},_onEnable:function(e){this._hueSlider.enable(e),this._opacitySlider&&this._opacitySlider.enable(e),this.wrapper.find("input").attr("disabled",!e);var t=this._hsvRect.find(".k-draghandle");e?t.attr("tabIndex",this._tabIndex):t.removeAttr("tabIndex")},_keydown:function(e){function t(t,n){var o=i._getHSV();o[t]+=n*(e.shiftKey?.01:.05),o[t]<0&&(o[t]=0),o[t]>1&&(o[t]=1),i._updateUI(o),r(e)}function n(t){var n=i._getHSV();n.h+=t*(e.shiftKey?1:5),n.h<0&&(n.h=0),n.h>359&&(n.h=359),i._updateUI(n),r(e)}var i=this;switch(e.keyCode){case h.LEFT:e.ctrlKey?n(-1):t("s",-1);break;case h.RIGHT:e.ctrlKey?n(1):t("s",1);break;case h.UP:t(e.ctrlKey&&i._opacitySlider?"a":"v",1);break;case h.DOWN:t(e.ctrlKey&&i._opacitySlider?"a":"v",-1);break;case h.ENTER:i._select(i._getHSV());break;case h.F2:i.wrapper.find("input.k-color-value").focus().select();break;case h.ESC:i._cancel()}},focus:function(){this._hsvHandle.focus()},_getHSV:function(e,t,n,i){var o=this._hsvRect,r=o.width(),s=o.height(),a=this._hsvHandle.position();return null==e&&(e=this._hueSlider.value()),null==t&&(t=a.left/r),null==n&&(n=1-a.top/s),null==i&&(i=this._opacitySlider?this._opacitySlider.value()/100:1),u.fromHSV(e,t,n,i)},_svChange:function(e,t){var n=this._getHSV(null,e,t,null);this._updateUI(n)},_updateUI:function(e,t){var n=this,i=n._hsvRect;e&&(this._colorAsText.attr("title",n.options.messages.previewInput),this._colorAsText.removeClass("k-state-error"),n._selectedColor.css(f,e.toDisplay()),t||n._colorAsText.val(n._opacitySlider?e.toCssRgba():e.toCss()),n._triggerSelect(e),e=e.toHSV(),n._hsvHandle.css({left:e.s*i.width()+"px",top:(1-e.v)*i.height()+"px"}),n._hueElements.css(f,u.fromHSV(e.h,1,1,1).toCss()),n._hueSlider.value(e.h),n._opacitySlider&&n._opacitySlider.value(100*e.a))},_selectOnHide:function(){return this.options.buttons?null:this._getHSV()},_template:a.template('# if (preview) { #
    # if (clearButton && !_standalone) { ## } #
    # } ## if (clearButton && !_standalone && !preview) { #
    #: messages.clearColor #
    # } #
    # if (opacity) { ## } ## if (buttons) { #
    # } #')}),D=c.extend({init:function(t,n){var i,o,r,s,a,l=this;c.fn.init.call(l,t,n),n=l.options,t=l.element,i=t.attr("value")||t.val(),i=i?d(i,!0):d(n.value,!0),l._value=n.value=i,o=l.wrapper=e(l._template(n)),t.hide().after(o),t.is("input")&&(t.appendTo(o),r=t.closest("label"),s=t.attr("id"),s&&(r=r.add('label[for="'+s+'"]')),r.click(function(e){l.open(),e.preventDefault()})),l._tabIndex=t.attr("tabIndex")||0,l.enable(!t.attr("disabled")),a=t.attr("accesskey"),a&&(t.attr("accesskey",null),o.attr("accesskey",a)),l.bind("activate",function(e){e.isDefaultPrevented()||l.toggle()}),l._updateUI(i)},destroy:function(){this.wrapper.off(b).find("*").off(b),this._popup&&(this._selector.destroy(),this._popup.destroy()),this._selector=this._popup=this.wrapper=null,c.fn.destroy.call(this)},enable:function(e){var t=this,n=t.wrapper,i=n.children(".k-picker-wrap"),o=i.find(".k-select");0===arguments.length&&(e=!0),t.element.attr("disabled",!e),n.attr("aria-disabled",!e),o.off(b).on("mousedown"+b,r),n.addClass("k-state-disabled").removeAttr("tabIndex").add("*",n).off(b),e?n.removeClass("k-state-disabled").attr("tabIndex",t._tabIndex).on("mouseenter"+b,function(){i.addClass("k-state-hover")}).on("mouseleave"+b,function(){i.removeClass("k-state-hover")}).on("focus"+b,function(){i.addClass("k-state-focused")}).on("blur"+b,function(){i.removeClass("k-state-focused")}).on(y,s(t._keydown,t)).on(w,".k-select",s(t.toggle,t)).on(w,t.options.toolIcon?".k-tool-icon":".k-selected-color",function(){t.trigger("activate")}):t.close()},_template:a.template('# if (toolIcon) { ## } else { ## } #'),options:{name:"ColorPicker",palette:null,columns:10,toolIcon:null,value:null,messages:_,opacity:!1,buttons:!0,preview:!0,clearButton:!1,ARIATemplate:'Current selected color is #=data || ""#'},events:["activate","change","select","open","close"],open:function(){this.element.prop("disabled")||this._getPopup().open()},close:function(){var e=this._selector&&this._selector.options||{};e._closing=!0,this._getPopup().close(),delete e._closing},toggle:function(){this.element.prop("disabled")||this._getPopup().toggle()},_noColorIcon:function(){return this.wrapper.find(".k-picker-wrap > .k-selected-color > .k-icon.k-i-line")},color:C.fn.color,value:C.fn.value,_select:C.fn._select,_triggerSelect:C.fn._triggerSelect,_isInputTypeColor:function(){var e=this.element[0];return/^input$/i.test(e.tagName)&&/^color$/i.test(e.type)},_updateUI:function(e){var t="";e&&(t=this._isInputTypeColor()||1==e.a?e.toCss():e.toCssRgba(),this.element.val(t)),this._ariaTemplate||(this._ariaTemplate=a.template(this.options.ARIATemplate)),this.wrapper.attr("aria-label",this._ariaTemplate(t)),this._triggerSelect(e),this.wrapper.find(".k-selected-color").css(f,e?e.toDisplay():v),this._noColorIcon()[t?"hide":"show"]()},_keydown:function(e){var t=e.keyCode;this._getPopup().visible()?(t==h.ESC?this._selector._cancel():this._selector._keydown(e),r(e)):t!=h.ENTER&&t!=h.DOWN||(this.open(),r(e))},_getPopup:function(){var t,i,o,r,s=this,l=s._popup;return l||(t=s.options,i=t.palette?S:T,t._standalone=!1,delete t.select,delete t.change,delete t.cancel,o=a.guid(),r=s._selector=new i(e('
    ').appendTo(document.body),t),s.wrapper.attr("aria-owns",o),s._popup=l=r.wrapper.kendoPopup({anchor:s.wrapper,adjustSize:{width:5,height:0}}).data("kendoPopup"),r.element.find(".k-clear-color").kendoButton({icon:"reset-color",click:function(e){r.options._clearedColor=!0,s.value(null),s.element.val(null),s._updateUI(null),r._colorAsText.val(""),r._hsvHandle.css({top:"0px",left:"0px"}),r._selectedColor.css(f,v),s.trigger("change",{value:s.value()}),e.preventDefault()}}),r.bind({select:function(e){s._updateUI(d(e.value)),delete r.options._clearedColor},change:function(){r.options._clearedColor||s._select(r.color()),s.close()},cancel:function(){r.options._clearedColor&&!s.value()&&r.value()&&s._select(r.color(),!0),s.close()}}),l.bind({close:function(e){var t,i,o,a;return s.trigger("close")?(e.preventDefault(),n):(s.wrapper.children(".k-picker-wrap").removeClass("k-state-focused"),t=r._selectOnHide(),i=r.value(),o=s.value(),a=r.options,t?a._clearedColor&&!o||s._select(t):(setTimeout(function(){s.wrapper&&s.wrapper.focus()}),!a._closing&&a._clearedColor&&!o&&i?s._select(i,!0):s._updateUI(s.color())),n)},open:function(e){s.trigger("open")?e.preventDefault():s.wrapper.children(".k-picker-wrap").addClass("k-state-focused")},activate:function(){r._select(s.color(),!0),r.focus(),s.wrapper.children(".k-picker-wrap").addClass("k-state-focused")}})),l}});l.plugin(S),l.plugin(T),l.plugin(D)}(jQuery,parseInt),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.numerictextbox.min",["kendo.core.min","kendo.userevents.min"],e)}(function(){return function(e,t){function n(e,t){var n="k-i-arrow-"+("increase"===e?"60-up":"60-down");return''}function i(e,t){var n=(""+parseFloat(e,10)).split(D);return n[1]&&(n[1]=n[1].substring(0,t)),n.join(D)}var o=window.kendo,r=o.caret,s=o.keys,a=o.ui,l=a.Widget,c=o._activeElement,d=o._extractFormat,u=o.parseFloat,h=o.support.placeholder,f=o.getCulture,p="change",m="disabled",g="readonly",v="k-input",_="spin",b=".kendoNumericTextBox",w="touchend",y="mouseleave"+b,k="mouseenter"+b+" "+y,x="k-state-default",C="k-state-focused",S="k-state-hover",T="focus",D=".",A="k-icon",E="k-state-selected",I="k-state-disabled",M="k-state-invalid",R="aria-disabled",F=/^(-)?(\d*)$/,z=null,P=e.proxy,B=e.extend,L=l.extend({init:function(n,i){var r,s,a,c,u,h=this,f=i&&i.step!==t;l.fn.init.call(h,n,i),i=h.options,n=h.element.on("focusout"+b,P(h._focusout,h)).attr("role","spinbutton"),i.placeholder=i.placeholder||n.attr("placeholder"),h._initialOptions=B({},i),r=h.min(n.attr("min")),s=h.max(n.attr("max")),a=h._parse(n.attr("step")),i.min===z&&r!==z&&(i.min=r),i.max===z&&s!==z&&(i.max=s),f||a===z||(i.step=a),h._reset(),h._wrapper(),h._arrows(),h._validation(),h._input(),o.support.mobileOS?h._text.on(w+b+" "+T+b,function(){o.support.browser.edge?h._text.one(T+b,function(){h._toggleText(!1),n.focus()}):(h._toggleText(!1),n.focus())}):h._text.on(T+b,P(h._click,h)),n.attr("aria-valuemin",i.min!==z?i.min*i.factor:i.min).attr("aria-valuemax",i.max!==z?i.max*i.factor:i.max),i.format=d(i.format),c=i.value,h.value(c!==z?c:n.val()),u=n.is("[disabled]")||e(h.element).parents("fieldset").is(":disabled"),u?h.enable(!1):h.readonly(n.is("[readonly]")),o.notify(h)},options:{name:"NumericTextBox",decimals:z,restrictDecimals:!1,min:z,max:z,value:z,step:1,round:!0,culture:"",format:"n",spinners:!0,placeholder:"",factor:1,upArrowText:"Increase value",downArrowText:"Decrease value"},events:[p,_],_editable:function(e){var t=this,n=t.element,i=e.disable,o=e.readonly,r=t._text.add(n),s=t._inputWrapper.off(k);t._toggleText(!0),t._upArrowEventHandler.unbind("press"),t._downArrowEventHandler.unbind("press"),n.off("keydown"+b).off("keypress"+b).off("keyup"+b).off("paste"+b),o||i?(s.addClass(i?I:x).removeClass(i?x:I),r.attr(m,i).attr(g,o).attr(R,i)):(s.addClass(x).removeClass(I).on(k,t._toggleHover),r.removeAttr(m).removeAttr(g).attr(R,!1),t._upArrowEventHandler.bind("press",function(e){e.preventDefault(),t._spin(1),t._upArrow.addClass(E)}),t._downArrowEventHandler.bind("press",function(e){e.preventDefault(),t._spin(-1),t._downArrow.addClass(E)}),t.element.on("keydown"+b,P(t._keydown,t)).on("keypress"+b,P(t._keypress,t)).on("keyup"+b,P(t._keyup,t)).on("paste"+b,P(t._paste,t)))},readonly:function(e){this._editable({readonly:e===t||e,disable:!1})},enable:function(e){this._editable({readonly:!1,disable:!(e=e===t||e)})},destroy:function(){var e=this;e.element.add(e._text).add(e._upArrow).add(e._downArrow).add(e._inputWrapper).off(b),e._upArrowEventHandler.destroy(),e._downArrowEventHandler.destroy(),e._form&&e._form.off("reset",e._resetHandler),l.fn.destroy.call(e)},min:function(e){return this._option("min",e)},max:function(e){return this._option("max",e)},step:function(e){return this._option("step",e)},value:function(e){var n,i=this;return e===t?i._value:(e=i._parse(e),n=i._adjust(e),e===n&&(i._update(e),i._old=i._value),t)},focus:function(){this._focusin()},_adjust:function(e){var t=this,n=t.options,i=n.min,o=n.max;return e===z?e:(i!==z&&eo&&(e=o),e)},_arrows:function(){var t,i=this,r=function(){clearTimeout(i._spinning),t.removeClass(E)},s=i.options,a=s.spinners,l=i.element;t=l.siblings("."+A),t[0]||(t=e(n("increase",s.upArrowText)+n("decrease",s.downArrowText)).insertAfter(l),t.wrapAll('')),a||(t.parent().toggle(a),i._inputWrapper.addClass("k-expand-padding")),i._upArrow=t.eq(0),i._upArrowEventHandler=new o.UserEvents(i._upArrow,{release:r}),i._downArrow=t.eq(1),i._downArrowEventHandler=new o.UserEvents(i._downArrow,{release:r})},_validation:function(){var t=this,n=t.element;t._validationIcon=e("").hide().insertAfter(n)},_blur:function(){var e=this;e._toggleText(!0),e._change(e.element.val())},_click:function(e){var t=this;clearTimeout(t._focusing),t._focusing=setTimeout(function(){var n,i,o,s=e.target,a=r(s)[0],l=s.value.substring(0,a),c=t._format(t.options.format),d=c[","],u=0;d&&(i=RegExp("\\"+d,"g"),o=RegExp("([\\d\\"+d+"]+)(\\"+c[D]+")?(\\d+)?")),o&&(n=o.exec(l)),n&&(u=n[0].replace(i,"").length,l.indexOf("(")!=-1&&t._value<0&&u++),t._focusin(),r(t.element[0],u)})},_change:function(e){var t=this,n=t.options.factor;n&&1!==n&&(e=parseFloat(e),null!==e&&(e/=n)),t._update(e),e=t._value,t._old!=e&&(t._old=e,t._typing||t.element.trigger(p),t.trigger(p)),t._typing=!1},_culture:function(e){return e||f(this.options.culture)},_focusin:function(){var e=this;e._inputWrapper.addClass(C),e._toggleText(!1),e.element[0].focus()},_focusout:function(){var e=this;clearTimeout(e._focusing),e._inputWrapper.removeClass(C).removeClass(S),e._blur(),e._removeInvalidState()},_format:function(e,t){var n=this._culture(t).numberFormat;return e=e.toLowerCase(),e.indexOf("c")>-1?n=n.currency:e.indexOf("p")>-1&&(n=n.percent),n},_input:function(){var t,n=this,i=n.options,o="k-formatted-value",r=n.element.addClass(v).show()[0],s=r.accessKey,a=n.wrapper;t=a.find(D+o),t[0]||(t=e('').insertBefore(r).addClass(o));try{r.setAttribute("type","text")}catch(l){r.type="text"}n._initialTitle=r.title,t[0].title=r.title,t[0].tabIndex=r.tabIndex,t[0].style.cssText=r.style.cssText,t.prop("placeholder",i.placeholder),s&&(t.attr("accesskey",s),r.accessKey=""),n._text=t.addClass(r.className).attr({role:"spinbutton","aria-valuemin":i.min!==z?i.min*i.factor:i.min,"aria-valuemax":i.max!==z?i.max*i.factor:i.max})},_keydown:function(e){var t=this,n=e.keyCode;t._key=n,n==s.DOWN?t._step(-1):n==s.UP?t._step(1):n==s.ENTER?t._change(t.element.val()):t._typing=!0},_keypress:function(e){var t,n,i,o,a,l,c,d,u,h,f;0===e.which||e.metaKey||e.ctrlKey||e.keyCode===s.BACKSPACE||e.keyCode===s.ENTER||(t=this,n=t.options.min,i=t.element,o=r(i),a=o[0],l=o[1],c=String.fromCharCode(e.which),d=t._format(t.options.format),u=t._key===s.NUMPAD_DOT,h=i.val(),u&&(c=d[D]),h=h.substring(0,a)+c+h.substring(l),f=t._numericRegex(d).test(h),f&&u?(i.val(h),r(i,a+c.length),e.preventDefault()):(null!==n&&n>=0&&"-"===h.charAt(0)||!f)&&(t._addInvalidState(),e.preventDefault()),t._key=0)},_keyup:function(){this._removeInvalidState()},_addInvalidState:function(){var e=this;e._inputWrapper.addClass(M),e._validationIcon.show()},_removeInvalidState:function(){var e=this;e._inputWrapper.removeClass(M),e._validationIcon.hide()},_numericRegex:function(e){var t=this,n=e[D],i=t.options.decimals,o="*";return n===D&&(n="\\"+n),i===z&&(i=e.decimals),0===i?F:(t.options.restrictDecimals&&(o="{0,"+i+"}"),t._separator!==n&&(t._separator=n,t._floatRegExp=RegExp("^(-)?(((\\d+("+n+"\\d"+o+")?)|("+n+"\\d"+o+")))?$")),t._floatRegExp)},_paste:function(e){var t=this,n=e.target,i=n.value,o=t._format(t.options.format);setTimeout(function(){var e=t._parse(n.value),r=t._numericRegex(o).test(n.value);e!==z&&t._adjust(e)===e&&r||t._update(i)})},_option:function(e,n){var i=this,o=i.element,r=i.options;return n===t?r[e]:(n=i._parse(n),(n||"step"!==e)&&(r[e]=n,o.add(i._text).attr("aria-value"+e,n),o.attr(e,n)),t)},_spin:function(e,t){var n=this;t=t||500,clearTimeout(n._spinning),n._spinning=setTimeout(function(){n._spin(e,50)},t),n._step(e)},_step:function(e){var t=this,n=t.element,i=t._parse(n.val())||0;c()!=n[0]&&t._focusin(),t.options.factor&&i&&(i/=t.options.factor),i+=t.options.step*e,t._update(t._adjust(i)),t._typing=!1,t.trigger(_)},_toggleHover:function(t){e(t.currentTarget).toggleClass(S,"mouseenter"===t.type)},_toggleText:function(e){var t=this;t._text.toggle(e),t.element.toggle(!e)},_parse:function(e,t){return u(e,this._culture(t),this.options.format)},_round:function(e,t){var n=this.options.round?o._round:i;return n(e,t)},_update:function(e){var t,n=this,i=n.options,r=i.factor,s=i.format,a=i.decimals,l=n._culture(),c=n._format(s,l);a===z&&(a=c.decimals),e=n._parse(e,l),t=e!==z,t&&(e=parseFloat(n._round(e,a),10)),n._value=e=n._adjust(e),n._placeholder(o.toString(e,s,l)),t?(r&&(e=parseFloat(n._round(e*r,a),10)),e=""+e,e.indexOf("e")!==-1&&(e=n._round(+e,a)),e=e.replace(D,c[D])):e=null,n.element.val(e),n.element.add(n._text).attr("aria-valuenow",e)},_placeholder:function(e){var t=this._text;t.val(e),h||e||t.val(this.options.placeholder),t.attr("title",this._initialTitle||t.val())},_wrapper:function(){var t,n=this,i=n.element,o=i[0];t=i.parents(".k-numerictextbox"),t.is("span.k-numerictextbox")||(t=i.hide().wrap('').parent(),t=t.wrap("").parent()),t[0].style.cssText=o.style.cssText,o.style.width="",n.wrapper=t.addClass("k-widget k-numerictextbox").addClass(o.className).css("display",""),n._inputWrapper=e(t[0].firstChild)},_reset:function(){var t=this,n=t.element,i=n.attr("form"),o=i?e("#"+i):n.closest("form");o[0]&&(t._resetHandler=function(){setTimeout(function(){t.value(n[0].value),t.max(t._initialOptions.max),t.min(t._initialOptions.min)})},t._form=o.on("reset",t._resetHandler))}});a.plugin(L)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.filtermenu.min",["kendo.datepicker.min","kendo.numerictextbox.min","kendo.dropdownlist.min","kendo.binder.min"],e)}(function(){return function(e,t){function n(t,i){t.filters&&(t.filters=e.grep(t.filters,function(e){return n(e,i),e.filters?e.filters.length:e.field!=i}))}function i(e){var t,n,i,o,r,s;if(e&&e.length)for(s=[],t=0,n=e.length;t1?[]:n.filters?e.map(n.filters,function(e){return s(e)}):null!==n.value&&n.value!==t?[n.value]:[]}function a(e,n){for(var i,o,r=c.getter(n,!0),s=[],a=0,l={};a
    #=messages.info#
    ',S='
    #=messages.info#
    #if(values){##}else{##}##if(extra){##if(values){##}else{##}##}#
    ',T='
    #=title#
    • #=messages.info#
      • #if(extra){#
      • #}#
    ',D='
    #=title#
    • #=messages.info#
    ',A=x.extend({init:function(t,n){var i,o,r,s,a=this,l="string";x.fn.init.call(a,t,n),i=a.operators=n.operators||{},t=a.element,n=a.options,n.appendToElement||(r=t.addClass("k-with-icon k-filterable").find(".k-grid-filter"),r[0]||(r=t.prepend('').find(".k-grid-filter")),r.attr("tabindex",-1).on("click"+v,u(a._click,a))),a.link=r||e(),a.dataSource=I.create(n.dataSource),a.field=n.field||t.attr(c.attr("field")),a.model=a.dataSource.reader.model,a._parse=function(e){return null!=e?e+"":e},a.model&&a.model.fields&&(s=a.model.fields[a.field],s&&(l=s.type||"string",s.parse&&(a._parse=u(s.parse,s)))),n.values&&(l="enums"),a.type=l,i=i[l]||n.operators[l];for(o in i)break;a._defaultFilter=function(){return{field:a.field,operator:o||"eq",value:""}},a._refreshHandler=u(a.refresh,a),a.dataSource.bind(g,a._refreshHandler),n.appendToElement?a._init():a.refresh()},_init:function(){var t,n=this,i=n.options.ui,o=k(i);n.pane=n.options.pane,n.pane&&(n._isMobile=!0),o||(t=i||w[n.type]),n._isMobile?n._createMobileForm(t):n._createForm(t),n.form.on("submit"+v,u(n._submit,n)).on("reset"+v,u(n._reset,n)),o&&n.form.find(".k-textbox").removeClass("k-textbox").each(function(){i(e(this))}),n.form.find("["+c.attr("role")+"=numerictextbox]").removeClass("k-textbox").end().find("["+c.attr("role")+"=datetimepicker]").removeClass("k-textbox").end().find("["+c.attr("role")+"=timepicker]").removeClass("k-textbox").end().find("["+c.attr("role")+"=datepicker]").removeClass("k-textbox"),n.refresh(),n.trigger(f,{field:n.field,container:n.form}),c.cycleForm(n.form)},_createForm:function(t){var n=this,o=n.options,r=n.operators||{},s=n.type;r=r[s]||o.operators[s],n.form=e('
    ').html(c.template("boolean"===s?C:S)({field:n.field,format:o.format,ns:c.ns,messages:o.messages,extra:o.extra,operators:r,type:s,role:t,values:i(o.values)})),o.appendToElement?(n.element.append(n.form),n.popup=n.element.closest(".k-popup").data(h)):n.popup=n.form[h]({anchor:n.link,open:u(n._open,n),activate:u(n._activate,n),close:function(){n.options.closeCallback&&n.options.closeCallback(n.element)}}).data(h),n.form.on("keydown"+v,u(n._keydown,n))},_createMobileForm:function(t){var n=this,o=n.options,r=n.operators||{},s=n.type;r=r[s]||o.operators[s],n.form=e("
    ").html(c.template("boolean"===s?D:T)({field:n.field,title:o.title||n.field,format:o.format,ns:c.ns,messages:o.messages,extra:o.extra,operators:r,type:s,role:t,useRole:!c.support.input.date&&"date"===s||"number"===s,inputType:y[s],values:i(o.values)})),n.view=n.pane.append(n.form.html()),n.form=n.view.element.find("form"),n.view.element.on("click",".k-submit",function(e){n.form.submit(),e.preventDefault()}).on("click",".k-i-cancel",function(e){n._closeForm(),e.preventDefault()})},refresh:function(){var e=this,t=e.dataSource.filter()||{filters:[],logic:"and"},n=[e._defaultFilter()],i=e._defaultFilter().operator;(e.options.extra||"isnull"!==i&&"isnotnull"!==i)&&n.push(e._defaultFilter()),e.filterModel=c.observable({logic:"and",filters:n}),e.form&&c.bind(e.form.children().first(),e.filterModel),e._bind(t)?e.link.addClass("k-state-active"):e.link.removeClass("k-state-active")},destroy:function(){var e=this;x.fn.destroy.call(e),e.form&&(c.unbind(e.form),c.destroy(e.form),e.form.unbind(v),e.popup&&(e.popup.destroy(),e.popup=null),e.form=null),e.view&&(e.view.purge(),e.view=null),e.link.unbind(v),e._refreshHandler&&(e.dataSource.unbind(g,e._refreshHandler),e.dataSource=null),e.element=e.link=e._refreshHandler=e.filterModel=null},_bind:function(e){var t,n,i,o,r=this,s=e.filters,a=!1,l=0,c=r.filterModel;for(t=0,n=s.length;t1?e:a[0])):(l.filters=a,l.logic=s)),l},filter:function(e){var t=this._stripFilters(e.filters);t.length&&this.trigger("change",{filter:{logic:e.logic,filters:t},field:this.field})||(e=this._merge(e),e.filters.length&&this.dataSource.filter(e))},clear:function(){var t=this,n=t.dataSource.filter()||{filters:[]};this.trigger("change",{filter:null,field:t.field})||(n.filters=e.grep(n.filters,function(e){return e.filters?(e.filters=o(e.filters,t.field),e.filters.length):e.field!=t.field}),n.filters.length||(n=null),t.dataSource.filter(n))},_submit:function(e){e.preventDefault(),e.stopPropagation(),this.filter(this.filterModel.toJSON()),this._closeForm()},_reset:function(){this.clear(),this.options.search&&this.container&&this.container.find("label").parent().show(),this._closeForm()},_closeForm:function(){this._isMobile?this.pane.navigate("",this.options.animations.right):this.popup.close()},_click:function(e){e.preventDefault(),e.stopPropagation(),this.popup||this.pane||this._init(),this._isMobile?this.pane.navigate(this.view,this.options.animations.left):this.popup.toggle()},_open:function(){var t;e(".k-filter-menu").not(this.form).each(function(){t=e(this).data(h),t&&t.close()})},_activate:function(){this.form.find(":kendoFocusable:first").focus(),this.trigger(p,{field:this.field,container:this.form})},_keydown:function(e){e.keyCode==c.keys.ESC&&this.popup.close()},events:[f,"change",p],options:{name:"FilterMenu",extra:!0,appendToElement:!1,type:"string",operators:{string:{eq:_,neq:b,startswith:"Starts with",contains:"Contains",doesnotcontain:"Does not contain",endswith:"Ends with",isnull:"Is null",isnotnull:"Is not null",isempty:"Is empty",isnotempty:"Is not empty"},number:{eq:_,neq:b,gte:"Is greater than or equal to",gt:"Is greater than",lte:"Is less than or equal to",lt:"Is less than",isnull:"Is null",isnotnull:"Is not null"},date:{eq:_,neq:b,gte:"Is after or equal to",gt:"Is after",lte:"Is before or equal to",lt:"Is before",isnull:"Is null",isnotnull:"Is not null"},enums:{eq:_,neq:b,isnull:"Is null",isnotnull:"Is not null"}},messages:{info:"Show items with value that:", -isTrue:"is true",isFalse:"is false",filter:"Filter",clear:"Clear",and:"And",or:"Or",selectValue:"-Select value-",operator:"Operator",value:"Value",additionalValue:"Additional value",additionalOperator:"Additional operator",logic:"Filters logic",cancel:"Cancel"},animations:{left:"slide",right:"slide:right"}}}),E=".kendoFilterMultiCheck",I=c.data.DataSource,M='
    #=title#
    #if(search){#
    #}#
    • #if(messages.selectedItemsFormat){#
      #}#
    • ',R=x.extend({init:function(t,n){var i,o;x.fn.init.call(this,t,n),n=this.options,this.element=e(t),i=this.field=this.options.field||this.element.attr(c.attr("field")),o=n.checkSource,this._foreignKeyValues()?(this.checkSource=I.create(n.values),this.checkSource.fetch()):n.forceUnique?(o=n.dataSource.options,delete o.pageSize,this.checkSource=I.create(o),this.checkSource.reader.data=l(this.checkSource.reader.data,this.field)):this.checkSource=I.create(o),this.dataSource=n.dataSource,this.model=this.dataSource.reader.model,this._parse=function(e){return e+""},this.model&&this.model.fields&&(i=this.model.fields[this.field],i&&("number"==i.type?this._parse=parseFloat:i.parse&&(this._parse=u(i.parse,i)),this.type=i.type||"string")),n.appendToElement?this._init():this._createLink(),this._refreshHandler=u(this.refresh,this),this.dataSource.bind(g,this._refreshHandler)},_createLink:function(){var e=this.element,t=e.addClass("k-with-icon k-filterable").find(".k-grid-filter");t[0]||(t=e.prepend('').find(".k-grid-filter")),this._link=t.attr("tabindex",-1).on("click"+v,u(this._click,this))},_init:function(){var e=this,t=this.options.forceUnique,n=this.options;this.pane=n.pane,this.pane&&(this._isMobile=!0),this._createForm(),this._foreignKeyValues()?this.refresh():t&&!this.checkSource.options.serverPaging&&this.dataSource.data().length?(this.checkSource.data(a(this.dataSource.data(),this.field)),this.refresh()):(this._attachProgress(),this.checkSource.fetch(function(){e.refresh.call(e)})),this.options.forceUnique||(this.checkChangeHandler=function(){e.container.empty(),e.refresh()},this.checkSource.bind(g,this.checkChangeHandler)),this.form.on("keydown"+E,u(this._keydown,this)).on("submit"+E,u(this._filter,this)).on("reset"+E,u(this._reset,this)),this.trigger(f,{field:this.field,container:this.form})},_attachProgress:function(){var e=this;this._progressHandler=function(){d.progress(e.container,!0)},this._progressHideHandler=function(){d.progress(e.container,!1)},this.checkSource.bind("progress",this._progressHandler).bind("change",this._progressHideHandler)},_input:function(){var e=this;e._clearTypingTimeout(),e._typingTimeout=setTimeout(function(){e.search()},100)},_clearTypingTimeout:function(){this._typingTimeout&&(clearTimeout(this._typingTimeout),this._typingTimeout=null)},search:function(){var e,t,n,i=this.options.ignoreCase,o=this.searchTextBox[0].value,r=this.container.find("label");for(i&&(o=o.toLowerCase()),e=0,this.options.checkAll&&r.length&&(r[0].parentNode.style.display=o?"none":"",e++);e=0?"":"none",e++},_activate:function(){this.form.find(":kendoFocusable:first").focus(),this.trigger(p,{field:this.field,container:this.form})},_createForm:function(){var t,n,i=this.options,o="";this._isMobile||(i.search&&(o+="
      "),o+="
        ",i.messages.selectedItemsFormat&&(o+="
        "+c.format(i.messages.selectedItemsFormat,0)+"
        "),o+="",o+="",this.form=e('
        ').html(o),this.container=this.form.find(".k-multicheck-wrap")),this._isMobile?(t=this,t.form=e("
        ").html(c.template(M)({field:t.field,title:i.title||t.field,ns:c.ns,messages:i.messages,search:i.search})),t.view=t.pane.append(t.form.html()),t.form=t.view.element.find("form"),n=this.view.element,this.container=n.find(".k-multicheck-wrap"),n.on("click",".k-submit",function(e){t.form.submit(),e.preventDefault()}).on("click",".k-i-cancel",function(e){t._closeForm(),e.preventDefault()})):i.appendToElement?(this.popup=this.element.closest(".k-popup").data(h),this.element.append(this.form)):this.popup=this.form.kendoPopup({anchor:this._link,activate:u(this._activate,this)}).data(h),i.search&&(this.searchTextBox=this.form.find(".k-textbox > input"),this.searchTextBox.on("input",u(this._input,this)))},createCheckAllItem:function(){var t=this.options,n=c.template(t.itemTemplate({field:"all",mobile:this._isMobile})),i=e(n({all:t.messages.checkAll}));this.container.prepend(i),this.checkBoxAll=i.find(":checkbox").eq(0).addClass("k-check-all"),this.checkAllHandler=u(this.checkAll,this),this.checkBoxAll.on(g+E,this.checkAllHandler)},updateCheckAllState:function(){if(this.options.messages.selectedItemsFormat&&this.form.find(".k-filter-selected-items").text(c.format(this.options.messages.selectedItemsFormat,this.container.find(":checked:not(.k-check-all)").length)),this.checkBoxAll){var e=this.container.find(":checkbox:not(.k-check-all)").length==this.container.find(":checked:not(.k-check-all)").length;this.checkBoxAll.prop("checked",e)}},refresh:function(e){var t=this.options.forceUnique,n=this.dataSource,i=this.getFilterArray();this._link&&this._link.toggleClass("k-state-active",0!==i.length),this.form&&(e&&t&&e.sender===n&&!n.options.serverPaging&&("itemchange"==e.action||"add"==e.action||"remove"==e.action||n.options.autoSync&&"sync"===e.action)&&!this._foreignKeyValues()&&(this.checkSource.data(a(this.dataSource.data(),this.field)),this.container.empty()),this.container.is(":empty")&&this.createCheckBoxes(),this.checkValues(i),this.trigger(m))},getFilterArray:function(){var t,n=e.extend(!0,{},{filters:[],logic:"and"},this.dataSource.filter());return r(n,this.field),t=s(n)},createCheckBoxes:function(){var e,t,n,i=this.options,o={field:this.field,format:i.format,mobile:this._isMobile,type:this.type};this.options.forceUnique?this._foreignKeyValues()?(e=this.checkSource.data(),o.valueField="value",o.field="text"):e=this.checkSource.data():e=this.checkSource.view(),t=c.template(i.itemTemplate(o)),n=c.render(t,e),i.checkAll&&this.createCheckAllItem(),this.container.on(g+E,":checkbox",u(this.updateCheckAllState,this)),this.container.append(n)},checkAll:function(){var e=this.checkBoxAll.is(":checked");this.container.find(":checkbox").prop("checked",e)},checkValues:function(t){var n=this;e(e.grep(this.container.find(":checkbox").prop("checked",!1),function(i){var o,r,s=!1;if(!e(i).is(".k-check-all"))for(o=n._parse(e(i).val()),r=0;r"},checkAll:!0,search:!1,ignoreCase:!0,appendToElement:!1,messages:{checkAll:"Select All",clear:"Clear",filter:"Filter",search:"Search",cancel:"Cancel",selectedItemsFormat:"{0} items selected"},forceUnique:!0,animations:{left:"slide",right:"slide:right"}},events:[f,m,"change",p]});e.extend(R.fn,{_click:A.fn._click,_keydown:A.fn._keydown,_reset:A.fn._reset,_closeForm:A.fn._closeForm,clear:A.fn.clear,_merge:A.fn._merge}),d.plugin(A),d.plugin(R)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.menu.min",["kendo.popup.min"],e)}(function(){return function(e,t){function n(e,t){return e=e.split(" ")[!t+0]||e,e.replace("top","up").replace("bottom","down")}function i(e,t,n){e=e.split(" ")[!t+0]||e;var i={origin:["bottom",n?"right":"left"],position:["top",n?"right":"left"]},o=/left|right/.test(e);return o?(i.origin=["top",e],i.position[1]=C.directions[e].reverse):(i.origin[0]=e,i.position[0]=C.directions[e].reverse),i.origin=i.origin.join(" "),i.position=i.position.join(" "),i}function o(t,n){try{return e.contains(t,n)}catch(i){return!1}}function r(t){t=e(t),t.addClass("k-item").children(O).addClass(Y),t.children("a").addClass(W).children(O).addClass(Y),t.filter(":not([disabled])").addClass(me),t.filter(".k-separator").empty().append(" "),t.filter("li[disabled]").addClass(_e).removeAttr("disabled").attr("aria-disabled",!0),t.filter("[role]").length||t.attr("role","menuitem"),t.children("."+W).length||t.contents().filter(function(){return!(this.nodeName.match(H)||3==this.nodeType&&!e.trim(this.nodeValue))}).wrapAll(""),s(t),l(t)}function s(t){t=e(t),t.find("> .k-link > [class*=k-i-arrow]:not(.k-sprite)").remove(),t.filter(":has(.k-menu-group)").children(".k-link:not(:has([class*=k-i-arrow]:not(.k-sprite)))").each(function(){var t=e(this),n=a(t);t.append("")})}function a(e){var t,n=e.parent().parent(),i=C.support.isRtl(n);return t=n.hasClass(U+"-horizontal")?" k-i-arrow-60-down":i?" k-i-arrow-60-left":" k-i-arrow-60-right"}function l(t){t=e(t),t.filter(".k-first:not(:first-child)").removeClass($),t.filter(".k-last:not(:last-child)").removeClass(q),t.filter(":first-child").addClass($),t.filter(":last-child").addClass(q)}function c(t,n){var i=u(n);i&&d(t,i),n.items&&e(t).children("ul").children("li").each(function(e){c(this,n.items[e])})}function d(t,n){e(t).children(".k-link").data({selectHandler:n})}function u(e){var t=e.select,n=C.isFunction;return t&&n(t)?t:null}function h(e){return e?"li[data-groupparent='"+e+"']":"li[data-groupparent]"}function f(e){return e?"ul[data-group='"+e+"']":"ul[data-group]"}function p(t,n){var i=t.find(h()),o=[];return i.each(function(i,r){var s,a;for(r=e(r),s=r.data(he),a=t;s;)a=n.find(f(s)+":visible"),a.length&&o.push(a),r=a.find(h()),s=r.data(he)}),o}function m(t,n){var i=t.data(ue);return i?n.find(h(i)):e([])}function g(t,n){var i=t.data(he);return i?n.children(ke).children(f(i)):e([])}function v(t,n){var i,o,r=[],s=function(e){for(;e.parentNode&&!n.is(e.parentNode);)r.push(e.parentNode),e=e.parentNode},a=t[0]||t;for(s(a),i=r[r.length-1];e(i).is(ke)&&(o=e(i).children("ul"),a=m(o,n)[0]);)r.push(a),s(a),i=r[r.length-1];return r}function _(e){var t=0;return e.wheelDelta&&(t=-e.wheelDelta/120,t=t>0?Math.ceil(t):Math.floor(t)),e.detail&&(t=Math.round(e.detail/3)),t}function b(e,t){for(var n=0,i=e.parentNode;i&&!isNaN(i[t]);)n+=i[t],i=i.parentNode;return n}function w(e){return ne&&e.originalEvent.pointerType in Fe}function y(e){var t=e.originalEvent;return D&&/touch/i.test(t.type||"")}function k(e){e.contents().filter(function(){return"LI"!=this.nodeName}).remove()}var x,C=window.kendo,S=C.ui,T=C._activeElement,D=C.support.touch&&C.support.mobileOS,A="mousedown",E="click",I=30,M=50,R=e.extend,F=e.proxy,z=e.each,P=C.template,B=C.keys,L=S.Widget,H=/^(ul|a|div)$/i,N=".kendoMenu",O="img",V="open",U="k-menu",W="k-link",q="k-last",j="close",G="timer",$="k-first",Y="k-image",K="select",Q="zIndex",X="activate",Z="deactivate",J="touchstart"+N+" MSPointerDown"+N+" pointerdown"+N,ee=C.support.pointers,te=C.support.msPointers,ne=te||ee,ie=ee?"pointerenter":te?"MSPointerEnter":"mouseenter",oe=ee?"pointerleave":te?"MSPointerLeave":"mouseleave",re="DOMMouseScroll"+N+" mousewheel"+N,se=C.support.resize+N,ae="scrollWidth",le="scrollHeight",ce="offsetWidth",de="offsetHeight",ue="group",he="groupparent",fe=e(document.documentElement),pe="kendoPopup",me="k-state-default",ge="k-state-hover",ve="k-state-focused",_e="k-state-disabled",be="k-state-selected",we=".k-menu",ye=".k-menu-group",ke=".k-animation-container",xe=ye+","+ke,Ce=":not(.k-list) > .k-item",Se=".k-item.k-state-disabled",Te=".k-item:not(.k-state-disabled)",De=".k-item:not(.k-state-disabled) > .k-link",Ae=":not(.k-item.k-separator)",Ee=Ae+":eq(0)",Ie=Ae+":last",Me="div:not(.k-animation-container,.k-list-container)",Re=".k-menu-scroll-button",Fe={2:1,touch:1},ze={content:P("
        #= content(item) #
        "),group:P(""),itemWrapper:P("<#= tag(item) # class='#= textClass(item) #'#= textAttributes(item) #>#= image(data) ##= sprite(item) ##= text(item) ##= arrow(data) #"),item:P(""),scrollButton:P(""),image:P(""),arrow:P(""),sprite:P(""),empty:P("")},Pe={wrapperCssClass:function(e,t){var n="k-item",i=t.index;return n+=t.enabled===!1?" k-state-disabled":" k-state-default",e.firstLevel&&0===i&&(n+=" k-first"),i==e.length-1&&(n+=" k-last"),t.cssClass&&(n+=" "+t.cssClass),t.attr&&t.attr.hasOwnProperty("class")&&(n+=" "+t.attr["class"]),t.selected&&(n+=" "+be),n},itemCssAttributes:function(e){var t,n="",i=e.attr||{};for(t in i)i.hasOwnProperty(t)&&"class"!==t&&(n+=t+'="'+i[t]+'" ');return n},imageCssAttributes:function(e){var t,n="",i=e.imageAttr||{};i["class"]?i["class"]+=" "+Y:i["class"]=Y;for(t in i)i.hasOwnProperty(t)&&(n+=t+'="'+i[t]+'" ');return n},contentCssAttributes:function(e){var t,n="",i=e.contentAttr||{},o="k-content k-group k-menu-group";i["class"]?i["class"]+=" "+o:i["class"]=o;for(t in i)i.hasOwnProperty(t)&&(n+=t+'="'+i[t]+'" ');return n},textClass:function(){return W},textAttributes:function(e){return e.url?" href='"+e.url+"'":""},arrowClass:function(e,t){var n="k-icon";return n+=t.horizontal?" k-i-arrow-60-down":" k-i-arrow-60-right"},text:function(e){return e.encoded===!1?e.text:C.htmlEncode(e.text)},tag:function(e){return e.url?"a":"span"},groupAttributes:function(e){return e.expanded!==!0?" style='display:none'":""},groupCssClass:function(){return"k-group k-menu-group"},content:function(e){return e.content?e.content:" "}},Be=L.extend({init:function(e,t){var n=this;L.fn.init.call(n,e,t),e=n.wrapper=n.element,t=n.options,n._initData(t),n._updateClasses(),n._animations(t),n.nextItemZIndex=100,n._tabindex(),n._initOverflow(t),n._attachMenuEventsHandlers(),t.openOnClick&&(n.clicked=!1),e.attr("role","menubar"),e[0].id&&(n._ariaId=C.format("{0}_mn_active",e[0].id)),C.notify(n)},events:[V,j,X,Z,K],options:{name:"Menu",animation:{open:{duration:200},close:{duration:100}},orientation:"horizontal",direction:"default",openOnClick:!1,closeOnClick:!0,hoverDelay:100,scrollable:!1,popupCollision:t},_initData:function(e){var t=this;e.dataSource&&(t.angular("cleanup",function(){return{elements:t.element.children()}}),t.element.empty(),t.append(e.dataSource,t.element),t.angular("compile",function(){return{elements:t.element.children()}}))},_attachMenuEventsHandlers:function(){var t=this,n=t.element,i=t.options,o=t._overflowWrapper();(o||n).on(J,Te,F(t._focusHandler,t)).on(E+N,Se,!1).on(E+N,Te,F(t._click,t)).on(J+" "+A+N,".k-content",F(t._preventClose,t)).on(ie+N,Te,F(t._mouseenter,t)).on(oe+N,Te,F(t._mouseleave,t)).on(ie+N+" "+oe+N+" "+A+N+" "+E+N,De,F(t._toggleHover,t)),n.on("keydown"+N,F(t._keydown,t)).on("focus"+N,F(t._focus,t)).on("focus"+N,".k-content",F(t._focus,t)).on("blur"+N,F(t._removeHoverItem,t)).on("blur"+N,"[tabindex]",F(t._checkActiveElement,t)),o&&o.on(oe+N,xe,F(t._mouseleavePopup,t)).on(ie+N,xe,F(t._mouseenterPopup,t)),i.openOnClick&&(t._documentClickHandler=F(t._documentClick,t),e(document).click(t._documentClickHandler))},_detachMenuEventsHandlers:function(){var t=this,n=t._overflowWrapper();n&&n.off(N),t.element.off(N),t._documentClickHandler&&e(document).unbind("click",t._documentClickHandler)},_initOverflow:function(t){var n,i,o,r,s=this,a="horizontal"==t.orientation;t.scrollable&&(s._openedPopups={},s._scrollWrapper=s.element.wrap("
        ").parent(),a&&k(s.element),n=e(ze.scrollButton({direction:a?"left":"up"})),i=e(ze.scrollButton({direction:a?"right":"down"})),n.add(i).appendTo(s._scrollWrapper),s._initScrolling(s.element,n,i,a),o=s.element.outerWidth(),r=s.element[0].style.width,r="auto"===r?"":r,a&&e(window).on(se,C.throttle(function(){s._setOverflowWrapperWidth(o,r),s._toggleScrollButtons(s.element,n,i,a)},100)),s._setOverflowWrapperWidth(o,r),s._toggleScrollButtons(s.element,n,i,a))},_overflowWrapper:function(){return this._scrollWrapper||this._popupsWrapper},_setOverflowWrapperWidth:function(e,t){var n,i,o,r,s=this,a=s._scrollWrapper.css("width");s._scrollWrapper.css({width:""}),n=s._scrollWrapper.outerWidth(),s._scrollWrapper.css({width:a}),i=s.element.outerWidth(),o=s.element[0].offsetWidth-s.element[0].clientWidth,i!=n&&(r=t?Math.min(e,n):n,s.element.width(r-o),s._scrollWrapper.width(r))},_reinitOverflow:function(e){var t=this,n=e.scrollable&&!t.options.scrollable||!e.scrollable&&t.options.scrollable||e.scrollable&&t.options.scrollable&&e.scrollable.distance!=t.options.scrollable.distance||e.orientation!=t.options.orientation;n&&(t._detachMenuEventsHandlers(),t._destroyOverflow(),t._initOverflow(e),t._attachMenuEventsHandlers())},_destroyOverflow:function(){var n=this,i=n._overflowWrapper();i&&(i.off(N),i.find(Re).off(N).remove(),i.children(ke).each(function(t,n){var o,r=e(n).children(ye);r.off(re),o=m(r,i),o.length&&o.append(n)}),i.find(h()).removeAttr("data-groupparent"),i.find(f()).removeAttr("data-group"),n.element.off(re),e(window).off(se),i.contents().unwrap(),n._scrollWrapper=n._popupsWrapper=n._openedPopups=t)},_initScrolling:function(t,n,i,o){var r=this,s=r.options.scrollable,a=e.isNumeric(s.distance)?s.distance:M,l=a/2,c="-="+a,d="+="+a,u="-="+2*a,h="+="+2*a,f=!1,p=!1,m=function(e){var s=o?{scrollLeft:e}:{scrollTop:e};t.finish().animate(s,"fast","linear",function(){f&&m(e)}),r._toggleScrollButtons(t,n,i,o)},g=function(e){f||p||(m(e.data.direction),f=!0)},v=function(s){var a=o?{scrollLeft:s.data.direction}:{scrollTop:s.data.direction};p=y(s)||w(s),t.stop().animate(a,"fast","linear",function(){p?(r._toggleScrollButtons(t,n,i,o),f=!0):e(s.currentTarget).trigger(ie)}),f=!1,s.stopPropagation(),s.preventDefault()};n.on(ie+N,{direction:c},g).on(C.eventMap.down+N,{direction:u},v),i.on(ie+N,{direction:d},g).on(C.eventMap.down+N,{direction:h},v),n.add(i).on(oe+N,function(){t.stop(),f=!1,r._toggleScrollButtons(t,n,i,o)}),t.on(re,function(e){var s,a,c,d;e.ctrlKey||e.shiftKey||e.altKey||(s=_(e.originalEvent),a=Math.abs(s)*l,c=(s>0?"+=":"-=")+a,d=o?{scrollLeft:c}:{scrollTop:c},r._closeChildPopups(t),t.finish().animate(d,"fast","linear",function(){r._toggleScrollButtons(t,n,i,o)}),e.preventDefault())})},_toggleScrollButtons:function(e,t,n,i){var o=i?e.scrollLeft():e.scrollTop(),r=i?ae:le,s=i?ce:de;t.toggle(0!==o),n.toggle(o .k-menu-group, > .k-animation-container > .k-menu-group"):null);return z(n.items,function(t){n.group.append(this),s(this),c(this,e[t]||e)}),s(t),l(n.group.find(".k-first, .k-last").add(n.items)),this},insertBefore:function(e,t){t=this.element.find(t);var n=this._insert(e,t,t.parent());return z(n.items,function(n){t.before(this),s(this),l(this),c(this,e[n]||e)}),l(t),this},insertAfter:function(e,t){t=this.element.find(t);var n=this._insert(e,t,t.parent());return z(n.items,function(n){t.after(this),s(this),l(this),c(this,e[n]||e)}),l(t),this},_insert:function(t,n,i){var o,s,a,l,c=this;return n&&n.length||(i=c.element),a=e.isPlainObject(t),l={firstLevel:i.hasClass(U),horizontal:i.hasClass(U+"-horizontal"),expanded:!0,length:i.children().length},n&&!i.length&&(i=e(Be.renderGroup({group:l})).appendTo(n)),a||e.isArray(t)?o=e(e.map(a?[t]:t,function(t,n){return"string"==typeof t?e(t).get():e(Be.renderItem({group:l,item:R(t,{index:n})})).get()})):(o="string"==typeof t&&"<"!=t.charAt(0)?c.element.find(t):e(t),s=o.find("> ul").addClass("k-menu-group").attr("role","menu"),o=o.filter("li"),o.add(s.find("> li")).each(function(){r(this)})),{items:o,group:i}},remove:function(e){var t,n,i,o;return e=this.element.find(e),t=this,n=e.parentsUntil(t.element,Ce),i=e.parent("ul:not(.k-menu)"),e.remove(),i&&!i.children(Ce).length&&(o=i.parent(ke),o.length?o.remove():i.remove()),n.length&&(n=n.eq(0),s(n),l(n)),t},open:function(o){var r,s,a=this,l=a.options,c="horizontal"==l.orientation,d=l.direction,u=C.support.isRtl(a.wrapper),f=a._overflowWrapper();return o=(f||a.element).find(o),/^(top|bottom|default)$/.test(d)&&(d=u?c?(d+" left").replace("default","bottom"):"left":c?(d+" right").replace("default","bottom"):"right"),r=">.k-popup:visible,>.k-animation-container>.k-popup:visible",s=function(){var t=e(this).data(pe);t&&t.close(!0)},o.siblings().find(r).each(s),f&&(o.find(r).each(s),f.find("."+ve).removeClass(ve)),o.each(function(){var o=e(this);clearTimeout(o.data(G)),o.data(G,setTimeout(function(){var r,s,p,m,g,v,_,b,w,y,k=o.find(".k-menu-group:first:hidden");!k[0]&&f&&(s=a._getPopup(o),k=s&&s.element),k.is(":visible")||k[0]&&a._triggerEvent({item:o[0],type:V})===!1&&(!k.find(".k-menu-group")[0]&&k.children(".k-item").length>1?(p=e(window).height(),m=function(){k.css({maxHeight:p-(C._outerHeight(k)-k.height())-C.getShadows(k).bottom,overflow:"auto"})},C.support.browser.msie&&C.support.browser.version<=7?setTimeout(m,0):m()):k.css({maxHeight:"",overflow:""}),o.data(Q,o.css(Q)),g=a.nextItemZIndex++,o.css(Q,g),a.options.scrollable&&o.parent().siblings(Re).css({zIndex:++g}),r=k.data(pe),v=o.parent().hasClass(U),_=v&&c,b=i(d,v,u),w=l.animation.open.effects,y=w!==t?w:"slideIn:"+n(d,v),r?(r=k.data(pe),r.options.origin=b.origin,r.options.position=b.position,r.options.animation.open.effects=y):r=k.kendoPopup({activate:function(){a._triggerEvent({item:this.wrapper.parent(),type:X})},deactivate:function(e){e.sender.element.removeData("targetTransform").css({opacity:""}),a._triggerEvent({item:this.wrapper.parent(),type:Z})},origin:b.origin,position:b.position,collision:l.popupCollision!==t?l.popupCollision:_?"fit":"fit flip",anchor:o,appendTo:f||o,animation:{open:R(!0,{effects:y},l.animation.open),close:l.animation.close},open:F(a._popupOpen,a),close:function(e){var t,n=e.sender.wrapper.parent();f&&(t=e.sender.element.data(ue),t&&(n=(f||a.element).find(h(t))),e.sender.wrapper.children(Re).hide()),a._triggerEvent({item:n[0],type:j})?e.preventDefault():(n.css(Q,n.data(Q)),n.removeData(Q),a.options.scrollable&&n.parent().siblings(Re).css({zIndex:""}),(D||ne)&&(n.removeClass(ge),a._removeHoverItem()))}}).data(pe),k.removeAttr("aria-hidden"),a._configurePopupOverflow(r,o),r.open(),a._initPopupScrolling(r))},a.options.hoverDelay))}),a},_configurePopupOverflow:function(e,t){var n,i=this;i.options.scrollable&&(i._wrapPopupElement(e),t.attr("data-groupparent")||(n=(new Date).getTime(),t.attr("data-groupparent",n),e.element.attr("data-group",n)))},_wrapPopupElement:function(e){e.element.parent().is(ke)||(e.wrapper=C.wrap(e.element,e.options.autosize).css({overflow:"hidden",display:"block",position:"absolute"}))},_initPopupScrolling:function(e,t,n){var i=this;i.options.scrollable&&e.element[0].scrollHeight>e.element[0].offsetHeight&&i._initPopupScrollButtons(e,t,n)},_initPopupScrollButtons:function(t,n,i){var o=this,r=t.wrapper.children(Re),s=o.options.animation,a=(s&&s.open&&s.open.duration||0)+I;setTimeout(function(){var s,a;r.length||(s=e(ze.scrollButton({direction:n?"left":"up"})),a=e(ze.scrollButton({direction:n?"right":"down"})),r=s.add(a).appendTo(t.wrapper),o._initScrolling(t.element,s,a,n),i||r.on(ie+N,function(){var n=o._overflowWrapper();e(p(t.element,n)).each(function(e,t){var i=n.find(h(t.data(ue)));o.close(i)})}).on(oe+N,function(){setTimeout(function(){e.isEmptyObject(o._openedPopups)&&o._closeParentPopups(t.element)},I)})),o._toggleScrollButtons(t.element,r.first(),r.last(),n)},a)},_popupOpen:function(e){this.options.scrollable&&this._setPopupHeight(e.sender)},_setPopupHeight:function(t,n){var i,o,r,s,a,l,c,d,u,h=t.element,f=h.add(h.parent(ke));f.height(h.hasClass(U)&&this._initialHeight||""),i=t._location(n),o=e(window).height(),r=i.height,s=n?0:Math.max(i.top,0),a=n?0:b(this._overflowWrapper()[0],"scrollTop"),l=window.innerHeight-o,c=o-C.getShadows(h).bottom+l,d=c+a>r+s,d||(u=Math.min(c,c-s+a),f.css({overflow:"hidden",height:u+"px"}))},close:function(t,n){var i,o,r=this,s=r._overflowWrapper(),a=s||r.element;return t=a.find(t),t.length||(t=a.find(">.k-item")),i=function(t){var n=!1;return e.isEmptyObject(r._openedPopups)?n:(e(p(t,s)).each(function(e,t){return n=!!r._openedPopups[""+t.data(ue)],!n}),n)},o=function(e){var t=e.data(he);return!s||!t||!r._openedPopups[""+t]},t.each(function(){var a=e(this);!n&&r._isRootItem(a)&&(r.clicked=!1),clearTimeout(a.data(G)),a.data(G,setTimeout(function(){var e=r._getPopup(a);if(e&&(o(a)||r._forceClose)){if(!r._forceClose&&i(e.element))return;e.close(),e.element.attr("aria-hidden",!0),s&&r._forceClose&&t.last().is(a[0])&&delete r._forceClose}},r.options.hoverDelay))}),r},_getPopup:function(e){var t,n,i=this,o=e.find(".k-menu-group:not(.k-list-container):not(.k-calendar-container):first:visible").data(pe),r=i._overflowWrapper();return!o&&r&&(t=e.data(he),t&&(n=r.find(f(t)),o=n.data(pe))),o},_toggleDisabled:function(t,n){this.element.find(t).each(function(){e(this).toggleClass(me,n).toggleClass(_e,!n).attr("aria-disabled",!n)})},_toggleHover:function(t){var n=e(C.eventTarget(t)||t.target).closest(Ce),i=t.type==ie||A.indexOf(t.type)!==-1;n.parents("li."+_e).length||n.toggleClass(ge,i||"mousedown"==t.type||"click"==t.type),this._removeHoverItem()},_preventClose:function(){this.options.closeOnClick||(this._closurePrevented=!0)},_checkActiveElement:function(t){var n=this,i=e(t?t.currentTarget:this._hoverItem()),r=n._findRootParent(i)[0];this._closurePrevented||setTimeout(function(){document.hasFocus()&&(o(r,C._activeElement())||!t||o(r,t.currentTarget))||n.close(r)},0),this._closurePrevented=!1},_removeHoverItem:function(){var e=this._hoverItem();e&&e.hasClass(ve)&&(e.removeClass(ve),this._oldHoverItem=null)},_updateClasses:function(){var e,t=this.element,n=".k-menu-init div ul";t.removeClass("k-menu-horizontal k-menu-vertical"),t.addClass("k-widget k-reset k-header k-menu-init "+U).addClass(U+"-"+this.options.orientation),t.find("li > ul").filter(function(){return!C.support.matchesSelector.call(this,n)}).addClass("k-group k-menu-group").attr("role","menu").attr("aria-hidden",t.is(":visible")).end().find("li > div").addClass("k-content").attr("tabindex","-1"),e=t.find("> li,.k-menu-group > li"),t.removeClass("k-menu-init"),e.each(function(){r(this)})},_mouseenter:function(t){var n=this,i=e(t.currentTarget),r=n._itemHasChildren(i),s=i.data(he)||i.parent().data(ue),a=w(t);s&&(n._openedPopups[""+s]=!0),t.delegateTarget!=i.parents(we)[0]&&t.delegateTarget!=i.parents(".k-menu-scroll-wrapper,.k-popups-wrapper")[0]||(n.options.openOnClick&&!n.clicked||D||a&&n._isRootItem(i.closest(Ce))||!o(t.currentTarget,t.relatedTarget)&&r&&n.open(i),(n.options.openOnClick&&n.clicked||D)&&i.siblings().each(F(function(e,t){n.close(t,!0)},n)))},_mouseleave:function(n){var i=this,r=e(n.currentTarget),s=r.data(he),a=r.children(ke).length||r.children(ye).length||s,l=e(window);return s&&delete i._openedPopups[""+s],r.parentsUntil(ke,".k-list-container,.k-calendar-container")[0]?(n.stopImmediatePropagation(),t):i.options.openOnClick||D||w(n)||o(n.currentTarget,n.relatedTarget||n.target)||!a||o(n.currentTarget,C._activeElement())?((!n.toElement&&!n.relatedTarget||n.clientX<0||n.clientY<0||n.clientY>l.height()||n.clientX>l.width())&&i.close(r),t):(i.close(r),t)},_mouseenterPopup:function(t){var n,i=this,o=e(t.currentTarget);o.parent().is(ke)||(o=o.children("ul"),n=o.data(ue),n&&(i._openedPopups[""+n]=!0))},_mouseleavePopup:function(t){var n=this,i=e(t.currentTarget);!w(t)&&i.is(ke)&&n._closePopups(i.children("ul"))},_closePopups:function(t){var n,i=this,o=i._overflowWrapper(),r=t.data(ue);r&&(delete i._openedPopups[""+r],n=o.find(h(r)),setTimeout(function(){if(i.options.openOnClick)i._closeChildPopups(t);else if(e.isEmptyObject(i._openedPopups)){var o=i._innerPopup(t);i._closeParentPopups(o)}else i.close(n,!0)},0))},_closeChildPopups:function(t){var n=this,i=n._overflowWrapper();e(p(t,i)).each(function(){var e=i.find(h(this.data(ue)));n.close(e,!0)})},_innerPopup:function(e){var t=this._overflowWrapper(),n=p(e,t);return n[n.length-1]||e},_closeParentPopups:function(e){var t=this,n=t._overflowWrapper(),i=e.data(ue),o=n.find(h(i));for(i=o.parent().data(ue),t.close(o,!0);i&&!t._openedPopups[i]&&!o.parent().is(we);)o=n.find(h(i)),t.close(o,!0),i=o.parent().data(ue)},_click:function(n){for(var i,o,r,s,a,l,c=this,d=c.options,u=e(C.eventTarget(n)),h=u[0],p=u[0]?u[0].nodeName.toUpperCase():"",m="INPUT"==p||"SELECT"==p||"BUTTON"==p||"LABEL"==p,g=u.closest("."+W),v=u.closest(Ce),_=v[0],b=g.attr("href"),w=u.attr("href"),y=e("").attr("href"),k=!!b&&b!==y,x=k&&!!b.match(/^#/),S=!!w&&w!==y,T=c._overflowWrapper();h&&h.parentNode!=_;)h=h.parentNode; -if(!e(h).is(Me)){if(v.hasClass(_e))return n.preventDefault(),t;if(n.handled||!c._triggerSelect(u,_)||m||n.preventDefault(),n.handled=!0,o=v.children(xe),T&&(a=v.data(he),a&&(o=T.find(f(a)))),r=o.is(":visible"),s=d.openOnClick&&r&&c._isRootItem(v),d.closeOnClick&&(!k||x)&&(!o.length||s))return v.removeClass(ge).css("height"),c._oldHoverItem=c._findRootParent(v),l=c._parentsUntil(g,c.element,Ce),c._forceClose=!!T,c.close(l),c.clicked=!1,"MSPointerUp".indexOf(n.type)!=-1&&n.preventDefault(),t;k&&n.enterKey&&g[0].click(),(c._isRootItem(v)&&d.openOnClick||C.support.touch||ne&&c._isRootItem(v.closest(Ce)))&&(k||m||S||n.preventDefault(),c.clicked=!0,i=o.is(":visible")?j:V,(d.closeOnClick||i!=j)&&c[i](v))}},_parentsUntil:function(n,i,o){var r,s,a=this._overflowWrapper();return a?(r=v(n,a),s=[],e(r).each(function(){var n=e(this);return!n.is(i)&&(n.is(o)&&s.push(this),t)}),e(s)):n.parentsUntil(i,o)},_triggerSelect:function(e,t){var n,i,o,r=e.data("selectHandler");return r&&(n=this._getEventData(e),r.call(this,n)),i=n&&n.isDefaultPrevented(),o=this._triggerEvent({item:t,type:K}),i||o},_getEventData:function(e){var t={sender:this,target:e,_defaultPrevented:!1,preventDefault:function(){this._defaultPrevented=!0},isDefaultPrevented:function(){return this._defaultPrevented}};return t},_documentClick:function(e){var t=this;o((t._overflowWrapper()||t.element)[0],e.target)||(t.clicked=!1)},_focus:function(n){var i=this,o=n.target,r=i._hoverItem(),s=T();return o==i.wrapper[0]||e(o).is(":kendoFocusable")?(s===n.currentTarget&&(r.length?i._moveHover([],r):i._oldHoverItem||i._moveHover([],i.wrapper.children().first())),t):(n.stopPropagation(),e(o).closest(".k-content").closest(".k-menu-group").closest(".k-item").addClass(ve),i.wrapper.focus(),t)},_keydown:function(e){var n,i,o,r=this,s=e.keyCode,a=r._oldHoverItem,l=C.support.isRtl(r.wrapper);if(e.target==e.currentTarget||s==B.ESC){if(a||(a=r._oldHoverItem=r._hoverItem()),i=r._itemBelongsToVertival(a),o=r._itemHasChildren(a),s==B.RIGHT)n=r[l?"_itemLeft":"_itemRight"](a,i,o);else if(s==B.LEFT)n=r[l?"_itemRight":"_itemLeft"](a,i,o);else if(s==B.DOWN)n=r._itemDown(a,i,o);else if(s==B.UP)n=r._itemUp(a,i,o);else if(s==B.ESC)n=r._itemEsc(a,i);else if(s==B.ENTER||s==B.SPACEBAR)n=a.children(".k-link"),n.length>0&&(r._click({target:n[0],preventDefault:function(){},enterKey:!0}),r._moveHover(a,r._findRootParent(a)));else if(s==B.TAB)return n=r._findRootParent(a),r._moveHover(a,n),r._checkActiveElement(),t;n&&n[0]&&(e.preventDefault(),e.stopPropagation())}},_hoverItem:function(){return this.wrapper.find(".k-item.k-state-hover,.k-item.k-state-focused").filter(":visible")},_itemBelongsToVertival:function(e){var t=this.wrapper.hasClass("k-menu-vertical");return e.length?e.parent().hasClass("k-menu-group")||t:t},_itemHasChildren:function(e){return!!(e&&e.length&&e[0].nodeType)&&(e.children("ul.k-menu-group, div.k-animation-container").length>0||!!e.data(he)&&!!this._overflowWrapper().children(f(e.data(he))))},_moveHover:function(t,n){var i=this,o=i._ariaId;t.length&&n.length&&t.removeClass(ve),n.length&&(n[0].id&&(o=n[0].id),n.addClass(ve),i._oldHoverItem=n,o&&(i.element.removeAttr("aria-activedescendant"),e("#"+o).removeAttr("id"),n.attr("id",o),i.element.attr("aria-activedescendant",o)),i._scrollToItem(n))},_findRootParent:function(e){return this._isRootItem(e)?e:this._parentsUntil(e,we,"li.k-item").last()},_isRootItem:function(e){return e.parent().hasClass(U)},_itemRight:function(e,t,n){var i,o,r,s,a=this;if(!e.hasClass(_e))return t?n?(a.open(e),i=a._childPopupElement(e).children().first()):"horizontal"==a.options.orientation&&(o=a._findRootParent(e),r=a._overflowWrapper(),r&&(s=g(o,r),a._closeChildPopups(s)),a.close(o),i=o.nextAll(Ee)):(i=e.nextAll(Ee),i.length||(i=e.prevAll(Ie))),i&&!i.length?i=a.wrapper.children(".k-item").first():i||(i=[]),a._moveHover(e,i),i},_itemLeft:function(e,t){var n,i,o=this;return t?(n=e.parent().closest(".k-item"),i=o._overflowWrapper(),!n.length&&i&&(n=m(e.parent(),i)),o.close(n),o._isRootItem(n)&&"horizontal"==o.options.orientation&&(n=n.prevAll(Ee))):(n=e.prevAll(Ee),n.length||(n=e.nextAll(Ie))),n.length||(n=o.wrapper.children(".k-item").last()),o._moveHover(e,n),n},_itemDown:function(e,t,n){var i,o=this;if(t)i=e.nextAll(Ee);else{if(!n||e.hasClass(_e))return;o.open(e),i=o._childPopupElement(e).children().first()}return!i.length&&e.length?i=e.parent().children().first():e.length||(i=o.wrapper.children(".k-item").first()),o._moveHover(e,i),i},_itemUp:function(e,t){var n,i=this;if(t)return n=e.prevAll(Ee),!n.length&&e.length?n=e.parent().children().last():e.length||(n=i.wrapper.children(".k-item").last()),i._moveHover(e,n),n},_scrollToItem:function(e){var t,n,i,o,r,s,a,l,c,d,u,h,f=this;f.options.scrollable&&e&&e.length&&(t=e.parent(),n=!!t.hasClass(U)&&"horizontal"==f.options.orientation,i=n?"scrollLeft":"scrollTop",o=n?C._outerWidth:C._outerHeight,r=t[i](),s=o(e),a=e[0][n?"offsetLeft":"offsetTop"],l=o(t),c=t.siblings(Re),d=c.length?o(c.first()):0,r+la-d&&(u=a-d),isNaN(u)||(h={},h[i]=u,t.finish().animate(h,"fast","linear",function(){f._toggleScrollButtons(t,c.first(),c.last(),n)})))},_itemEsc:function(e,t){var n,i=this;return t?(n=e.parent().closest(".k-item"),i.close(n),i._moveHover(e,n),n):e},_childPopupElement:function(e){var t=e.find(".k-menu-group"),n=this._overflowWrapper();return!t.length&&n&&(t=g(e,n)),t},_triggerEvent:function(e){var t=this;return t.trigger(e.type,{type:e.type,item:e.item})},_focusHandler:function(t){var n=this,i=e(C.eventTarget(t)).closest(Ce);i.hasClass(_e)||setTimeout(function(){n._moveHover([],i),i.children(".k-content")[0]&&i.parent().closest(".k-item").removeClass(ve)},200)},_animations:function(e){e&&"animation"in e&&!e.animation&&(e.animation={open:{effects:{}},close:{hide:!0,effects:{}}})}});R(Be,{renderItem:function(e){e=R({menu:{},group:{}},e);var t=ze.empty,n=e.item;return ze.item(R(e,{image:n.imageUrl?ze.image:t,sprite:n.spriteCssClass?ze.sprite:t,itemWrapper:ze.itemWrapper,renderContent:Be.renderContent,arrow:n.items||n.content?ze.arrow:t,subGroup:Be.renderGroup},Pe))},renderGroup:function(e){return ze.group(R({renderItems:function(e){for(var t="",n=0,i=e.items,o=i?i.length:0,r=R({length:o},e.group);n
        ").parent(),"horizontal"==t.options.orientation&&k(t.element),e.appendTo&&e.appendTo.append(t._popupsWrapper),t._initialHeight=t.element[0].style.height,t._initialWidth=t.element[0].style.width)},options:{name:"ContextMenu",filter:null,showOn:"contextmenu",orientation:"vertical",alignToAnchor:!1,target:"body"},events:[V,j,X,Z,K],setOptions:function(t){var n=this;Be.fn.setOptions.call(n,t),n.target.off(n.showOn+N+n._marker,n._showProxy),n.userEvents&&n.userEvents.destroy(),n.target=e(n.options.target),t.orientation&&n.popup.wrapper[0]&&n.popup.element.unwrap(),n._wire(),Be.fn.setOptions.call(this,t)},destroy:function(){var e=this;e.target.off(e.options.showOn+N+e._marker),fe.off(C.support.mousedown+N+e._marker,e._closeProxy),e.userEvents&&e.userEvents.destroy(),Be.fn.destroy.call(e)},open:function(n,i){var r,s,a=this;return n=e(n)[0],o(a.element[0],e(n)[0])||a._itemHasChildren(e(n))?Be.fn.open.call(a,n):a._triggerEvent({item:a.element,type:V})===!1&&(a.popup.visible()&&a.options.filter&&(a.popup.close(!0),a.popup.element.kendoStop(!0)),i!==t?(r=a._overflowWrapper(),r&&(s=r.offset(),n-=s.left,i-=s.top),a.popup.wrapper.hide(),a._configurePopupScrolling(n,i),a.popup.open(n,i)):(a.popup.options.anchor=(n?n:a.popup.anchor)||a.target,a.popup.element.kendoStop(!0),a._configurePopupScrolling(),a.popup.open()),fe.off(a.popup.downEvent,a.popup._mousedownProxy),fe.on(C.support.mousedown+N+a._marker,a._closeProxy)),a},_configurePopupScrolling:function(e,n){var i=this,o=i.popup,r="horizontal"==i.options.orientation;i.options.scrollable&&(i._wrapPopupElement(o),o.element.parent().css({position:"",height:""}),o.element.css({visibility:"hidden",display:"",position:""}),r?i._setPopupWidth(o,isNaN(e)?t:{isFixed:!0,x:e,y:n}):i._setPopupHeight(o,isNaN(e)?t:{isFixed:!0,x:e,y:n}),o.element.css({visibility:"",display:"none",position:"absolute"}),i._initPopupScrollButtons(o,r,!0),o.element.siblings(Re).hide())},_setPopupWidth:function(t,n){var i,o,r,s,a,l,c,d,u=t.element,h=u.add(u.parent(ke));h.width(this._initialWidth||""),i=t._location(n),o=e(window).width(),r=i.width,s=Math.max(i.left,0),a=n?0:b(this._overflowWrapper()[0],"scrollLeft"),l=C.getShadows(u),c=o-l.left-l.right,d=c+a>r+s,d||h.css({overflow:"hidden",width:c-s+a+"px"})},close:function(){var t=this;o(t.element[0],e(arguments[0])[0])||t._itemHasChildren(arguments[0])?Be.fn.close.call(t,arguments[0]):t.popup.visible()&&t._triggerEvent({item:t.element,type:j})===!1&&(t.popup.close(),fe.off(C.support.mousedown+N,t._closeProxy),t.unbind(K,t._closeTimeoutProxy))},_showHandler:function(e){var t,n=e,i=this,r=i.options;e.event&&(n=e.event,n.pageX=e.x.location,n.pageY=e.y.location),o(i.element[0],e.relatedTarget||e.target)||(i._eventOrigin=n,n.preventDefault(),n.stopImmediatePropagation(),i.element.find("."+ve).removeClass(ve),(r.filter&&C.support.matchesSelector.call(n.currentTarget,r.filter)||!r.filter)&&(r.alignToAnchor?(i.popup.options.anchor=n.currentTarget,i.open(n.currentTarget)):(i.popup.options.anchor=n.currentTarget,i._targetChild?(t=i.target.offset(),i.open(n.pageX-t.left,n.pageY-t.top)):i.open(n.pageX,n.pageY))))},_closeHandler:function(t){var n,i=this,r=e(t.relatedTarget||t.target),s=r.closest(i.target.selector)[0]==i.target[0],a=r.closest(Te),l=i._itemHasChildren(a),c=i._overflowWrapper(),d=o(i.element[0],r[0])||c&&o(c[0],r[0]);i._eventOrigin=t,n=3!==t.which,i.popup.visible()&&(n&&s||!s)&&(i.options.closeOnClick&&!l&&d||!d)&&(d?(this.unbind(K,this._closeTimeoutProxy),i.bind(K,i._closeTimeoutProxy)):i.close())},_wire:function(){var e=this,t=e.options,n=e.target;e._showProxy=F(e._showHandler,e),e._closeProxy=F(e._closeHandler,e),e._closeTimeoutProxy=F(e.close,e),n[0]&&(C.support.mobileOS&&"contextmenu"==t.showOn?(e.userEvents=new C.UserEvents(n,{filter:t.filter,allowSelection:!1}),n.on(t.showOn+N+e._marker,!1),e.userEvents.bind("hold",e._showProxy)):t.filter?n.on(t.showOn+N+e._marker,t.filter,e._showProxy):n.on(t.showOn+N+e._marker,e._showProxy))},_triggerEvent:function(n){var i=this,o=e(i.popup.options.anchor)[0],r=i._eventOrigin;return i._eventOrigin=t,i.trigger(n.type,R({type:n.type,item:n.item||this.element[0],target:o},r?{event:r}:{}))},_popup:function(){var t=this,n=t._overflowWrapper();t._triggerProxy=F(t._triggerEvent,t),t.popup=t.element.addClass("k-context-menu").kendoPopup({anchor:t.target||"body",copyAnchorStyles:t.options.copyAnchorStyles,collision:t.options.popupCollision||"fit",animation:t.options.animation,activate:t._triggerProxy,deactivate:t._triggerProxy,appendTo:n||t.options.appendTo,close:n?function(t){e(p(t.sender.element,n)).each(function(e,t){var n=t.data(pe);n&&n.close(!0)})}:e.noop}).data(pe),t._targetChild=o(t.target[0],t.popup.element[0])}}),S.plugin(Be),S.plugin(x)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.columnmenu.min",["kendo.popup.min","kendo.filtermenu.min","kendo.menu.min"],e)}(function(){return function(e,t){function n(t){return e.trim(t).replace(/ /gi,"")}function i(e,t){var n,i,o,r={};for(n=0,i=e.length;n').find(".k-header-column-menu")),o.link=i.attr("tabindex",-1).on("click"+k,a(o._click,o)),o.wrapper=e('
        '),o._refreshHandler=a(o.refresh,o),o.dataSource.bind(m,o._refreshHandler)},_init:function(){var e=this;e.pane=e.options.pane,e.pane&&(e._isMobile=!0),e._isMobile?e._createMobileMenu():e._createMenu(),e.owner._muteAngularRebind(function(){e._angularItems("compile")}),e._sort(),e._columns(),e._filter(),e._lockColumns(),e.trigger(g,{field:e.field,container:e.wrapper})},events:[g,v,"sort","filtering"],options:{name:"ColumnMenu",messages:{sortAscending:"Sort Ascending",sortDescending:"Sort Descending",filter:"Filter",columns:"Columns",done:"Done",settings:"Column Settings",lock:"Lock",unlock:"Unlock"},filter:"",columns:!0,sortable:!0,filterable:!0,animations:{left:"slide"}},_createMenu:function(){var e=this,t=e.options;e.wrapper.html(r.template(S)({uid:r.guid(),ns:r.ns,messages:t.messages,sortable:t.sortable,filterable:t.filterable,columns:e._ownerColumns(),showColumns:t.columns,lockedColumns:t.lockedColumns})),e.popup=e.wrapper[b]({anchor:e.link,open:a(e._open,e),activate:a(e._activate,e),close:function(){e.options.closeCallback&&e.options.closeCallback(e.element)}}).data(b),e.menu=e.wrapper.children()[y]({orientation:"vertical",closeOnClick:!1}).data(y)},_createMobileMenu:function(){var e=this,t=e.options,n=r.template(T)({ns:r.ns,field:e.field,title:e.title||e.field,messages:t.messages,sortable:t.sortable,filterable:t.filterable,columns:e._ownerColumns(),showColumns:t.columns,lockedColumns:t.lockedColumns});e.view=e.pane.append(n),e.wrapper=e.view.element.find(".k-column-menu"),e.menu=new D(e.wrapper.children(),{pane:e.pane}),e.view.element.on("click",".k-done",function(t){e.close(),t.preventDefault()}),e.options.lockedColumns&&e.view.bind("show",function(){e._updateLockedColumns()})},_angularItems:function(t){var n=this;n.angular(t,function(){var t=n.wrapper.find(".k-columns-item input["+r.attr("field")+"]").map(function(){return e(this).closest("li")}),i=d(n._ownerColumns(),function(e){return{column:e._originalObject}});return{elements:t,data:i}})},destroy:function(){var e=this;e._angularItems("cleanup"),x.fn.destroy.call(e),e.filterMenu&&e.filterMenu.destroy(),e._refreshHandler&&e.dataSource.unbind(m,e._refreshHandler),e.options.columns&&e.owner&&(e._updateColumnsMenuHandler&&(e.owner.unbind("columnShow",e._updateColumnsMenuHandler),e.owner.unbind("columnHide",e._updateColumnsMenuHandler)),e._updateColumnsLockedStateHandler&&(e.owner.unbind("columnLock",e._updateColumnsLockedStateHandler),e.owner.unbind("columnUnlock",e._updateColumnsLockedStateHandler))),e.menu&&(e.menu.element.off(k),e.menu.destroy()),e.wrapper.off(k),e.popup&&e.popup.destroy(),e.view&&e.view.purge(),e.link.off(k),e.owner=null,e.wrapper=null,e.element=null},close:function(){this.menu.close(),this.popup&&(this.popup.close(),this.popup.element.off("keydown"+k))},_click:function(e){e.preventDefault(),e.stopPropagation();var t=this.options;t.filter&&this.element.is(!t.filter)||(this.popup||this.pane||this._init(),this._isMobile?this.pane.navigate(this.view,this.options.animations.left):this.popup.toggle())},_open:function(){var t=this;e(".k-column-menu").not(t.wrapper).each(function(){e(this).data(b).close()}),t.popup.element.on("keydown"+k,function(e){e.keyCode==r.keys.ESC&&t.close()}),t.options.lockedColumns&&t._updateLockedColumns()},_activate:function(){this.menu.element.focus(),this.trigger(v,{field:this.field,container:this.wrapper})},_ownerColumns:function(){var e=o(this.owner.columns),t=c(e,function(e){var t=!0,i=n(e.title||"");return e.menu!==!1&&(e.field||i.length)||(t=!1),t});return d(t,function(t){return{originalField:t.field,field:t.field||t.title,title:t.title||t.field,hidden:t.hidden,index:u(t,e),locked:!!t.locked,_originalObject:t}})},_sort:function(){var t=this;t.options.sortable&&(t.refresh(),t.menu.bind(_,function(n){var i,o=e(n.item);o.hasClass("k-sort-asc")?i=f:o.hasClass("k-sort-desc")&&(i=p),i&&(o.parent().find(".k-sort-"+(i==f?p:f)).removeClass(h),t._sortDataSource(o,i),t.close())}))},_sortDataSource:function(e,n){var i,o,r=this,s=r.options.sortable,a=null===s.compare?t:s.compare,l=r.dataSource,c=l.sort()||[],d=e.hasClass(h)&&s&&s.allowUnsort!==!1;if(n=d?t:n,!r.trigger("sort",{sort:{field:r.field,dir:n,compare:a}})){if(d?e.removeClass(h):e.addClass(h),"multiple"===s.mode){for(i=0,o=c.length;i-1&&(i=!0,n.prop("checked",i)),n.closest("[role='menuitemcheckbox']").attr("aria-checked",i),i&&(1==p&&o&&n.prop("disabled",!0),1!=m||o||n.prop("disabled",!0))},_updateColumnsLockedState:function(){var e,t,n,o,s=r.attr("field"),a=r.attr("locked"),l=i(this._ownerColumns(),"field"),c=this.wrapper.find(".k-columns-item input[type=checkbox]");for(e=0,t=c.length;e').find(u)),i.link=n,i.element.on("click"+d,f(i._click,i))},options:{name:"ColumnSorter",mode:a,allowUnsort:!0,compare:null,filter:"",initialDirection:s,showIndexes:!1},events:["change"],destroy:function(){var e=this;o.fn.destroy.call(e),e.element.off(d),e.dataSource.unbind("change",e._refreshHandler),e._refreshHandler=e.element=e.link=e.dataSource=null},refresh:function(){var t,i,o,a,d,u=this,f=u.dataSource.sort()||[],p=u.element,m=p.attr(n.attr(l));for(p.removeAttr(n.attr(r)),p.removeAttr(h),t=0,i=f.length;t').appendTo(u.link),p.attr(h,"ascending")):a===c&&(e('').appendTo(u.link),p.attr(h,"descending")),u.options.showIndexes&&f.length>1&&d&&e('').html(d).appendTo(u.link)},_toggleSortDirection:function(e){var n=this.directions;return e===n[n.length-1]&&this.options.allowUnsort?t:n[0]===e?n[1]:n[0]},_click:function(e){var i,o,s=this,c=s.element,d=c.attr(n.attr(l)),u=c.attr(n.attr(r)),h=s.options,f=null===s.options.compare?t:s.options.compare,p=s.dataSource.sort()||[];if(e.preventDefault(),(!h.filter||c.is(h.filter))&&(u=this._toggleSortDirection(u),!this.trigger("change",{sort:{field:d,dir:u,compare:f}}))){if(h.mode===a)p=[{field:d,dir:u,compare:f}];else if("multiple"===h.mode){for(i=0,o=p.length;i=0?d[l]=t:h(i)||(d[t]=f(i)?i.value||t:i),d[a.attr(t+"-msg")]=i.message;return p(r,_)>=0&&(d[l]=r),d[c]=("boolean"===r?"checked:":"value:")+e.field,d}function r(e){var t,n,i,o,r,s;if(e&&e.length)for(s=[],t=0,n=e.length;t|\=|\?|\@|\^|\{|\}|\~|\/|\||`)/g,g='
        #=message#
        ',v="change",_=["url","email","number","date","boolean"],b={number:function(t,n){var i=o(n);e('').attr(i).appendTo(t).kendoNumericTextBox({format:n.format}),e("').hide().appendTo(t)},date:function(t,n){var i=o(n),r=n.format;r&&(r=a._extractFormat(r)),i[a.attr("format")]=r,e('').attr(i).appendTo(t).kendoDatePicker({format:n.format}),e("').hide().appendTo(t)},string:function(t,n){var i=o(n);e('').attr(i).appendTo(t)},"boolean":function(t,n){var i=o(n);e('').attr(i).appendTo(t)},values:function(t,n){var i=o(n),s=a.stringify(r(n.values));e("
        ",indent:function(e){return e.replace(/<\/(p|li|ul|ol|h[1-6]|table|tr|td|th)>/gi,"\n").replace(/<(ul|ol)([^>]*)>
      • \n/gi,"
        \n").replace(/\n$/,"")}}),n.ui.editor.ViewHtmlCommand=c,o.EditorUtils.registerTool("viewHtml",new a({command:c,template:new l({template:r.buttonTemplate,title:"View HTML"})}))}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/formatting.min",["editor/viewhtml.min"],e)}(function(){!function(e){function t(e){var t,o,r=l.closestEditableOfType(e,["li"]);r&&(t=new i.ListFormatter(l.name(r.parentNode)),o=n.ui.editor.W3CRange.fromNode(e),o.selectNode(r),t.toggle(o))}var n=window.kendo,i=n.ui.editor,o=i.Tool,r=i.ToolTemplate,s=i.DelayedExecutionTool,a=i.Command,l=i.Dom,c=i.EditorUtils,d=i.RangeUtils,u=c.registerTool,h=s.extend({init:function(e){var t=this;o.fn.init.call(t,n.deepExtend({},t.options,e)),t.type="kendoSelectBox",t.finder={getFormat:function(){return""}}},options:{items:[{text:"Paragraph",value:"p"},{text:"Quotation",value:"blockquote"},{text:"Heading 1",value:"h1"},{text:"Heading 2",value:"h2"},{text:"Heading 3",value:"h3"},{text:"Heading 4",value:"h4"},{text:"Heading 5",value:"h5"},{text:"Heading 6",value:"h6"}],width:110},toFormattingItem:function(e){var t,n=e.value;return n?e.tag||e.className?e:(t=n.indexOf("."),0===t?e.className=n.substring(1):t==-1?e.tag=n:(e.tag=n.substring(0,t),e.className=n.substring(t+1)),e):e},command:function(t){var n=this,o=t.value;return o=this.toFormattingItem(o),new i.FormatCommand({range:t.range,formatter:function(){var t,r=(o.tag||o.context||"span").split(","),s=[{tags:r,attr:{className:o.className||""}}];return t=e.inArray(r[0],l.inlineElements)>=0?new i.GreedyInlineFormatter(s):new i.GreedyBlockFormatter(s),t.editor=n.editor,t}})},initialize:function(e,t){var i=t.editor,r=this.options,s=r.name,a=this;a.editor=i,e.width(r.width),e.kendoSelectBox({dataTextField:"text",dataValueField:"value",dataSource:r.items||i.options[s],title:i.options.messages[s],autoSize:!0,change:function(){var e=this.dataItem();e&&o.exec(i,s,e.toJSON())},dataBound:function(){var e,t=this.dataSource.data();for(e=0;e#:data.text#')}),e.addClass("k-decorated").closest(".k-widget").removeClass("k-"+s).find("*").addBack().attr("unselectable","on")},getFormattingValue:function(t,n){var i,o,r,s,a,l,c;for(i=0;i=0;t--)n=e[t],this.immutableParent(n)||this.clean(n);this.releaseRange(i)},clean:function(n){var o,r,s,a,c;if(n&&!l.isMarker(n)){if(o=l.name(n),"ul"==o||"ol"==o)for(r=new i.ListFormatter(o),s=n.previousSibling,a=n.nextSibling,r.unwrap(n);s&&s!=a;s=s.nextSibling)this.clean(s);else if("blockquote"==o)l.changeTag(n,"p");else if(1!=n.nodeType||l.insignificant(n))t(n);else{for(c=n.childNodes.length-1;c>=0;c--)this.clean(n.childNodes[c]);n.removeAttribute("style"),n.removeAttribute("class")}e.inArray(o,this.tagsToClean)>-1&&l.unwrap(n)}},immutableParent:function(e){return this.immutables()&&i.Immutables.immutableParent(e)}});e.extend(i,{FormattingTool:h,CleanFormatCommand:f}),u("formatting",new h({template:new r({template:c.dropDownListTemplate,title:"Format"})})),u("cleanFormatting",new o({command:f,template:new r({template:c.buttonTemplate,title:"Clean formatting"})}))}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/toolbar.min",["editor/formatting.min"],e)}(function(){!function(e,t){var n,i=window.kendo,o=i.ui,r=o.editor,s=o.Widget,a=e.extend,l=e.proxy,c=i.keys,d=".kendoEditor",u=i.ui.editor.EditorUtils,h=i.ui.editor.ToolTemplate,f=i.ui.editor.Tool,p=i._outerWidth,m=i._outerHeight,g="overflowAnchor",v=".k-tool-group:visible a.k-tool:not(.k-state-disabled),.k-tool.k-overflow-anchor,.k-tool-group:visible .k-widget.k-colorpicker,.k-tool-group:visible .k-selectbox,.k-tool-group:visible .k-dropdown,.k-tool-group:visible .k-combobox .k-input",_={"k-i-sup-script":"superscript","k-i-sub-script":"subscript","k-i-align-left":"justifyLeft","k-i-align-center":"justifyCenter","k-i-align-right":"justifyRight","k-i-align-justify":"justifyFull","k-i-list-unordered":"insertUnorderedList","k-i-list-ordered":"insertOrderedList","k-i-login":"import","k-i-indent-increase":"indent","k-i-indent-decrease":"outdent","k-i-link-horizontal":"createLink","k-i-unlink-horizontal":"unlink","k-i-image":"insertImage","k-i-file-add":"insertFile","k-i-html":"viewHtml","k-i-foreground-color":"foreColor","k-i-paint":"backColor","k-i-table-insert":"createTable","k-i-table-column-insert-left":"addColumnLeft","k-i-table-column-insert-right":"addColumnRight","k-i-table-row-insert-above":"addRowAbove","k-i-table-row-insert-below":"addRowBelow","k-i-table-row-delete":"deleteRow","k-i-table-column-delete":"deleteColumn","k-i-table-properties":"tableWizard","k-i-table-wizard":"tableWizardInsert","k-i-clear-css":"cleanFormatting"},b=f.extend({initialize:function(t,n){t.attr({unselectable:"on"});var i=n.editor.toolbar;t.attr("aria-controls",n.editor.element.attr("id")).on("click",e.proxy(function(){this.overflowPopup.toggle()},i))},options:{name:g},command:e.noop,update:e.noop,destroy:e.noop});u.registerTool(g,new b({key:"",ctrl:!0,template:new h({template:u.overflowAnchorTemplate})})),n=s.extend({init:function(e,t){var n=this;t=a({},t,{name:"EditorToolbar"}),s.fn.init.call(n,e,t),t.popup&&n._initPopup(),t.resizable&&t.resizable.toolbar&&(n._resizeHandler=i.onResize(function(){n.resize()}),n.element.addClass("k-toolbar-resizable"))},events:["execute"],groups:{basic:["bold","italic","underline","strikethrough"],scripts:["subscript","superscript"],alignment:["justifyLeft","justifyCenter","justifyRight","justifyFull"],links:["insertImage","insertFile","createLink","unlink"],lists:["insertUnorderedList","insertOrderedList","indent","outdent"],tables:["createTable","addColumnLeft","addColumnRight","addRowAbove","addRowBelow","deleteRow","deleteColumn"],advanced:["viewHtml","cleanFormatting","print","pdf","exportAs","import"],fonts:["fontName","fontSize"],colors:["foreColor","backColor"]},overflowFlaseTools:["formatting","fontName","fontSize","foreColor","backColor","insertHtml"],_initPopup:function(){var t=this;this.window=e(this.element).wrap("
        ").parent().prepend("").kendoWindow({title:!1,resizable:!1,draggable:{dragHandle:".k-editortoolbar-dragHandle"},animation:{open:{effects:"fade:in"},close:{effects:"fade:out"}},minHeight:42,visible:!1,autoFocus:!1,actions:[],dragend:function(){this._moved=!0}}).on("mousedown",function(n){e(n.target).is(".k-icon")||(t.preventPopupHide=!0)}).on("focusout",function(){t.options.editor.element.focusout()}).data("kendoWindow")},_toggleOverflowStyles:function(e,t){e.find("li").toggleClass("k-item k-state-default",t).find(".k-tool:not(.k-state-disabled),.k-overflow-button").toggleClass("k-overflow-button k-button",t)},_initOverflowPopup:function(t){var n=this,i="
          ";n.overflowPopup=e(i).appendTo("body").kendoPopup({anchor:t,origin:"bottom right",position:"top right",copyAnchorStyles:!1,open:function(e){this.element.is(":empty")&&e.preventDefault(),n._toggleOverflowStyles(this.element,!0),t.attr("aria-expanded",!0)},close:function(){t.attr("aria-expanded",!1)},activate:l(n.focusOverflowPopup,n)}).data("kendoPopup")},items:function(){var e,t,n=this.options.resizable&&this.options.resizable.toolbar;return t=this.element.children().find("> *, select"),n&&(e=this.overflowPopup,t=t.add(e.element.children().find("> *"))),t},focused:function(){return this.element.find(".k-state-focused").length>0||this.preventPopupHide||this.overflowPopup&&this.overflowPopup.visible()},toolById:function(e){var t,n=this.tools;for(t in n)if(t.toLowerCase()==e)return n[t]},toolGroupFor:function(t){var n,i=this.groups;if(this.isCustomTool(t))return"custom";for(n in i)if(e.inArray(t,i[n])>=0)return n},bindTo:function(t){var n=this,i=n.window;n._editor&&n._editor.unbind("select",l(n.resize,n)),n._editor=t,n.options.resizable&&n.options.resizable.toolbar&&t.options.tools.push(g),n.tools=n.expandTools(t.options.tools),n.render(),n.element.find(".k-combobox .k-input").keydown(function(t){var n=e(this).closest(".k-combobox").data("kendoComboBox"),i=t.keyCode;i==c.RIGHT||i==c.LEFT?n.close():i==c.DOWN&&(n.dropDown.isOpened()||(t.stopImmediatePropagation(),n.open()))}),n._attachEvents(),n.items().each(function(){var i,o=n._toolName(this),r="moreVertical"!==o?n.tools[o]:n.tools.overflowAnchor,s=r&&r.options,a=t.options.messages,l=s&&s.tooltip||a[o],c=e(this);r&&r.initialize&&("fontSize"!=o&&"fontName"!=o||(i=a[o+"Inherit"],c.find("input").val(i).end().find("span.k-input").text(i).end()),r.initialize(c,{title:n._appendShortcutSequence(l,r),editor:n._editor}),c.closest(".k-widget",n.element).addClass("k-editor-widget"),c.closest(".k-colorpicker",n.element).next(".k-colorpicker").addClass("k-editor-widget"))}),t.bind("select",l(n.resize,n)),n.update(),i&&i.wrapper.css({top:"",left:"",width:""})},show:function(){var e,t,n,o=this,r=o.window,s=o.options.editor,a=i.support.browser;r&&(e=r.wrapper,t=s.element,e.is(":visible")&&o.window.options.visible||(e[0].style.width||e.width(p(t)-parseInt(e.css("border-left-width"),10)-parseInt(e.css("border-right-width"),10)),r._moved||(n=t.offset(),e.css({top:Math.max(0,parseInt(n.top,10)-m(e)-parseInt(o.window.element.css("padding-bottom"),10)),left:Math.max(0,parseInt(n.left,10))})),(a.msie||a.edge)&&o._overlaps(t)?setTimeout(function(){r.open()},0):r.open()))},_overlaps:function(e){var t=this.window.wrapper,n=t.offset(),i=n.left,o=n.top,r=e.offset(),s=r.left,a=r.top;return!(s+e.width()i+t.width()||a+e.height()o+t.height())},hide:function(){this.window&&this.window.close()},focus:function(){var e="tabIndex",t=this.element,n=this._editor.element.attr(e);t.attr(e,n||0).focus().find(v).first().focus(),n||0===n||t.removeAttr(e)},focusOverflowPopup:function(){var e="tabIndex",t=this.overflowPopup.element,n=this._editor.element.attr(e);t.closest(".k-animation-container").addClass("k-overflow-wrapper"),t.attr(e,n||0).find(v).first().focus(),n||0===n||t.removeAttr(e)},_appendShortcutSequence:function(e,t){if(!t.key)return e;var n=e+" (";return t.ctrl&&(n+="Ctrl + "),t.shift&&(n+="Shift + "),t.alt&&(n+="Alt + "),n+=t.key+")"},_nativeTools:["insertLineBreak","insertParagraph","redo","undo","autoLink"],tools:{},isCustomTool:function(e){return!(e in i.ui.Editor.defaultTools)},expandTools:function(t){var n,o,s,l,c=this._nativeTools,d=i.deepExtend({},i.ui.Editor.defaultTools),u={};for(o=0;o"),h.data("overflow",e.inArray(t,x)===-1)):h=e("
        • ")}var r,s,a,c,d,u,h,f,p=this,m=p.tools,v=p._editor.element,_=p.element.empty(),b=p._editor.options.tools,w=i.support.browser,y=0,k=p.options.resizable&&p.options.resizable.toolbar,x=this.overflowFlaseTools;for(_.empty(),b.length&&(c=b[0].name||b[0]),o(c,x),f=0;f").appendTo(p.element),o(c,x)),s&&(u=p.toolGroupFor(c),d==u&&c!=g||(n(),o(c,x),d=u),c==g&&(s.options.title=p.options.messages.overflowAnchor),s=t(s),a=e(s).appendTo(h),"custom"==u&&(n(),o(c,x)),r.exec&&a.hasClass("k-tool")&&a.click(l(r.exec,v[0])));n(),e(p.element).children(":has(> .k-tool)").addClass("k-button-group"),p.options.popup&&w.msie&&w.version<9&&p.window.wrapper.find("*").attr("unselectable","on"),p.updateGroups(),k&&p._initOverflowPopup(p.element.find(".k-overflow-anchor")),p.angular("compile",function(){return{elements:p.element}})},updateGroups:function(){e(this.element).children().each(function(){e(this).children().filter(function(){return!e(this).hasClass("k-state-disabled")}).removeClass("k-group-end").first().addClass("k-group-start").end().last().addClass("k-group-end").end()})},decorateFrom:function(t){this.items().filter(".k-decorated").each(function(){var n=e(this).data("kendoSelectBox");n&&n.decorate(t)})},destroy:function(){s.fn.destroy.call(this);var e,t=this.tools;for(e in t)t[e].destroy&&t[e].destroy();this.window&&this.window.destroy(),this._resizeHandler&&i.unbindResize(this._resizeHandler), -this.overflowPopup&&this.overflowPopup.destroy()},_attachEvents:function(){var t=this,n=t.overflowPopup?t.overflowPopup.element:e([]);t.attachToolsEvents(t.element.add(n))},attachToolsEvents:function(t){var n=this,i="[role=button].k-tool",o=i+":not(.k-state-disabled)",r=i+".k-state-disabled",s=".k-dropdown",a=".k-colorpicker",l=[i,s,a].join(",");t.off(d).on("mouseenter"+d,o,function(){e(this).addClass("k-state-hover")}).on("mouseleave"+d,o,function(){e(this).removeClass("k-state-hover")}).on("mousedown"+d,l,function(e){e.preventDefault()}).on("keydown"+d,v,function(t){function i(e,t,n){var i=t.find(v),o=i.index(s)+e;return n&&(o=Math.max(0,Math.min(i.length-1,o))),i[o]}var o,r,s=this,a=n.options.resizable&&n.options.resizable.toolbar,l=t.keyCode;l==c.RIGHT||l==c.LEFT?e(s).hasClass(".k-dropdown")||(o=i(l==c.RIGHT?1:-1,n.element,!0)):!a||l!=c.UP&&l!=c.DOWN?l==c.ESC?(n.overflowPopup&&n.overflowPopup.visible()&&n.overflowPopup.close(),o=n._editor):l!=c.TAB||t.ctrlKey||t.altKey||(r=a&&e(s.parentElement).hasClass("k-overflow-tool-group")?n.overflowPopup.element:n.element,t.shiftKey?o=i(-1,r):(o=i(1,r),o||(o=n._editor))):o=i(l==c.DOWN?1:-1,n.overflowPopup.element,!0),o&&(t.preventDefault(),o.focus()),l===c.ENTER&&e(s).is("a")&&!e(s).attr("href")&&n._executeToolCommand(s,t)}).on("click"+d,o,function(e){n._executeToolCommand(this,e)}).on("click"+d,r,function(e){e.preventDefault()})},_executeToolCommand:function(t,n){var i=this,o=e(t);n.preventDefault(),n.stopPropagation(),o.removeClass("k-state-hover"),o.is("[data-popup]")||i._editor.exec(i._toolName(t))},_toolName:function(t){var n,o,r;if(t)return n=t.className,/k-tool\b/i.test(n)&&(n=t.firstChild.className),o=e.grep(n.split(" "),function(e){return!/^k-(widget|tool|tool-icon|icon|state-hover|header|combobox|dropdown|selectbox|colorpicker)$/i.test(e)}),o[0]?(r=o[0],_[r]&&(r=_[r]),r.indexOf("k-i-")>=0?i.toCamelCase(r.substring(r.indexOf("k-i-")+4)):r.substring(r.lastIndexOf("-")+1)):"custom"},refreshTools:function(){var t=this,n=i.ui.editor,o=t._editor,r=o.getRange(),s=n.RangeUtils.textNodes(r),a=o.options.immutables,l=t._immutablesContext(r);s=n.Dom.filterBy(s,n.Dom.htmlIndentSpace,!0),s.length||(s=[r.startContainer]),t.items().each(function(){var n,i=t.tools[t._toolName(this)];i&&(n=e(this),i.update&&i.update(n,s),a&&t._updateImmutablesState(i,n,l))}),this.update()},_immutablesContext:function(e){if(this._editor.options.immutables){var t=i.ui.editor;return e.collapsed?t.Immutables.immutablesContext(e):0===t.RangeUtils.editableTextNodes(e).length}},_updateImmutablesState:function(n,i,o){var s,a,l,c,d,u=n.name,h=i,f=n.options.trackImmutables;if(f===t&&(f=e.inArray(u,r.Immutables.toolsToBeUpdated)>-1),f){if(s=o?"none":"",!i.is(".k-tool")){a=i.data();for(l in a)if(l.match(/^kendo[A-Z][a-zA-Z]*/)){c=a[l],h=c.wrapper;break}}h.css("display",s),d=h.closest("li"),0===d.children(":visible").length&&d.css("display",s)}},update:function(){this.updateGroups()},_resize:function(e){var t=e.width,n=this.options.resizable&&this.options.resizable.toolbar,i=this.overflowPopup;this.refreshTools(),n&&(i.visible()&&i.close(!0),this._refreshWidths(),this._shrink(t),this._stretch(t),this._toggleOverflowStyles(this.element,!1),this._toggleOverflowStyles(this.overflowPopup.element,!0),this.element.children("li.k-overflow-tools").css("visibility",i.element.is(":empty")?"hidden":"visible"))},_refreshWidths:function(){this.element.children("li").each(function(t,n){var i=e(n);i.data("outerWidth",p(i,!0))})},_shrink:function(e){var t,n,i;if(e=0&&(t=n.eq(i),!(e>this._groupsWidth()));i--)this._hideGroup(t)},_stretch:function(e){var t,n,i;if(e>this._groupsWidth())for(n=this._hiddenGroups(),i=0;ie(n).data("position")?1:-1}),n},_visibleGroups:function(){return this.element.children("li.k-tool-group, li.k-overflow-tools").filter(":visible")},_groupsWidth:function(){var t=0;return this._visibleGroups().each(function(){t+=e(this).data("outerWidth")}),Math.ceil(t)},_hideGroup:function(e){if(e.data("overflow")){var t=this.overflowPopup;e.detach().prependTo(t.element).addClass("k-overflow-tool-group")}else e.hide()},_showGroup:function(t,n){var i,o;return!!(t.length&&n>this._groupsWidth()+t.data("outerWidth"))&&(t.hasClass("k-overflow-tool-group")?(i=t.data("position"),0===i?t.detach().prependTo(this.element):(o=this.element.children().filter(function(t,n){return e(n).data("position")===i-1}),t.detach().insertAfter(o)),t.removeClass("k-overflow-tool-group")):t.show(),!0)}}),e.extend(r,{Toolbar:n})}(window.jQuery||window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/tables.min",["editor/toolbar.min"],e)}(function(){!function(e,t){var n=window.kendo,i=e.extend,o=e.proxy,r=n.ui.editor,s=r.Dom,a=r.EditorUtils,l=r.RangeUtils,c=r.Command,d="kendoEditor",u="k-state-active",h="k-state-selected",f=r.Tool,p=r.ToolTemplate,m=r.InsertHtmlCommand,g=r.BlockFormatFinder,v=r.EditorUtils.registerTool,_=n.getTouches,b=n.template,w="#=content#",y=new g([{tags:["table"]}]),k=m.extend({init:function(t){var n=e.extend({postProcess:this.postProcess,skipCleaners:!0},t||{});m.fn.init.call(this,n)},_tableHtml:function(e,t){var n,i;return e=e||1,t=t||1,n=b(w)({width:100/t,content:r.emptyTableCellContent}),i=100/e,""+Array(e+1).join(""+Array(t+1).join(n)+"")+"
          "},postProcess:function(t,n){var i=e("table[data-last]",t.document).removeAttr("data-last");n.setStart(i.find("td")[0],0),n.collapse(!0),t.selectRange(n)},exec:function(){var e=this.options;e.html=this._tableHtml(e.rows,e.columns),m.fn.exec.call(this)}}),x=f.extend({initialize:function(t,n){var i,s,l,c;f.fn.initialize.call(this,t,n),i=e(this.options.popupTemplate).appendTo("body").kendoPopup({anchor:t,copyAnchorStyles:!1,open:o(this._open,this),activate:o(this._activate,this),close:o(this._close,this)}).data("kendoPopup"),t.click(o(this._toggle,this)).keydown(o(this._keydown,this)),s=this._editor=n.editor,this._popup=i,l=new r.TableWizardTool({template:new p({template:a.buttonTemplate,title:s.options.messages.tableWizard}),command:r.TableWizardCommand,insertNewTable:!0}),v("tableWizardInsert",l),c=e("
          "+l.options.template.getHtml()+"
          "),c.appendTo(i.element),s.toolbar&&s.toolbar.attachToolsEvents(c)},popup:function(){return this._popup},_activate:e.noop,_open:function(){this._popup.options.anchor.addClass(u)},_close:function(){this._popup.options.anchor.removeClass(u)},_keydown:function(e){var t=n.keys,i=e.keyCode;i==t.DOWN&&e.altKey?this._popup.open():i==t.ESC&&this._popup.close()},_toggle:function(t){var n=e(t.target).closest(".k-tool");n.hasClass("k-state-disabled")||this.popup().toggle()},update:function(e){var t=this.popup();t.wrapper&&"block"==t.wrapper.css("display")&&t.close(),e.removeClass("k-state-hover")},destroy:function(){this._popup.destroy()}}),C=x.extend({init:function(t){this.cols=8,this.rows=6,x.fn.init.call(this,e.extend(t,{command:k,popupTemplate:"
          "+Array(this.cols*this.rows+1).join("")+"
          "}))},_activate:function(){function t(t){var n=e(window);return{row:Math.floor((t.clientY+n.scrollTop()-u.top)/o)+1,col:Math.floor((t.clientX+n.scrollLeft()-u.left)/i)+1}}var i,o,r=this,s=r._popup.element,a=s.find(".k-ct-cell"),l=a.eq(0),c=a.eq(a.length-1),u=n.getOffset(l),h=n.getOffset(c),f=r.cols,p=r.rows;s.find("*").addBack().attr("unselectable","on"),h.left+=c[0].offsetWidth,h.top+=c[0].offsetHeight,i=(h.left-u.left)/f,o=(h.top-u.top)/p,s.autoApplyNS(d).on("mousemove",function(e){r._setTableSize(t(e))}).on("mouseleave",function(){r._setTableSize()}).on("down",function(e){e.preventDefault();var n=_(e)[0];r._exec(t(n.location))})},_valid:function(e){return e&&e.row>0&&e.col>0&&e.row<=this.rows&&e.col<=this.cols},_exec:function(e){this._valid(e)&&(this._editor.exec("createTable",{rows:e.row,columns:e.col}),this._popup.close())},_setTableSize:function(t){var i=this._popup.element,o=i.find(".k-status"),r=i.find(".k-ct-cell"),s=this.cols,a=this._editor.options.messages;this._valid(t)?(o.text(n.format(a.createTableHint,t.row,t.col)),r.each(function(n){e(this).toggleClass(h,n%s").attr({action:n&&n.proxyURL||"",method:"POST"});return i.append([t.valueInput(),t.exportTypeInput(),t.fileNameInput()]),i},valueInput:function(){var t=this.editor;return e("").attr({value:t.encodedValue(),name:"value",type:"hidden"})},exportTypeInput:function(){var t=this;return e("").attr({value:t.exportType,name:"exportType",type:"hidden"})},fileNameInput:function(){var t=this.editor,n=t.options.exportAs,i=n&&n.fileName||t.element.attr("id")||"editor";return e("").attr({value:i,name:"fileName",type:"hidden"})}}),f=l.extend({init:function(e){var t=this;l.fn.init.call(t,n.deepExtend({},t.options,e)),t.type="kendoSelectBox"},options:{items:u,width:115},command:function(e){var t=e.value;return new r.ExportAsCommand({range:e.range,exportType:t.exportType})},initialize:function(e,t){var i=this,r=t.editor,s=i.options,a=s.name,l=o(i.changeHandler,i),c=s.items||r.options[a];c.unshift({text:r.options.messages[a],value:""}),i.editor=r,e.width(s.width),e.kendoSelectBox({dataTextField:"text",dataValueField:"value",dataSource:c,autoSize:!0,change:l,open:function(e){var t=e.sender;t.items()[0].style.display="none",t.unbind("open")},highlightFirst:!1,template:n.template('#:data.text#')}),e.addClass("k-decorated").closest(".k-widget").removeClass("k-"+a).find("*").addBack().attr("unselectable","on")},changeHandler:function(e){var t=e.sender,n=t.dataItem(),i=n&&n.value;this._exec(i),t.value("")},_exec:function(e){e&&l.exec(this.editor,this.options.name,{exportType:e})},destroy:function(){this._ancestor=null}});i(r,{ExportAsTool:f,ExportAsCommand:h}),c("exportAs",new f({template:new d({template:s.dropDownListTemplate,title:"Export As"})}))}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/import.min",["editor/main.min"],e)}(function(){!function(e,t){var n=window.kendo,i=e.extend,o=e.proxy,r=n.ui.editor,s=r.EditorUtils,a=r.Command,l=r.Tool,c=s.registerTool,d=r.ToolTemplate,u='
          ',h=a.extend({exec:function(){(this.editor._uploadWidget||this._initializeUploadWidget()).element.click()},_initializeUploadWidget:function(){var t=this,n=t.editor,i=n.options["import"],r=e('').kendoUpload({success:o(t._onUploadSuccess,t),progress:o(t._onUploadProgress,t),select:o(t._onUploadSelect,t),error:o(t._onUploadError,t),complete:o(t._onUploadComplete,t),showFileList:!1,multiple:!1,async:{saveUrl:i.proxyUrl,autoUpload:!0,saveField:"file"},validation:{allowedExtensions:i.allowedExtensions,maxFileSize:i.maxFileSize}}).getKendoUpload();return n._uploadWidget=r,r},_onUploadComplete:function(e){this._trigger("complete",e),e.sender.clearAllFiles(),this._removeLoadingOverlay()},_onUploadSuccess:function(e){this.editor.value(e.response.html.replace(/<\/?body>/gi,"")),this._trigger("success",e)},_onUploadProgress:function(e){this._trigger("progress",e)},_onUploadSelect:function(e){this._trigger("select",e),e.files[0].validationErrors||this._initLoadingOverlay()},_onUploadError:function(e){this._trigger("error",e)},_trigger:function(e,t){var n=this.editor,i=n.options["import"];"function"==typeof i[e]&&i[e].call(n,t)},_initLoadingOverlay:function(){var t=this.editor.body;r.Dom.is(t,"body")?this._iframeWrapper=this._container=this.editor.wrapper.find("iframe").parent().css({position:"relative"}).append(u):this._container=e(t).append(u),n.ui.progress(this._container,!0)},_removeLoadingOverlay:function(){n.ui.progress(this._container,!1),e(this._iframeWrapper).css({position:""}),delete this._container,delete this._iframeWrapper}});i(r,{ImportCommand:h}),c("import",new l({command:h,template:new d({template:s.buttonTemplate,title:"Import"})}))}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/resizing/resizing-utils.min",["editor/main.min"],e)}(function(){!function(e,t){function n(e){var t=e.value,n=e.min,i=e.max;return h(u(f(t),f(i)),f(n))}function i(t){return t&&!p(t).is("body")&&t.scrollHeight>t.clientHeight?e.support.scrollbar():0}function o(e,t){return r(e)?f(e):f(e)/t*100}function r(e){return typeof e===y&&b.test(e)}function s(e){return typeof e===y&&w.test(e)}function a(e){return f(e)+v}function l(e){return f(e)+_}var c=window,d=c.Math,u=d.min,h=d.max,f=c.parseFloat,p=e.jQuery,m=p.extend,g=e.ui.editor,v="%",_="px",b=/(\d+)(\.?)(\d*)%/,w=/(\d+)(\.?)(\d*)px/,y="string",k={constrain:n,getScrollBarWidth:i,calculatePercentageRatio:o,inPercentages:r,inPixels:s,toPercentages:a,toPixels:l};m(g,{ResizingUtils:k})}(window.kendo)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/resizing/table-element-resizing.min",["editor/main.min","kendo.resizable.min","editor/resizing/resizing-utils.min"],e)}(function(){!function(e,t){var n=e.jQuery,i=n.extend,o=n.noop,r=n.proxy,s=e.ui.editor,a=e.Class,l="keydown",c="mousedown",d="mouseenter",u="mouseleave",h="mousemove",f="mouseup",p=",",m=".",g=":last-child",v="table",_=a.extend({init:function(e,t){var o=this;o.options=i({},o.options,t),o.options.tags=n.isArray(o.options.tags)?o.options.tags:[o.options.tags],n(e).is(v)&&(o.element=e,o._attachEventHandlers())},destroy:function(){var e=this,t=e.options.eventNamespace;e.element&&(n(e.element).off(t),e.element=null),n(e.options.rootElement).off(l+t),e._destroyResizeHandle()},options:{tags:[],min:0,rootElement:null,eventNamespace:"",rtl:!1,handle:{dataAttribute:"",height:0,width:0,classNames:{},template:""}},_attachEventHandlers:function(){var e=this,t=e.options;n(e.element).on(h+t.eventNamespace,t.tags.join(p),r(e.detectElementBorderHovering,e))},resizingInProgress:function(){var e=this,t=e._resizable;return!!t&&!!t.resizing},resize:o,detectElementBorderHovering:function(e){var t=this,i=t.options,o=i.handle,r=n(e.currentTarget),s=t.resizeHandle,a=o.dataAttribute;t.resizingInProgress()||(!r.is(g)&&t.elementBorderHovered(r,e)?s?s.data(a)&&s.data(a)!==r[0]&&t.showResizeHandle(r,e):t.showResizeHandle(r,e):s&&t._destroyResizeHandle())},elementBorderHovered:o,showResizeHandle:function(e,t){var n=this;0===t.buttons&&(n._initResizeHandle(),n.setResizeHandlePosition(e),n.setResizeHandleDimensions(),n.setResizeHandleDataAttributes(e[0]),n._attachResizeHandleEventHandlers(),n._initResizable(e),n._hideResizeMarker(),n.resizeHandle.show())},_initResizeHandle:function(){var e=this,t=e.options;e._destroyResizeHandle(),e.resizeHandle=n(t.handle.template).appendTo(t.rootElement)},setResizeHandlePosition:o,setResizeHandleDimensions:o,setResizeHandleDataAttributes:function(e){var t=this;t.resizeHandle.data(t.options.handle.dataAttribute,e)},_attachResizeHandleEventHandlers:function(){var e=this,t=e.options,n=t.eventNamespace,i=t.handle.classNames.marker,o=e.resizeHandle;e.resizeHandle.on(c+n,function(){o.find(m+i).show()}).on(f+n,function(){o.find(m+i).hide()})},_hideResizeMarker:function(){var e=this;e.resizeHandle.find(m+e.options.handle.classNames.marker).hide()},_destroyResizeHandle:function(){var e=this;e.resizeHandle&&(e._destroyResizable(),e.resizeHandle.off(e.options.eventNamespace).remove(),e.resizeHandle=null)},_initResizable:function(t){var n=this;n.resizeHandle&&(n._destroyResizable(),n._resizable=new e.ui.Resizable(t,{draggableElement:n.resizeHandle[0],start:r(n.onResizeStart,n),resize:r(n.onResize,n),resizeend:r(n.onResizeEnd,n)}))},_destroyResizable:function(){var e=this;e._resizable&&(e._resizable.destroy(),e._resizable=null)},onResizeStart:function(){this._disableKeyboard()},onResize:function(e){this.setResizeHandleDragPosition(e)},setResizeHandleDragPosition:o,onResizeEnd:function(e){var t=this;t.resize(e),t._destroyResizeHandle(),t._enableKeyboard()},_enableKeyboard:function(){var e=this.options;n(e.rootElement).off(l+e.eventNamespace)},_disableKeyboard:function(){var e=this.options;n(e.rootElement).on(l+e.eventNamespace,function(e){e.preventDefault()})},_forceResizing:function(e){var t=this._resizable;t&&t.userEvents&&t.userEvents._end(e)}}),b=a.extend({create:function(e,t){var i=this,o=t.name,r=t.eventNamespace;n(e.body).on(d+r,v,function(n){var r=n.currentTarget,s=e[o];n.stopPropagation(),s?s.element===r||s.resizingInProgress()||(i._destroyResizing(e,t),i._initResizing(e,r,t)):i._initResizing(e,r,t)}).on(u+r,v,function(r){var s,a=e[o];r.stopPropagation(),!a||a.resizingInProgress()||a.resizeHandle||(s=n(a.element).parents(v)[0],s&&(i._destroyResizing(e,t),i._initResizing(e,s,t)))}).on(u+r,function(){var n=e[o];n&&!n.resizingInProgress()&&i._destroyResizing(e,t)}).on(f+r,function(r){var s,a=e[o];a&&a.resizingInProgress()&&(s=n(r.target).parents(v)[0],s&&(a._forceResizing(r),i._destroyResizing(e,t),i._initResizing(e,s,t)))})},dispose:function(e,t){n(e.body).off(t.eventNamespace)},_initResizing:function(t,n,i){var o=i.name,r=i.type;t[o]=new r(n,{rtl:e.support.isRtl(t.element),rootElement:t.body})},_destroyResizing:function(e,t){var n=t.name;e[n]&&(e[n].destroy(),e[n]=null)}});b.current=new b,_.create=function(e,t){b.current.create(e,t)},_.dispose=function(e,t){b.current.dispose(e,t)},i(s,{TableElementResizing:_})}(window.kendo)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/resizing/column-resizing.min",["editor/main.min","editor/resizing/resizing-utils.min","editor/resizing/table-element-resizing.min"],e)}(function(){!function(e,t){var n=window,i=n.Math,o=i.abs,r=e.jQuery,s=r.extend,a=e.ui.editor,l=a.TableElementResizing,c=a.ResizingUtils,d=c.constrain,u=c.calculatePercentageRatio,h=c.getScrollBarWidth,f=c.inPercentages,p=c.toPercentages,m=c.toPixels,g=e._outerWidth,v=".kendoEditorColumnResizing",_="k-column-resize-handle",b="k-column-resize-marker",w="body",y="tbody",k="td",x="th",C="tr",S=",",T="width",D=l.extend({options:{tags:[k,x],min:20,rootElement:null,eventNamespace:v,rtl:!1,handle:{dataAttribute:"column",width:10,height:0,classNames:{handle:_,marker:b},template:'
          '}},elementBorderHovered:function(e,t){var n=this,i=n.options,o=i.handle.width,s=e.offset().left+(i.rtl?0:g(e)),a=t.clientX+r(e[0].ownerDocument).scrollLeft();return a>s-o&&a
        • '}},elementBorderHovered:function(e,t){var n=this,i=n.options.handle[x],r=e.offset().top+m(e),s=t.clientY+o(e[0].ownerDocument).scrollTop();return s>r-i&&s
          "},events:[L,H,N,V,U],show:function(){this._setPosition()},_setPosition:function(){var e=this,t=e._positioningStrategy.getPosition();C(e.element).css({top:t.top,left:t.left,position:"absolute"})},_attachEventHandlers:function(){var e=this;C(e.element).on(V+P,D(e._onMouseOver,e)).on(U+P,D(e._onMouseOut,e))},_onMouseOver:function(){this.trigger(V)},_onMouseOut:function(){this.trigger(U)},_addStyles:function(){var e=this;C(e.element).children(J+B).addClass("k-resize-"+e.options.direction)},_initPositioningStrategy:function(){var e=this,t=e.options;e._positioningStrategy=n.create({name:t.direction,handle:e.element,resizableElement:t.resizableElement,rootElement:t.rootElement,rtl:t.rtl})},_initDraggable:function(){var e=this,t=e.element;!e._draggable&&t&&(e._draggable=new I(t,{dragstart:D(e._onDragStart,e),drag:D(e._onDrag,e),dragend:D(e._onDragEnd,e)}))},_onDragStart:function(){this.trigger(L)},_onDrag:function(e){var t=this;t.trigger(H,t._draggingStrategy.adjustDragDelta({deltaX:e.x.delta,deltaY:e.y.delta,initialDeltaX:e.x.initialDelta,initialDeltaY:e.y.initialDelta}))},_onDragEnd:function(){this.trigger(N)},_destroyDraggable:function(){var e=this;e._draggable&&(e._draggable.destroy(),e._draggable=null)},_initDraggingStrategy:function(){var e=this;e._draggingStrategy=h.create({name:e.options.direction})}}),te=E.extend({init:function(){this._items=[]},register:function(e,t){this._items.push({name:e,type:t})},create:function(e){var t,n,i,o=this._items,r=o.length,s=e.name?e.name.toLowerCase():"";for(i=0;ip?(o=s(c,p),l=r(c,p)):(o=r(c,p),l=s(c,p)),i=w(g(o,l))):i=y(c),d._setColumnsWidth(),u[0].style[N]=i)},_resizeHeight:function(e,t){var i,o,l,c,d=this,u=a(d.element),h=u[0].style[O],f=x(u),p=u.parent(),m=p.height(),b=d._getMaxDimensionValue(O),k=d.options.minHeight,C=d._hasRowsInPixels();0!==e&&(n(d._initialElementHeight)&&(d._initialElementHeight=f),c=v({value:d._initialElementHeight+t,min:k,max:b}),C&&e<0&&d._setRowsHeightInPercentages(),_(h)?(f+e>m?(o=s(c,m),l=r(c,m)):(o=r(c,m),l=s(c,m)),i=w(g(o,l))):i=y(c),u[0].style[O]=i,C&&e<0&&d._setRowsHeightInPixels())},_getMaxDimensionValue:function(e){var t=this,n=a(t.element),i=e.toLowerCase(),o=t.options.rtl?-1:1,r=a(t.element).parent(),s=r[0],l=r[i](),c=o*(e===N?r.scrollLeft():r.scrollTop());return s===n.closest(P)[0]?""!==s.style[i]||_(t.element.style[i])?l+c:1/0:l+c},_setColumnsWidth:function(){function e(e){var t=e.style.width;return""!==t?!!_(t):!!a(e).hasClass(T)}var t,n=this,i=a(n.element),o=i.parent()[0],r=i.closest(P),s=r.closest(B).children(),l=s.length;if(e(i[0])&&o===r[0]&&""===o.style[N])for(t=0;t0)){for(e=0;e0;!n||i===o||l(i,o)||r||e._destroyTableResizing()})},dispose:function(e){a(e.body).off(C)},_initResizing:function(t,n){u.msie||u.mozilla||(t.tableResizing=new Q(n,{appendHandlesTo:t.body,rtl:e.support.isRtl(t.element),rootElement:t.body}))}});X.current=new X,Q.create=function(e){X.current.create(e)},Q.dispose=function(e){X.current.dispose(e)},c(h,{TableResizing:Q})}(window.kendo)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/immutables.min",["editor/tables.min"],e)}(function(){!function(e,t){var n=window.kendo,i=n.Class,o=n.ui.editor,r=o.Dom,s=n.template,a=o.RangeUtils,l=["ul","ol","tbody","thead","table"],c=["bold","italic","underline","strikethrough","superscript","subscript","forecolor","backcolor","fontname","fontsize","createlink","unlink","autolink","addcolumnleft","addcolumnright","addrowabove","addrowbelow","deleterow","deletecolumn","mergecells","formatting","cleanformatting"],d="k-immutable",u="["+d+"]",h="[contenteditable='false']",f=function(t){return e(t).is("body,.k-editor")},p=function(e){return e.getAttribute&&"false"==e.getAttribute("contenteditable")},m=function(e){return r.closestBy(e,p,f)},g=function(e){var t=m(e.startContainer),n=m(e.endContainer);(t||n)&&(t&&e.setStartBefore(t),n&&e.setEndAfter(n))},v=function(e){if(m(e.commonAncestorContainer))return!0;if(m(e.startContainer)||m(e.endContainer)){var t=a.editableTextNodes(e);if(0===t.length)return!0}return!1},_=function(e){var t,n="",i="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";for(t=e||10;t>0;--t)n+=i.charAt(Math.round(Math.random()*(i.length-1)));return n},b=function(t){var n,i,o,s={empty:!0};return e(t).find(h).each(function(t,a){n=r.name(a),i=_(),o="<"+n+" "+d+"='"+i+"'>",s[i]={node:a,style:e(a).attr("style")},s.empty=!1,e(a).replaceWith(o)}),s},w=function(t,n){var i,o;e(t).find(u).each(function(t,r){i=r.getAttribute(d),o=n[i],e(r).replaceWith(o.node),o.style!=e(o.node).attr("style")&&e(o.node).removeAttr("style").attr("style",o.style)})},y=function(e){var t=n.keys;return e===t.BACKSPACE||e==t.DELETE},k=function(e){var n=e?e.options:t;n&&n.finder&&n.finder._initOptions({immutables:!0})},x=i.extend({init:function(t){this.editor=t,this.serializedImmutables={},this.options=e.extend({},t&&t.options&&t.options.immutables);var n=t.toolbar.tools;k(n.justifyLeft),k(n.justifyCenter),k(n.justifyRight),k(n.justifyFull)},serialize:function(e){var t,n=this._toHtml(e);return n.indexOf(d)===-1?(t=this.randomId(),n=n.replace(/>/," "+d+'="'+t+'">')):t=n.match(/k-immutable\s*=\s*['"](.*)['"]/)[1],this.serializedImmutables[t]=e,n},_toHtml:function(e){var t,n=this.options.serialization,i=typeof n;switch(i){case"string":return s(n)(e);case"function":return n(e);default:return t=r.name(e),"<"+t+">"}},deserialize:function(t){var i=this,o=this.options.deserialization;e(u,t).each(function(){var t=this.getAttribute(d),r=i.serializedImmutables[t];n.isFunction(o)&&o(this,r),e(this).replaceWith(r)}),i.serializedImmutables={}},randomId:function(e){return _(e)},keydown:function(e,t){var n=y(e.keyCode),i=n&&this._cancelDeleting(e,t)||!n&&this._cancelTyping(e,t);if(i)return e.preventDefault(),!0},_cancelTyping:function(e,t){var n=this.editor,i=n.keyboard;return t.collapsed&&!i.typingInProgress&&i.isTypingKey(e)&&v(t)},_cancelDeleting:function(e,t){var i,o,s,a,c=n.keys,d=e.keyCode===c.BACKSPACE,u=e.keyCode==c.DELETE;if(!d&&!u)return!1;if(i=!1,t.collapsed){if(v(t))return!0;if(o=this.nextImmutable(t,u),o&&d&&(s=r.closest(t.commonAncestorContainer,"li"),s&&(a=r.closest(o,"li"),a&&a!==s)))return i;if(o&&!r.tableCell(o)){if(r.parentOfType(o,l)===r.parentOfType(t.commonAncestorContainer,l)){for(;o&&1==o.parentNode.childNodes.length;)o=o.parentNode;if(r.tableCell(o))return i;this._removeImmutable(o,t)}i=!0}}return i},nextImmutable:function(e,t){var n,i=e.commonAncestorContainer;if(r.isBom(i)||t&&a.isEndOf(e,i)||!t&&a.isStartOf(e,i)){if(n=this._nextNode(i,t),n&&r.isBlock(n)&&!m(n))for(;n&&n.children&&n.children[t?0:n.children.length-1];)n=n.children[t?0:n.children.length-1];return m(n)}},_removeImmutable:function(e,t){var n=this.editor,i=new o.RestorePoint(t,n.body);r.remove(e),o._finishUpdate(n,i)},_nextNode:function(e,t){for(var n,i=t?"nextSibling":"previousSibling",o=e;o&&!n;)n=o[i],n&&r.isDataNode(n)&&/^\s|[\ufeff]$/.test(n.nodeValue)&&(o=n,n=o[i]),n||(o=o.parentNode);return n}});x.immutable=p,x.immutableParent=m,x.expandImmutablesIn=g,x.immutablesContext=v,x.toolsToBeUpdated=c,x.removeImmutables=b,x.restoreImmutables=w,o.Immutables=x}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("editor/table-wizard/table-wizard-command.min",["editor/tables.min"],e)}(function(){!function(e,t){var n=window.kendo,i=n.ui.editor,o=i.EditorUtils,r=i.RangeUtils,s=i.Dom,a=o.registerTool,l=i.ToolTemplate,c=i.Command,d=new i.BlockFormatFinder([{tags:["table"]}]),u=new i.BlockFormatFinder([{tags:["td","th"]}]),h=/([a-z]+|%)$/i,f=c.extend({exec:function(){var o=this,r=o.editor,s=o.range=o.lockRange(),a=o._sourceTable=o.options.insertNewTable?t:o._selectedTable(s),l=o._selectedTableCells=a?o._selectedCells(s):t,c={visible:!1,messages:r.options.messages,closeCallback:e.proxy(o.onDialogClose,o),table:o.parseTable(a,l),dialogOptions:r.options.dialogOptions,isRtl:n.support.isRtl(r.wrapper)},d=new i.TableWizardDialog(c);d.open()},onDialogClose:function(e){var t=this;t.releaseRange(t.range),e&&(t.options.insertNewTable?t.insertTable(t.createNewTable(e)):t.updateTable(e,t._sourceTable,t._selectedTableCells))},releaseRange:function(e){var t=this,n=t.editor.document;s.windowFromDocument(n).focus(),c.fn.releaseRange.call(t,e)},insertTable:function(e){var t=this.range;t.insertNode(e),t.collapse(!0),this.editor.selectRange(t)},updateTable:function(t,n,i){for(var o,r,a,l,c,d,u,h,f=this,p=e(n.rows).toArray(),m=t.tableProperties,g=m.rows,v=m.columns,_=function(e){return e[e.length-1]};i.length>1;)i.pop();if(o=i.length?_(i).parentNode:_(p),f._deleteTableRows(p,p.length-g),p.lengthv&&e(p).each(function(e,t){for(;t.cells.length>v;)t.deleteCell(-1)}),p[0].cells.length-1}),!!n.length},_insertCells:function(e,t,n){n=isNaN(n)?-1:n;for(var i,o=0;o",valueTemplate:""},a={dataSource:[{className:"k-icon k-i-table-align-top-left",value:"left top"},{className:"k-icon k-i-table-align-top-center",value:"center top"},{className:"k-icon k-i-table-align-top-right",value:"right top"},{className:"k-icon k-i-table-align-middle-left",value:"left middle"},{className:"k-icon k-i-table-align-middle-center",value:"center middle"},{className:"k-icon k-i-table-align-middle-right",value:"right middle"},{className:"k-icon k-i-table-align-bottom-left",value:"left bottom"},{className:"k-icon k-i-table-align-bottom-center",value:"center bottom"},{className:"k-icon k-i-table-align-bottom-right",value:"right bottom"},{className:"k-icon k-i-align-remove",value:""}],dataTextField:"className",dataValueField:"value",template:"",valueTemplate:""},l={dataSource:[{className:"k-icon k-i-table-align-top-left",value:"left top"},{className:"k-icon k-i-table-align-top-center",value:"center top"},{className:"k-icon k-i-table-align-top-right",value:"right top"},{className:"k-icon k-i-table-align-bottom-left",value:"left bottom"},{className:"k-icon k-i-table-align-bottom-center",value:"center bottom"},{className:"k-icon k-i-table-align-bottom-right",value:"right bottom"},{className:"k-icon k-i-align-remove",value:""}],dataTextField:"className",dataValueField:"value",template:"",valueTemplate:""},c='
          • #= messages.tableTab #
          • #= messages.cellTab #
          • #= messages.accessibilityTab #
           
           
           
          ',d=n.Class.extend({init:function(e){this.options=e},open:function(){function t(e){e.preventDefault(),s.destroy(),o.destroy()}function n(e){s.collectDialogValues(c),t(e),s.change&&s.change(),a.closeCallback(c)}function i(e){t(e),a.closeCallback()}var o,r,s=this,a=s.options,l=a.dialogOptions,c=a.table,d=a.messages;l.close=i,l.title=d.tableWizard,l.visible=a.visible,o=e(s._dialogTemplate(d)).appendTo(document.body).kendoWindow(l).closest(".k-window").toggleClass("k-rtl",a.isRtl).end().find(".k-dialog-ok").click(n).end().find(".k-dialog-close").click(i).end().data("kendoWindow"),r=o.element,s._initTabStripComponent(r),s._initTableViewComponents(r,c),s._initCellViewComponents(r,c),s._initAccessibilityViewComponents(r,c),o.center(),o.open()},_initTabStripComponent:function(e){var t=this.components={};t.tabStrip=e.find("#k-table-wizard-tabs").kendoTabStrip({animation:!1}).data("kendoTabStrip")},collectDialogValues:function(){var e=this,t=e.options.table;e._collectTableViewValues(t),e._collectCellViewValues(t),e._collectAccessibilityViewValues(t)},_collectTableViewValues:function(e){var t=this.components.tableView,n=e.tableProperties;n.width=t.width.value(),n.widthUnit=t.widthUnit.value(),n.height=t.height.value(),n.columns=t.columns.value(),n.rows=t.rows.value(),n.heightUnit=t.heightUnit.value(),n.cellSpacing=t.cellSpacing.value(),n.cellPadding=t.cellPadding.value(),n.alignment=t.alignment.value(),n.bgColor=t.bgColor.value(),n.className=t.className.value,n.id=t.id.value,n.borderWidth=t.borderWidth.value(),n.borderColor=t.borderColor.value(),n.borderStyle=t.borderStyle.value(),n.collapseBorders=t.collapseBorders.checked},_collectCellViewValues:function(e){var t=e.cellProperties={},n=this.components.cellView;t.selectAllCells=n.selectAllCells.checked,t.width=n.width.value(),t.widthUnit=n.widthUnit.value(),t.height=n.height.value(),t.heightUnit=n.heightUnit.value(),t.cellMargin=n.cellMargin.value(),t.cellPadding=n.cellPadding.value(),t.alignment=n.alignment.value(),t.bgColor=n.bgColor.value(),t.className=n.className.value,t.id=n.id.value, -t.borderWidth=n.borderWidth.value(),t.borderColor=n.borderColor.value(),t.borderStyle=n.borderStyle.value(),t.wrapText=n.wrapText.checked},_collectAccessibilityViewValues:function(e){var t=e.tableProperties,n=this.components.accessibilityView;t.captionContent=n.captionContent.value,t.captionAlignment=n.captionAlignment.value(),t.summary=n.summary.value,t.cellsWithHeaders=n.cellsWithHeaders.checked},_addUnit:function(t,n){n&&e.inArray(n,t)==-1&&t.push(n)},_initTableViewComponents:function(e,t){var n=this.components,i=n.tableView={},s=t.tableProperties=t.tableProperties||{};s.borderStyle=s.borderStyle||"",this._addUnit(o,s.widthUnit),this._addUnit(o,s.heightUnit),this._initNumericTextbox(e.find("#k-editor-table-width"),"width",s,i),this._initNumericTextbox(e.find("#k-editor-table-height"),"height",s,i),this._initNumericTextbox(e.find("#k-editor-table-columns"),"columns",s,i,{min:1,value:4}),this._initNumericTextbox(e.find("#k-editor-table-rows"),"rows",s,i,{min:1,value:4}),this._initDropDownList(e.find("#k-editor-table-width-type"),"widthUnit",s,i,o),this._initDropDownList(e.find("#k-editor-table-height-type"),"heightUnit",s,i,o),this._initNumericTextbox(e.find("#k-editor-table-cell-spacing"),"cellSpacing",s,i),this._initNumericTextbox(e.find("#k-editor-table-cell-padding"),"cellPadding",s,i),this._initTableAlignmentDropDown(e.find("#k-editor-table-alignment"),s),this._initColorPicker(e.find("#k-editor-table-bg"),"bgColor",s,i),this._initInput(e.find("#k-editor-css-class"),"className",s,i),this._initInput(e.find("#k-editor-id"),"id",s,i),this._initNumericTextbox(e.find("#k-editor-border-width"),"borderWidth",s,i),this._initColorPicker(e.find("#k-editor-border-color"),"borderColor",s,i),this._initDropDownList(e.find("#k-editor-border-style"),"borderStyle",s,i,r),this._initCheckbox(e.find("#k-editor-collapse-borders"),"collapseBorders",s,i)},_initCellViewComponents:function(e,t){var n,i=this.components,s=i.cellView={};t.selectedCells=t.selectedCells=t.selectedCells||[],n=t.selectedCells[0]||{borderStyle:"",wrapText:!0},this._addUnit(o,n.widthUnit),this._addUnit(o,n.heightUnit),this._initCheckbox(e.find("#k-editor-selectAllCells"),"selectAllCells",t.tableProperties,s),this._initNumericTextbox(e.find("#k-editor-cell-width"),"width",n,s),this._initNumericTextbox(e.find("#k-editor-cell-height"),"height",n,s),this._initDropDownList(e.find("#k-editor-cell-width-type"),"widthUnit",n,s,o),this._initDropDownList(e.find("#k-editor-cell-height-type"),"heightUnit",n,s,o),this._initNumericTextbox(e.find("#k-editor-table-cell-margin"),"cellMargin",n,s),this._initNumericTextbox(e.find("#k-editor-table-cells-padding"),"cellPadding",n,s),this._initCellAlignmentDropDown(e.find("#k-editor-cell-alignment"),n),this._initColorPicker(e.find("#k-editor-cell-bg"),"bgColor",n,s),this._initInput(e.find("#k-editor-cell-css-class"),"className",n,s),this._initInput(e.find("#k-editor-cell-id"),"id",n,s),this._initNumericTextbox(e.find("#k-editor-cell-border-width"),"borderWidth",n,s),this._initColorPicker(e.find("#k-editor-cell-border-color"),"borderColor",n,s),this._initDropDownList(e.find("#k-editor-cell-border-style"),"borderStyle",n,s,r),this._initCheckbox(e.find("#k-editor-wrap-text"),"wrapText",n,s)},_initAccessibilityViewComponents:function(e,t){var n=this.components,i=n.accessibilityView={},o=t.tableProperties;this._initInput(e.find("#k-editor-table-caption"),"captionContent",o,i),this._initAccessibilityAlignmentDropDown(e.find("#k-editor-accessibility-alignment"),o),this._initInput(e.find("#k-editor-accessibility-summary"),"summary",o,i),this._initCheckbox(e.find("#k-editor-cells-headers"),"cellsWithHeaders",o,i)},_initNumericTextbox:function(t,n,o,r,s){var a=r[n]=t.kendoNumericTextBox(s?e.extend({},i,s):i).data("kendoNumericTextBox");n in o&&a.value(parseInt(o[n],10))},_initDropDownList:function(e,t,n,i,o){var r=i[t]=e.kendoDropDownList({dataSource:o}).data("kendoDropDownList");this._setComponentValue(r,n,t)},_initTableAlignmentDropDown:function(e,t){var n=this.options.messages,i=this.components.tableView,o=s.dataSource;o[0].tooltip=n.alignLeft,o[1].tooltip=n.alignCenter,o[2].tooltip=n.alignRight,o[3].tooltip=n.alignRemove,this._initAlignmentDropDown(e,s,"alignment",t,i)},_initCellAlignmentDropDown:function(e,t){var n=this.options.messages,i=this.components.cellView,o=a.dataSource;o[0].tooltip=n.alignLeftTop,o[1].tooltip=n.alignCenterTop,o[2].tooltip=n.alignRightTop,o[3].tooltip=n.alignLeftMiddle,o[4].tooltip=n.alignCenterMiddle,o[5].tooltip=n.alignRightMiddle,o[6].tooltip=n.alignLeftBottom,o[7].tooltip=n.alignCenterBottom,o[8].tooltip=n.alignRightBottom,o[9].tooltip=n.alignRemove,this._initAlignmentDropDown(e,a,"alignment",t,i)},_initAccessibilityAlignmentDropDown:function(e,t){var n=this.options.messages,i=this.components.accessibilityView,o=l.dataSource;o[0].tooltip=n.alignLeftTop,o[1].tooltip=n.alignCenterTop,o[2].tooltip=n.alignRightTop,o[3].tooltip=n.alignLeftBottom,o[4].tooltip=n.alignCenterBottom,o[5].tooltip=n.alignRightBottom,o[6].tooltip=n.alignRemove,this._initAlignmentDropDown(e,l,"captionAlignment",t,i)},_initAlignmentDropDown:function(e,t,n,i,o){var r=o[n]=e.kendoDropDownList(t).data("kendoDropDownList");r.list.addClass("k-align").css("width","110px"),this._setComponentValue(r,i,n)},_setComponentValue:function(e,t,n){n in t&&e.value(t[n])},_initColorPicker:function(e,t,n,i){var o=i[t]=e.kendoColorPicker({buttons:!1,clearButton:!0}).data("kendoColorPicker");n[t]&&o.value(n[t])},_initInput:function(e,t,n,i){var o=i[t]=e.get(0);t in n&&(o.value=n[t])},_initCheckbox:function(e,t,n,i){var o=i[t]=e.get(0);t in n&&(o.checked=n[t])},destroy:function(){this._destroyComponents(this.components.tableView),this._destroyComponents(this.components.cellView),this._destroyComponents(this.components.accessibilityView),this._destroyComponents(this.components),delete this.components},_destroyComponents:function(e){for(var t in e)e[t].destroy&&e[t].destroy(),delete e[t]},_dialogTemplate:function(e){return n.template(c)({messages:e})}});n.ui.editor.TableWizardDialog=d}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.editor.min",["kendo.combobox.min","kendo.dropdownlist.min","kendo.resizable.min","kendo.window.min","kendo.colorpicker.min","kendo.imagebrowser.min","kendo.tabstrip.min","kendo.numerictextbox.min","util/undoredostack.min","editor/main.min","editor/dom.min","editor/serializer.min","editor/range.min","editor/system.min","editor/inlineformat.min","editor/formatblock.min","editor/linebreak.min","editor/lists.min","editor/link.min","editor/file.min","editor/image.min","editor/components.min","editor/indent.min","editor/viewhtml.min","editor/formatting.min","editor/toolbar.min","editor/tables.min","editor/export.min","editor/import.min","editor/resizing/column-resizing.min","editor/resizing/row-resizing.min","editor/resizing/table-resizing.min","editor/resizing/table-resize-handle.min","editor/immutables.min","editor/table-wizard/table-wizard-command.min","editor/table-wizard/table-wizard-dialog.min"],e)}(function(){return window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.maskedtextbox.min",["kendo.core.min"],e)}(function(){return function(e,t){function n(e){return e+u}function i(e,t){for(var n=0;n").insertAfter(t),s.notify(r)},options:{name:"MaskedTextBox",clearPromptChar:!1,unmaskOnPost:!1,promptChar:"_",culture:"",rules:{},value:"",mask:""},events:[_],rules:{0:/\d/,9:/\d|\s/,"#":/\d|\s|\+|\-/,L:/[a-zA-Z]/,"?":/[a-zA-Z]|\s/,"&":/\S/,C:/./,A:/[a-zA-Z0-9]/,a:/[a-zA-Z0-9]|\s/},setOptions:function(t){var n=this;d.fn.setOptions.call(n,t),n._rules=e.extend({},n.rules,n.options.rules),n._tokenize(),this._unbindInput(),this._bindInput(),n.value(n.element.val())},destroy:function(){var e=this;e.element.off(u),e._formElement&&(e._formElement.off("reset",e._resetHandler),e._formElement.off("submit",e._submitHandler)),d.fn.destroy.call(e)},raw:function(){var e=this._unmask(this.element.val(),0);return e.replace(RegExp(this.options.promptChar,"g"),"")},value:function(e){var n=this.element,i=this._emptyMask;return e===t?this.element.val():(null===e&&(e=""),i?(e=this._unmask(e+""),n.val(e?i:""),this._mask(0,this._maskLength,e),this._unmaskedValue=null,e=n.val(),this._oldValue=e,s._activeElement()!==n&&(e===i?n.val(""):this._togglePrompt()),t):(this._oldValue=e,n.val(e),t))},_togglePrompt:function(e){var t=this.element[0],n=t.value;this.options.clearPromptChar&&(n=e?this._oldValue:n.replace(RegExp(this.options.promptChar,"g")," "),t.value=this._old=n)},readonly:function(e){this._editable({readonly:e===t||e,disable:!1})},enable:function(e){this._editable({readonly:!1,disable:!(e=e===t||e)})},_bindInput:function(){var e,t,i=this;i._maskLength&&(i.options.$angular&&i.element.off(x),i.element.on(n(y),h(i._keydown,i)).on(n(w),h(i._drop,i)).on(n(_),h(i._trackChange,i)).on(C,h(i._inputHandler,i)),s.support.browser.msie&&(e=s.support.browser.version,e>8&&e<11&&(t=[n(b),n(w),n(y),n(k)].join(" "),i.element.on(t,h(i._legacyIEInputHandler,i)))))},_unbindInput:function(){var e=[C,n(y),n(b),n(w),n(k)].join(" ");this.element.off(e)},_editable:function(e){var t=this,n=t.element,i=t.wrapper,o=e.disable,r=e.readonly;t._unbindInput(),r||o?(n.attr(g,o).attr(v,r),i.toggleClass(p,o)):(n.removeAttr(g).removeAttr(v),i.removeClass(p),t._bindInput())},_change:function(){var e=this,t=e.value();t!==e._oldValue?(e._oldValue=t,e.trigger(_),e.element.trigger(_)):""===t&&e.__changing&&e.element.trigger(_)},inputChange:function(e){var t,n,o,l,c,d=this,u=d._old,h=d.element[0],f=h.value,p=a(h),m=p[1],g=f.length-u.length,v=s.support.mobileOS;d.__dropping&&g<0||(g===-1&&v.android&&"chrome"===v.browser&&(e=!0),t=r(m,i(f,u)),n=f.substring(t,m),h.value=f.substring(0,t)+d._emptyMask.substring(t),o=d._mask(t,m,n),l=d._trimStartPromptChars(f.substring(m),r(g,o-t)),c=d._unmask(l,u.length-l.length),d._mask(o,o,c),e&&(o=d._findCaretPosBackwards(t)),a(h,o),d.__dropping=!1)},_trimStartPromptChars:function(e,t){for(var n=this.options.promptChar;t-- >0&&0===e.indexOf(n);)e=e.substring(1);return e},_findCaretPosBackwards:function(e){var t=this._find(e,!0);return t-1||e<=this._maskLength;){if(n.charAt(e)!==this.tokens[e])return e;e+=i}return-1},_mask:function(e,n,i,o){var r,l,c,d,u=this.element[0],h=u.value||this._emptyMask,f=this.options.promptChar,p=0;for(e=this._find(e,o),e>n&&(n=e),l=this._unmask(h.substring(n),n),i=this._unmask(i,e),r=i.length,i&&(l=l.replace(RegExp("^_{0,"+r+"}"),"")),i+=l,h=h.split(""),c=i.charAt(p);er&&(d=e),e=this._find(e+1);return u.value=this._old=h.join(""),s._activeElement()===u&&(d===t&&(d=this._maskLength),a(u,d)),d},_unmask:function(t,n){var i,o,r,s,a,l,c,d;if(!t)return"";if(this._unmaskedValue===t)return this._unmaskedValue;for(t=(t+"").split(""),r=0,s=n||0,a=this.options.promptChar,l=t.length,c=this.tokens.length,d="";s=l)););return this._unmaskedValue=d,d},_wrapper:function(){var e=this,t=e.element,n=t[0],i=t.wrap("").parent();i[0].style.cssText=n.style.cssText,n.style.width="100%",e.wrapper=i.addClass(n.className)},_blinkInvalidState:function(){var e=this;e.wrapper.addClass(m),clearTimeout(e._invalidStateTimeout),e._invalidStateTimeout=f(h(e._removeInvalidState,e),100)},_removeInvalidState:function(){var e=this;e.wrapper.removeClass(m),e._invalidStateTimeout=null},_tokenize:function(){for(var e,t,n,i,o=[],r=0,a=this.options.mask||"",l=a.split(""),c=l.length,d=0,u="",h=this.options.promptChar,f=s.getCulture(this.options.culture).numberFormat,p=this._rules;d
          ').parent().wrap('
          ').parent()}function r(e){e.preventDefault()}function s(t,n){var i="next"===n?e.fn.next:e.fn.prev,o="next"===n?e.fn.first:e.fn.last,r=i.call(t);return r.is(":kendoFocusable")||!r.length?r:r.find(":kendoFocusable").length?o.call(r.find(":kendoFocusable")):s(r,n)}var a,l,c,d,u,h,f,p,m,g,v,_,b,w,y,k,x=window.kendo,C=x.Class,S=x.ui.Widget,T=e.proxy,D=x.isFunction,A=x.keys,E=x._outerWidth,I="k-toolbar",M="k-button",R="k-overflow-button",F="k-toggle-button",z="k-button-group",P="k-split-button",B="k-separator",L="k-popup",H="k-toolbar-resizable",N="k-state-active",O="k-state-disabled",V="k-state-hidden",U="k-group-start",W="k-group-end",q="k-primary",j="k-icon",G="k-i-",$="k-button-icon",Y="k-button-icontext",K="k-list-container k-split-container",Q="k-split-button-arrow",X="k-overflow-anchor",Z="k-overflow-container",J="k-toolbar-first-visible",ee="k-toolbar-last-visible",te="click",ne="toggle",ie="open",oe="close",re="overflowOpen",se="overflowClose",ae="never",le="auto",ce="always",de="k-overflow-hidden",ue=x.attr("uid");x.toolbar={},a={overflowAnchor:'
          ',overflowContainer:'
            '},x.toolbar.registerComponent=function(e,t,n){a[e]={toolbar:t,overflow:n}},l=x.Class.extend({addOverflowAttr:function(){this.element.attr(x.attr("overflow"),this.options.overflow||le)},addUidAttr:function(){this.element.attr(ue,this.options.uid)},addIdAttr:function(){this.options.id&&this.element.attr("id",this.options.id)},addOverflowIdAttr:function(){this.options.id&&this.element.attr("id",this.options.id+"_overflow")},attributes:function(){this.options.attributes&&this.element.attr(this.options.attributes)},show:function(){this.element.removeClass(V).show(),this.options.hidden=!1},hide:function(){this.element.addClass(V).hide(),this.options.hidden=!0},remove:function(){this.element.remove()},enable:function(e){e===t&&(e=!0),this.element.toggleClass(O,!e),this.options.enable=e},twin:function(){var e=this.element.attr(ue);return this.overflow?this.toolbar.element.find("["+ue+"='"+e+"']").data(this.options.type):this.toolbar.options.resizable?this.toolbar.popup.element.find("["+ue+"='"+e+"']").data(this.options.type):t}}),x.toolbar.Item=l,c=l.extend({init:function(n,i){var o=e(n.useButtonTag?'':'');this.element=o,this.options=n,this.toolbar=i,this.attributes(),n.primary&&o.addClass(q),n.togglable&&(o.addClass(F),this.toggle(n.selected)),n.url===t||n.useButtonTag||(o.attr("href",n.url),n.mobile&&o.attr(x.attr("role"),"button")),n.group&&(o.attr(x.attr("group"),n.group),this.group=this.toolbar.addToGroup(this,n.group)),!n.togglable&&n.click&&D(n.click)&&(this.clickHandler=n.click),n.togglable&&n.toggle&&D(n.toggle)&&(this.toggleHandler=n.toggle)},toggle:function(e,t){e=!!e,this.group&&e?this.group.select(this):this.group||this.select(e),t&&this.twin()&&this.twin().toggle(e)},getParentGroup:function(){if(this.options.isChild)return this.element.closest("."+z).data("buttonGroup")},_addGraphics:function(){var t,n,i,o=this.element,r=this.options.icon,s=this.options.spriteCssClass,a=this.options.imageUrl;(s||a||r)&&(t=!0,o.contents().filter(function(){return!e(this).hasClass("k-sprite")&&!e(this).hasClass(j)&&!e(this).hasClass("k-image")}).each(function(n,i){(1==i.nodeType||3==i.nodeType&&e.trim(i.nodeValue).length>0)&&(t=!1)}),o.addClass(t?$:Y)),r?(n=o.children("span."+j).first(),n[0]||(n=e('').prependTo(o)),n.addClass(G+r)):s?(n=o.children("span.k-sprite").first(),n[0]||(n=e('').prependTo(o)),n.addClass(s)):a&&(i=o.children("img.k-image").first(),i[0]||(i=e('icon').prependTo(o)),i.attr("src",a))}}),x.toolbar.Button=c,d=c.extend({init:function(e,t){c.fn.init.call(this,e,t);var n=this.element;n.addClass(M),this.addIdAttr(),e.align&&n.addClass("k-align-"+e.align),"overflow"!=e.showText&&e.text&&n.html(e.mobile?''+e.text+"":e.text),e.hasIcon="overflow"!=e.showIcon&&(e.icon||e.spriteCssClass||e.imageUrl),e.hasIcon&&this._addGraphics(),this.addUidAttr(),this.addOverflowAttr(),this.enable(e.enable),e.hidden&&this.hide(),this.element.data({type:"button",button:this})},select:function(e){e===t&&(e=!1),this.element.toggleClass(N,e),this.options.selected=e}}),x.toolbar.ToolBarButton=d,u=c.extend({init:function(e,t){this.overflow=!0,c.fn.init.call(this,e,t);var n=this.element;"toolbar"!=e.showText&&e.text&&n.html(e.mobile?''+e.text+"":''+e.text+""),e.hasIcon="toolbar"!=e.showIcon&&(e.icon||e.spriteCssClass||e.imageUrl),e.hasIcon&&this._addGraphics(),e.isChild||this._wrap(),this.addOverflowIdAttr(),this.attributes(),this.addUidAttr(),this.addOverflowAttr(),this.enable(e.enable),n.addClass(R+" "+M),e.hidden&&this.hide(),e.togglable&&this.toggle(e.selected),this.element.data({type:"button",button:this})},_wrap:function(){this.element=this.element.wrap("
          • ").parent()},overflowHidden:function(){this.element.addClass(de)},select:function(e){e===t&&(e=!1),this.options.isChild?this.element.toggleClass(N,e):this.element.find(".k-button").toggleClass(N,e),this.options.selected=e}}),x.toolbar.OverflowButton=u,x.toolbar.registerComponent("button",d,u),h=l.extend({createButtons:function(t){var n,i,o=this.options,r=o.buttons||[];for(i=0;i
            ");this.options=t,this.toolbar=n,this.addIdAttr(),t.align&&i.addClass("k-align-"+t.align),this.createButtons(d),this.attributes(),this.addUidAttr(),this.addOverflowAttr(),this.refresh(),i.addClass(z),this.element.data({type:"buttonGroup",buttonGroup:this})}}),x.toolbar.ToolBarButtonGroup=f,p=h.extend({init:function(t,n){var i=this.element=e("
          • ");this.options=t,this.toolbar=n,this.overflow=!0,this.addOverflowIdAttr(),this.createButtons(u),this.attributes(),this.addUidAttr(),this.addOverflowAttr(),this.refresh(),i.addClass((t.mobile?"":z)+" k-overflow-group"),this.element.data({type:"buttonGroup",buttonGroup:this})},overflowHidden:function(){this.element.addClass(de)}}),x.toolbar.OverflowButtonGroup=p,x.toolbar.registerComponent("buttonGroup",f,p),m=l.extend({init:function(t,n){var i=this.element=e('
            ');this.options=t,this.toolbar=n,this.mainButton=new d(e.extend({},t,{hidden:!1}),n),this.arrowButton=e(''),this.popupElement=e('
              '),this.mainButton.element.removeAttr("href tabindex").appendTo(i),this.arrowButton.appendTo(i),this.popupElement.appendTo(i),t.align&&i.addClass("k-align-"+t.align),t.id||(t.id=t.uid),i.attr("id",t.id+"_wrapper"),this.addOverflowAttr(),this.addUidAttr(),this.createMenuButtons(),this.createPopup(),this._navigatable(),this.mainButton.main=!0,this.enable(t.enable),t.hidden&&this.hide(),i.data({type:"splitButton",splitButton:this,kendoPopup:this.popup})},_navigatable:function(){var t=this;t.popupElement.on("keydown","."+M,function(n){var i=e(n.target).parent();n.preventDefault(),n.keyCode===A.ESC||n.keyCode===A.TAB||n.altKey&&n.keyCode===A.UP?(t.toggle(),t.focus()):n.keyCode===A.DOWN?s(i,"next").focus():n.keyCode===A.UP?s(i,"prev").focus():n.keyCode!==A.SPACEBAR&&n.keyCode!==A.ENTER||t.toolbar.userEvents.trigger("tap",{target:e(n.target)})})},createMenuButtons:function(){var t,n,i=this.options,o=i.menuButtons;for(n=0;n").parent().appendTo(this.popupElement)},createPopup:function(){var t=this.options,i=this.element;this.popupElement.attr("id",t.id+"_optionlist").attr(ue,t.rootUid),t.mobile&&(this.popupElement=o(this.popupElement)),this.popup=this.popupElement.kendoPopup({appendTo:t.mobile?e(t.mobile).children(".km-pane"):null,anchor:i,isRtl:this.toolbar._isRtl,copyAnchorStyles:!1,animation:t.animation,open:n,activate:function(){this.element.find(":kendoFocusable").first().focus()},close:function(){i.focus()}}).data("kendoPopup"),this.popup.element.on(te,"a.k-button",r)},remove:function(){this.popup.element.off(te,"a.k-button"),this.popup.destroy(),this.element.remove()},toggle:function(){this.popup.toggle()},enable:function(e){e===t&&(e=!0),this.mainButton.enable(e),this.options.enable=e},focus:function(){this.element.focus()},hide:function(){this.popup&&this.popup.close(),this.element.addClass(V).hide(),this.options.hidden=!0},show:function(){this.element.removeClass(V).hide(),this.options.hidden=!1}}),x.toolbar.ToolBarSplitButton=m,g=l.extend({init:function(t,n){var i,o,r=this.element=e('
            • '),s=t.menuButtons;for(this.options=t,this.toolbar=n,this.overflow=!0,this.mainButton=new u(e.extend({isChild:!0},t)),this.mainButton.element.appendTo(r),o=0;o 
              ");this.element=i,this.options=t,this.toolbar=n,this.attributes(),this.addIdAttr(),this.addUidAttr(),this.addOverflowAttr(),i.addClass(B),i.data({type:"separator",separator:this})}}),_=l.extend({init:function(t,n){var i=this.element=e("
            •  
            • ");this.element=i,this.options=t,this.toolbar=n,this.overflow=!0,this.attributes(),this.addUidAttr(),this.addOverflowIdAttr(),i.addClass(B),i.data({type:"separator",separator:this})},overflowHidden:function(){this.element.addClass(de)}}),x.toolbar.registerComponent("separator",v,_),b=l.extend({init:function(t,n,i){var o=D(t)?t(n):t;o=o instanceof jQuery?o.wrap("
              ").parent():e("
              ").html(o),this.element=o,this.options=n,this.options.type="template",this.toolbar=i,this.attributes(),this.addUidAttr(),this.addIdAttr(),this.addOverflowAttr(),o.data({type:"template",template:this})}}),x.toolbar.TemplateItem=b,w=l.extend({init:function(t,n,i){var o=e(D(t)?t(n):t);o=o instanceof jQuery?o.wrap("
            • ").parent():e("
            • ").html(o),this.element=o,this.options=n,this.options.type="template",this.toolbar=i,this.overflow=!0,this.attributes(),this.addUidAttr(),this.addOverflowIdAttr(),this.addOverflowAttr(),o.data({type:"template",template:this})},overflowHidden:function(){this.element.addClass(de)}}),x.toolbar.OverflowTemplateItem=w,y=C.extend({init:function(e){this.name=e,this.buttons=[]},add:function(e){this.buttons[this.buttons.length]=e},remove:function(t){var n=e.inArray(t,this.buttons);this.buttons.splice(n,1)},select:function(e){var t,n;for(n=0;n'),n=o(n)):t.overflowAnchor.append(''),t.popup=new x.ui.Popup(n,{origin:"bottom "+r,position:"top "+r,anchor:t.overflowAnchor,isRtl:i,animation:t.animation,appendTo:t.isMobile?e(t.isMobile).children(".km-pane"):null,copyAnchorStyles:!1,open:function(n){var o=x.wrap(t.popup.element).addClass("k-overflow-wrapper");t.isMobile?t.popup.container.css("max-height",parseFloat(e(".km-content:visible").innerHeight())-15+"px"):o.css("margin-left",(i?-1:1)*((E(o)-o.width())/2+1)),t.trigger(re)&&n.preventDefault()},activate:function(){this.element.find(":kendoFocusable").first().focus()},close:function(e){t.trigger(se)&&e.preventDefault(),this.element.focus()}}),t.popup.element.on("keydown","."+M,function(n){var i,o=e(n.target),r=o.parent(),a=r.is("."+z)||r.is("."+P);n.preventDefault(),n.keyCode===A.ESC||n.keyCode===A.TAB||n.altKey&&n.keyCode===A.UP?(t._toggleOverflow(),t.overflowAnchor.focus()):n.keyCode===A.DOWN?(i=!a||a&&o.is(":last-child")?r:o,s(i,"next").focus()):n.keyCode===A.UP?(i=!a||a&&o.is(":first-child")?r:o,s(i,"prev").focus()):n.keyCode!==A.SPACEBAR&&n.keyCode!==A.ENTER||t.userEvents.trigger("tap",{target:e(n.target)})}),t.popup.container=t.isMobile?t.popup.element.find("."+Z):t.popup.element,t.popup.container.attr(ue,this.uid)},_toggleOverflowAnchor:function(){ -var e=!1;e=this.options.mobile?this.popup.element.find("."+Z).children(":not(."+de+", ."+L+")").length>0:this.popup.element.children(":not(."+de+", ."+L+")").length>0,this.overflowAnchor.css(e?{visibility:"visible",width:""}:{visibility:"hidden",width:"1px"})},_buttonClick:function(n){var i,o,r,s,a,l,c,d=this,u=n.target.closest("."+Q).length;return n.preventDefault(),u?(d._toggle(n),t):(o=e(n.target).closest("."+M,d.element),o.hasClass(X)||(r=o.data("button"),!r&&d.popup&&(o=e(n.target).closest("."+R,d.popup.container),r=o.parent("li").data("button")),r&&r.options.enable&&(r.options.togglable?(a=D(r.toggleHandler)?r.toggleHandler:null,r.toggle(!r.options.selected,!0),l={target:o,group:r.options.group,checked:r.options.selected,id:r.options.id},a&&a.call(d,l),d.trigger(ne,l)):(a=D(r.clickHandler)?r.clickHandler:null,l={sender:d,target:o,id:r.options.id},a&&a.call(d,l),d.trigger(te,l)),r.options.url&&(r.options.attributes&&r.options.attributes.target&&(c=r.options.attributes.target),window.open(r.options.url,c||"_self")),o.hasClass(R)&&d.popup.close(),s=o.closest(".k-split-container"),s[0]&&(i=s.data("kendoPopup"),(i?i:s.parents(".km-popup-wrapper").data("kendoPopup")).close()))),t)},_navigatable:function(){var t=this;t.element.attr("tabindex",0).focus(function(){var t=e(this).find(":kendoFocusable:first");0!==t.length&&(t.is("."+X)&&(t=s(t,"next")),t[0].focus())}).on("keydown",T(t._keydown,t))},_keydown:function(n){var i,o,r,s,a,l,c,d=e(n.target),u=n.keyCode,h=this.element.children(":not(.k-separator):visible");return u===A.TAB&&(i=d.parentsUntil(this.element).last(),o=!1,r=!1,i.length||(i=d),i.is("."+X)&&(n.shiftKey&&n.preventDefault(),h.last().is(":kendoFocusable")?h.last().focus():h.last().find(":kendoFocusable").last().focus()),n.shiftKey||h.index(i)!==h.length-1||(o=!i.is("."+z)||d.is(":last-child")),s=h.index(i)===h.not(".k-overflow-anchor").first().index(),n.shiftKey&&s&&(r=!i.is("."+z)||d.is(":first-child")),o&&this.overflowAnchor&&"hidden"!==this.overflowAnchor.css("visibility")&&(n.preventDefault(),this.overflowAnchor.focus()),r&&(n.preventDefault(),a=this._getPrevFocusable(this.wrapper),a&&a.focus())),n.altKey&&u===A.DOWN?(l=e(document.activeElement).data("splitButton"),c=e(document.activeElement).is("."+X),l?l.toggle():c&&this._toggleOverflow(),t):u!==A.SPACEBAR&&u!==A.ENTER||d.is("input, checkbox")?t:(n.preventDefault(),d.is("."+P)&&(d=d.children().first()),this.userEvents.trigger("tap",{target:d}),t)},_getPrevFocusable:function(n){if(n.is("html"))return n;var i,o,r=n.prevAll();return r.each(function(){return o=e(this),o.is(":kendoFocusable")?(i=o,!1):o.find(":kendoFocusable").length>0?(i=o.find(":kendoFocusable").last(),!1):t}),i?i:this._getPrevFocusable(n.parent())},_toggle:function(t){var n,i=e(t.target).closest("."+P).data("splitButton");t.preventDefault(),i.options.enable&&(n=i.popup.element.is(":visible")?this.trigger(oe,{target:i.element}):this.trigger(ie,{target:i.element}),n||i.toggle())},_toggleOverflow:function(){this.popup.toggle()},_resize:function(e){var t=e.width;this.options.resizable&&(this.popup.close(),this._shrink(t),this._stretch(t),this._markVisibles(),this._toggleOverflowAnchor())},_childrenWidth:function(){var t=0;return this.element.children(":visible:not('."+V+"')").each(function(){t+=E(e(this),!0)}),Math.ceil(t)},_shrink:function(e){var t,n,i;if(e=0&&(t=n.eq(i),!(e>this._childrenWidth()));i--)this._hideItem(t)},_stretch:function(e){var t,n,i;if(e>this._childrenWidth())for(n=this.element.children(":hidden:not('."+V+"')"),i=0;ili[data-uid='"+e.data("uid")+"']").removeClass(de)},_showItem:function(e,t){return!!(e.length&&t>this._childrenWidth()+E(e,!0))&&(e.show(),this.popup&&this.popup.container.find(">li[data-uid='"+e.data("uid")+"']").addClass(de),!0)},_markVisibles:function(){var e=this.popup.container.children(),t=this.element.children(":not(.k-overflow-anchor)"),n=e.filter(":not(.k-overflow-hidden)"),i=t.filter(":visible");e.add(t).removeClass(J+" "+ee),n.first().add(i.first()).addClass(J),n.last().add(i.last()).addClass(ee)}}),x.ui.plugin(k)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.mediaplayer.min",["kendo.slider.min","kendo.toolbar.min","kendo.dropdownlist.min","kendo.tooltip.min"],e)}(function(){return function(e,t){var n=window.kendo,i="end",o="pause",r="play",s="ready",a="timeChange",l="volumeChange",c="k-i-full-screen",d="k-i-full-screen-exit",u="k-i-volume-off",h="k-i-volume-down",f="k-i-volume-up",p="k-mediaplayer-quality",m="k-i-play",g="k-i-pause",v="k-mediaplayer-titlebar",_="k-title",b="k-mediaplayer-toolbar-wrap",w="k-mediaplayer-toolbar",y="k-mediaplayer-seekbar",k="k-mediaplayer-volume",x="k-mediaplayer-media",C="k-mediaplayer-overlay",S="k-mediaplayer-yt",T=".",D=n.ui,A=".kendoMediaPlayer",E=new Date(1970,0,1),I=60*E.getTimezoneOffset(),M=n.ui.Widget,R=e.isArray,F={shortTime:"mm:ss",longTime:"HH:mm:ss"},z=n.template,P=e.proxy,B=n.keys,L={htmlPlayer:"",titleBar:z("
              Video Title
              "),toolBar:"
              ",youtubePlayer:"
              ",toolBarTime:"00:00:00 / 00:00:00",slider:"",volumeSlider:"",qualityDropDown:"",toolTip:"#= kendo.toString(new Date(value), 'HH:mm:ss') #"},H=M.extend({init:function(t,i){this.wrapper=e(t),M.fn.init.call(this,t,i),this.wrapper.addClass("k-mediaplayer k-widget"),i=this.options,this._currentIndex=0,this._createTitlebar(),this._createToolbar(),this._createDropDown(),this._createSlider(),this._createVolumeSlider(),this._timers={},this._aria(),this._navigatable(),i.media&&this.media(this.options.media),n.notify(this)},events:[i,o,r,s,a,l],options:{name:"MediaPlayer",autoPlay:!1,autoRepeat:!1,volume:100,fullScreen:!1,mute:!1,navigatable:!1,forwardSeek:!0,media:null,messages:{pause:"Pause",play:"Play",mute:"Mute",unmute:"Unmute",quality:"Quality",fullscreen:"Full Screen"}},_msToTime:function(e){var t=new Date(E.getTime());return t.setSeconds(e),t},_timeToSec:function(e){var t=new Date(e).getTime();return t/1e3},_createTitlebar:function(){this._titleBar=this.wrapper.find(T+v),0===this._titleBar.length&&(this.wrapper.append(L.titleBar),this._titleBar=this.wrapper.find(T+v))},_createSlider:function(){var e=this.wrapper.find(T+y);this._slider||(this._sliderDragChangeHandler=P(this._sliderDragChange,this),this._sliderDraggingHandler=P(this._sliderDragging,this),e=this.wrapper.find(T+y),this._slider=new D.Slider(e[0],{smallStep:1e3,tickPlacement:"none",showButtons:!1,change:this._sliderDragChangeHandler,slide:this._sliderDraggingHandler,tooltip:{template:L.toolTip},dragHandleTitle:""}))},_createVolumeSlider:function(){var e=this.wrapper.find(T+k);this._volumeSlider||(this._volumeDraggingHandler=P(this._volumeDragging,this),this._volumeChangeHandler=P(this._volumeChange,this),e.width(87),this._volumeSlider=new D.Slider(e[0],{smallStep:1,min:0,max:100,value:this.options.volume,slide:this._volumeDraggingHandler,change:this._volumeChangeHandler,tickPlacement:"none",showButtons:!1,tooltip:{enabled:!1},dragHandleTitle:""}))},_resetTime:function(){this._youTubeVideo?this._ytmedia.seekTo(0,!0):this._media.currentTime=0,this._mediaTimeUpdate(),e.grep(this._toolBar.options.items,function(e){return!!e.template}).template=L.toolBarTime},_currentUrl:function(){var e=this.media();return R(e.source)?e.source[this._currentIndex].url:e.source},_isYouTubeUrl:function(){return!!this._currentUrl().match("youtube.com/|youtu.be/")},_setPlayerUrl:function(){var e,t=this._youTubeVideo;this.stop(),this._youTubeVideo=this._isYouTubeUrl(),t!==this._youTubeVideo&&(this.wrapper.find(T+S).toggle(),this.wrapper.find(T+x).toggle()),e=this._media||this._ytmedia,this._initializePlayer(),e&&(this.mute(this.mute()),this.volume(this.volume())),this._youTubeVideo?this._ytmedia&&(this._videoOverlay&&this._videoOverlay.hide(),this.options.autoPlay?(this._ytmedia.loadVideoById(this._getMediaId()),this._playStateToggle(!0)):(this._ytmedia.cueVideoById(this._getMediaId()),this._playStateToggle(!0))):(this._videoOverlay.show(),this.wrapper.find(T+x+" > source").remove(),this.wrapper.find(T+x).attr("src",this._currentUrl()),this.options.autoPlay&&this.play())},_createToolbar:function(){var t=this.wrapper.find(T+w);0===t.length&&(this._toolbarClickHandler=P(this._toolbarClick,this),this.wrapper.append(L.toolBar),t=this.wrapper.find(T+w),t.width(this.wrapper.find(T+x).width()),this._toolBar=new D.ToolBar(t,{click:this._toolbarClickHandler,resizable:!1,items:[{type:"button",attributes:{"class":"k-play-button"},icon:"play"},{template:L.toolBarTime,attributes:{"class":"k-mediaplayer-currenttime-wrap"}},{type:"separator",attributes:{"class":"k-toolbar-spacer"}},{type:"button",attributes:{"class":"k-volume-button"},icon:"volume-up"},{template:L.volumeSlider,attributes:{"class":"k-mediaplayer-volume-wrap"}},{template:L.qualityDropDown,attributes:{"class":"k-mediaplayer-quality-wrap"}},{type:"button",attributes:{"class":"k-fullscreen-button"},icon:"full-screen"}]}),t.before(L.slider),this._volumeButton=t.find(".k-volume-button"),this._fullscreenButton=t.find(".k-fullscreen-button"),this._volumeButton.attr("title",this.options.mute?this.options.messages.unmute:this.options.messages.mute),this._volumeButton.attr("aria-label",this.options.mute?this.options.messages.unmute:this.options.messages.mute),this._fullscreenButton.attr("title",this.options.messages.fullscreen),this._fullscreenButton.attr("aria-label",this.options.messages.fullscreen),t.width("auto"),this._currentTimeElement=t.find(".k-mediaplayer-currenttime"),this._durationElement=t.find(".k-mediaplayer-duration"),this._playButton=t.find(".k-play-button"),this._playButtonSpan=this._playButton.find(".k-i-play"),this.options.autoPlay&&this._playStateToggle(!0),e([this._volumeButton[0],t.find(".k-mediaplayer-volume-wrap")[0],t.find(".k-mediaplayer-quality-wrap")[0],this._fullscreenButton[0]]).wrapAll("
              "),t.find(".k-button").addClass("k-bare"))},_createDropDown:function(){var e=this.wrapper.find(T+p),n=this.media();t===e.data("kendoDropDownList")&&(this._dropDownSelectHandler=P(this._dropDownSelect,this),this._dropDown=new D.DropDownList(e,{dataTextField:"quality",dataValueField:"url",popup:{position:"bottom",origin:"top",appendTo:this.wrapper},animation:{open:{effects:"slideIn:up",duration:1}},select:this._dropDownSelectHandler}),n&&R(n.source)&&(this._dropDown.setDataSource(n.source),this._dropDown.select(0)),this._dropDown.wrapper.addClass("k-button k-bare"),this._dropDown.wrapper.attr("title",this.options.messages.quality).hide(),this._dropDown.wrapper.find("span.k-i-arrow-60-down").removeClass("k-i-arrow-60-down").addClass("k-icon k-i-hd"),this._dropDown.list.addClass("k-quality-list"))},_dropDownSelect:function(e){this._currentIndex!==e.item.index()&&(this._currentIndex=e.item.index(),this._setPlayerUrl())},_toolbarClick:function(t){var n,i=e(t.target).children().first(),o=i.hasClass(m);this.media()&&((i.hasClass(m)||i.hasClass(g))&&(o?this.play():this.pause()),(i.hasClass(c)||i.hasClass(d))&&(this._isInFullScreen?(i.removeClass(d).addClass(c),this.fullScreen(!1)):(i.removeClass(c).addClass(d),this.fullScreen(!0))),(i.hasClass(u)||i.hasClass(h)||i.hasClass(f))&&(n=this.mute(),this.mute(!n)))},_sliderDragging:function(){this.media()&&(this._isDragging=!0)},_sliderDragChange:function(e){var t=this,n=e.sender,i=1e3*I;this.media()&&(t._sliderChangeFired=!0,t._isDragging=!1,!this.options.forwardSeek&&n.value()>this._seekBarLastPosition?setTimeout(function(){n.value(t._seekBarLastPosition)},1):this._youTubeVideo?t._ytmedia.seekTo(t._timeToSec(e.value-i)):t._media.currentTime=t._timeToSec(e.value-i),t.trigger(a),t._preventPlay=!0)},_changeVolumeButtonImage:function(e){var t=this._volumeButton,n=t.find("span"),i=n.attr("class");i=i.substring(0,i.lastIndexOf(" ")),0===e?(n.attr("class",i+" "+u),t.attr("title",this.options.messages.unmute),t.attr("aria-label",this.options.messages.unmute)):e>0&&e<51?(n.attr("class",i+" "+h),t.attr("title",this.options.messages.mute),t.attr("aria-label",this.options.messages.mute)):(n.attr("class",i+" "+f),t.attr("title",this.options.messages.mute),t.attr("aria-label",this.options.messages.mute))},_volumeDragging:function(e){this.media()&&(this.volume(e.value),this._changeVolumeButtonImage(e.value),this.trigger(l))},_volumeChange:function(e){this.media()&&(this.volume(e.value),this._changeVolumeButtonImage(e.value),this.trigger(l))},_mediaTimeUpdate:function(){var e=this._youTubeVideo?this._ytmedia.getCurrentTime():this._media.currentTime,t=this._msToTime(e);return this._currentTimeElement.text(n.toString(t,this._timeFormat)),this._isDragging||(this._seekBarLastPosition=1e3*(e+I),this._slider.value(this._seekBarLastPosition)),this.isPlaying()},_playStateToggle:function(e){t===e&&(e=this._playButtonSpan.is(T+m)),e?(this._playButtonSpan.removeClass(m).addClass(g),this._playButton.attr("title",this.options.messages.pause),this._playButton.attr("aria-label",this.options.messages.pause)):(this._playButtonSpan.removeClass(g).addClass(m),this._playButton.attr("title",this.options.messages.play),this._playButton.attr("aria-label",this.options.messages.play))},_mediaEnded:function(){this._playStateToggle(!1),this._currentTimeElement.text(n.toString(this._msToTime(0),this._timeFormat)),this._slider.value(1e3*(0+I)),this.trigger(i)},_mediaPlay:function(){this.trigger(r)},_mediaReady:function(){this.trigger(s)},_mediaDurationChange:function(){var e=this._msToTime(this._youTubeVideo?this._ytmedia.getDuration():this._media.duration);this._timeFormat=0===e.getHours()?F.shortTime:F.longTime,this._durationElement.text(n.toString(e,this._timeFormat)),this._slider.setOptions({min:E.getTime(),max:e.getTime()}),this._isFirstRun||(this._resetTime(),this._isFirstRun=!0)},_createYoutubePlayer:function(){this._mediaTimeUpdateHandler=P(this._mediaTimeUpdate,this),this._mediaDurationChangeHandler=P(this._mediaDurationChange,this),this.wrapper.prepend(L.youtubePlayer),this._ytPlayer=this.wrapper.find(T+S)[0],e(this._ytPlayer).css({width:this.wrapper.width(),height:this.wrapper.height()}),window.YT&&window.YT.Player?this._configurePlayer():(window.onYouTubeIframeAPIReadyRegister||(window.onYouTubeIframeAPIReadyRegister=[],e.getScript("https://www.youtube.com/iframe_api"),window.onYouTubeIframeAPIReady=function(){if(window.onYouTubeIframeAPIReadyRegister)for(var e=0;e
              "),this._videoOverlay=this.wrapper.find(".k-mediaplayer-overlay").on("click"+A,this._mouseClickHanlder)),this._mediaTimeUpdateHandler=P(this._mediaTimeUpdate,this),this._mediaDurationChangeHandler=P(this._mediaDurationChange,this),this._mediaEndedHandler=P(this._mediaEnded,this),this._mediaCanPlayHandler=P(this._mediaReady,this),this._mediaPlayHandler=P(this._mediaPlay,this),this._videoOverlay.after(L.htmlPlayer),this._media=this.wrapper.find(T+x)[0],e(this._media).css({width:"100%",height:"100%"}),this.options.mute&&this.mute(!0),this._media.ontimeupdate=this._mediaTimeUpdateHandler,this._media.ondurationchange=this._mediaDurationChangeHandler,this._media.oncanplay=this._mediaCanPlayHandler,this._media.onplay=this._mediaPlayHandler,this._media.onended=this._mediaEndedHandler},_mouseIn:function(){this._uiDisplay(!0)},_mouseOut:function(){this._poll("mouseIdle",this._mouseIdle,3e3,this)},_mouseIdle:function(){return this._uiDisplay(!1),!1},_mouseMove:function(){this._titleBar.is(":animated")||this._toolBar.element.is(":animated")||this._slider.wrapper.is(":animated")||this._uiDisplay(!0),this._poll("mouseIdle",this._mouseIdle,3e3,this)},_uiDisplay:function(e){var t="slow",n=this._titleBar.add(this._toolBar.element.parent());e?n.fadeIn(t):n.fadeOut(t)},setOptions:function(e){M.fn.setOptions.call(this,e)},destroy:function(){M.fn.destroy.call(this),this.isPaused()||this.pause(),this.element.off(A),this.element.find(T+C).off(A),this._timers=null,this._mouseMoveHandler=null,this._mouseOutHandler=null,this._mouseInHandler=null,this._mouseClickHanlder=null,this._keyDownHandler=null,this._fullscreenHandler=null,this._toolbarClickHandler=null,this._sliderDragChangeHandler=null,this._sliderDraggingHandler=null,this._volumeDraggingHandler=null,this._volumeChangeHandler=null,this._youtubeApiReadyHandler=null,this._onYouTubePlayerReady=null,this._onPlayerStateChangeHandler=null,this._dropDownSelectHandler=null,this._youTubeVideo?this._ytmedia.destroy():(this._media.ontimeupdate=this._mediaTimeUpdateHandler=null,this._media.ondurationchange=this._mediaDurationChangeHandler=null,this._media.oncanplay=this._mediaCanPlayHandler=null,this._media.onplay=this._mediaPlayHandler=null,this._media.onended=this._mediaEndedHandler=null,this._media.src="",this._media.remove()),this._mouseMoveTimer=null,clearTimeout(this._mouseMoveTimer),n.destroy(this.element)},seek:function(e){if(t===e)return 1e3*this._youTubeVideo?this._ytmedia.getCurrentTime():this._media?this._media.currentTime:0;var n=e/1e3;return this._youTubeVideo?n+3>=this._ytmedia.getDuration()|0?this._ytmedia.seekTo(this._ytmedia.getDuration()-3|0,!0):this._ytmedia.seekTo(n,!0):this._media.currentTime=n,this},play:function(){return this._youTubeVideo?this._ytmedia.playVideo():(this._uiDisplay(!1),this._media.play()),this._paused=!1,this._playStateToggle(!0),this},stop:function(){return this._youTubeVideo&&this._ytmedia?this._ytmedia.stopVideo():this._media&&!this._youTubeVideo&&(this._uiDisplay(!0),this._media.pause(),this._media.currentTime=0),this._paused=!0,this._playStateToggle(!1),this},pause:function(){return this._youTubeVideo?this._ytmedia.pauseVideo():(this._uiDisplay(!0),this._media.pause()),this._paused=!0,this._playStateToggle(!1),this.trigger(o),this},toolbar:function(){return this._toolBar},dropdown:function(){return this._dropDown},titlebar:function(){return this._titleBar},fullScreen:function(e){if(t===e)return this._isInFullScreen||!1;var n=this.element.get(0);e?(this.element.addClass("k-mediaplayer-fullscreen"),n.requestFullscreen?n.requestFullscreen():n.webkitRequestFullscreen?n.webkitRequestFullscreen():n.mozRequestFullScreen?n.mozRequestFullScreen():n.msRequestFullscreen&&n.msRequestFullscreen(),this._isInFullScreen=!0):(document.cancelFullscreen?document.cancelFullscreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msCancelFullscreen?document.msCancelFullscreen():document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen&&document.msExitFullscreen(),this.element.removeClass("k-mediaplayer-fullscreen"),this._isInFullScreen=!1),this._slider.resize()},volume:function(e){return t===e?t!==this._volume?this._volume:this._volume=this.options.volume:(this._volume=e,this.mute(e<=0),this._youTubeVideo?this._ytmedia.setVolume(this._volume):this._media.volume=this._volume/100,this._volumeSlider.value(e),t)},mute:function(e){var n=this._youTubeVideo?this._ytmedia&&this._ytmedia.isMuted():this._media&&this._media.muted;return t===e||e===n?n:(this._youTubeVideo?e?this._ytmedia.mute():this._ytmedia.unMute():this._media.muted=e,this._volumeSlider.value(e?0:this._media&&100*this._media.volume||this._ytmedia&&this._ytmedia.getVolume()),this.trigger(l),this._changeVolumeButtonImage(this._volumeSlider.value()),t)},isEnded:function(){return this._youTubeVideo?0===this._ytmedia.getPlayerState():this._media.ended},media:function(e){var n=this.dropdown();return t===e?t!==this._mediaData?this._mediaData:this._mediaData=this.options.media:(R(e.source)?(n.setDataSource(e.source),n.wrapper.show()):n.wrapper.hide(),this._mediaData=e,this._updateTitle(),this._setPlayerUrl(),t)},isPaused:function(){return this._paused},isPlaying:function(){return!this.isEnded()&&!this._paused},_aria:function(){this.wrapper.attr("role","region")},_navigatable:function(){this._fullscreenHandler=P(this._fullscreen,this),e(document).on("webkitfullscreenchange mozfullscreenchange fullscreenchange"+A,this._fullscreenHandler),this.options.navigatable&&(this.wrapper.attr("tabIndex",0),this._keyDownHandler=P(this._keyDown,this),this.wrapper.on("keydown"+A,this._keyDownHandler))},_fullscreen:function(){var e=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen;this._uiDisplay(!0),this._slider.resize(),e||(this.wrapper.find('span[class*="k-i-fullscreen"]').removeClass(d).addClass(c),this.fullScreen(!1))},_keyDown:function(e){var t,n;e.preventDefault(),t=this.wrapper.find('span[class*="k-i-fullscreen"]'),e.keyCode===B.SPACEBAR?this.isPlaying()?this.pause():this.play():e.keyCode!==B.ENTER||this._isInFullScreen?77===e.keyCode?(n=this.mute(),this.mute(!n)):e.keyCode===B.ESC&&this._isInFullScreen&&(t.removeClass(d).addClass(c),this.fullScreen(!1)):(t.removeClass(c).addClass(d),this.fullScreen(!0))},_error:function(){},_progress:function(){}});D.plugin(H)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.pivotgrid.min",["kendo.dom.min","kendo.data.min"],e)}(function(){return function(e,t){function n(e){var n="string"==typeof e?[{name:e}]:e,i="[object Array]"===we.call(n)?n:n!==t?[n]:[];return ke(i,function(e){return"string"==typeof e?{name:e}:{name:e.name,type:e.type}})}function i(e){var n="string"==typeof e?[{name:[e],expand:!1}]:e,i="[object Array]"===we.call(n)?n:n!==t?[n]:[];return ke(i,function(e){return"string"==typeof e?{name:[e],expand:!1}:{name:"[object Array]"===we.call(e.name)?e.name.slice():[e.name],expand:e.expand}})}function o(e){return e.indexOf(" ")!==-1&&(e='["'+e+'"]'),e}function r(e,t,n,i){var o,s,a,l;if(n||(n=t),i||(i=0),l=n.members[i],l&&!l.measure){if(a=l.children,s=a.length,n===t?e[fe.stringify([l.name])]=!!s:s&&(e[fe.stringify(ae(n,i))]=!0),s)for(o=0;o0});return n}function c(e,t,n){var o,r;return e=e||{},a(t,e),n.length>1&&t.push({name:De,measure:!0,children:i(n)}),o={members:t},e.tuples&&(r=x(e.tuples,o),r.tuple&&(t=l(r.tuple))),t}function d(e){var t=fe.getter(e.field,!0);return function(n,i){return e.aggregate(t(n.dataItem),i,n)}}function u(e){return"number"==typeof e&&!isNaN(e)}function h(e){return e&&e.getTime}function f(e){return e[e.length]={value:"",fmtValue:"",ordinal:e.length},e}function p(e,t,n){if(e.tuples.length<_(t.tuples,n))return t}function m(e,t,n,i,o){var r,s,a,l=e.length,c=_(t,i),d=i.length||1;for(s=0;s1&&(i+=1);s;)s.name===De?r+=i:s.children?[].push.apply(o,s.children):(r++,[].push.apply(o,s.members)),s=o.shift();return r}function y(e,t,n){var i,o,r,s,a,l;if(!t[0])return{parsedRoot:null,tuples:e,memberIndex:0,index:0};if(i=x(e,t[0]),!i.tuple)return{parsedRoot:null,tuples:t,memberIndex:0,index:0};if(o=i.tuple.members,r=t[0].members,s=-1,o.length!==r.length)return{parsedRoot:null,tuples:t,memberIndex:0,index:0};for(a=0,l=o.length;a2?t[0]+"."+t[1]:e}function F(e,t){var n=e.length-1,i=e[n],o=z(t,i);return o&&o.dir?i="ORDER("+i+".Children,"+o.field+".CurrentMember.MEMBER_CAPTION,"+o.dir+")":i+=".Children",e[n]=i,e}function z(e,t){for(var n=0,i=e.length;n2?(t=e.pop(),n+=P(e)):(n+=e.shift(),t=e.pop()),n+="},{",n+=t,n+="})"}function B(e,t){var n=e.slice(0);return t.length>1&&n.push("{"+L(t).join(",")+"}"),P(n)}function L(e){for(var n,i=0,o=e.length,r=[];i1)l.push(t);else{for(r=R(o[0]),n=0,i=c.length;n1||t.length>1){for(s.push(B(r,t));l=0;i--)n="SELECT (",n+=W(r[i]),n+=") ON 0",i==s-1?(n+=" FROM ["+t+"]",o=n):o=n+" FROM ( "+o+" )";return o}function j(e,t,n){var i,o,r="";if(t){r+="<"+e+">";for(o in t)i=t[o],n&&(o=o.replace(/([A-Z]+(?=$|[A-Z][a-z])|[A-Z]?[a-z]+)/g,"$1_").toUpperCase().replace(/_$/,"")),r+="<"+o+">"+i+"";r+=""}else r+="<"+e+"/>";return r}function G(e){if(null==e)return[];var t=we.call(e); -return"[object Array]"!==t?[e]:e}function $(e){var t,n,i,o,r={tuples:[]},s=G(fe.getter("Tuples.Tuple",!0)(e)),a=fe.getter("Caption['#text']"),l=fe.getter("UName['#text']"),c=fe.getter("LName['#text']"),d=fe.getter("LNum['#text']"),u=fe.getter("CHILDREN_CARDINALITY['#text']",!0),h=fe.getter("['@Hierarchy']"),f=fe.getter("PARENT_UNIQUE_NAME['#text']",!0);for(t=0;t0,parentName:f(i[o]),hierarchy:h(i[o])});r.tuples.push({members:n})}return r}var Y,K,Q,X,Z,J,ee,te,ne,ie,oe,re,se,ae,le,ce,de,ue,he,fe=window.kendo,pe=fe.ui,me=fe.Class,ge=pe.Widget,ve=fe.data.DataSource,_e=fe._outerWidth,be=fe._outerHeight,we={}.toString,ye=function(e){return e},ke=e.map,xe=e.extend,Ce=fe.isFunction,Se="change",Te="error",De="Measures",Ae="progress",Ee="stateReset",Ie="auto",Me="
              ",Re=".kendoPivotGrid",Fe="__row_total__",ze="dataBinding",Pe="dataBound",Be="expandMember",Le="collapseMember",He="k-i-collapse",Ne="k-i-expand",Oe="#: data.member.caption || data.member.name #",Ve='',Ue='',We='#= data.dataItem ? kendo.htmlEncode(data.dataItem.fmtValue || data.dataItem.value) || " " : " " #',qe='
              ',je="rows",Ge="columns",$e={sum:function(e,t){var n=t.accumulator;return u(n)?u(e)&&(n+=e):n=e,n},count:function(e,t){return(t.accumulator||0)+1},average:{aggregate:function(e,n){var i=n.accumulator;return n.count===t&&(n.count=0),u(i)?u(e)&&(i+=e):i=e,u(e)&&n.count++,i},result:function(e){var t=e.accumulator;return u(t)&&(t/=e.count),t}},max:function(e,t){var n=t.accumulator;return u(n)||h(n)||(n=e),ne&&(u(e)||h(e))&&(n=e),n}},Ye=me.extend({init:function(e){this.options=xe({},this.options,e),this.dimensions=this._normalizeDescriptors("field",this.options.dimensions),this.measures=this._normalizeDescriptors("name",this.options.measures)},_normalizeDescriptors:function(e,t){var n,i,o,r;if(t=t||{},n={},"[object Array]"===we.call(t)){for(o=0,r=t.length;o1?r[0]:t,hierarchy:o};a>1&&(i.members[i.members.length]={children:[],caption:n[c].caption,name:n[c].descriptor.name,levelName:"MEASURES",levelNum:"0",hasChildren:!1,parentName:t,hierarchy:"MEASURES"}),u[u.length]=i}h.push(Fe)}return{keys:h,tuples:u}},_expandedTuples:function(e,n,i){var o,r,s,a,l,c,d,u,h,f,p,m=i.length||1,g=this.dimensions||[],v=[],_=[];for(s in e){for(a=e[s],d=this._findExpandedMember(n,a.uniquePath),l=v[d.index]||[],c=_[d.index]||[],u=d.member.names,o=0;o1?h[0]:t,hierarchy:f});m>1&&(r.members[r.members.length]={children:[],caption:i[o].caption,name:i[o].descriptor.name,levelName:"MEASURES",levelNum:"0",hasChildren:!0,parentName:t,hierarchy:"MEASURES"}),l[l.length]=r}v[d.index]=l,_[d.index]=c}return{keys:_,tuples:v}},_findExpandedMember:function(e,t){for(var n=0;n0;)if(o=l[--c].split("&"),o.length>1&&(r=o[0],s=o[1],a=i[r](e),a=a!==t&&null!==a?""+a:a,a!=s))return!1;return!0},_calculateAggregate:function(e,t,n){var i,o,r,s={};for(r=0;r1?r[t[0]]=fe.getter(t[0],!0):r[n]=fe.getter(o(n),!0);return r},_parseDescriptors:function(e){var t,n=V(e),i=N(n.root),o=n.expanded,r=[];for(t=0;t1)||n.columns&&n.columns.length||(s={root:[],expanded:[]}),I=this._asTuples(c,s,r?[]:f),M=this._asTuples(d,a,r?f:[]),c=I.tuples,d=M.tuples,l=this._toDataArray(l,this._measuresInfo(f,r),M.keys,I.keys)):l=c=d=[],{axes:{columns:{tuples:c},rows:{tuples:d}},data:l}}}),Ke=me.extend({init:function(e,t){this.transport=t,this.options=t.options||{},this.transport.discover||Ce(e.discover)&&(this.discover=e.discover)},read:function(e){return this.transport.read(e)},update:function(e){return this.transport.update(e)},create:function(e){return this.transport.create(e)},destroy:function(e){return this.transport.destroy(e)},discover:function(e){return this.transport.discover?this.transport.discover(e):(e.success({}),t)},catalog:function(n){var i,o=this.options||{};return n===t?(o.connection||{}).catalog:(i=o.connection||{},i.catalog=n,this.options.connection=i,e.extend(this.transport.options,{connection:i}),t)},cube:function(e){var n,i=this.options||{};return e===t?(i.connection||{}).cube:(n=i.connection||{},n.cube=e,this.options.connection=n,xe(!0,this.transport.options,{connection:n}),t)}}),Qe=ve.extend({init:function(t){var o,r=((t||{}).schema||{}).cube,s="columns",a={axes:ye,cubes:ye,catalogs:ye,measures:ye,dimensions:ye,hierarchies:ye,levels:ye,members:ye};r&&(a=e.extend(a,this._cubeSchema(r)),this.cubeBuilder=new Ye(r)),ve.fn.init.call(this,xe(!0,{},{schema:a},t)),this.transport=new Ke(this.options.transport||{},this.transport),this._columns=i(this.options.columns),this._rows=i(this.options.rows),o=this.options.measures||[],"[object Object]"===we.call(o)&&(s=o.axis||"columns",o=o.values||[]),this._measures=n(o),this._measuresAxis=s,this._skipNormalize=0,this._axes={}},_cubeSchema:function(t){return{dimensions:function(){var e,n=[],i=t.dimensions;for(e in i)n.push({name:e,caption:i[e].caption||e,uniqueName:e,defaultHierarchy:e,type:1});return t.measures&&n.push({name:De,caption:De,uniqueName:De,type:2}),n},hierarchies:function(){return[]},measures:function(){var e,n=[],i=t.measures;for(e in i)n.push({name:e,caption:e,uniqueName:e,aggregator:e});return n},members:e.proxy(function(e,n){var i,r,s=n.levelUniqueName||n.memberUniqueName,a=this.options.schema.data,l=Ce(a)?a:fe.getter(a,!0),c=this.options.data&&l(this.options.data)||this._rawData||[],d=[],u=0,h={};if(s&&(s=s.split(".")[0]),!n.treeOp)return d.push({caption:t.dimensions[s].caption||s,childrenCardinality:"1",dimensionUniqueName:s,hierarchyUniqueName:s,levelUniqueName:s,name:s,uniqueName:s}),d;for(i=fe.getter(o(s),!0);u0&&(c=d,o-=d),r=0;r0&&(n-=l,e.splice(0,i*l)),o=0;o1&&(t=e)),t},_rowMeasures:function(){var e=this.measures(),t=[];return"rows"===this.measuresAxis()&&(0===this.rows().length?t=e:e.length>1&&(t=e)),t},_updateLocalData:function(e,t){this.cubeBuilder&&(t&&(this._requestData=t),e=this._processResult(e)),this._data=this._observe(e),this._ranges=[],this._addRange(this._data),this._total=this._data.length,this._pristineTotal=this._total,this._process(this._data)},data:function(e){var n=this;return e===t?n._data:(this._pristineData=e.slice(0),this._updateLocalData(e,{columns:this.columns(),rows:this.rows(),measures:this.measures()}),t)},_normalizeTuples:function(e,t,n,i){var o,r,s,a=i.length||1,l=0,c=[],d={},u=0;if(e.length){if(this._skipNormalize<=0&&!this._hasRoot(e[0],t,n)){for(this._skipNormalize=0;l=a&&(u=0),o.members[r].name!==i[u].name&&(e.splice(l,0,this._createTuple(o,i[u])),d[l]=l),l+=1,u+=1,o=e[l],a>u&&(!o||le(s,r-1)!==le(o,r-1))){for(;u1)for(i+=1;i 0',doesnotcontain:', InStr({0}.CurrentMember.MEMBER_CAPTION,"{1}")',startswith:', Left({0}.CurrentMember.MEMBER_CAPTION,Len("{1}"))="{1}"',endswith:', Right({0}.CurrentMember.MEMBER_CAPTION,Len("{1}"))="{1}"',eq:', {0}.CurrentMember.MEMBER_CAPTION = "{1}"',neq:', {0}.CurrentMember.MEMBER_CAPTION = "{1}"'},K={schemaCubes:"MDSCHEMA_CUBES",schemaCatalogs:"DBSCHEMA_CATALOGS",schemaMeasures:"MDSCHEMA_MEASURES",schemaDimensions:"MDSCHEMA_DIMENSIONS",schemaHierarchies:"MDSCHEMA_HIERARCHIES",schemaLevels:"MDSCHEMA_LEVELS",schemaMembers:"MDSCHEMA_MEMBERS",schemaKPIs:"MDSCHEMA_KPIS"},Q={read:function(e){var t,n,i,o,r,s='
              ';return s+="SELECT NON EMPTY {",t=e.columns||[],n=e.rows||[],i=e.measures||[],o="rows"===e.measuresAxis,r=e.sort||[],!t.length&&n.length&&(!i.length||i.length&&o)&&(t=n,n=[],o=!1),t.length||n.length||(o=!1),t.length?s+=U(t,o?[]:i,r):i.length&&!o&&(s+=L(i).join(",")),s+="} DIMENSION PROPERTIES CHILDREN_CARDINALITY, PARENT_UNIQUE_NAME ON COLUMNS",(n.length||o&&i.length>1)&&(s+=", NON EMPTY {",s+=n.length?U(n,o?i:[],r):L(i).join(","),s+="} DIMENSION PROPERTIES CHILDREN_CARDINALITY, PARENT_UNIQUE_NAME ON ROWS"),e.filter?(s+=" FROM ",s+="(",s+=q(e.filter,e.connection.cube),s+=")"):s+=" FROM ["+e.connection.cube+"]",1==i.length&&t.length&&(s+=" WHERE ("+L(i).join(",")+")"),s+=""+e.connection.catalog+"Multidimensional",s.replace(/\&/g,"&")},discover:function(t){t=t||{};var n='
              ';return n+=""+(K[t.command]||t.command)+"",n+=""+j("RestrictionList",t.restrictions,!0)+"",t.connection&&t.connection.catalog&&(t.properties=e.extend({},{Catalog:t.connection.catalog},t.properties)),n+=""+j("PropertyList",t.properties)+"",n+=""}},X=fe.data.RemoteTransport.extend({init:function(e){var t=e;e=this.options=xe(!0,{},this.options,e),fe.data.RemoteTransport.call(this,e),Ce(t.discover)?this.discover=t.discover:"string"==typeof t.discover?this.options.discover={url:t.discover}:t.discover||(this.options.discover=this.options.read)},setup:function(t,n){return t.data=t.data||{},e.extend(!0,t.data,{connection:this.options.connection}),fe.data.RemoteTransport.fn.setup.call(this,t,n)},options:{read:{dataType:"text",contentType:"text/xml",type:"POST"},discover:{dataType:"text",contentType:"text/xml",type:"POST"},parameterMap:function(e,t){return Q[t](e,t)}},discover:function(t){return e.ajax(this.setup(t,"discover"))}}),Z={cubes:{name:fe.getter("CUBE_NAME['#text']",!0),caption:fe.getter("CUBE_CAPTION['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0),type:fe.getter("CUBE_TYPE['#text']",!0)},catalogs:{name:fe.getter("CATALOG_NAME['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0)},measures:{name:fe.getter("MEASURE_NAME['#text']",!0),caption:fe.getter("MEASURE_CAPTION['#text']",!0),uniqueName:fe.getter("MEASURE_UNIQUE_NAME['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0),aggregator:fe.getter("MEASURE_AGGREGATOR['#text']",!0),groupName:fe.getter("MEASUREGROUP_NAME['#text']",!0),displayFolder:fe.getter("MEASURE_DISPLAY_FOLDER['#text']",!0),defaultFormat:fe.getter("DEFAULT_FORMAT_STRING['#text']",!0)},kpis:{name:fe.getter("KPI_NAME['#text']",!0),caption:fe.getter("KPI_CAPTION['#text']",!0),value:fe.getter("KPI_VALUE['#text']",!0),goal:fe.getter("KPI_GOAL['#text']",!0),status:fe.getter("KPI_STATUS['#text']",!0),trend:fe.getter("KPI_TREND['#text']",!0),statusGraphic:fe.getter("KPI_STATUS_GRAPHIC['#text']",!0),trendGraphic:fe.getter("KPI_TREND_GRAPHIC['#text']",!0),description:fe.getter("KPI_DESCRIPTION['#text']",!0),groupName:fe.getter("MEASUREGROUP_NAME['#text']",!0)},dimensions:{name:fe.getter("DIMENSION_NAME['#text']",!0),caption:fe.getter("DIMENSION_CAPTION['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0),uniqueName:fe.getter("DIMENSION_UNIQUE_NAME['#text']",!0),defaultHierarchy:fe.getter("DEFAULT_HIERARCHY['#text']",!0),type:fe.getter("DIMENSION_TYPE['#text']",!0)},hierarchies:{name:fe.getter("HIERARCHY_NAME['#text']",!0),caption:fe.getter("HIERARCHY_CAPTION['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0),uniqueName:fe.getter("HIERARCHY_UNIQUE_NAME['#text']",!0),dimensionUniqueName:fe.getter("DIMENSION_UNIQUE_NAME['#text']",!0),displayFolder:fe.getter("HIERARCHY_DISPLAY_FOLDER['#text']",!0),origin:fe.getter("HIERARCHY_ORIGIN['#text']",!0),defaultMember:fe.getter("DEFAULT_MEMBER['#text']",!0)},levels:{name:fe.getter("LEVEL_NAME['#text']",!0),caption:fe.getter("LEVEL_CAPTION['#text']",!0),description:fe.getter("DESCRIPTION['#text']",!0),uniqueName:fe.getter("LEVEL_UNIQUE_NAME['#text']",!0),dimensionUniqueName:fe.getter("DIMENSION_UNIQUE_NAME['#text']",!0),displayFolder:fe.getter("LEVEL_DISPLAY_FOLDER['#text']",!0),orderingProperty:fe.getter("LEVEL_ORDERING_PROPERTY['#text']",!0),origin:fe.getter("LEVEL_ORIGIN['#text']",!0),hierarchyUniqueName:fe.getter("HIERARCHY_UNIQUE_NAME['#text']",!0)},members:{name:fe.getter("MEMBER_NAME['#text']",!0),caption:fe.getter("MEMBER_CAPTION['#text']",!0),uniqueName:fe.getter("MEMBER_UNIQUE_NAME['#text']",!0),dimensionUniqueName:fe.getter("DIMENSION_UNIQUE_NAME['#text']",!0),hierarchyUniqueName:fe.getter("HIERARCHY_UNIQUE_NAME['#text']",!0),levelUniqueName:fe.getter("LEVEL_UNIQUE_NAME['#text']",!0),childrenCardinality:fe.getter("CHILDREN_CARDINALITY['#text']",!0)}},J=["axes","catalogs","cubes","dimensions","hierarchies","levels","measures"],ee=fe.data.XmlDataReader.extend({init:function(e){fe.data.XmlDataReader.call(this,e),this._extend(e)},_extend:function(e){for(var t,n,i=0,o=J.length;i${data.name || data}'+(i.options.enabled?'':"")+"
              "),i.template=fe.template(i.options.template),i.emptyTemplate=fe.template(i.options.emptyTemplate),i._sortable(),i.element.on("click"+Re,".k-button,.k-item",function(t){var n=e(t.target),o=n.closest("["+fe.attr("name")+"]").attr(fe.attr("name"));o&&(n.hasClass("k-i-close")?i.remove(o):i.options.sortable&&n[0]===t.currentTarget&&i.sort({field:o,dir:n.find(".k-i-sort-asc-sm")[0]?"desc":"asc"}))}),(n.filterable||n.sortable)&&(i.fieldMenu=new pe.PivotFieldMenu(i.element,{messages:i.options.messages.fieldMenu,filter:".k-setting-fieldmenu",filterable:n.filterable,sortable:n.sortable,dataSource:i.dataSource})),i.refresh()},options:{name:"PivotSettingTarget",template:null,filterable:!1,sortable:!1,emptyTemplate:"
              ${data}
              ",setting:"columns",enabled:!0,messages:{empty:"Drop Fields Here"}},setDataSource:function(e){this.dataSource.unbind(Se,this._refreshHandler),this.dataSource=this.options.dataSource=e,this.fieldMenu&&this.fieldMenu.setDataSource(e),e.first(Se,this._refreshHandler),this.refresh()},_sortable:function(){var e=this;e.options.enabled&&(this.sortable=this.element.kendoSortable({connectWith:this.options.connectWith, -hint:e.options.hint,cursor:"move",start:function(e){e.item.focus().blur()},change:function(t){var n=t.item.attr(fe.attr("name"));"receive"==t.action?e.add(n):"remove"==t.action?e.remove(n):"sort"==t.action&&e.move(n,t.newIndex)}}).data("kendoSortable"))},_indexOf:function(e,t){var n,i,o=-1;for(n=0,i=t.length;n-1)&&(t=this.dataSource["columns"===this.options.setting?"rows":"columns"](),!(this._indexOf(n,t)>-1)))},add:function(t){var n,i,o=this.dataSource[this.options.setting]();for(t=e.isArray(t)?t.slice(0):[t],n=0,i=t.length;n-1&&(e=n.splice(i,1)[0],n.splice(t,0,e),this.dataSource[this.options.setting](n))},remove:function(e){var t=this.dataSource[this.options.setting](),n=this._indexOf(e,t),i=this.dataSource.sort(),o=this.dataSource.filter();n>-1&&(o&&(o.filters=ne(o.filters,e),this.dataSource._filter.filters=o.filters,o.filters.length||(this.dataSource._filter=null)),i&&(i=ne(i,e),this.dataSource._sort=i),t.splice(n,1),this.dataSource[this.options.setting](t))},sort:function(e){var t=this.options.sortable,n=t===!0||t.allowUnsort,i=n&&"asc"===e.dir,o=this.dataSource.sort()||[],r=ne(o,e.field);i&&o.length!==r.length&&(e=null),e&&r.push(e),this.dataSource.sort(r)},refresh:function(){var e,n="",i=this.dataSource[this.options.setting](),o=i.length,r=0;if(o)for(;ra.children,s.trigger(n,f)||(d.metadata[h].expanded=!i,c.toggleClass(He,!i).toggleClass(Ne,i),!i&&l?s.dataSource[u](f.path):s.refresh())}),s._scrollable(),s.options.autoBind&&s.dataSource.fetch(),fe.notify(s)},events:[ze,Pe,Be,Le],options:{name:"PivotGrid",autoBind:!0,reorderable:!0,filterable:!1,sortable:!1,height:null,columnWidth:100,configurator:"",columnHeaderTemplate:null,rowHeaderTemplate:null,dataCellTemplate:null,kpiStatusTemplate:null,kpiTrendTemplate:null,messages:{measureFields:"Drop Data Fields Here",columnFields:"Drop Column Fields Here",rowFields:"Drop Rows Fields Here"}},_templates:function(){var e=this.options.columnHeaderTemplate,t=this.options.rowHeaderTemplate,n=this.options.dataCellTemplate,i=this.options.kpiStatusTemplate,o=this.options.kpiTrendTemplate;this._columnBuilder.template=fe.template(e||Oe,{useWithBlock:!!e}),this._contentBuilder.dataTemplate=fe.template(n||We,{useWithBlock:!!n}),this._contentBuilder.kpiStatusTemplate=fe.template(i||Ve,{useWithBlock:!!i}),this._contentBuilder.kpiTrendTemplate=fe.template(o||Ue,{useWithBlock:!!o}),this._rowBuilder.template=fe.template(t||Oe,{useWithBlock:!!t})},_bindConfigurator:function(){var t=this.options.configurator;t&&e(t).kendoPivotConfigurator("setDataSource",this.dataSource)},cellInfoByElement:function(t){return t=e(t),this.cellInfo(t.index(),t.parent("tr").index())},cellInfo:function(e,t){var n,i=this._contentBuilder,o=i.columnIndexes[e||0],r=i.rowIndexes[t||0];return o&&r?(n=r.index*i.rowLength+o.index,{columnTuple:o.tuple,rowTuple:r.tuple,measure:o.measure||r.measure,dataItem:this.dataSource.view()[n]}):null},setDataSource:function(e){this.options.dataSource=e,this._dataSource(),this.measuresTarget&&this.measuresTarget.setDataSource(e),this.rowsTarget&&this.rowsTarget.setDataSource(e),this.columnsTarget&&this.columnsTarget.setDataSource(e),this._bindConfigurator(),this.options.autoBind&&e.fetch()},setOptions:function(e){ge.fn.setOptions.call(this,e),this._templates()},destroy:function(){ge.fn.destroy.call(this),clearTimeout(this._headerReflowTimeout)},_dataSource:function(){var t=this,n=t.options.dataSource;n=e.isArray(n)?{data:n}:n,t.dataSource&&this._refreshHandler?t.dataSource.unbind(Se,t._refreshHandler).unbind(Ee,t._stateResetHandler).unbind(Ae,t._progressHandler).unbind(Te,t._errorHandler):(t._refreshHandler=e.proxy(t.refresh,t),t._progressHandler=e.proxy(t._requestStart,t),t._stateResetHandler=e.proxy(t._stateReset,t),t._errorHandler=e.proxy(t._error,t)),t.dataSource=fe.data.PivotDataSource.create(n).bind(Se,t._refreshHandler).bind(Ae,t._progressHandler).bind(Ee,t._stateResetHandler).bind(Te,t._errorHandler)},_error:function(){this._progress(!1)},_requestStart:function(){this._progress(!0)},_stateReset:function(){this._columnBuilder.reset(),this._rowBuilder.reset()},_wrapper:function(){var e=this.options.height;this.wrapper=this.element.addClass("k-widget k-pivot"),e&&this.wrapper.css("height",e)},_measureFields:function(){this.measureFields=e(Me).addClass("k-pivot-toolbar k-header k-settings-measures"),this.measuresTarget=this._createSettingTarget(this.measureFields,{setting:"measures",messages:{empty:this.options.messages.measureFields}})},_createSettingTarget:function(t,n){var i='${data.name}',o=n.sortable,r="";return o&&(r+="#if (data.sortIcon) {#",r+='',r+="#}#"),(n.filterable||o)&&(r+=''),this.options.reorderable&&(r+=''),r&&(i+=''+r+""),i+="",new fe.ui.PivotSettingTarget(t,e.extend({template:i,emptyTemplate:'${data}',enabled:this.options.reorderable,dataSource:this.dataSource},n))},_initSettingTargets:function(){this.columnsTarget=this._createSettingTarget(this.columnFields,{connectWith:this.rowFields,setting:"columns",filterable:this.options.filterable,sortable:this.options.sortable,messages:{empty:this.options.messages.columnFields,fieldMenu:this.options.messages.fieldMenu}}),this.rowsTarget=this._createSettingTarget(this.rowFields,{connectWith:this.columnFields,setting:"rows",filterable:this.options.filterable,sortable:this.options.sortable,messages:{empty:this.options.messages.rowFields,fieldMenu:this.options.messages.fieldMenu}})},_createLayout:function(){var t=this,n=e(qe),i=n.find(".k-pivot-rowheaders"),o=n.find(".k-pivot-table"),r=e(Me).addClass("k-grid k-widget");t._measureFields(),t.columnFields=e(Me).addClass("k-pivot-toolbar k-header k-settings-columns"),t.rowFields=e(Me).addClass("k-pivot-toolbar k-header k-settings-rows"),t.columnsHeader=e('
              ').wrap('
              '),t.columnsHeader.parent().css("padding-right",fe.support.scrollbar()),t.rowsHeader=e('
              '),t.content=e('
              '),i.append(t.measureFields),i.append(t.rowFields),i.append(t.rowsHeader),r.append(t.columnsHeader.parent()),r.append(t.content),o.append(t.columnFields),o.append(r),t.wrapper.append(n),t.columnsHeaderTree=new fe.dom.Tree(t.columnsHeader[0]),t.rowsHeaderTree=new fe.dom.Tree(t.rowsHeader[0]),t.contentTree=new fe.dom.Tree(t.content[0]),t._initSettingTargets()},_progress:function(e){fe.ui.progress(this.wrapper,e)},_resize:function(){this.content[0].firstChild&&(this._setSectionsWidth(),this._setSectionsHeight(),this._setContentWidth(),this._setContentHeight(),this._columnHeaderReflow())},_columnHeaderReflow:function(){var e=this.columnsHeader.children("table");fe.support.browser.mozilla&&(clearTimeout(this._headerReflowTimeout),e.css("table-layout","auto"),this._headerReflowTimeout=setTimeout(function(){e.css("table-layout","")}))},_setSectionsWidth:function(){var e=this.rowsHeader,t=e.parent(".k-pivot-rowheaders").width(Ie),n=Math.max(_e(this.measureFields),_e(this.rowFields));n=Math.max(e.children("table").width(),n),t.width(n)},_setSectionsHeight:function(){var e=this.measureFields.height(Ie).height(),t=this.columnFields.height(Ie).height(),n=this.rowFields.height(Ie).innerHeight(),i=this.columnsHeader.height(Ie).innerHeight(),o=n-this.rowFields.height(),r=t>e?t:e,s=i>n?i:n;this.measureFields.height(r),this.columnFields.height(r),this.rowFields.height(s-o),this.columnsHeader.height(s)},_setContentWidth:function(){var e=this.content.find("table"),t=this.columnsHeader.children("table"),n=e.children("colgroup").children().length,i=n*this.options.columnWidth,o=Math.ceil(i/this.content.width()*100);o<100&&(o=100),e.add(t).css("width",o+"%"),this._resetColspan(t)},_setContentHeight:function(){var e=this,n=e.content,i=e.rowsHeader,o=e.wrapper.innerHeight(),r=fe.support.scrollbar(),s=n[0].offsetHeight===n[0].clientHeight,a=e.options.height;if(e.wrapper.is(":visible")){if(!o||!a)return s&&(r=0),n.height("auto"),i.height(n.height()-r),t;o-=be(e.columnFields),o-=be(e.columnsHeader),o<=2*r&&(o=2*r+1,s||(o+=r)),n.height(o),s&&(r=0),i.height(o-r)}},_resetColspan:function(e){var n=this,i=e.children("tbody").children(":first").children(":first");n._colspan===t&&(n._colspan=i.attr("colspan")),i.attr("colspan",1),clearTimeout(n._layoutTimeout),n._layoutTimeout=setTimeout(function(){i.attr("colspan",n._colspan),n._colspan=t})},_axisMeasures:function(e){var t=[],n=this.dataSource,i=n.measures(),o=i.length>1||i[0]&&i[0].type;return n.measuresAxis()===e&&(0===n[e]().length||o)&&(t=i),t},items:function(){return[]},refresh:function(){var e,t=this,n=t.dataSource,i=n.axes(),o=(i.columns||{}).tuples||[],r=(i.rows||{}).tuples||[],s=t._columnBuilder,a=t._rowBuilder,l={},c={};t.trigger(ze,{action:"rebind"})||(s.measures=t._axisMeasures(Ge),a.measures=t._axisMeasures(je),t.columnsHeaderTree.render(s.build(o)),t.rowsHeaderTree.render(a.build(r)),l={indexes:s._indexes,measures:s.measures,metadata:s.metadata},c={indexes:a._indexes,measures:a.measures,metadata:a.metadata},t.contentTree.render(t._contentBuilder.build(n.view(),l,c)),t._resize(),t.touchScroller?t.touchScroller.contentResized():(e=fe.touchScroller(t.content),e&&e.movable&&(t.touchScroller=e,e.movable.bind("change",function(e){t.columnsHeader.scrollLeft(-e.sender.x),t.rowsHeader.scrollTop(-e.sender.y)}))),t._progress(!1),t.trigger(Pe))},_scrollable:function(){var t=this,n=t.columnsHeader,i=t.rowsHeader;t.content.scroll(function(){n.scrollLeft(this.scrollLeft),i.scrollTop(this.scrollTop)}),i.bind("DOMMouseScroll"+Re+" mousewheel"+Re,e.proxy(t._wheelScroll,t))},_wheelScroll:function(t){var n,i;t.ctrlKey||(n=fe.wheelDeltaY(t),i=this.content.scrollTop(),n&&(t.preventDefault(),e(t.currentTarget).one("wheel"+Re,!1),this.rowsHeader.scrollTop(i+-n),this.content.scrollTop(i+-n)))}}),oe=fe.dom.element,re=fe.dom.html,se=function(e,t){return{maxChildren:0,children:0,maxMembers:0,members:0,measures:1,levelNum:e,parentMember:0!==t}},ae=function(e,t){for(var n=[],i=0;i<=t;i++)n.push(e.members[i].name);return n},le=function(e,t){for(var n="",i=0;i<=t;i++)n+=e.members[i].name;return n},ce=me.extend({init:function(){this.measures=1,this.metadata={}},build:function(e){var t=this._tbody(e),n=this._colGroup();return[oe("table",null,[n,t])]},reset:function(){this.metadata={}},_colGroup:function(){for(var e=this._rowLength(),t=[],n=0;n1&&(l.attr.colSpan=f,o.colSpan+=f-1));return h.maxMembers1&&(i.attr.rowSpan=k.rowSpan),a.children=k.rowSpan,o=this._cell("k-grid-footer",[this._content(f,e)],f),o.colSpan=x,s=this._row([o]),s.colSpan["dim"+t]=o,s.allCell=!0,u[b+f.name+"all"]=s,p&&(r=this._buildRows(e,t+1),o.attr.rowSpan=r.rowSpan),k.rowSpan+=s.rowSpan,a.members=s.rowSpan}else p&&(k.hasChild=!1,this._buildRows(e,t+1),(o||i).attr.rowSpan=k.rowSpan,a.members=k.rowSpan);return a.maxChildren-1){for(r=0;r.k-icon,button.k-button>.k-icon,span.k-icon.k-i-arrow-60-right,span.k-icon.k-i-arrow-45-down-right";i.HierarchicalDragAndDrop=n.Class.extend({init:function(t,s){this.element=t,this.hovered=t,this.options=r({dragstart:e.noop,drag:e.noop,drop:e.noop,dragend:e.noop},s),this._draggable=new i.Draggable(t,{ignore:l,filter:s.filter,autoScroll:s.autoScroll,cursorOffset:{left:10,top:n.support.mobileOS?-40/n.support.zoomLevel():10},hint:o(this._hint,this),dragstart:o(this.dragstart,this),dragcancel:o(this.dragcancel,this),drag:o(this.drag,this),dragend:o(this.dragend,this),$angular:s.$angular})},_hint:function(e){return"
              "+this.options.hintText(e)+"
              "},_removeTouchHover:function(){n.support.touch&&this.hovered&&(this.hovered.find("."+a).removeClass(a),this.hovered=!1)},_hintStatus:function(n){var i=this._draggable.hint.find(".k-drag-status")[0];return n?(i.className="k-icon k-drag-status "+n,t):e.trim(i.className.replace(/(p|k)-(icon|drag-status)/g,""))},dragstart:function(t){this.source=t.currentTarget.closest(this.options.itemSelector),this.options.dragstart(this.source)&&t.preventDefault(),this.dropHint=this.options.reorderable?e("
              ").css(s,"hidden").appendTo(this.element):e()},drag:function(t){var i,o,r,l,c,d,u,h,f,p,m,g=this.options,v=this.source,_=this.dropTarget=e(n.eventTarget(t)),b=_.closest(g.allowedContainers);b.length?v[0]==_[0]||g.contains(v[0],_[0])?m="k-i-cancel":(m="k-i-insert-middle",f=g.itemFromTarget(_),i=f.item,i.length?(this._removeTouchHover(),o=n._outerHeight(i),l=f.content,g.reorderable?(c=o/(l.length>0?4:2),r=n.getOffset(i).top,d=t.y.location div .k-checkbox-wrapper [type=checkbox]")}function r(e){return function(t,n){n=n.closest(W);var i,o=n.parent();return o.parent().is("li")&&(i=o.parent()),this._dataSourceMove(t,o,i,function(t,i){return this._insert(t.data(),i,n.index()+e)})}}function s(t,n){for(var i;t&&"ul"!=t.nodeName.toLowerCase();)i=t,t=t.nextSibling,3==i.nodeType&&(i.nodeValue=e.trim(i.nodeValue)),h.test(i.className)?n.insertBefore(i,n.firstChild):n.appendChild(i)}function a(t){var n=t.children("div"),i=t.children("ul"),o=n.children(".k-icon"),r=t.children(":checkbox"),a=n.children(".k-in");t.hasClass("k-treeview")||(n.length||(n=e("
              ").prependTo(t)),!o.length&&i.length?o=e("").prependTo(n):i.length&&i.children().length||(o.remove(),i.remove()),r.length&&e("").appendTo(n).append(r),a.length||(a=t.children("a").eq(0).addClass("k-in k-link"),a.length||(a=e("")),a.appendTo(n),n.length&&s(n[0].nextSibling,a[0])))}var l,c,d,u,h,f=window.kendo,p=f.ui,m=f.data,g=e.extend,v=f.template,_=e.isArray,b=p.Widget,w=m.HierarchicalDataSource,y=e.proxy,k=f.keys,x=".kendoTreeView",C="select",S="check",T="navigate",D="expand",A="change",E="error",I="checked",M="indeterminate",R="collapse",F="dragstart",z="drag",P="drop",B="dragend",L="dataBound",H="click",N="undefined",O="k-state-hover",V="k-treeview",U=":visible",W=".k-item",q="string",j="aria-selected",G="aria-disabled",$={text:"dataTextField",url:"dataUrlField",spriteCssClass:"dataSpriteCssClassField",imageUrl:"dataImageUrlField"},Y=function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&1===e.nodeType&&typeof e.nodeName===q};c=n(".k-group"),d=n(".k-group,.k-content"),u=function(e){return e.children("div").children(".k-icon")},h=/k-sprite/,l=f.ui.DataBoundWidget.extend({init:function(e,t){var n,i=this,o=!1,r=t&&!!t.dataSource;_(t)&&(t={dataSource:t}),t&&typeof t.loadOnDemand==N&&_(t.dataSource)&&(t.loadOnDemand=!1),b.prototype.init.call(i,e,t),e=i.element,t=i.options,n=e.is("ul")&&e||e.hasClass(V)&&e.children("ul"),o=!r&&n.length,o&&(t.dataSource.list=n),i._animation(),i._accessors(),i._templates(),e.hasClass(V)?(i.wrapper=e,i.root=e.children("ul").eq(0)):(i._wrapper(),n&&(i.root=e,i._group(i.wrapper))),i._tabindex(),i.root.attr("role","tree"),i._dataSource(o),i._attachEvents(),i._dragging(),o?i._syncHtmlAndDataSource():t.autoBind&&(i._progress(!0),i.dataSource.fetch()),t.checkboxes&&t.checkboxes.checkChildren&&i.updateIndeterminate(),i.element[0].id&&(i._ariaId=f.format("{0}_tv_active",i.element[0].id)),f.notify(i)},_attachEvents:function(){var t=this,n=".k-in:not(.k-state-selected,.k-state-disabled)",i="mouseenter";t.wrapper.on(i+x,".k-in.k-state-selected",function(e){e.preventDefault()}).on(i+x,n,function(){e(this).addClass(O)}).on("mouseleave"+x,n,function(){e(this).removeClass(O)}).on(H+x,n,y(t._click,t)).on("dblclick"+x,".k-in:not(.k-state-disabled)",y(t._toggleButtonClick,t)).on(H+x,".k-i-expand,.k-i-collapse",y(t._toggleButtonClick,t)).on("keydown"+x,y(t._keydown,t)).on("focus"+x,y(t._focus,t)).on("blur"+x,y(t._blur,t)).on("mousedown"+x,".k-in,.k-checkbox-wrapper :checkbox,.k-i-expand,.k-i-collapse",y(t._mousedown,t)).on("change"+x,".k-checkbox-wrapper :checkbox",y(t._checkboxChange,t)).on("click"+x,".k-checkbox-wrapper :checkbox",y(t._checkboxClick,t)).on("click"+x,".k-checkbox-label",y(t._checkboxLabelClick,t)).on("click"+x,".k-request-retry",y(t._retryRequest,t)).on("click"+x,function(n){e(n.target).is(":kendoFocusable")||t.focus()})},_checkboxClick:function(t){var n=e(t.target);n.data(M)&&(n.data(M,!1).prop(M,!1).prop(I,!0),this._checkboxChange(t))},_checkboxLabelClick:function(e){e.target.previousSibling.click()},_syncHtmlAndDataSource:function(e,t){e=e||this.root,t=t||this.dataSource;var n,i,r,s,a,l=t.view(),c=f.attr("uid"),d=f.attr("expanded"),u=this.options.checkboxes,h=e.children("li");for(n=0;n0?"after":"before"},dragstart:function(e){return t.trigger(F,{sourceNode:e[0]})},drag:function(e){t.trigger(z,{originalEvent:e.originalEvent, -sourceNode:e.source[0],dropTarget:e.target[0],pageY:e.pageY,pageX:e.pageX,statusClass:e.status,setStatusClass:e.setStatus})},drop:function(e){return t.trigger(P,{originalEvent:e.originalEvent,sourceNode:e.source,destinationNode:e.destination,valid:e.valid,setValid:function(t){this.valid=t,e.setValid(t)},dropTarget:e.dropTarget,dropPosition:e.position})},dragend:function(e){function n(n){t.updateIndeterminate(),t.trigger(B,{originalEvent:e.originalEvent,sourceNode:n&&n[0],destinationNode:o[0],dropPosition:r})}var i=e.source,o=e.destination,r=e.position;"over"==r?t.append(i,o,n):("before"==r?i=t.insertBefore(i,o):"after"==r&&(i=t.insertAfter(i,o)),n(i))}})):!n&&i&&(i.destroy(),this.dragging=null)},_hintText:function(e){return this.templates.dragClue({item:this.dataItem(e),treeview:this.options})},_templates:function(){var e=this,t=e.options,n=y(e._fieldAccessor,e);t.template&&typeof t.template==q?t.template=v(t.template):t.template||(t.template=i("# var text = "+n("text")+"(data.item); ## if (typeof data.item.encoded != 'undefined' && data.item.encoded === false) {##= text ## } else { ##: text ## } #")),e._checkboxes(),e.templates={wrapperCssClass:function(e,t){var n="k-item",i=t.index;return e.firstLevel&&0===i&&(n+=" k-first"),i==e.length-1&&(n+=" k-last"),n},cssClass:function(e,t){var n="",i=t.index,o=e.length-1;return e.firstLevel&&0===i&&(n+="k-top "),n+=0===i&&i!=o?"k-top":i==o?"k-bot":"k-mid"},textClass:function(e,t){var n="k-in";return t&&(n+=" k-link"),e.enabled===!1&&(n+=" k-state-disabled"),e.selected===!0&&(n+=" k-state-selected"),n},toggleButtonClass:function(e){var t="k-icon";return t+=e.expanded!==!0?" k-i-expand":" k-i-collapse"},groupAttributes:function(e){var t="";return e.firstLevel||(t="role='group'"),t+(e.expanded!==!0?" style='display:none'":"")},groupCssClass:function(e){var t="k-group";return e.firstLevel&&(t+=" k-treeview-lines"),t},dragClue:i("#= data.treeview.template(data) #"),group:i("
                #= data.renderItems(data) #
              "),itemContent:i("# var imageUrl = "+n("imageUrl")+"(data.item); ## var spriteCssClass = "+n("spriteCssClass")+"(data.item); ## if (imageUrl) { ## } ## if (spriteCssClass) { ## } ##= data.treeview.template(data) #"),itemElement:i("# var item = data.item, r = data.r; ## var url = "+n("url")+"(item); #
              # if (item.hasChildren) { ## } ## if (data.treeview.checkboxes) { ##= data.treeview.checkboxes.template(data) ## } ## var tag = url ? 'a' : 'span'; ## var textAttr = url ? ' href=\\'' + url + '\\'' : ''; #<#=tag# class='#= r.textClass(item, !!url) #'#= textAttr #>#= r.itemContent(data) #
              "),item:i("# var item = data.item, r = data.r; #
            • #= r.itemElement(data) #
            • "),loading:i("
              #: data.messages.loading #"),retry:i("#: data.messages.requestFailed # ")}},items:function(){return this.element.find(".k-item > div:first-child")},setDataSource:function(t){var n=this.options;n.dataSource=t,this._dataSource(),n.checkboxes&&n.checkboxes.checkChildren&&this.dataSource.one("change",e.proxy(this.updateIndeterminate,this,null)),this.options.autoBind&&this.dataSource.fetch()},_bindDataSource:function(){this._refreshHandler=y(this.refresh,this),this._errorHandler=y(this._error,this),this.dataSource.bind(A,this._refreshHandler),this.dataSource.bind(E,this._errorHandler)},_unbindDataSource:function(){var e=this.dataSource;e&&(e.unbind(A,this._refreshHandler),e.unbind(E,this._errorHandler))},_dataSource:function(e){function t(e){for(var n=0;n1){for(i=1;in.clientHeight&&(i.push(n),o.push(n.scrollTop));while(n!=r);for(t.focus(),e=0;e=0:r.length&&!r.children().length,n&&t.preventDefault(),o.hasClass(".k-state-selected")||i._trigger(C,o)||i.select(o)},_wrapper:function(){var e,t,n=this,i=n.element,o="k-widget k-treeview";i.is("ul")?(e=i.wrap("
              ").parent(),t=i):(e=i,t=e.children("ul").eq(0)),n.wrapper=e.addClass(o),n.root=t},_group:function(e){var t=this,n=e.hasClass(V),i={firstLevel:n,expanded:n||t._expanded(e)},o=e.children("ul");o.addClass(t.templates.groupCssClass(i)).css("display",i.expanded?"":"none"),t._nodes(o,i)},_nodes:function(t,n){var i,o=this,r=t.children("li");n=g({length:r.length},n),r.each(function(t,r){r=e(r),i={index:t,expanded:o._expanded(r)},a(r),o._updateNodeClasses(r,n,i),o._group(r)})},_checkboxes:function(){var e,t=this.options,n=t.checkboxes;n&&(e="=o.length?t.appendTo(n):t.insertBefore(o.eq(e))},r),this._expanded(n)&&(this._updateNodeClasses(n),c(n).css("display","block"))},_refreshChildren:function(e,t,n){var i,o,r,s=this.options,l=s.loadOnDemand,d=s.checkboxes&&s.checkboxes.checkChildren;if(c(e).empty(),t.length)for(this._appendItems(n,t,e),o=c(e).children(),l&&d&&this._bubbleIndeterminate(o.last()),i=0;i0&&n&&n.length?(o&&(o[0].id===s&&o.removeAttr("id"),o.find(".k-in:first").removeClass("k-state-focused")),o=i._current=e(n,r).closest(W),o.find(".k-in:first").addClass("k-state-focused"),s=o[0].id||s,s&&(i.wrapper.removeAttr("aria-activedescendant"),o.attr("id",s),i.wrapper.attr("aria-activedescendant",s)),t):(o||(o=i._nextVisible(e())),o)},select:function(n){var i=this,o=i.element;return arguments.length?(n=e(n,o).closest(W),o.find(".k-state-selected").each(function(){var t=i.dataItem(this);t?(t.set("selected",!1),delete t.selected):e(this).removeClass("k-state-selected")}),n.length&&(i.dataItem(n).set("selected",!0),i._clickTarget=n),i.trigger(A),t):o.find(".k-state-selected").closest(W)},_toggle:function(e,t,n){var i,o=this.options,r=d(e),s=n?"expand":"collapse";r.data("animating")||this._trigger(s,e)||(this._expanded(e,n),i=t&&t.loaded(),n&&!i?(o.loadOnDemand&&this._progress(e,!0),r.remove(),t.load()):(this._updateNodeClasses(e,{},{expanded:n}),n||r.css("height",r.height()).css("height"),r.kendoStop(!0,!0).kendoAnimate(g({reset:!0},o.animation[s],{complete:function(){n&&r.css("height","")}}))))},toggle:function(t,n){t=e(t),u(t).is(".k-i-expand, .k-i-collapse")&&(1==arguments.length&&(n=!this._expanded(t)),this._expanded(t,n))},destroy:function(){var e=this;b.fn.destroy.call(e),e.wrapper.off(x),e._unbindDataSource(),e.dragging&&e.dragging.destroy(),f.destroy(e.element),e.root=e.wrapper=e.element=null},_expanded:function(e,n){var i=f.attr("expanded"),o=this.dataItem(e),r=n;return 1==arguments.length?"true"===e.attr(i)||o&&o.expanded:(d(e).data("animating")||(o&&(o.set("expanded",r),r=o.expanded),r?(e.attr(i,"true"),e.attr("aria-expanded","true")):(e.removeAttr(i),e.attr("aria-expanded","false"))),t)},_progress:function(e,t){var n=this.element,i=this.templates.loading({messages:this.options.messages});1==arguments.length?(t=e,t?n.html(i):n.empty()):u(e).toggleClass("k-i-loading",t).removeClass("k-i-reload")},text:function(e,n){var i=this.dataItem(e),o=this.options[$.text],r=i.level(),s=o.length,a=o[Math.min(r,s-1)];return n?(i.set(a,n),t):i[a]},_objectOrSelf:function(t){return e(t).closest("[data-role=treeview]").data("kendoTreeView")||this},_dataSourceMove:function(t,n,i,o){var r,s=this._objectOrSelf(i||n),a=s.dataSource,l=e.Deferred().resolve().promise();return i&&i[0]!=s.element[0]&&(r=s.dataItem(i),r.loaded()||(s._progress(i,!0),l=r.load()),i!=this.root&&(a=r.children,a&&a instanceof w||(r._initChildren(),r.loaded(!0),a=r.children))),t=this._toObservableData(t),o.call(s,a,t,l)},_toObservableData:function(t){var n,i,o=t;return(t instanceof window.jQuery||Y(t))&&(n=this._objectOrSelf(t).dataSource,i=e(t).attr(f.attr("uid")),o=n.getByUid(i),o&&(o=n.remove(o))),o},_insert:function(e,t,n){t instanceof f.data.ObservableArray?t=t.toJSON():_(t)||(t=[t]);var i=e.parent();return i&&i._initChildren&&(i.hasChildren=!0,i._initChildren()),e.splice.apply(e,[n,0].concat(t)),this.findByUid(e[n].uid)},insertAfter:r(1),insertBefore:r(0),append:function(t,n,i){var o=this.root;return n&&(o=c(n)),this._dataSourceMove(t,o,n,function(t,o,r){function s(){n&&l._expanded(n,!0);var e=t.data(),i=Math.max(e.length,0);return l._insert(e,o,i)}var a,l=this;return r.done(function(){a=s(),(i=i||e.noop)(a)}),a||null})},_remove:function(t,n){var i,o,r,s=this;return t=e(t,s.element),this.angular("cleanup",function(){return{elements:t.get()}}),i=t.parent().parent(),o=t.prev(),r=t.next(),t[n?"detach":"remove"](),i.hasClass("k-item")&&(a(i),s._updateNodeClasses(i)),s._updateNodeClasses(o),s._updateNodeClasses(r),t},remove:function(e){var t=this.dataItem(e);t&&this.dataSource.remove(t)},detach:function(e){return this._remove(e,!0)},findByText:function(t){return e(this.element).find(".k-in").filter(function(n,i){return e(i).text()==t}).closest(W)},findByUid:function(t){var n,i,o=this.element.find(".k-item"),r=f.attr("uid");for(i=0;i=0;else for(;s0}}},transport:{read:function(t){var n={},i=e.treeView.dataSource.get(t.data.uniqueName),r=t.data.uniqueName;r?(n.memberUniqueName=i.uniqueName.replace(/\&/g,"&"),n.treeOp=1):n.levelUniqueName=e.currentMember+".[(ALL)]",e.dataSource.schemaMembers(n).done(function(n){o(e.dataSource.filter(),e.currentMember,n),t.success(n)}).fail(t.error)}}})},_createTreeView:function(e){var t=this;t.treeView=new a.TreeView(e,{autoBind:!1,dataSource:t._treeViewDataSource(),dataTextField:"caption",template:"#: data.item.caption || data.item.name #",checkboxes:{checkChildren:!0},dataBound:function(){a.progress(t.includeWindow.element,!1)}})},_menuOpen:function(t){if(t.event){var n=s.attr("name");this.currentMember=e(t.event.target).closest("["+n+"]").attr(n),this.options.filterable&&this._setFilterForm(i(this.dataSource.filter(),this.currentMember)[0])}},_select:function(t){var n=e(t.item);e(".k-pivot-filter-window").not(this.includeWindow.element).kendoWindow("close"),n.hasClass("k-include-item")?this.includeWindow.center().open():n.hasClass("k-sort-asc")?this._sort("asc"):n.hasClass("k-sort-desc")?this._sort("desc"):n.hasClass(h)&&this._updateFilterAriaLabel()},_windowOpen:function(){this.treeView||this._createTreeView(this.includeWindow.element.find(".k-treeview")),a.progress(this.includeWindow.element,!0),this.treeView.dataSource.read()},destroy:function(){u.fn.destroy.call(this),this.menu&&(this.menu.destroy(),this.menu=null),this.treeView&&(this.treeView.destroy(),this.treeView=null),this.includeWindow&&(this.includeWindow.destroy(),this.includeWindow=null),this.wrapper=null,this.element=null}}),m='
              #=messages.info#
              ',g='
                # if (sortable) {#
              • ${messages.sortAscending}
              • ${messages.sortDescending}
              • # if (filterable) {#
              • # } ## } ## if (filterable) {#
              • ${messages.include}
              • ${messages.filterFields}
                • '+m+"
              • # } #
              ",v='
              ';a.plugin(p)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,n){(n||t)()}),function(e,define){define("kendo.filtercell.min",["kendo.autocomplete.min","kendo.datepicker.min","kendo.numerictextbox.min","kendo.combobox.min","kendo.dropdownlist.min"],e)}(function(){return function(e,t){function n(t){var n="string"==typeof t?t:t.operator;return e.inArray(n,v)>-1}function i(t,n){var o,r,s=[];if(e.isPlainObject(t))if(t.hasOwnProperty("filters"))s=t.filters;else if(t.field==n)return t;for(e.isArray(t)&&(s=t),o=0;o").appendTo(i),a=this,m=o,b=a.operators=o.operators||{},w=a.input=e("").attr(s.attr("bind"),"value: value").appendTo(r),y=o?o.suggestDataSource:null,y&&(o=e.extend({},o,{suggestDataSource:{}})),c.fn.init.call(a,i[0],o),y&&(a.options.suggestDataSource=y),o=a.options,l=a.dataSource=o.dataSource,a.model=l.reader.model,_=o.type=f,k=s.getter("reader.model.fields",!0)(l)||{},x=k[o.field],x&&x.type&&(_=o.type=x.type),o.values&&(o.type=_=h),b=b[_]||o.operators[_],!m.operator)for(v in b){o.operator=v;break}a._parse=function(e){return null!=e?e+"":e},a.model&&a.model.fields&&(C=a.model.fields[o.field],C&&C.parse&&(a._parse=g(C.parse,C))),a.defaultOperator=o.operator,a.viewModel=p=s.observable({operator:o.operator,value:null,operatorVisible:function(){var e=this.get("value");return null!==e&&e!==t&&"undefined"!=e||n(this.get("operator"))&&!a._clearInProgress}}),p.bind(d,g(a.updateDsFilter,a)),_==f&&a.initSuggestDataSource(o),null!==o.inputWidth&&w.width(o.inputWidth),w.attr("aria-label",a._getColumnTitle()),a._setInputType(o,_),_!=u&&o.showOperators!==!1?a._createOperatorDropDown(b):(e('
              ').css("display","none").text("eq").appendTo(r),r.addClass("k-operator-hidden")),a._createClearIcon(),s.bind(this.wrapper,p),_==f&&(o.template||a.setAutoCompleteSource()),_==h&&a.setComboBoxSource(a.options.values),a._refreshUI(),a._refreshHandler=g(a._refreshUI,a),a.dataSource.bind(d,a._refreshHandler)},_setInputType:function(t,n){var i,o,r,a,l,c=this,d=c.input;"function"==typeof t.template?(t.template.call(c.viewModel,{element:c.input,dataSource:c.suggestDataSource}),c._angularItems("compile")):n==f?d.attr(s.attr("role"),"autocomplete").attr(s.attr("text-field"),t.dataTextField||t.field).attr(s.attr("filter"),t.suggestionOperator).attr(s.attr("delay"),t.delay).attr(s.attr("min-length"),t.minLength).attr(s.attr("value-primitive"),!0):"date"==n?d.attr(s.attr("role"),"datepicker"):n==u?(d.remove(),i=e(""),o=c.wrapper,r=s.guid(),a=e("
              ',M=S.extend({init:function(t,i){var s,l;S.fn.init.call(this,t,i),i=this.options,this.element=e(t),s=this.field=this.options.field||this.element.attr(c.attr("field")),l=i.checkSource,this._foreignKeyValues()?(this.checkSource=I.create(i.values),this.checkSource.fetch()):i.forceUnique?(l=i.dataSource.options,delete l.pageSize,this.checkSource=I.create(l),this.checkSource.reader.data=o(this.checkSource.reader.data,this.field)):this.checkSource=I.create(l),this.dataSource=i.dataSource,this.model=this.dataSource.reader.model,this._parse=function(e){return e+""},this.model&&this.model.fields&&(s=this.model.fields[this.field],s&&("number"==s.type?this._parse=parseFloat:s.parse&&(this._parse=d(s.parse,s)),this.type=s.type||"string")),i.appendToElement?this._init():this._createLink(),this._refreshHandler=d(this.refresh,this),this.dataSource.bind(k,this._refreshHandler)},_createLink:function(){var e=this.element,t=e.addClass("k-with-icon k-filterable").find(".k-grid-filter");t[0]||(t=e.prepend('').find(".k-grid-filter")),this._link=t.attr("tabindex",-1).on("click"+g,d(this._click,this))},_init:function(){var e=this,t=this.options.forceUnique,i=this.options;this.pane=i.pane,this.pane&&(this._isMobile=!0),this._createForm(),this._foreignKeyValues()?this.refresh():t&&!this.checkSource.options.serverPaging&&this.dataSource.data().length?(this.checkSource.data(r(this.dataSource.data(),this.field)),this.refresh()):(this._attachProgress(),this.checkSource.fetch(function(){e.refresh.call(e)})),this.options.forceUnique||(this.checkChangeHandler=function(){e.container.empty(),e.refresh()},this.checkSource.bind(k,this.checkChangeHandler)),this.form.on("keydown"+A,d(this._keydown,this)).on("submit"+A,d(this._filter,this)).on("reset"+A,d(this._reset,this)),this.trigger(h,{field:this.field,container:this.form})},_attachProgress:function(){var e=this;this._progressHandler=function(){u.progress(e.container,!0)},this._progressHideHandler=function(){u.progress(e.container,!1)},this.checkSource.bind("progress",this._progressHandler).bind("change",this._progressHideHandler)},_input:function(){var e=this;e._clearTypingTimeout(),e._typingTimeout=setTimeout(function(){e.search()},100)},_clearTypingTimeout:function(){this._typingTimeout&&(clearTimeout(this._typingTimeout),this._typingTimeout=null)},search:function(){var e,t,i,s=this.options.ignoreCase,l=this.searchTextBox[0].value,a=this.container.find("label");for(s&&(l=l.toLowerCase()),e=0,this.options.checkAll&&a.length&&(a[0].parentNode.style.display=l?"none":"",e++);e=0?"":"none",e++},_activate:function(){this.form.find(":kendoFocusable:first").focus(),this.trigger(p,{field:this.field,container:this.form})},_createForm:function(){var t,i,s=this.options,l="";this._isMobile||(s.search&&(l+="
              "),l+="
                ",s.messages.selectedItemsFormat&&(l+="
                "+c.format(s.messages.selectedItemsFormat,0)+"
                "),l+="",l+="",this.form=e('
                ').html(l),this.container=this.form.find(".k-multicheck-wrap")),this._isMobile?(t=this,t.form=e("
                ").html(c.template(q)({field:t.field,title:s.title||t.field,ns:c.ns,messages:s.messages,search:s.search})),t.view=t.pane.append(t.form.html()),t.form=t.view.element.find("form"),i=this.view.element,this.container=i.find(".k-multicheck-wrap"),i.on("click",".k-submit",function(e){t.form.submit(),e.preventDefault()}).on("click",".k-i-cancel",function(e){t._closeForm(),e.preventDefault()})):s.appendToElement?(this.popup=this.element.closest(".k-popup").data(f),this.element.append(this.form)):this.popup=this.form.kendoPopup({anchor:this._link,activate:d(this._activate,this)}).data(f),s.search&&(this.searchTextBox=this.form.find(".k-textbox > input"),this.searchTextBox.on("input",d(this._input,this)))},createCheckAllItem:function(){var t=this.options,i=c.template(t.itemTemplate({field:"all",mobile:this._isMobile})),s=e(i({all:t.messages.checkAll}));this.container.prepend(s),this.checkBoxAll=s.find(":checkbox").eq(0).addClass("k-check-all"),this.checkAllHandler=d(this.checkAll,this),this.checkBoxAll.on(k+A,this.checkAllHandler)},updateCheckAllState:function(){if(this.options.messages.selectedItemsFormat&&this.form.find(".k-filter-selected-items").text(c.format(this.options.messages.selectedItemsFormat,this.container.find(":checked:not(.k-check-all)").length)),this.checkBoxAll){var e=this.container.find(":checkbox:not(.k-check-all)").length==this.container.find(":checked:not(.k-check-all)").length;this.checkBoxAll.prop("checked",e)}},refresh:function(e){var t=this.options.forceUnique,i=this.dataSource,s=this.getFilterArray();this._link&&this._link.toggleClass("k-state-active",0!==s.length),this.form&&(e&&t&&e.sender===i&&!i.options.serverPaging&&("itemchange"==e.action||"add"==e.action||"remove"==e.action||i.options.autoSync&&"sync"===e.action)&&!this._foreignKeyValues()&&(this.checkSource.data(r(this.dataSource.data(),this.field)),this.container.empty()),this.container.is(":empty")&&this.createCheckBoxes(),this.checkValues(s),this.trigger(m))},getFilterArray:function(){var t,i=e.extend(!0,{},{filters:[],logic:"and"},this.dataSource.filter());return a(i,this.field),t=n(i)},createCheckBoxes:function(){var e,t,i,s=this.options,l={field:this.field,format:s.format,mobile:this._isMobile,type:this.type};this.options.forceUnique?this._foreignKeyValues()?(e=this.checkSource.data(),l.valueField="value",l.field="text"):e=this.checkSource.data():e=this.checkSource.view(),t=c.template(s.itemTemplate(l)),i=c.render(t,e),s.checkAll&&this.createCheckAllItem(),this.container.on(k+A,":checkbox",d(this.updateCheckAllState,this)),this.container.append(i)},checkAll:function(){var e=this.checkBoxAll.is(":checked");this.container.find(":checkbox").prop("checked",e)},checkValues:function(t){var i=this;e(e.grep(this.container.find(":checkbox").prop("checked",!1),function(s){var l,a,n=!1;if(!e(s).is(".k-check-all"))for(l=i._parse(e(s).val()),a=0;a"},checkAll:!0,search:!1,ignoreCase:!0,appendToElement:!1,messages:{checkAll:"Select All",clear:"Clear",filter:"Filter",search:"Search",cancel:"Cancel",selectedItemsFormat:"{0} items selected"},forceUnique:!0,animations:{left:"slide",right:"slide:right"}},events:[h,m,"change",p]});e.extend(M.fn,{_click:H.fn._click,_keydown:H.fn._keydown,_reset:H.fn._reset,_closeForm:H.fn._closeForm,clear:H.fn.clear,_merge:H.fn._merge}),u.plugin(H),u.plugin(M)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(e,t,i){(i||t)()}); -//# sourceMappingURL=kendo.filtermenu.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.fx.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.fx.min.js deleted file mode 100644 index a67d9ee62..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.fx.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(t,define){define("kendo.fx.min",["kendo.core.min"],t)}(function(){return function(t,e){function i(t){return parseInt(t,10)}function r(t,e){return i(t.css(e))}function n(t){var e,i=[];for(e in t)i.push(e);return i}function s(t){for(var e in t)L.indexOf(e)!=-1&&Q.indexOf(e)==-1&&delete t[e];return t}function o(t,e){var i,r,n,s,o=[],a={};for(r in e)i=r.toLowerCase(),s=H&&L.indexOf(i)!=-1,!E.hasHW3D&&s&&Q.indexOf(i)==-1?delete e[r]:(n=e[r],s?o.push(r+"("+n+")"):a[r]=n);return o.length&&(a[at]=o.join(" ")),a}function a(t,e){var r,n,s;return H?(r=t.css(at),r==J?"scale"==e?1:0:(n=r.match(RegExp(e+"\\s*\\(([\\d\\w\\.]+)")),s=0,n?s=i(n[1]):(n=r.match(S)||[0,0,0,0,0],e=e.toLowerCase(),V.test(e)?s=parseFloat(n[3]/n[2]):"translatey"==e?s=parseFloat(n[4]/n[2]):"scale"==e?s=parseFloat(n[2]):"rotate"==e&&(s=parseFloat(Math.atan2(n[2],n[1])))),s)):parseFloat(t.css(e))}function c(t){return t.charAt(0).toUpperCase()+t.substring(1)}function l(t,e){var i=h.extend(e),r=i.prototype.directions;T[c(t)]=i,T.Element.prototype[t]=function(t,e,r,n){return new i(this.element,t,e,r,n)},N(r,function(e,r){T.Element.prototype[t+c(r)]=function(t,e,n){return new i(this.element,r,t,e,n)}})}function d(t,i,r,n){l(t,{directions:v,startValue:function(t){return this._startValue=t,this},endValue:function(t){return this._endValue=t,this},shouldHide:function(){return this._shouldHide},prepare:function(t,s){var o,a,c=this,l="out"===this._direction,d=c.element.data(i),u=!(isNaN(d)||d==r);o=u?d:e!==this._startValue?this._startValue:l?r:n,a=e!==this._endValue?this._endValue:l?n:r,this._reverse?(t[i]=a,s[i]=o):(t[i]=o,s[i]=a),c._shouldHide=s[i]===n}})}function u(t,e){var i=C.directions[e].vertical,r=t[i?Y:X]()/2+"px";return _[e].replace("$size",r)}var f,p,h,m,v,x,_,g,y,k,b,w,C=window.kendo,T=C.effects,N=t.each,P=t.extend,z=t.proxy,E=C.support,R=E.browser,H=E.transforms,D=E.transitions,O={scale:0,scalex:0,scaley:0,scale3d:0},F={translate:0,translatex:0,translatey:0,translate3d:0},I=e!==document.documentElement.style.zoom&&!H,S=/matrix3?d?\s*\(.*,\s*([\d\.\-]+)\w*?,\s*([\d\.\-]+)\w*?,\s*([\d\.\-]+)\w*?,\s*([\d\.\-]+)\w*?/i,A=/^(-?[\d\.\-]+)?[\w\s]*,?\s*(-?[\d\.\-]+)?[\w\s]*/i,V=/translatex?$/i,q=/(zoom|fade|expand)(\w+)/,M=/(zoom|fade|expand)/,$=/[xy]$/i,L=["perspective","rotate","rotatex","rotatey","rotatez","rotate3d","scale","scalex","scaley","scalez","scale3d","skew","skewx","skewy","translate","translatex","translatey","translatez","translate3d","matrix","matrix3d"],Q=["rotate","scale","scalex","scaley","skew","skewx","skewy","translate","translatex","translatey","matrix"],W={rotate:"deg",scale:"",skew:"px",translate:"px"},j=H.css,B=Math.round,U="",G="px",J="none",K="auto",X="width",Y="height",Z="hidden",tt="origin",et="abortId",it="overflow",rt="translate",nt="position",st="completeCallback",ot=j+"transition",at=j+"transform",ct=j+"backface-visibility",lt=j+"perspective",dt="1500px",ut="perspective("+dt+")",ft={left:{reverse:"right",property:"left",transition:"translatex",vertical:!1,modifier:-1},right:{reverse:"left",property:"left",transition:"translatex",vertical:!1,modifier:1},down:{reverse:"up",property:"top",transition:"translatey",vertical:!0,modifier:1},up:{reverse:"down",property:"top",transition:"translatey",vertical:!0,modifier:-1},top:{reverse:"bottom"},bottom:{reverse:"top"},"in":{reverse:"out",modifier:-1},out:{reverse:"in",modifier:1},vertical:{reverse:"vertical"},horizontal:{reverse:"horizontal"}};C.directions=ft,P(t.fn,{kendoStop:function(t,e){return D?T.stopQueue(this,t||!1,e||!1):this.stop(t,e)}}),H&&!D&&(N(Q,function(i,r){t.fn[r]=function(i){if(e===i)return a(this,r);var n=t(this)[0],s=r+"("+i+W[r.replace($,"")]+")";return n.style.cssText.indexOf(at)==-1?t(this).css(at,s):n.style.cssText=n.style.cssText.replace(RegExp(r+"\\(.*?\\)","i"),s),this},t.fx.step[r]=function(e){t(e.elem)[r](e.now)}}),f=t.fx.prototype.cur,t.fx.prototype.cur=function(){return Q.indexOf(this.prop)!=-1?parseFloat(t(this.elem)[this.prop]()):f.apply(this,arguments)}),C.toggleClass=function(t,e,i,r){return e&&(e=e.split(" "),D&&(i=P({exclusive:"all",duration:400,ease:"ease-out"},i),t.css(ot,i.exclusive+" "+i.duration+"ms "+i.ease),setTimeout(function(){t.css(ot,"").css(Y)},i.duration)),N(e,function(e,i){t.toggleClass(i,r)})),t},C.parseEffects=function(t,e){var i={};return"string"==typeof t?N(t.split(" "),function(t,r){var n=!M.test(r),s=r.replace(q,function(t,e,i){return e+":"+i.toLowerCase()}),o=s.split(":"),a=o[1],c={};o.length>1&&(c.direction=e&&n?ft[a].reverse:a),i[o[0]]=c}):N(t,function(t){var r=this.direction;r&&e&&!M.test(t)&&(this.direction=ft[r].reverse),i[t]=this}),i},D&&P(T,{transition:function(e,i,r){var s,a,c,l,d=0,u=e.data("keys")||[];r=P({duration:200,ease:"ease-out",complete:null,exclusive:"all"},r),c=!1,l=function(){c||(c=!0,a&&(clearTimeout(a),a=null),e.removeData(et).dequeue().css(ot,"").css(ot),r.complete.call(e))},r.duration=t.fx?t.fx.speeds[r.duration]||r.duration:r.duration,s=o(e,i),t.merge(u,n(s)),e.data("keys",t.unique(u)).height(),e.css(ot,r.exclusive+" "+r.duration+"ms "+r.ease).css(ot),e.css(s).css(at),D.event&&(e.one(D.event,l),0!==r.duration&&(d=500)),a=setTimeout(l,r.duration+d),e.data(et,a),e.data(st,l)},stopQueue:function(t,e,i){var r,n=t.data("keys"),s=!i&&n,o=t.data(st);return s&&(r=C.getComputedStyles(t[0],n)),o&&o(),s&&t.css(r),t.removeData("keys").stop(e)}}),p=C.Class.extend({init:function(t,e){var i=this;i.element=t,i.effects=[],i.options=e,i.restore=[]},run:function(e){var i,r,n,a,c,l,d,u=this,f=e.length,p=u.element,h=u.options,m=t.Deferred(),v={},x={};for(u.effects=e,m.then(t.proxy(u,"complete")),p.data("animating",!0),r=0;r=this.duration},timePassed:function(){return Math.min(this.duration,new Date-this.startDate)},moveTo:function(t){var e=this,i=e.movable;e.initial=i[e.axis],e.delta=t.location-e.initial,e.duration="number"==typeof t.duration?t.duration:300,e.tick=e._easeProxy(t.ease),e.startDate=new Date,e.start()},_easeProxy:function(t){var e=this;return function(){e.movable.moveAxis(e.axis,t(e.timePassed(),e.initial,e.delta,e.duration))}}}),P(w,{easeOutExpo:function(t,e,i,r){return t==r?e+i:i*(-Math.pow(2,-10*t/r)+1)+e},easeOutBack:function(t,e,i,r,n){return n=1.70158,i*((t=t/r-1)*t*((n+1)*t+n)+1)+e}}),T.Animation=b,T.Transition=w,T.createEffect=l,T.box=function(e){e=t(e);var i=e.offset();return i.width=C._outerWidth(e),i.height=C._outerHeight(e),i},T.transformOrigin=function(t,e){var i=(t.left-e.left)*e.width/(e.width-t.width),r=(t.top-e.top)*e.height/(e.height-t.height);return{x:isNaN(i)?0:i,y:isNaN(r)?0:r}},T.fillScale=function(t,e){return Math.min(t.width/e.width,t.height/e.height)},T.fitScale=function(t,e){return Math.max(t.width/e.width,t.height/e.height)}}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(t,e,i){(i||e)()}); -//# sourceMappingURL=kendo.fx.min.js.map diff --git a/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.list.min.js b/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.list.min.js deleted file mode 100644 index 75642ad48..000000000 --- a/Web/Resgrid.Web/wwwroot/clib/kendo/js/kendo.gantt.list.min.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui) - * Copyright 2017 Telerik AD. All rights reserved. - * - * Kendo UI commercial licenses may be obtained at - * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete - * If you do not own a commercial license, this file shall be governed by the trial license terms. - - - - - - - - - - - - - - - - -*/ -!function(e,define){define("kendo.gantt.list.min",["kendo.dom.min","kendo.touch.min","kendo.draganddrop.min","kendo.columnsorter.min","kendo.datetimepicker.min","kendo.editable.min"],e)}(function(){return function(e){function t(e){var t,i,n=[],r=e.className;for(t=0,i=e.level;t span."+i.icon+":not(."+i.iconHidden+")",function(i){var n=e(this),r=t._modelFromElement(n);r.set("expanded",!r.get("expanded")),i.stopPropagation()})},_domTrees:function(){this.headerTree=new r.Tree(this.header[0]),this.contentTree=new r.Tree(this.content[0])},_columns:function(){var e=this.options.columns,t=function(){this.field="",this.title="",this.editable=!1,this.sortable=!1};this.columns=f(e,function(e){return e=typeof e===k?{field:e,title:b[e]}:e,c(new t,e)})},_layout:function(){var t=this,i=this.options,r=this.element,o=x.styles,a=function(){var r,o=typeof i.rowHeight===k?i.rowHeight:i.rowHeight+"px",a=e(n.format(w,o));return t.content.append(a),r=p(a.find("tr")),a.remove(),r};r.addClass(o.wrapper).append("
                ").append("
                "),this.header=r.find(C+o.gridHeaderWrap),this.content=r.find(C+o.gridContent),i.rowHeight&&(this._rowHeight=a())},_header:function(){var e=this.headerTree,t=o("colgroup",null,this._cols()),i=o("thead",{role:"rowgroup"},[o("tr",{role:"row"},this._ths())]),n=o("table",{style:{minWidth:this.options.listWidth+"px"},role:"grid"},[t,i]);e.render([n])},_render:function(e){var t,i,n,r={style:{minWidth:this.options.listWidth+"px"},tabIndex:0,role:"treegrid"};this._rowHeight&&(r.style.height=e.length*this._rowHeight+"px"),this.levels=[{field:null,value:0}],t=o("colgroup",null,this._cols()),i=o("tbody",{role:"rowgroup"},this._trs(e)),n=o("table",r,[t,i]),this.contentTree.render([n]),this.trigger("render")},_ths:function(){var e,t,i,n,r=this.columns,d=[];for(i=0,n=r.length;i').attr(v).appendTo(t).kendoDateTimePicker({format:i.format})}),this.editable=a.addClass(o.editCell).kendoEditable({fields:{field:d.field,format:d.format,editor:d.editor||i},model:l,clearContainer:!1}).data("kendoEditable"),c&&c.dateCompare&&m(c.dateCompare)&&c.message&&(e("').hide().appendTo(a),a.find("[name="+d.field+"]").attr(n.attr("dateCompare-msg"),c.message)),this.editable.bind("validate",function(e){var t=this.element.find(":kendoFocusable:first").focus();g&&t.focus(),e.preventDefault()}),void(this.trigger("edit",{model:s,cell:a})&&this._closeCell(!0)))},_closeCell:function(e){var t=x.styles,i=this._editableContainer,n=this._modelFromElement(i),r=this._columnFromElement(i),o=r.field,a=i.data("modelCopy"),d={};d[o]=a.get(o),i.empty().removeData("modelCopy").removeClass(t.editCell).append(this._editableContent),this.editable.unbind(),this.editable.destroy(),this.editable=null,this._editableContainer=null,this._editableContent=null,e||("start"===o&&(d.end=new Date(d.start.getTime()+n.duration())),this.trigger("update",{task:n,updateInfo:d}))},_draggable:function(){var t,i=this,r=null,o=!0,a=x.styles,d=n.support.isRtl(this.element),l="tr["+n.attr("level")+" = 0]:last",h={},u=this.options.editable,p=function(){r=null,t=null,o=!0,h={}},f=function(e){for(var t=e;t;){if(r.get("id")===t.get("id")){o=!1;break}t=i.dataSource.taskParent(t)}},m=function(){var i=e(t).height(),r=n.getOffset(t).top;c(t,{beforeLimit:r+.25*i,afterLimit:r+.75*i})},g=function(e){var i,r,o,d,s;t&&(i=e.location,r=a.dropAdd,o="add",d=parseInt(t.attr(n.attr("level")),10),i<=t.beforeLimit?(s=t.prev(),r=a.dropTop,o="insert-before"):i>=t.afterLimit&&(s=t.next(),r=a.dropBottom,o="insert-after"),s&&parseInt(s.attr(n.attr("level")),10)===d&&(r=a.dropMiddle),h.className=r,h.command=o)},v=function(){return i._reorderDraggable.hint.children(C+a.dragStatus).removeClass(a.dropPositions)};u&&u.reorder!==!1&&u.update!==!1&&(this._reorderDraggable=this.content.kendoDraggable({distance:10,holdToDrag:s,group:"listGroup",filter:"tr[data-uid]",ignore:C+a.input,hint:function(t){return e('
                ').css({width:300,paddingLeft:t.css("paddingLeft"),paddingRight:t.css("paddingRight"),lineHeight:t.height()+"px",paddingTop:t.css("paddingTop"),paddingBottom:t.css("paddingBottom")}).append('')},cursorOffset:{top:-20,left:0},container:this.content,dragstart:function(e){var t=i.editable;return t&&t.reorder!==!1&&t.trigger("validate")?void e.preventDefault():(r=i._modelFromElement(e.currentTarget),this.hint.children(C+a.dragClueText).text(r.get("title")),void(d&&this.hint.addClass(a.rtl)))},drag:function(e){o&&(g(e.y),v().addClass(h.className))},dragend:function(){p()},dragcancel:function(){p()}}).data("kendoDraggable"),this._tableDropArea=this.content.kendoDropTargetArea({distance:0,group:"listGroup",filter:"tr[data-uid]",dragenter:function(e){t=e.dropTarget,f(i._modelFromElement(t)),m(),v().toggleClass(a.dropDenied,!o)},dragleave:function(){o=!0,v()},drop:function(){var e=i._modelFromElement(t),n=e.orderId,a={parentId:e.parentId};if(o){switch(h.command){case"add":a.parentId=e.id;break;case"insert-before":a.orderId=e.parentId===r.parentId&&e.orderId>r.orderId?n-1:n;break;case"insert-after":a.orderId=e.parentId===r.parentId&&e.orderId>r.orderId?n:n+1}i.trigger("update",{task:r,updateInfo:a})}}}).data("kendoDropTargetArea"),this._contentDropArea=this.element.kendoDropTargetArea({distance:0,group:"listGroup",filter:C+a.gridContent,drop:function(){var e=i._modelFromElement(i.content.find(l)),t=e.orderId,n={parentId:null,orderId:null!==r.parentId?t+1:t};i.trigger("update",{task:r,updateInfo:n})}}).data("kendoDropTargetArea"))},_resizable:function(){var t=this,i=x.styles,n=function(n){var r,o,a=e(n.currentTarget),d=t.resizeHandle,s=a.position(),l=s.left,h=u(a),c=a.closest("div"),f=n.clientX+e(window).scrollLeft(),m=t.options.columnResizeHandleWidth;return l+=c.scrollLeft(),d||(d=t.resizeHandle=e('
                ')),r=a.offset().left+h,(o=f>r-m&&f>>0}function n(){return{width:0,height:0,baseline:0}}function s(e,t,i){return d.current.measure(e,t,i)}var r,a,o,d;window.kendo.util=window.kendo.util||{},r=kendo.Class.extend({init:function(e){this._size=e,this._length=0,this._map={}},put:function(e,t){var i=this._map,n={key:e,value:t};i[e]=n,this._head?(this._tail.newer=n,n.older=this._tail,this._tail=n):this._head=this._tail=n,this._length>=this._size?(i[this._head.key]=null,this._head=this._head.newer,this._head.older=null):this._length++},get:function(e){var t=this._map[e];if(t)return t===this._head&&t!==this._tail&&(this._head=t.newer,this._head.older=null),t!==this._tail&&(t.older&&(t.older.newer=t.newer,t.newer.older=t.older),t.older=this._tail,t.newer=null,this._tail.newer=t,this._tail=t),t.value}}),a={baselineMarkerSize:1},"undefined"!=typeof document&&(o=document.createElement("div"),o.style.cssText="position: absolute !important; top: -4000px !important; width: auto !important; height: auto !important;padding: 0 !important; margin: 0 !important; border: 0 !important;line-height: normal !important; visibility: hidden !important; white-space: nowrap!important;"),d=kendo.Class.extend({init:function(t){this._cache=new r(1e3),this.options=e.extend({},a,t)},measure:function(e,s,r){var a,d,l,c,u,h,p,f;if(!e)return n();if(a=t(s),d=i(e+a),l=this._cache.get(d))return l;c=n(),u=r||o,h=this._baselineMarker().cloneNode(!1);for(p in s)f=s[p],void 0!==f&&(u.style[p]=f);return u.textContent=e,u.appendChild(h),document.body.appendChild(u),(e+"").length&&(c.width=u.offsetWidth-this.options.baselineMarkerSize,c.height=u.offsetHeight,c.baseline=h.offsetTop+this.options.baselineMarkerSize),c.width>0&&c.height>0&&this._cache.put(d,c),u.parentNode.removeChild(u),c},_baselineMarker:function(){var e=document.createElement("div");return e.style.cssText="display: inline-block; vertical-align: baseline;width: "+this.options.baselineMarkerSize+"px; height: "+this.options.baselineMarkerSize+"px;overflow: hidden;",e}}),d.current=new d,kendo.deepExtend(kendo.util,{LRUCache:r,TextMetrics:d,measureText:s,objectKey:t,hashKey:i})}(window.kendo.jQuery)},"function"==typeof define&&define.amd?define:function(e,t,i){(i||t)()}),function(e,define){define("kendo.gantt.min",["kendo.data.min","kendo.popup.min","kendo.window.min","kendo.resizable.min","kendo.gantt.list.min","kendo.gantt.timeline.min","kendo.grid.min","kendo.pdf.min"],e)}(function(){return function(e,t){function i(e){return"["+m.attr("uid")+(e?"='"+e+"']":"]")}function n(e){return delete e.name,delete e.prefix,delete e.remove,delete e.edit,delete e.add,delete e.navigate,e}function s(e){var t,i,n,s,r,a;if(e.filter("[name=end], [name=start]").length){for(t=e.attr("name"),i=m.widgetInstance(e,m.ui),n={},s=e;s!==window&&!r;)s=s.parent(),r=s.data("kendoEditable");return!(a=r?r.options.model:null)||(n.start=a.start,n.end=a.end,n[t]=i?i.value():m.parseDate(e.value()),n.start<=n.end)}return!0}function r(t,i){var n=t.parents("["+m.attr("role")+'="gantt"]'),s=[],r=a(n);t.attr(N,0),i&&r.each(function(t,i){s[t]=e(i).scrollTop()});try{t[0].setActive()}catch(o){t[0].focus()}i&&r.each(function(t,i){e(i).scrollTop(s[t])})}function a(t){return e(t).parentsUntil("body").filter(function(e,t){var i=m.getComputedStyles(t,["overflow"]);return"visible"!=i.overflow}).add(window)}var o,d,l,c,u,h,p,f,m=window.kendo,v="matchMedia"in window,g=m.support.browser,b=m.support.mobileOS,_=m.Observable,k=m.ui.Widget,y=m.data.DataSource,w=m.data.ObservableObject,S=m.data.ObservableArray,D=m.data.Query,T=e.isArray,C=e.inArray,x=m.isFunction,B=e.proxy,R=e.extend,F=e.isPlainObject,E=e.map,H=m._outerWidth,z=m._outerHeight,I=m.keys,W=3,P=".kendoGantt",A="p0",N="tabIndex",L="click",M="width",q="string",U={down:{origin:"bottom left",position:"top left"},up:{origin:"top left",position:"bottom left"}},G="aria-activedescendant",V="aria-label",j="gantt_active_cell",O="action-option-focused",Q=".",K="Are you sure you want to delete this task?",Y="Are you sure you want to delete this dependency?",J=m.template(''),X='',Z='#=text#',$=m.template('
              • &nbps;
              • '),ee=m.template(''),te=m.template('
                  #for(var i = 0, l = actions.length; i < l; i++){#
                • #=actions[i].text##}#
                '),ie=function(t,i){var n={name:i.field,title:i.title},s=i.model.fields[i.field].validation;s&&F(s)&&s.message&&(n[m.attr("dateCompare-msg")]=s.message),e('").attr(n).appendTo(t),e("').hide().appendTo(t)},ne=function(t,i){e(''+i.messages.assignButton+"").click(i.click).appendTo(t)},se={wrapper:"k-widget k-gantt",rowHeight:"k-gantt-rowheight",listWrapper:"k-gantt-layout k-gantt-treelist",list:"k-gantt-treelist",timelineWrapper:"k-gantt-layout k-gantt-timeline",timeline:"k-gantt-timeline",splitBarWrapper:"k-splitbar k-state-default k-splitbar-horizontal k-splitbar-draggable-horizontal k-gantt-layout",splitBar:"k-splitbar",splitBarHover:"k-splitbar-horizontal-hover",popupWrapper:"k-list-container",popupList:"k-list k-reset",resizeHandle:"k-resize-handle",icon:"k-icon",item:"k-item",line:"k-line",buttonDelete:"k-gantt-delete",buttonCancel:"k-gantt-cancel",buttonSave:"k-gantt-update",buttonToggle:"k-gantt-toggle",primary:"k-primary",hovered:"k-state-hover",selected:"k-state-selected",focused:"k-state-focused",gridHeader:"k-grid-header",gridHeaderWrap:"k-grid-header-wrap",gridContent:"k-grid-content",popup:{form:"k-popup-edit-form",editForm:"k-gantt-edit-form",formContainer:"k-edit-form-container",resourcesFormContainer:"k-resources-form-container",message:"k-popup-message",buttonsContainer:"k-edit-buttons k-state-default",button:"k-button",editField:"k-edit-field",editLabel:"k-edit-label",resourcesField:"k-gantt-resources"},toolbar:{headerWrapper:"k-floatwrap k-header k-gantt-toolbar",footerWrapper:"k-floatwrap k-header k-gantt-toolbar",toolbar:"k-gantt-toolbar",expanded:"k-state-expanded",views:"k-gantt-views",viewsWrapper:"k-reset k-header k-gantt-views",actions:"k-gantt-actions",button:"k-button k-button-icontext",buttonToggle:"k-button k-button-icon k-gantt-toggle",iconPlus:"k-icon k-i-plus",iconPdf:"k-icon k-i-file-pdf",iconToggle:"k-icon k-i-layout-1-by-4",viewButtonDefault:"k-state-default",viewButton:"k-view",currentView:"k-current-view",link:"k-link",pdfButton:"k-gantt-pdf",appendButton:"k-gantt-create"}},re=_.extend({init:function(e,t){_.fn.init.call(this),this.element=e,this.options=R(!0,{},this.options,t),this._popup()},options:{direction:"down",navigatable:!1},_current:function(e){var t=f.styles,i=this.list.find(Q+t.focused),n=i[e]();n.length&&(i.removeClass(t.focused).removeAttr("id"),n.addClass(t.focused).attr("id",O),this.list.find("ul").removeAttr(G).attr(G,O))},_popup:function(){var t=this,i=f.styles,n="li"+Q+i.item,s=Q+i.toolbar.appendButton,r=this.options.messages.actions,a=this.options.navigatable;this.list=e(te({styles:i,actions:[{data:"add",text:r.addChild},{data:"insert-before",text:r.insertBefore},{data:"insert-after",text:r.insertAfter}]})),this.element.append(this.list),this.popup=new m.ui.Popup(this.list,R({anchor:this.element.find(s),open:function(){t._adjustListWidth()},animation:this.options.animation},U[this.options.direction])),this.element.on(L+P,s,function(n){var s=e(this),r=s.attr(m.attr("action"));n.preventDefault(),r?t.trigger("command",{type:r}):(t.popup.open(),a&&t.list.find("li:first").addClass(i.focused).attr("id",O).end().find("ul").attr({TABINDEX:0,"aria-activedescendant":O}).focus())}),this.list.find(n).hover(function(){e(this).addClass(i.hovered)},function(){e(this).removeClass(i.hovered)}).end().on(L+P,n,function(){t.trigger("command",{type:e(this).attr(m.attr("action"))}),t.popup.close()}),a&&(this.popup.bind("close",function(){t.list.find(n).removeClass(i.focused).end().find("ul").attr(N,0),t.element.parents("["+m.attr("role")+'="gantt"]').find(Q+i.gridContent+" > table:first").focus()}),this.list.find("ul").on("keydown"+P,function(e){var n=e.keyCode;switch(n){case I.UP:e.preventDefault(),t._current("prev");break;case I.DOWN:e.preventDefault(),t._current("next");break;case I.ENTER:t.list.find(Q+i.focused).click();break;case I.ESC:e.preventDefault(),t.popup.close()}}))},_adjustListWidth:function(){var e,t,i=this.list,n=f.styles,s=i[0].style.width,r=this.element.find(Q+n.toolbar.appendButton),a=H(i);!i.data(M)&&s||(e=window.getComputedStyle?window.getComputedStyle(r[0],null):0,t=e?parseFloat(e.width):H(r),e&&(g.mozilla||g.msie)&&(t+=parseFloat(e.paddingLeft)+parseFloat(e.paddingRight)+parseFloat(e.borderLeftWidth)+parseFloat(e.borderRightWidth)),s="border-box"!==i.css("box-sizing")?t-(H(i)-i.width()):t,a>s&&(s=a),i.css({fontFamily:r.css("font-family"),width:s}).data(M,s))},destroy:function(){clearTimeout(this._focusTimeout),this.popup.destroy(),this.element.off(P),this.list.off(P),this.unbind()}}),ae=function(e,t){return function(i){var n,s;if(i=T(i)?{data:i}:i,n=i||{},s=n.data,n.data=s,!(n instanceof e)&&n instanceof y)throw Error("Incorrect DataSource type. Only "+t+" instances are supported");return n instanceof e?n:new e(n)}},oe=m.data.Model.define({id:"id",fields:{id:{type:"number"},predecessorId:{type:"number"},successorId:{type:"number"},type:{type:"number"}}}),de=y.extend({init:function(e){y.fn.init.call(this,R(!0,{},{schema:{modelBase:oe,model:oe}},e))},successors:function(e){return this._dependencies("predecessorId",e)},predecessors:function(e){return this._dependencies("successorId",e)},dependencies:function(e){var t=this.predecessors(e),i=this.successors(e);return t.push.apply(t,i),t},_dependencies:function(e,t){var i=this.view(),n={field:e,operator:"eq",value:t};return i=new D(i).filter(n).toArray()}});de.create=ae(de,"GanttDependencyDataSource"),d=m.data.Model.define({duration:function(){var e=this.end,t=this.start;return e-t},isMilestone:function(){return 0===this.duration()},_offset:function(e){var t,i,n=["start","end"];for(i=0;ia&&(a=i);return new Date(a)};this._updateSummaryRecursive(e,"end",i)},_resolveSummaryPercentComplete:function(e){var t=this,i=function(e){var i=t.taskChildren(e),n=new D(i).aggregate([{field:"percentComplete",aggregate:"average"}]);return n.percentComplete.average};this._updateSummaryRecursive(e,"percentComplete",i)},_updateSummaryRecursive:function(e,t,i){var n,s;e&&(n=i(e),e.set(t,n),s=this.taskParent(e),s&&this._updateSummaryRecursive(s,t,i))},_childRemoved:function(e,t){var i,n,s=null===e?null:this.get(e),r=this.taskChildren(s);for(i=t,n=r.length;it,r=s?t:n,a=s?n:t,o=s?r:r+1,d=this.taskSiblings(e);for(a=Math.min(a,d.length-1),i=r;i<=a;i++)d[i]!==e&&(d[i].set("orderId",o),o+=1)},_updateSummary:function(e){if(null!==e){var t=this.taskChildren(e).length;e.set("summary",t>0)}},_toGanttTask:function(e){if(!(e instanceof d)){var t=e;e=this._createNewModel(),e.accept(t)}return e}}),l.create=ae(l,"GanttDataSource"),R(!0,m.data,{GanttDataSource:l,GanttTask:d,GanttDependencyDataSource:de,GanttDependency:oe}),c={desktop:{dateRange:ie,resources:ne}},u=m.Observable.extend({init:function(e,t){m.Observable.fn.init.call(this),this.element=e,this.options=R(!0,{},this.options,t),this.createButton=this.options.createButton},fields:function(t,i){var n,s=this,r=this.options,a=r.messages.editor,o=r.resources,d=function(e){e.preventDefault(),o.editor(s.container.find(Q+f.styles.popup.resourcesField),i)};return r.editable.template?n=e.map(i.fields,function(e,t){return{field:t}}):(n=[{field:"title",title:a.title},{field:"start",title:a.start,editor:t.dateRange},{field:"end",title:a.end,editor:t.dateRange},{field:"percentComplete",title:a.percentComplete,format:A}],i.get(o.field)&&n.push({field:o.field,title:a.resources,messages:a,editor:t.resources,click:d,styles:f.styles.popup})),n},_buildEditTemplate:function(e,t,i){var n,s,r,a,o=this.options.resources,d=this.options.editable.template,l=R({},m.Template,this.options.templateSettings),c=l.paramName,u=f.styles.popup,h="";if(d)typeof d===q&&(d=window.unescape(d)),h+=m.template(d,l)(e);else for(n=0,s=t.length;n
                ",r.field===o.field&&(h+=''),!e.editable||e.editable(r.field)?(i.push(r),h+="
                '):(a="#:",r.field?(r=m.expr(r.field,c),a+=r+"==null?'':"+r):a+="''",a+="#",a=m.template(a,l),h+='
                '+a(e)+"
                ");return h}}),h=u.extend({destroy:function(){this.close(),this.unbind()},editTask:function(e){this.editable=this._createPopupEditor(e)},close:function(){var e=this,t=function(){e.editable&&(e.editable.destroy(),e.editable=null,e.container=null),e.popup&&(e.popup.destroy(),e.popup=null)};this.editable&&this.container.is(":visible")?(e.trigger("close",{window:e.container}),this.container.data("kendoWindow").bind("deactivate",t).close()):t()},showDialog:function(t){var i,n,s,r,a=t.buttons,o=f.styles.popup,d=m.format('

                {3}

                ',o.form,o.formContainer,o.message,t.text,o.buttonsContainer);for(i=0,n=a.length;i
                ",s=this.element,this.popup&&this.popup.destroy(),r=this.popup=e(d).appendTo(s).eq(0).on("click",Q+o.button,function(t){t.preventDefault(),r.close();var i=e(t.currentTarget).index();a[i].click()}).kendoWindow({modal:!0,resizable:!1,draggable:!1,title:t.title,visible:!1,deactivate:function(){this.destroy(),s.focus()}}).getKendoWindow(),r.center().open()},_createPopupEditor:function(t){var i,n,s=this,r={},a=this.options.messages,o=f.styles,d=o.popup,l=m.format('
                ',m.attr("uid"),t.uid,d.form,d.editForm,d.formContainer),u=this.fields(c.desktop,t),h=[];return l+=this._buildEditTemplate(t,u,h),l+='
                ',l+=this.createButton({name:"update",text:a.save,className:f.styles.primary}),l+=this.createButton({name:"cancel",text:a.cancel}),s.options.editable.destroy!==!1&&(l+=this.createButton({name:"delete",text:a.destroy})),l+="
                ",i=this.container=e(l).appendTo(this.element).eq(0).kendoWindow(R({modal:!0,resizable:!1,draggable:!0,title:a.editor.editorTitle,visible:!1,close:function(e){e.userTriggered&&s.trigger("cancel",{container:i,model:t})&&e.preventDefault()}},r)),n=i.kendoEditable({fields:h,model:t,clearContainer:!1,validateOnBlur:!0,target:s.options.target}).data("kendoEditable"),m.cycleForm(i),this.trigger("edit",{container:i,model:t})?s.trigger("cancel",{container:i,model:t}):(i.data("kendoWindow").center().open(),i.on(L+P,Q+o.buttonCancel,function(e){e.preventDefault(),e.stopPropagation(),s.trigger("cancel",{container:i,model:t})}),i.on(L+P,Q+o.buttonSave,function(e){var n,r,a,o,d;for(e.preventDefault(),e.stopPropagation(),n=s.fields(c.desktop,t),r={},o=0,d=n.length;o
                "',i.form,i.editForm,i.formContainer,i.resourcesFormContainer);n=e(n),this.container=n.find(Q+i.resourcesFormContainer),this.window=n.kendoWindow({modal:!0,resizable:!1,draggable:!0,visible:!1,title:this.options.messages.resourcesEditorTitle,open:function(){t.grid.resize(!0)}}).data("kendoWindow"),this._resourceGrid(),this._createButtons()},_resourceGrid:function(){var t=this,i=this.options.messages,n=e('
                ').appendTo(this.container);this.grid=new m.ui.Grid(n,{columns:[{field:"name",title:i.resourcesHeader,template:"