Skip to content

Commit cc7e760

Browse files
author
pipeline
committed
v19.3.53 is released
1 parent 15cc0b4 commit cc7e760

File tree

60 files changed

+10700
-10674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+10700
-10674
lines changed

controls/buttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Chips
88

controls/charts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Chart
88

controls/diagrams/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Diagram
88

controls/documenteditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Document Editor
88

controls/drawings/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Drawings
88

controls/dropdowns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Dropdown Tree
88

controls/dropdowns/spec/drop-down-tree/hierarchical-data/custom-template.spec.ts

Lines changed: 628 additions & 628 deletions
Large diffs are not rendered by default.

controls/dropdowns/spec/drop-down-tree/list-data/custom-template.spec.ts

Lines changed: 630 additions & 630 deletions
Large diffs are not rendered by default.

controls/dropdowns/spec/drop-down-tree/remote-data/custom-template.spec.ts

Lines changed: 266 additions & 266 deletions
Large diffs are not rendered by default.
Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
// sass-lint:disable-all
2-
$ddt-skin-name: $skin-name !default;
3-
$ddt-box-shadow: none !default;
4-
$ddt-close-icon-bottom: 10px !default;
5-
$ddt-dd-icon-bottom: 0 !default;
6-
$ddt-dd-icon-width: 30px !default;
7-
$ddt-close-icon-width: 20px !default;
8-
$ddt-dd-icon-bigger-bottom: 0 !default;
9-
$ddt-filter-border: 1px solid $border-light !default;
10-
$ddt-filter-top-border: 0 !default;
11-
$ddt-filter-padding: 4px !default;
12-
$ddt-chip-margin: 3px 4px !default;
13-
$ddt-chip-padding: 0 8px 0 8px !default;
14-
$ddt-chip-radius: 4px !default;
15-
$ddt-chip-height: 24px !default;
16-
$ddt-chip-bigger-height: 30px !default;
17-
$ddt-chip-content-padding: 0 4px 0 0 !default;
18-
$ddt-rtl-chip-content-padding: 0 0 0 4px !default;
19-
$ddt-big-chip-content-padding: 0 8px 0 0 !default;
20-
$ddt-rtl-big-chip-content-padding: 0 0 0 8px !default;
21-
$ddt-chip-close-font: 10px !default;
22-
$ddt-chip-close-height: 16px !default;
23-
$ddt-chip-close-width: 16px !default;
24-
$ddt-last-chip-right-margin: 48px !default;
25-
$ddt-last-chip-bigger-right-margin: 52px !default;
26-
$ddt-select-all-height: 34px !default;
27-
$ddt-select-all-checkbox-margin: 0 8px !default;
28-
$ddt-select-all-text-indent: 0 !default;
29-
$ddt-select-all-bigger-text-indent: 0 !default;
30-
$ddt-select-all-text-font-size: $text-sm !default;
31-
$ddt-popup-reorder-border: $border-light !default;
32-
$ddt-treeview-padding: 0 8px !default;
33-
$ddt-chip-width: calc(100% - 2px) !default;
34-
$ddt-chip-ddi-width: calc(100% - 31px) !default;
35-
$ddt-chip-ci-width: calc(100% - 31px) !default;
36-
$ddt-chip-ddi-ci-width: calc(100% - 62px) !default;
37-
$ddt-big-chip-ddi-width: calc(100% - 37px) !default;
38-
$ddt-big-chip-ci-width: calc(100% - 37px) !default;
39-
$ddt-big-chip-ddi-ci-width: calc(100% - 73px) !default;
40-
$ddt-remains-padding: 0 0 0 8px !default;
41-
$ddt-rtl-remains-padding: 0 8px 0 0 !default;
42-
$ddt-chip-font-size: $text-sm !default;
43-
$ddt-overflow-count-padding: 5px 4px !default;
44-
$ddt-delim-padding : 0 8px !default;
45-
$ddt-delim-bigger-padding: 0 12px !default;
46-
$ddt-remains-count-padding-top: 0 !default;
47-
48-
// color variables
49-
$ddt-chip-bg-color: $secondary-bg-color !default;
50-
$ddt-popup-background-color: $flyout-bg-color !default;
51-
$ddt-popup-border-color: $border-light !default;
52-
$ddt-chip-close: $secondary-text-color !default;
53-
$ddt-chip-font-color: $secondary-text-color !default;
54-
$ddt-chip-hover-bg-color: $secondary-border-color-hover !default;;
55-
$ddt-chip-hover-font-color: $secondary-text-color-hover !default;
56-
$ddt-nodata-font-color: $content-text-color !default;
57-
$ddt-select-all-font-color: $content-text-color !default;
58-
$ddt-remains-font-color: $content-text-color-alt3 !default;
1+
// sass-lint:disable-all
2+
$ddt-skin-name: $skin-name !default;
3+
$ddt-box-shadow: none !default;
4+
$ddt-close-icon-bottom: 10px !default;
5+
$ddt-dd-icon-bottom: 0 !default;
6+
$ddt-dd-icon-width: 30px !default;
7+
$ddt-close-icon-width: 20px !default;
8+
$ddt-dd-icon-bigger-bottom: 0 !default;
9+
$ddt-filter-border: 1px solid $border-light !default;
10+
$ddt-filter-top-border: 0 !default;
11+
$ddt-filter-padding: 4px !default;
12+
$ddt-chip-margin: 3px 4px !default;
13+
$ddt-chip-padding: 0 8px 0 8px !default;
14+
$ddt-chip-radius: 4px !default;
15+
$ddt-chip-height: 24px !default;
16+
$ddt-chip-bigger-height: 30px !default;
17+
$ddt-chip-content-padding: 0 4px 0 0 !default;
18+
$ddt-rtl-chip-content-padding: 0 0 0 4px !default;
19+
$ddt-big-chip-content-padding: 0 8px 0 0 !default;
20+
$ddt-rtl-big-chip-content-padding: 0 0 0 8px !default;
21+
$ddt-chip-close-font: 10px !default;
22+
$ddt-chip-close-height: 16px !default;
23+
$ddt-chip-close-width: 16px !default;
24+
$ddt-last-chip-right-margin: 48px !default;
25+
$ddt-last-chip-bigger-right-margin: 52px !default;
26+
$ddt-select-all-height: 34px !default;
27+
$ddt-select-all-checkbox-margin: 0 8px !default;
28+
$ddt-select-all-text-indent: 0 !default;
29+
$ddt-select-all-bigger-text-indent: 0 !default;
30+
$ddt-select-all-text-font-size: $text-sm !default;
31+
$ddt-popup-reorder-border: $border-light !default;
32+
$ddt-treeview-padding: 0 8px !default;
33+
$ddt-chip-width: calc(100% - 2px) !default;
34+
$ddt-chip-ddi-width: calc(100% - 31px) !default;
35+
$ddt-chip-ci-width: calc(100% - 31px) !default;
36+
$ddt-chip-ddi-ci-width: calc(100% - 62px) !default;
37+
$ddt-big-chip-ddi-width: calc(100% - 37px) !default;
38+
$ddt-big-chip-ci-width: calc(100% - 37px) !default;
39+
$ddt-big-chip-ddi-ci-width: calc(100% - 73px) !default;
40+
$ddt-remains-padding: 0 0 0 8px !default;
41+
$ddt-rtl-remains-padding: 0 8px 0 0 !default;
42+
$ddt-chip-font-size: $text-sm !default;
43+
$ddt-overflow-count-padding: 5px 4px !default;
44+
$ddt-delim-padding : 0 8px !default;
45+
$ddt-delim-bigger-padding: 0 12px !default;
46+
$ddt-remains-count-padding-top: 0 !default;
47+
48+
// color variables
49+
$ddt-chip-bg-color: $secondary-bg-color !default;
50+
$ddt-popup-background-color: $flyout-bg-color !default;
51+
$ddt-popup-border-color: $border-light !default;
52+
$ddt-chip-close: $secondary-text-color !default;
53+
$ddt-chip-font-color: $secondary-text-color !default;
54+
$ddt-chip-hover-bg-color: $secondary-border-color-hover !default;;
55+
$ddt-chip-hover-font-color: $secondary-text-color-hover !default;
56+
$ddt-nodata-font-color: $content-text-color !default;
57+
$ddt-select-all-font-color: $content-text-color !default;
58+
$ddt-remains-font-color: $content-text-color-alt3 !default;
5959
$ddt-readonly-input-bg-color: $content-bg-color !default;

0 commit comments

Comments
 (0)