Skip to content

Commit 981647b

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent b5ccf87 commit 981647b

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

docs-aspnet/_config-mvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ff-sheet-id: 17DDhsKyPUgO6GlvL8WEfCCN6tikyInp4qpRGCvvs794
7474
product_long: "Progress Telerik UI for ASP.NET MVC"
7575
product: "Telerik UI for ASP.NET MVC"
7676
product_short: "UI for ASP.NET MVC"
77+
product_url: https://www.telerik.com/aspnet-mvc
7778
framework: "ASP.NET MVC"
7879
framework_short: "MVC"
7980
platform: aspnet-mvc

docs-aspnet/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ ff-sheet-id: 1mottKpkbJFxkUq6rS3CsPrT8JQOE2JlUtsJBR622cxs
570570
product_long: "Progress Telerik UI for ASP.NET Core"
571571
product: "Telerik UI for ASP.NET Core"
572572
product_short: "UI for ASP.NET Core"
573+
product_url: https://www.telerik.com/aspnet-core-ui
573574
framework: "ASP.NET Core"
574575
framework_short: "Core"
575576
platform: aspnet-core

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,7 @@ api:
14681468
- "items"
14691469

14701470
product: "Kendo UI for jQuery"
1471+
product_url: https://www.telerik.com/kendo-ui#jquery
14711472
platform: kendo-ui
14721473

14731474
## Assign layout and category per different paths

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"version": "1.0.0",
1212
"dependencies": {},
1313
"devDependencies": {
14-
"@progress/kendo-theme-bootstrap": "4.16.1",
15-
"@progress/kendo-theme-default": "4.18.1",
16-
"@progress/kendo-theme-material": "3.15.1",
14+
"@progress/kendo-theme-bootstrap": "4.17.0",
15+
"@progress/kendo-theme-default": "4.19.0",
16+
"@progress/kendo-theme-material": "3.16.0",
1717
"amd-optimize": "0.6.1",
1818
"autoprefixer": "^9.1.5",
1919
"bootstrap": "^4.0.0",

src/kendo.editable.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ var __meta__ = { // jshint ignore:line
457457

458458
if (!that.options.skipFocus) {
459459
var focusable = container.find(":kendoFocusable").eq(0).focus();
460+
461+
kendo.caret(focusable, 0 ,0);
462+
460463
if (oldIE) {
461464
focusable.focus();
462465
}

styles/web/Default/wizard/_layout.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
flex-wrap: nowrap;
5454
align-items: center;
5555
justify-content: space-between;
56+
flex-shrink: 0;
5657

5758
.k-button {
5859
margin-right: @wizard-buttons-margin-x;
@@ -84,11 +85,16 @@
8485

8586
// Vertical
8687
.k-wizard-vertical {
87-
.k-wizard-steps,
88-
.k-wizard-content {
88+
.k-wizard-steps {
8989
flex: 1 0 0%;
9090
}
9191

92+
.k-wizard-content {
93+
flex-grow: 1;
94+
flex-shrink: 1;
95+
flex-basis: auto;
96+
}
97+
9298
.k-wizard-steps {
9399
margin-left: @wizard-content-padding-x;
94100
}

styles/web/type-default.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@
608608

609609
@checkbox-bg: @input-bg;
610610
@checkbox-text: @accent;
611-
@checkbox-border: @input-border;
611+
@checkbox-border: contrast(@base, lighten(@base, 14%), darken(@base, 14%), 0.5);
612612
@checkbox-hovered-bg: @checkbox-bg;
613613
@checkbox-hovered-text: @checkbox-text;
614-
@checkbox-hovered-border: @input-hovered-border;
614+
@checkbox-hovered-border: @checkbox-border;
615615
@checkbox-checked-bg: @checkbox-bg;
616616
@checkbox-checked-text: @checkbox-text;
617617
@checkbox-checked-border: @checkbox-border;

0 commit comments

Comments
 (0)