Skip to content

Commit ab14cde

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 2522e1a commit ab14cde

File tree

8 files changed

+32
-9
lines changed

8 files changed

+32
-9
lines changed

docs-aspnet-core/_layouts/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js"></script>
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js"></script>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js"></script>
23-
<!--GDPR and Coockies Consent Message -->
24-
<script src="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js" type="text/javascript" charset="UTF-8"></script>
23+
<!--GDPR and Cookies Consent Message -->
24+
<script src="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js" type="text/javascript" charset="UTF-8"></script>
25+
<!--script to enable GDPR and Cookies Consent Message on live -->
26+
<script src="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js" type="text/javascript" charset="UTF-8"></script>
27+
2528
{% javascript prettify %}
2629
{% javascript app %}
2730
{% if page.editableExample == "true" %}

docs-aspnet-mvc/_layouts/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js"></script>
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js"></script>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js"></script>
23-
<!--GDPR and Coockies Consent Message -->
24-
<script src="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js" type="text/javascript" charset="UTF-8"></script>
23+
<!--GDPR and Cookies Consent Message -->
24+
<script src="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js" type="text/javascript" charset="UTF-8"></script>
25+
<!--script to enable GDPR and Cookies Consent Message on live -->
26+
<script src="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js" type="text/javascript" charset="UTF-8"></script>
27+
2528
{% javascript prettify %}
2629
{% javascript app %}
2730
{% if page.editableExample == "true" %}

docs/_layouts/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@
2727
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js"></script>
2828
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js"></script>
2929
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js"></script>
30-
<!--GDPR and Coockies Consent Message -->
31-
<script src="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js" type="text/javascript" charset="UTF-8"></script>
30+
<!--GDPR and Cookies Consent Message -->
31+
<script src="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js" type="text/javascript" charset="UTF-8"></script>
32+
<!--script to enable GDPR and Cookies Consent Message on live -->
33+
<script src="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js" type="text/javascript" charset="UTF-8"></script>
34+
3235
{% javascript prettify %}
3336
{% javascript app %}
3437
{% if page.editableExample == "true" %}

docs/api/javascript/ui/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The text to send and render.
119119

120120
### renderAttachments
121121

122-
Renders an attachment inside the chat. The attachments is rendered through a predefined or custom template, registered with the Chat widget.
122+
Renders an attachment inside the chat. The attachments are rendered through a predefined or custom template, registered with the Chat widget.
123123

124124
#### Parameters
125125

styles/web/Default/card/layout.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
// Deck
226226
.k-card-deck {
227227
display: flex;
228+
margin-top: @card-deck-gap;
228229
flex-direction: row;
229230
flex-wrap: nowrap;
230231
align-items: stretch;

styles/web/common/inputs.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ span.k-dropdowntree,
5959
}
6060

6161
.k-multiselect-wrap > .k-i-close {
62-
top: (@grid-size/2 - 2px);
62+
top: (@grid-size/2);
6363
}
6464

6565
.k-multiselect-wrap .k-readonly,

styles/web/kendo.rtl.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,12 @@
566566
padding: .03em .2em;
567567
}
568568

569+
.k-rtl .k-autocomplete > .k-i-close,
570+
.k-rtl .k-multiselect-wrap > .k-i-close {
571+
left: 6px;
572+
right: auto;
573+
}
574+
569575
/* Notification */
570576

571577
.k-rtl .k-notification-button .k-notification-wrap,
@@ -1143,3 +1149,10 @@
11431149
margin-left: 0;
11441150
}
11451151
}
1152+
1153+
/* Chat */
1154+
.k-rtl {
1155+
.k-message-box .k-button svg {
1156+
transform: rotate(180deg)
1157+
}
1158+
}

styles/web/kendo.uniform.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@accent: #eee;
1+
@accent: #676767;
22
@base: #fff;
33
@background: #fff;
44

0 commit comments

Comments
 (0)