devextreme-internal-tools 16.0.1 → 16.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/bin/DevExtreme.Declarations.Discoverer.dll +0 -0
  2. package/bin/DevExtreme.Declarations.Discoverer.exe +0 -0
  3. package/bin/DevExtreme.Declarations.IntegrityValidator.dll +0 -0
  4. package/bin/DevExtreme.Declarations.IntegrityValidator.exe +0 -0
  5. package/bin/DevExtreme.Declarations.dll +0 -0
  6. package/bin/DevExtreme.Descriptions.Injector.dll +0 -0
  7. package/bin/DevExtreme.Descriptions.Injector.exe +0 -0
  8. package/bin/DevExtreme.Infrastructure.dll +0 -0
  9. package/bin/DevExtreme.IntegrationDataGenerator.dll +0 -0
  10. package/bin/DevExtreme.IntegrationDataGenerator.exe +0 -0
  11. package/bin/DevExtreme.NgSmdGenerator.dll +0 -0
  12. package/bin/DevExtreme.NgSmdGenerator.exe +0 -0
  13. package/bin/DevExtreme.SmdCommon.dll +0 -0
  14. package/bin/DevExtreme.StrongMetaDataGenerator.dll +0 -0
  15. package/bin/DevExtreme.StrongMetaDataGenerator.exe +0 -0
  16. package/bin/DevExtreme.Topics.ExtraFilesGenerator.dll +0 -0
  17. package/bin/DevExtreme.Topics.ExtraFilesGenerator.exe +0 -0
  18. package/bin/DevExtreme.Topics.Generator.dll +0 -0
  19. package/bin/DevExtreme.Topics.Generator.exe +0 -0
  20. package/bin/DevExtreme.Topics.ModulesGuideValidator.dll +0 -0
  21. package/bin/DevExtreme.Topics.ModulesGuideValidator.exe +0 -0
  22. package/bin/DevExtreme.Topics.Validation.dll +0 -0
  23. package/bin/DevExtreme.Topics.Validation.exe +0 -0
  24. package/bin/DevExtreme.Topics.dll +0 -0
  25. package/bin/DevExtreme.WebSite.CompactDocsCreator.dll +0 -0
  26. package/bin/DevExtreme.WebSite.CompactDocsCreator.exe +0 -0
  27. package/bin/DevExtreme.WebSite.ContentMapCreator.dll +0 -0
  28. package/bin/DevExtreme.WebSite.ContentMapCreator.exe +0 -0
  29. package/bin/DevExtreme.WebSite.ContentMaps.dll +0 -0
  30. package/bin/DevExtreme.WebSite.LinksConverter.dll +0 -0
  31. package/bin/DevExtreme.WebSite.LinksConverter.exe +0 -0
  32. package/bin/DevExtreme.WebSite.SyntaxDataGenerator.dll +0 -0
  33. package/bin/DevExtreme.WebSite.SyntaxDataGenerator.exe +0 -0
  34. package/bin/Enums_25_1.json +565 -0
  35. package/package.json +1 -1
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,565 @@
1
+ {
2
+ "Enums": {
3
+ "AnimationEasing": {
4
+ "items": [
5
+ "ease",
6
+ "ease-in",
7
+ "ease-in-out",
8
+ "ease-out",
9
+ "linear",
10
+ "step-end",
11
+ "step-start",
12
+ "swing"
13
+ ]
14
+ },
15
+ "EdmType": {
16
+ "items": [
17
+ "Guid",
18
+ "Int32",
19
+ "Int64",
20
+ "String",
21
+ "Boolean",
22
+ "Single",
23
+ "Decimal"
24
+ ]
25
+ },
26
+ "FilterOperations": {
27
+ "Items": [
28
+ "=",
29
+ "<>",
30
+ "<",
31
+ "<=",
32
+ ">",
33
+ ">=",
34
+ "between",
35
+ "contains",
36
+ "endswith",
37
+ "notcontains",
38
+ "startswith"
39
+ ]
40
+ },
41
+ "GaugeIndicatorType": {
42
+ "Items": [
43
+ "circle",
44
+ "rangeBar",
45
+ "rectangle",
46
+ "rectangleNeedle",
47
+ "rhombus",
48
+ "textCloud",
49
+ "triangleMarker",
50
+ "triangleNeedle",
51
+ "twoColorNeedle"
52
+ ],
53
+ "Options": [
54
+ "GaugeIndicator.type"
55
+ ]
56
+ },
57
+ "GeoMapProvider": {
58
+ "Items": [
59
+ "bing",
60
+ "google",
61
+ "googleStatic",
62
+ "azure"
63
+ ]
64
+ },
65
+ "SchedulerViewType": {
66
+ "Items": [
67
+ "agenda",
68
+ "day",
69
+ "month",
70
+ "timelineDay",
71
+ "timelineMonth",
72
+ "timelineWeek",
73
+ "timelineWorkWeek",
74
+ "week",
75
+ "workWeek"
76
+ ],
77
+ "Options": [
78
+ "dxScheduler.views"
79
+ ]
80
+ },
81
+ "ShowScrollbarMode": {
82
+ "Items": [
83
+ "always",
84
+ "never",
85
+ "onHover",
86
+ "onScroll"
87
+ ],
88
+ "Options": [
89
+ "dxScrollView.showScrollbar"
90
+ ]
91
+ },
92
+ "TextEditorButtonWidget": {
93
+ "items": [
94
+ "dxButton"
95
+ ]
96
+ },
97
+ "DiagramDataLayoutOrientation": {
98
+ "Items": [
99
+ "vertical",
100
+ "horizontal"
101
+ ]
102
+ },
103
+ "GanttSortingMode": {
104
+ "Items": [
105
+ "multiple",
106
+ "none",
107
+ "single"
108
+ ]
109
+ },
110
+ "GridSortingMode": {
111
+ "Items": [
112
+ "multiple",
113
+ "none",
114
+ "single"
115
+ ]
116
+ },
117
+ "PieChartLegendHoverMode": {
118
+ "Items": [
119
+ "none",
120
+ "allArgumentPoints"
121
+ ]
122
+ },
123
+ "PolarChartOverlappingBehavior": {
124
+ "Items": [
125
+ "none",
126
+ "hide"
127
+ ]
128
+ },
129
+ "SelectionMode": {
130
+ "Items": [
131
+ "multiple",
132
+ "none",
133
+ "single"
134
+ ]
135
+ },
136
+ "PolarChartResolveLabelOverlapping": {
137
+ "Items": [
138
+ "hide",
139
+ "none"
140
+ ]
141
+ },
142
+ "ButtonGroupSelectionMode": {
143
+ "Items": [
144
+ "multiple",
145
+ "single",
146
+ "none"
147
+ ]
148
+ },
149
+ "ChartElementSelectionMode": {
150
+ "Items": [
151
+ "multiple",
152
+ "single"
153
+ ]
154
+ },
155
+ "FileManagerSelectionMode": {
156
+ "Items": [
157
+ "multiple",
158
+ "single"
159
+ ]
160
+ },
161
+ "ListSelectionMode": {
162
+ "Items": [
163
+ "all",
164
+ "multiple",
165
+ "none",
166
+ "single"
167
+ ]
168
+ },
169
+ "MenuSelectionMode": {
170
+ "Items": [
171
+ "none",
172
+ "single"
173
+ ]
174
+ },
175
+ "NavSelectionMode": {
176
+ "Items": [
177
+ "multiple",
178
+ "single"
179
+ ]
180
+ }
181
+ },
182
+
183
+ "Aliases": {
184
+
185
+ "(dxTabs|dxNavBar|dxTreeView)\\.(.*)": {
186
+ "SingleOrMultiple": "NavSelectionMode"
187
+ },
188
+
189
+ "(dxSlider|dxRangeSlider)(.*)": {
190
+ "TooltipShowMode": "SliderTooltipShowMode"
191
+ },
192
+
193
+ "(dxMenu|dxContextMenu)(.*)": {
194
+ "SingleOrNone": "MenuSelectionMode"
195
+ },
196
+
197
+ "dxMap(.*)": {
198
+ "MapProvider": "GeoMapProvider",
199
+ "MapType": "GeoMapType",
200
+ "RouteMode": "GeoMapRouteMode"
201
+ },
202
+
203
+ "dxScheduler(.*)": {
204
+ "CellAppointmentsLimit": "MaxAppointmentsPerCell",
205
+ "RecurrenceEditMode": "SchedulerRecurrenceEditMode",
206
+ "ScrollMode": "SchedulerScrollingMode",
207
+ "ViewType": "SchedulerViewType"
208
+ },
209
+
210
+ "dxContextMenu(.*)": {
211
+ "ContextSubmenuDirection": "ContextMenuSubmenuDirection"
212
+ },
213
+
214
+ "dxDateBox(.*)": {
215
+ "DatePickerType": "DateBoxPickerType",
216
+ "DateType": "DateBoxType"
217
+ },
218
+
219
+ "dxNumberBox(.*)": {
220
+ "DateType": "DateBoxType",
221
+ "NumberBoxPredefinedButton": "NumberBoxButtonName",
222
+ "NumberBoxType": "NumberBoxMode"
223
+ },
224
+
225
+ "dxTextBox(.*)": {
226
+ "TextBoxType": "TextBoxMode"
227
+ },
228
+
229
+ "dxHtmlEditor(.*)": {
230
+ "HtmlEditorImageUploadMode": "HtmlEditorImageUploadFileUploadMode",
231
+ "HtmlEditorPredefinedContextMenuItem": "HtmlEditorContextMenuItem",
232
+ "HtmlEditorPredefinedToolbarItem": "HtmlEditorToolbarItem",
233
+ "MarkupType": "HtmlEditorValueType"
234
+ },
235
+
236
+ "dxTreeView(.*)": {
237
+ "DataStructure": "TreeViewDataStructure"
238
+ },
239
+
240
+ "dxButtonGroup\\.(.*)": {
241
+ "SingleMultipleOrNone": "ButtonGroupSelectionMode"
242
+ },
243
+
244
+ "dxFileManager(.*)": {
245
+ "DataType": "GridColumnDataType",
246
+ "FileManagerPredefinedContextMenuItem": "FileManagerContextMenuItem",
247
+ "FileManagerPredefinedToolbarItem": "FileManagerToolbarItem",
248
+ "SingleOrMultiple": "FileManagerSelectionMode"
249
+ },
250
+
251
+ "dxDrawer(.*)": {
252
+ "OpenedStateMode": "DrawerOpenedStateMode",
253
+ "PanelLocation": "DrawerPosition",
254
+ "RevealMode": "DrawerRevealMode"
255
+ },
256
+
257
+ "dxList(.*)": {
258
+ "ItemDeleteMode": "ListItemDeleteMode",
259
+ "SingleMultipleAllOrNone": "ListSelectionMode"
260
+ },
261
+
262
+ "dxForm(.*)": {
263
+ "FormItemComponent": "FormItemEditorType",
264
+ "LabelLocation": "FormLabelLocation"
265
+ },
266
+
267
+ "dxBox(.*)": {
268
+ "CrosswiseDistribution": "BoxCrossAlign",
269
+ "Distribution": "BoxAlign"
270
+ },
271
+
272
+ "dxDiagram(.*)": {
273
+ "Orientation": "DiagramDataLayoutOrientation",
274
+ "PageOrientation": "DiagramPageOrientation",
275
+ "AutoZoomMode": "DiagramAutoZoomMode",
276
+ "Command": "DiagramCommand",
277
+ "ConnectorLineEnd": "DiagramConnectorLineEnd",
278
+ "ConnectorLineType": "DiagramConnectorLineType",
279
+ "ConnectorPosition": "DiagramConnectorPosition",
280
+ "DataLayoutType": "DiagramDataLayoutType",
281
+ "ItemType": "DiagramItemType",
282
+ "ModelOperation": "DiagramModelOperation",
283
+ "PanelVisibility": "DiagramPanelVisibility",
284
+ "RequestEditOperationReason": "DiagramRequestEditOperationReason",
285
+ "ShapeCategory": "DiagramShapeCategory",
286
+ "ShapeType": "DiagramShapeType",
287
+ "ToolboxDisplayMode": "DiagramToolboxDisplayMode",
288
+ "Units": "DiagramUnits"
289
+ },
290
+
291
+ "CustomCommand(.*)": {
292
+ "Command": "DiagramCommand"
293
+ },
294
+
295
+ "(dxDataGrid|dxTreeList|dxGantt)(.*)": {
296
+ "ApplyFilterMode": "GridApplyFilterMode",
297
+ "ColumnChooserMode": "GridColumnChooserMode",
298
+ "ColumnResizeMode": "ColumnResizingMode",
299
+ "DataType": "GridColumnDataType",
300
+ "EnterKeyAction": "GridEnterKeyAction",
301
+ "EnterKeyDirection": "GridEnterKeyDirection",
302
+ "FilterOperation": "GridFilterOperations",
303
+ "GridsEditMode": "GridEditMode",
304
+ "GridsEditRefreshMode": "GridEditRefreshMode",
305
+ "GroupExpandMode": "GridGroupingExpandMode",
306
+ "NewRowPosition": "GridNewRowPosition",
307
+ "PagerDisplayMode": "GridPagerDisplayMode",
308
+ "PagerPageSize": "GridPagerPageSize",
309
+ "SelectedFilterOperation": "FilterOperations",
310
+ "SelectionColumnDisplayMode": "GridSelectionShowCheckBoxesMode",
311
+ "StartEditAction": "GridStartEditAction",
312
+ "StateStoreType": "StateStoringType"
313
+ },
314
+
315
+ "(dxDataGrid|dxTreeList)(.*)\\.columnRenderingMode": { "DataRenderMode": "GridColumnRenderingMode" },
316
+
317
+ "(dxDataGrid|dxTreeList)(.*)\\.rowRenderingMode": { "DataRenderMode": "GridRowRenderingMode" },
318
+
319
+ "(dxDataGrid|dxTreeList)(.*)selection(.*)": { "SingleMultipleOrNone": "SelectionMode" },
320
+
321
+ "(dxDataGrid|dxTreeList)(.*)sorting(.*)": { "SingleMultipleOrNone": "GridSortingMode" },
322
+
323
+ "dxDataGrid(.*)": {
324
+ "DataGridCommandColumnType": "GridCommandColumnType",
325
+ "DataGridPredefinedColumnButton": "GridColumnButtonName",
326
+ "DataGridPredefinedToolbarItem": "DataGridToolbarItem",
327
+ "DataGridScrollMode": "GridScrollingMode"
328
+ },
329
+
330
+ "dxTreeList(.*)": {
331
+ "DataStructure": "TreeListDataStructure",
332
+ "ScrollMode": "TreeListScrollingMode",
333
+ "TreeListPredefinedColumnButton": "TreeListColumnButtonName",
334
+ "TreeListPredefinedToolbarItem": "TreeListToolbarItem"
335
+ },
336
+
337
+ "dxGantt(.*)": {
338
+ "GanttPredefinedContextMenuItem": "GanttContextMenuItem",
339
+ "GanttPredefinedToolbarItem": "GanttToolbarItem",
340
+ "SingleMultipleOrNone": "GanttSortingMode"
341
+ },
342
+
343
+ "dxFilterBuilder(.*)": {
344
+ "DataType": "FilterBuilderFieldDataType",
345
+ "FilterBuilderOperation": "FilterBuilderFieldFilterOperations",
346
+ "GroupOperation": "FilterBuilderGroupOperations",
347
+ "RouteMode": "GeoMapRouteMode"
348
+ },
349
+
350
+ "dxPivotGrid(.*)": {
351
+ "PivotGridRowHeaderLayout": "PivotGridRowHeadersLayout",
352
+ "PivotGridTotalDisplayMode": "PivotGridTotalsDisplayMode",
353
+ "ScrollMode": "PivotGridScrollingMode",
354
+ "StateStoreType": "StateStoringType"
355
+ },
356
+
357
+ "(dxChart|dxPolarChart|dxPieChart)\\.(.*)": {
358
+ "SingleOrMultiple": "ChartElementSelectionMode"
359
+ },
360
+
361
+ "dxChart(.*)": {
362
+ "ChartsAxisLabelOverlap": "OverlappingBehavior",
363
+ "ChartsLabelOverlap": "ChartResolveLabelOverlapping"
364
+ },
365
+
366
+ "dxPieChart(.*)": {
367
+ "PieChartLabelOverlap": "PieChartResolveLabelOverlapping",
368
+ "PieChartSegmentDirection": "PieChartSegmentsDirection"
369
+ },
370
+
371
+ "dxCircularGauge(.*)": {
372
+ "CircularGaugeLabelOverlap": "GaugeOverlappingBehavior"
373
+ },
374
+
375
+ "dxFunnel(.*)": {
376
+ "FunnelLabelOverlap": "FunnelResolveLabelOverlapping",
377
+ "LabelPosition": "FunnelLabelPosition"
378
+ },
379
+
380
+ "dxSankey\\.(.*)\\.overlappingBehavior": {
381
+ "TextOverflow": "SankeyLabelOverlappingBehavior"
382
+ },
383
+
384
+ "dxBarGauge(.*)": {
385
+ "LabelOverlap": "BarGaugeResolveLabelOverlapping"
386
+ },
387
+
388
+ "dxPolarChart(.*)\\.overlappingBehavior": {
389
+ "LabelOverlap": "PolarChartOverlappingBehavior"
390
+ },
391
+
392
+ "dxPolarChart(.*)\\.resolveLabelOverlapping": {
393
+ "LabelOverlap": "PolarChartResolveLabelOverlapping"
394
+ },
395
+
396
+ "(dxCircularGauge|dxLinearGauge|dxRangeSelector)(.*)\\.overlappingBehavior": {
397
+ "LabelOverlap": "ScaleLabelOverlappingBehavior"
398
+ },
399
+
400
+ "(dxSparkline|PolarChart)(.*)\\.(pointSymbol|point\\.symbol)": {
401
+ "PointSymbol": "VizPointSymbol"
402
+ },
403
+
404
+ "(.*)\\.overlappingBehavior": {
405
+ "PolarChartOverlapping": "PolarChartOverlappingBehavior"
406
+ },
407
+
408
+ "(.*)\\.resolveLabelOverlapping": {
409
+ "PolarChartOverlapping": "PolarChartResolveLabelOverlapping"
410
+ },
411
+
412
+ "(.*)selection(.*)": { "SingleMultipleOrNone": "SelectionMode" },
413
+
414
+ ".*": {
415
+ "AnimationEaseMode": "VizAnimationEasing",
416
+ "ApplyValueMode": "EditorApplyValueMode",
417
+ "AxisScale": "RangeSelectorAxisScaleType",
418
+ "ButtonStyle": "ButtonStylingMode",
419
+ "ChartAxisScale": "RangeSelectorChartAxisScaleType",
420
+ "ChartsDataType": "ChartDataType",
421
+ "CollisionResolution": "PositionResolveCollision",
422
+ "CollisionResolutionCombination": "PositionResolveCollisionXY",
423
+ "DataChangeType": "GridDataChangeType",
424
+ "DisplayMode": "GridPagerDisplayMode",
425
+ "DragHighlight": "DropFeedbackMode",
426
+ "DropDownPredefinedButton": "DropDownEditorButtonName",
427
+ "EditorStyle": "EditorStylingMode",
428
+ "FieldChooserLayout": "PivotGridFieldChooserLayout",
429
+ "HatchDirection": "HatchingDirection",
430
+ "LabelMode": "EditorLabelMode",
431
+ "LabelPosition": "PieChartLabelPosition",
432
+ "LegendHoverMode": "ChartLegendHoverMode",
433
+ "LocateInMenuMode": "ToolbarItemLocateInMenuMode",
434
+ "MaskMode": "ShowMaskMode",
435
+ "PageLoadMode": "ListPageLoadMode",
436
+ "Palette": "VizPalette",
437
+ "PaletteColorSet": "VizPaletteColorSet",
438
+ "PaletteExtensionMode": "VizPaletteExtensionMode",
439
+ "PointInteractionMode": "ChartPointInteractionMode",
440
+ "ScrollbarMode": "ShowScrollbarMode",
441
+ "SearchMode": "CollectionSearchMode",
442
+ "SeriesHoverMode": "ChartSeriesHoverMode",
443
+ "SeriesSelectionMode": "ChartSeriesSelectionMode",
444
+ "ShowTextMode": "ToolbarItemShowTextMode",
445
+ "SimplifiedSearchMode": "DropDownSearchMode",
446
+ "SubmenuShowMode": "ShowSubmenuMode",
447
+ "TextBoxPredefinedButton": "TextBoxButtonName",
448
+ "TextOverflow": "VizTextOverflow",
449
+ "Theme": "VizTheme",
450
+ "TimeInterval": "VizTimeInterval",
451
+ "ToolbarItemComponent": "ToolbarItemWidget",
452
+ "ToolbarLocation": "Toolbar",
453
+ "WordWrap": "VizWordWrap"
454
+ }
455
+
456
+ },
457
+
458
+ "ItemsRenamings": {
459
+
460
+ ".*": {
461
+ "dx(.*)": "$1"
462
+ },
463
+
464
+ "(.*FilterOperations|.*SearchMode|ComparisonOperator)": {
465
+ ">=": "greaterThanOrEqual",
466
+ "<=": "lessThanOrEqual",
467
+ "<>": "notEqual",
468
+ "===": "strictEqual",
469
+ "!==": "notStrictEqual",
470
+ "==": "equal",
471
+ "!=": "notEqual",
472
+ "=": "equal",
473
+ ">": "greaterThan",
474
+ "<": "lessThan",
475
+ "startswith": "startsWith",
476
+ "endswith": "endsWith",
477
+ "isblank": "isBlank",
478
+ "isnotblank": "isNotBlank",
479
+ "anyof": "anyOf",
480
+ "noneof": "noneOf",
481
+ "notcontains": "notContains"
482
+ },
483
+
484
+ "(.*Data|DateBox)Type": {
485
+ "datetime": "DateTime"
486
+ },
487
+
488
+ "FirstDayOfWeek": {
489
+ "0": "Sunday",
490
+ "1": "Monday",
491
+ "2": "Tuesday",
492
+ "3": "Wednesday",
493
+ "4": "Thursday",
494
+ "5": "Friday",
495
+ "6": "Saturday"
496
+ },
497
+
498
+ "GaugeOverlappingBehavior": {
499
+ "first": "HideFirstLabel",
500
+ "last": "HideLastLabel"
501
+ },
502
+
503
+ "PieChartSegmentsDirection": {
504
+ "anticlockwise": "AntiClockwise"
505
+ },
506
+
507
+ "PivotGridFieldChooserLayout": {
508
+ "0": "Layout0",
509
+ "1": "Layout1",
510
+ "2": "Layout2"
511
+ },
512
+
513
+ "PositionResolveCollision": {
514
+ "flipfit": "flipFit"
515
+ },
516
+
517
+ "(Series|Sparkline)Type": {
518
+ "fullstackedarea": "FullStackedArea",
519
+ "fullstackedbar": "FullStackedBar",
520
+ "fullstackedline": "FullStackedLine",
521
+ "fullstackedspline": "FullStackedSpline",
522
+ "fullstackedsplinearea": "FullStackedSplineArea",
523
+ "rangearea": "RangeArea",
524
+ "rangebar": "RangeBar",
525
+ "splinearea": "SplineArea",
526
+ "stackedarea": "StackedArea",
527
+ "stackedbar": "StackedBar",
528
+ "stackedline": "StackedLine",
529
+ "stackedspline": "StackedSpline",
530
+ "stackedsplinearea": "StackedSplineArea",
531
+ "steparea": "StepArea",
532
+ "stepline": "StepLine",
533
+ "winloss": "WinLoss"
534
+ },
535
+
536
+ "TextEditorButtonWidget": {
537
+ "dxButton": "Button"
538
+ },
539
+
540
+ "TreeMapLayoutAlgorithm": {
541
+ "sliceanddice": "SliceAndDice"
542
+ },
543
+
544
+ "TreeViewExpandEvent": {
545
+ "dblclick": "dblClick"
546
+ },
547
+
548
+ "VizTheme": {
549
+ "ios7.default": "iOS7Default",
550
+ "generic.darkmoon": "genericDarkMoon",
551
+ "generic.darkviolet": "genericDarkViolet",
552
+ "generic.greenmist": "genericGreenMist",
553
+ "generic.softblue": "genericSoftBlue"
554
+ },
555
+
556
+ "PointSymbol": {
557
+ "^triangle$": null
558
+ },
559
+
560
+ "VizPointSymbol": {
561
+ "^triangleDown$": null,
562
+ "^triangleUp$": null
563
+ }
564
+ }
565
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "devextreme-internal-tools",
3
3
  "description": "DevExtreme internal tools",
4
4
  "author": "Developer Express Inc.",
5
- "version": "16.0.1",
5
+ "version": "16.1.0",
6
6
  "license": "MIT",
7
7
  "main": "./index.js",
8
8
  "bin": {