Skip to content

Commit c60999d

Browse files
authored
Update to 19.2.8 (#1076)
1 parent 22b6390 commit c60999d

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

metadata/NGMetaData.json

+35-26
Original file line numberDiff line numberDiff line change
@@ -14863,6 +14863,12 @@
1486314863
],
1486414864
"Description": "Specifies whether the widget changes its state when a user pauses on it."
1486514865
},
14866+
"inputAttr": {
14867+
"PrimitiveTypes": [
14868+
"any"
14869+
],
14870+
"Description": ""
14871+
},
1486614872
"invalidFileExtensionMessage": {
1486714873
"PrimitiveTypes": [
1486814874
"string"
@@ -19802,7 +19808,7 @@
1980219808
"PrimitiveTypes": [
1980319809
"string"
1980419810
],
19805-
"Description": "Specifies the shading color."
19811+
"Description": "Specifies the shading color. Applies only if shading is enabled."
1980619812
},
1980719813
"showIndicator": {
1980819814
"PrimitiveTypes": [
@@ -27281,7 +27287,7 @@
2728127287
"PrimitiveTypes": [
2728227288
"string"
2728327289
],
27284-
"Description": "Specifies the shading color."
27290+
"Description": "Specifies the shading color. Applies only if shading is enabled."
2728527291
},
2728627292
"showCloseButton": {
2728727293
"PrimitiveTypes": [
@@ -27702,7 +27708,7 @@
2770227708
"PrimitiveTypes": [
2770327709
"string"
2770427710
],
27705-
"Description": "Specifies the shading color."
27711+
"Description": "Specifies the shading color. Applies only if shading is enabled."
2770627712
},
2770727713
"showCloseButton": {
2770827714
"PrimitiveTypes": [
@@ -32306,7 +32312,7 @@
3230632312
"PrimitiveTypes": [
3230732313
"string"
3230832314
],
32309-
"Description": "Specifies the timezone of the widget."
32315+
"Description": "Specifies the widget's time zone."
3231032316
},
3231132317
"useDropDownViewSwitcher": {
3231232318
"PrimitiveTypes": [
@@ -37395,7 +37401,7 @@
3739537401
"PrimitiveTypes": [
3739637402
"string"
3739737403
],
37398-
"Description": "Specifies the shading color."
37404+
"Description": "Specifies the shading color. Applies only if shading is enabled."
3739937405
},
3740037406
"tabIndex": {
3740137407
"PrimitiveTypes": [
@@ -37925,7 +37931,7 @@
3792537931
"PrimitiveTypes": [
3792637932
"string"
3792737933
],
37928-
"Description": "Specifies the shading color."
37934+
"Description": "Specifies the shading color. Applies only if shading is enabled."
3792937935
},
3793037936
"showEvent": {
3793137937
"PrimitiveTypes": [
@@ -41609,6 +41615,9 @@
4160941615
"DevExpress.data.DataSourceOptions",
4161041616
"string"
4161141617
],
41618+
"ItemPrimitiveTypes": [
41619+
"any"
41620+
],
4161241621
"IsDataSource": true,
4161341622
"Description": "Specifies a data source for the layer."
4161441623
},
@@ -47613,7 +47622,7 @@
4761347622
"PrimitiveTypes": [
4761447623
"string"
4761547624
],
47616-
"Description": "Specifies the timezone of the appointment end date. Applies only if timeZone is not specified."
47625+
"Description": "Specifies the time zone for an appointment's endDate. Applies only if the timeZone option is unspecified."
4761747626
},
4761847627
"html": {
4761947628
"PrimitiveTypes": [
@@ -47643,7 +47652,7 @@
4764347652
"PrimitiveTypes": [
4764447653
"string"
4764547654
],
47646-
"Description": "Specifies the timezone of the appointment start date. Applies only if timeZone is not specified."
47655+
"Description": "Specifies the time zone for an appointment's startDate. Applies only if the timeZone option is unspecified."
4764747656
},
4764847657
"template": {
4764947658
"PrimitiveTypes": [
@@ -51059,25 +51068,25 @@
5105951068
}
5106051069
},
5106151070
"PositionConfig": {
51062-
"Description": "The position object specifies the widget positioning options.",
51071+
"Description": "Configures the position of an overlay element.",
5106351072
"Options": {
5106451073
"at": {
5106551074
"PrimitiveTypes": [
5106651075
"string"
5106751076
],
51068-
"Description": "The target element position that the widget is positioned against.",
51077+
"Description": "Specifies the target element's side or corner where the overlay element should be positioned.",
5106951078
"Options": {
5107051079
"x": {
5107151080
"PrimitiveTypes": [
5107251081
"string"
5107351082
],
51074-
"Description": "Holds the horizontal position specifier."
51083+
"Description": "Specifies a position in the horizontal direction (for left, right, or center alignment)."
5107551084
},
5107651085
"y": {
5107751086
"PrimitiveTypes": [
5107851087
"string"
5107951088
],
51080-
"Description": "Holds the vertical position specifier."
51089+
"Description": "Specifies a position in the vertical direction (for top, bottom, or center alignment)."
5108151090
}
5108251091
}
5108351092
},
@@ -51088,65 +51097,65 @@
5108851097
"string",
5108951098
"Window"
5109051099
],
51091-
"Description": "The element within which the widget is positioned."
51100+
"Description": "A boundary element in which the overlay element must be positioned."
5109251101
},
5109351102
"boundaryOffset": {
5109451103
"PrimitiveTypes": [
5109551104
"string"
5109651105
],
51097-
"Description": "Specifies the horizontal and vertical offset from the window's boundaries.",
51106+
"Description": "Specifies the offset of boundaries from the boundary element.",
5109851107
"Options": {
5109951108
"x": {
5110051109
"PrimitiveTypes": [
5110151110
"number"
5110251111
],
51103-
"Description": "Specifies the horizontal offset."
51112+
"Description": "Specifies a horizontal offset."
5110451113
},
5110551114
"y": {
5110651115
"PrimitiveTypes": [
5110751116
"number"
5110851117
],
51109-
"Description": "Specifies the vertical offset."
51118+
"Description": "Specifies a vertical offset."
5111051119
}
5111151120
}
5111251121
},
5111351122
"collision": {
5111451123
"PrimitiveTypes": [
5111551124
"string"
5111651125
],
51117-
"Description": "Specifies how to move the widget if it overflows the screen.",
51126+
"Description": "Specifies how to resolve collisions - when the overlay element exceeds the boundary element.",
5111851127
"Options": {
5111951128
"x": {
5112051129
"PrimitiveTypes": [
5112151130
"string"
5112251131
],
51123-
"Description": "Specifies the horizontal collision handler."
51132+
"Description": "Specifies how to resolve horizontal collisions."
5112451133
},
5112551134
"y": {
5112651135
"PrimitiveTypes": [
5112751136
"string"
5112851137
],
51129-
"Description": "Specifies the vertical collision handler."
51138+
"Description": "Specifies how to resolve vertical collisions."
5113051139
}
5113151140
}
5113251141
},
5113351142
"my": {
5113451143
"PrimitiveTypes": [
5113551144
"string"
5113651145
],
51137-
"Description": "The position of the widget to align against the target element.",
51146+
"Description": "Specifies the overlay element's side or corner to align with a target element.",
5113851147
"Options": {
5113951148
"x": {
5114051149
"PrimitiveTypes": [
5114151150
"string"
5114251151
],
51143-
"Description": "Holds the horizontal position specifier."
51152+
"Description": "Specifies a position in the horizontal direction (for left, right, or center alignment)."
5114451153
},
5114551154
"y": {
5114651155
"PrimitiveTypes": [
5114751156
"string"
5114851157
],
51149-
"Description": "Holds the vertical position specifier."
51158+
"Description": "Specifies a position in the vertical direction (for top, bottom, or center alignment)."
5115051159
}
5115151160
}
5115251161
},
@@ -51157,25 +51166,25 @@
5115751166
"string",
5115851167
"Window"
5115951168
],
51160-
"Description": "The target element that the widget is positioned against."
51169+
"Description": "The target element relative to which the overlay element should be positioned."
5116151170
},
5116251171
"offset": {
5116351172
"PrimitiveTypes": [
5116451173
"string"
5116551174
],
51166-
"Description": "Specifies horizontal and vertical offset in pixels.",
51175+
"Description": "Specifies the overlay element's offset from a specified position.",
5116751176
"Options": {
5116851177
"x": {
5116951178
"PrimitiveTypes": [
5117051179
"number"
5117151180
],
51172-
"Description": "Specifies the horizontal offset."
51181+
"Description": "Specifies a horizontal offset."
5117351182
},
5117451183
"y": {
5117551184
"PrimitiveTypes": [
5117651185
"number"
5117751186
],
51178-
"Description": "Specifies the vertical offset."
51187+
"Description": "Specifies a vertical offset."
5117951188
}
5118051189
}
5118151190
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-angular",
3-
"version": "19.2.7",
3+
"version": "19.2.8",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"author": "Developer Express Inc.",
2020
"license": "MIT",
2121
"peerDependencies": {
22-
"devextreme": "~19.2.7",
22+
"devextreme": "~19.2.8",
2323
"@angular/core": ">6.0.0",
2424
"@angular/common": ">6.0.0",
2525
"@angular/forms": ">6.0.0"

0 commit comments

Comments
 (0)