devextreme-internal-tools 12.0.0-beta.11 → 12.0.0-beta.13

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