Skip to content

Commit e8d4f4f

Browse files
authored
Merge pull request #521 from DevExpress/Update_to_17.1.5
Update to 17.1.5
2 parents cb092ee + 3892552 commit e8d4f4f

File tree

3 files changed

+86
-7
lines changed

3 files changed

+86
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 17.1.5
2+
3+
- Release a stable version of `devextreme-angular`
4+
15
## 17.1.5-rc.1 (2017-07-27)
26

37
### Bug Fixes

metadata/StrongMetaData.json

Lines changed: 81 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,6 +2130,15 @@
21302130
],
21312131
"Description": "Specifies whether the widget responds to user interaction."
21322132
},
2133+
"disabledDates": {
2134+
"PrimitiveTypes": [
2135+
"date"
2136+
],
2137+
"IsCollection": true,
2138+
"IsFunc": true,
2139+
"SingularName": "disabledDate",
2140+
"Description": ""
2141+
},
21332142
"elementAttr": {
21342143
"PrimitiveTypes": [
21352144
"any"
@@ -6799,7 +6808,7 @@
67996808
"PrimitiveTypes": [
68006809
"string"
68016810
],
6802-
"Description": "Specifies the current value displayed by the widget."
6811+
"Description": "Specifies the currently selected value."
68036812
},
68046813
"visible": {
68056814
"PrimitiveTypes": [
@@ -8758,6 +8767,15 @@
87588767
],
87598768
"Description": "Specifies whether the widget responds to user interaction."
87608769
},
8770+
"disabledDates": {
8771+
"PrimitiveTypes": [
8772+
"date"
8773+
],
8774+
"IsCollection": true,
8775+
"IsFunc": true,
8776+
"SingularName": "disabledDate",
8777+
"Description": ""
8778+
},
87618779
"displayFormat": {
87628780
"PrimitiveTypes": [
87638781
"string"
@@ -9125,6 +9143,7 @@
91259143
"dxDropDownBox": {
91269144
"Description": "The DropDownBox widget consists of a text field, which displays the current value, and a drop-down field, which can contain any UI element.",
91279145
"Module": "ui/drop_down_box",
9146+
"IsEditor": true,
91289147
"Options": {
91299148
"acceptCustomValue": {
91309149
"PrimitiveTypes": [
@@ -9186,6 +9205,10 @@
91869205
],
91879206
"Description": "Specifies the attributes to be attached to the widget's root element."
91889207
},
9208+
"fieldTemplate": {
9209+
"IsTemplate": true,
9210+
"Description": ""
9211+
},
91899212
"focusStateEnabled": {
91909213
"PrimitiveTypes": [
91919214
"bool"
@@ -9406,7 +9429,7 @@
94069429
"PrimitiveTypes": [
94079430
"any"
94089431
],
9409-
"Description": "The currently selected value in the widget."
9432+
"Description": "Specifies the currently selected value."
94109433
},
94119434
"valueChangeEvent": {
94129435
"PrimitiveTypes": [
@@ -12354,7 +12377,7 @@
1235412377
"PrimitiveTypes": [
1235512378
"any"
1235612379
],
12357-
"Description": "The currently selected value in the widget."
12380+
"Description": "Specifies the currently selected value."
1235812381
},
1235912382
"valueChangeEvent": {
1236012383
"PrimitiveTypes": [
@@ -18749,7 +18772,7 @@
1874918772
"PrimitiveTypes": [
1875018773
"any"
1875118774
],
18752-
"Description": "The currently specified value."
18775+
"Description": "Specifies the currently selected value."
1875318776
},
1875418777
"valueExpr": {
1875518778
"PrimitiveTypes": [
@@ -21088,10 +21111,30 @@
2108821111
"SingularName": "group",
2108921112
"Description": "The resource kinds by which appointments are grouped."
2109021113
},
21114+
"intervalCount": {
21115+
"PrimitiveTypes": [
21116+
"int32"
21117+
],
21118+
"Description": ""
21119+
},
21120+
"name": {
21121+
"PrimitiveTypes": [
21122+
"string"
21123+
],
21124+
"Description": ""
21125+
},
2109121126
"resourceCellTemplate": {
2109221127
"IsTemplate": true,
2109321128
"Description": "The template to be used for rendering resource headers."
2109421129
},
21130+
"startDate": {
21131+
"PrimitiveTypes": [
21132+
"date",
21133+
"double",
21134+
"string"
21135+
],
21136+
"Description": ""
21137+
},
2109521138
"startDayHour": {
2109621139
"PrimitiveTypes": [
2109721140
"double"
@@ -21658,7 +21701,7 @@
2165821701
"PrimitiveTypes": [
2165921702
"any"
2166021703
],
21661-
"Description": "The currently selected value in the widget."
21704+
"Description": "Specifies the currently selected value."
2166221705
},
2166321706
"valueChangeEvent": {
2166421707
"PrimitiveTypes": [
@@ -23470,6 +23513,12 @@
2347023513
"IsTemplate": true,
2347123514
"Description": "The template to be used for rendering items."
2347223515
},
23516+
"maxDisplayedTags": {
23517+
"PrimitiveTypes": [
23518+
"int32"
23519+
],
23520+
"Description": "Specifies the limit on displayed tags. On exceeding it, the widget replaces all tags with a single multi-tag that displays the number of selected items."
23521+
},
2347323522
"minSearchLength": {
2347423523
"PrimitiveTypes": [
2347523524
"int32"
@@ -23564,6 +23613,11 @@
2356423613
"IsEvent": true,
2356523614
"Description": "A handler for the keyUp event."
2356623615
},
23616+
"onMultiTagPreparing": {
23617+
"IsFunc": true,
23618+
"IsEvent": true,
23619+
"Description": "A handler for the multiTagPreparing event. Executed before the multi-tag is rendered."
23620+
},
2356723621
"onOpened": {
2356823622
"IsFunc": true,
2356923623
"IsEvent": true,
@@ -23669,6 +23723,12 @@
2366923723
],
2367023724
"Description": "Specifies whether or not the widget displays unfiltered values until a user types a number of characters exceeding the minSearchLength option value."
2367123725
},
23726+
"showMultiTagOnly": {
23727+
"PrimitiveTypes": [
23728+
"bool"
23729+
],
23730+
"Description": "Specifies whether the multi-tag is shown without ordinary tags."
23731+
},
2367223732
"showSelectionControls": {
2367323733
"PrimitiveTypes": [
2367423734
"bool"
@@ -26020,6 +26080,12 @@
2602026080
"mode": {
2602126081
"EnumName": "SelectionMode",
2602226082
"Description": "Specifies the selection mode."
26083+
},
26084+
"recursive": {
26085+
"PrimitiveTypes": [
26086+
"bool"
26087+
],
26088+
"Description": ""
2602326089
}
2602426090
}
2602526091
},
@@ -35643,8 +35709,14 @@
3564335709
},
3564435710
{
3564535711
"Name": "object"
35712+
},
35713+
{
35714+
"Name": "datetime"
3564635715
}
35647-
]
35716+
],
35717+
"Renamings": {
35718+
"datetime": "DateTime"
35719+
}
3564835720
},
3564935721
"SortOrder": {
3565035722
"Items": [
@@ -35903,6 +35975,9 @@
3590335975
},
3590435976
{
3590535977
"Name": "value"
35978+
},
35979+
{
35980+
"Name": "none"
3590635981
}
3590735982
]
3590835983
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-angular",
3-
"version": "17.1.5-rc.1",
3+
"version": "17.1.5",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)