devextreme-internal-tools 16.4.1 → 16.5.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.
- package/bin/DevExtreme.Declarations.Discoverer.dll +0 -0
- package/bin/DevExtreme.Declarations.Discoverer.exe +0 -0
- package/bin/DevExtreme.Declarations.IntegrityValidator.dll +0 -0
- package/bin/DevExtreme.Declarations.IntegrityValidator.exe +0 -0
- package/bin/DevExtreme.Declarations.dll +0 -0
- package/bin/DevExtreme.Descriptions.Injector.dll +0 -0
- package/bin/DevExtreme.Descriptions.Injector.exe +0 -0
- package/bin/DevExtreme.Infrastructure.dll +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator.dll +0 -0
- package/bin/DevExtreme.IntegrationDataGenerator.exe +0 -0
- package/bin/DevExtreme.NgSmdGenerator.dll +0 -0
- package/bin/DevExtreme.NgSmdGenerator.exe +0 -0
- package/bin/DevExtreme.SmdCommon.dll +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator.dll +0 -0
- package/bin/DevExtreme.StrongMetaDataGenerator.exe +0 -0
- package/bin/DevExtreme.Topics.ExtraFilesGenerator.dll +0 -0
- package/bin/DevExtreme.Topics.ExtraFilesGenerator.exe +0 -0
- package/bin/DevExtreme.Topics.Generator.dll +0 -0
- package/bin/DevExtreme.Topics.Generator.exe +0 -0
- package/bin/DevExtreme.Topics.ModulesGuideValidator.dll +0 -0
- package/bin/DevExtreme.Topics.ModulesGuideValidator.exe +0 -0
- package/bin/DevExtreme.Topics.Validation.dll +0 -0
- package/bin/DevExtreme.Topics.Validation.exe +0 -0
- package/bin/DevExtreme.Topics.dll +0 -0
- package/bin/DevExtreme.WebSite.CompactDocsCreator.dll +0 -0
- package/bin/DevExtreme.WebSite.CompactDocsCreator.exe +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator.dll +0 -0
- package/bin/DevExtreme.WebSite.ContentMapCreator.exe +0 -0
- package/bin/DevExtreme.WebSite.ContentMaps.dll +0 -0
- package/bin/DevExtreme.WebSite.LinksConverter.dll +0 -0
- package/bin/DevExtreme.WebSite.LinksConverter.exe +0 -0
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator.dll +0 -0
- package/bin/DevExtreme.WebSite.SyntaxDataGenerator.exe +0 -0
- package/bin/Newtonsoft.Json.dll +0 -0
- package/package.json +2 -2
- package/ts/components-generation/import-overrides.json +2 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/bin/Newtonsoft.Json.dll
CHANGED
Binary file
|
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.
|
5
|
+
"version": "16.5.0",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "./index.js",
|
8
8
|
"bin": {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"lint-netcore": "npm run install-lint-netcore && dotnet-format -v diag --check -f netcore",
|
27
27
|
"lint-netcore-fix": "npm run install-lint-netcore && dotnet-format -f ./netcore",
|
28
28
|
"pack": "npm run build && cd dist && npm pack",
|
29
|
-
"test": "npm run test-ts
|
29
|
+
"test": "npm run test-ts && npm run test-netcore",
|
30
30
|
"test-ts": "jest",
|
31
31
|
"test-netcore": "dotnet test ./netcore --verbosity quiet",
|
32
32
|
"regenerate": "dotnet build netcore/DevExtreme.IntegrationDataGenerator/DevExtreme.IntegrationDataGenerator.csproj && dotnet run --project netcore/DevExtreme.IntegrationDataModelGenerator/DevExtreme.IntegrationDataModelGenerator.csproj --artifacts=dist/bin --output-path=./integration-data-model.ts"
|
@@ -82,6 +82,8 @@
|
|
82
82
|
"dxSortableOptions": "devextreme/ui/sortable",
|
83
83
|
"dxSplitterItem": "devextreme/ui/splitter",
|
84
84
|
"dxSplitterOptions": "devextreme/ui/splitter",
|
85
|
+
"dxStepperItem": "devextreme/ui/stepper",
|
86
|
+
"dxStepperOptions": "devextreme/ui/stepper",
|
85
87
|
"dxTabPanelItem": "devextreme/ui/tab_panel",
|
86
88
|
"dxTabPanelOptions": "devextreme/ui/tab_panel",
|
87
89
|
"dxTabsItem": "devextreme/ui/tabs",
|