From e0d6485b50aa753f1c46d6970d3fd23a73025f6d Mon Sep 17 00:00:00 2001 From: Alex Lavrov Date: Tue, 22 Nov 2022 11:45:25 +0400 Subject: [PATCH] Release 22.2.2-beta --- .vscode/extensions.json | 3 - .vscode/launch.json | 84 ------------------- .vscode/settings.json | 8 -- .../declaration/schedulerAdaptiveRTL.html | 22 ----- ...edulerCellSizesCustomizationContainer.html | 25 ------ ...dulerGroupPanelCustomizationContainer.html | 22 ----- ...ulerHeaderPanelCustomizationContainer.html | 25 ------ .../dist/declaration/schedulerMaterial.html | 14 ---- ...edulerTimePanelCustomizationContainer.html | 22 ----- 9 files changed, 225 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerCellSizesCustomizationContainer.html delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerGroupPanelCustomizationContainer.html delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerHeaderPanelCustomizationContainer.html delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerMaterial.html delete mode 100644 testing/renovation/platforms/react/dist/declaration/schedulerTimePanelCustomizationContainer.html diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 50f889140042..000000000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": [ "dbaeumer.vscode-eslint", "stylelint.vscode-stylelint" ] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 26a46ab89d16..000000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - // Use IntelliSense to learn about possible Node.js debug attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Jest Tests watch", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--watch", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Gulp Tests watch", - "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js", - "args": [ - "build-renovation-testing:watch", - "--playgroundName", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Jest Test (current opened file)", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--no-cache", - "${fileBasenameNoExtension}", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Jest Tests", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--no-cache", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "name": "vscode-jest-tests", - "request": "launch", - "console": "integratedTerminal", - "internalConsoleOptions": "neverOpen", - "disableOptimisticBPs": true, - "sourceMaps": true, - "program": "${workspaceFolder}/node_modules/jest/bin/jest.js", - "cwd": "${workspaceFolder}", - "args": [ - "--runInBand", - "--watchAll=false" - ] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b26a470b2278..000000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "jest.autoRun": { - "watch": true, - }, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - } -} diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html b/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html deleted file mode 100644 index 342e1f303e88..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - TestCafe Tests Container - - - - - - - - - - -
- - - diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerCellSizesCustomizationContainer.html b/testing/renovation/platforms/react/dist/declaration/schedulerCellSizesCustomizationContainer.html deleted file mode 100644 index 9010c95614ec..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerCellSizesCustomizationContainer.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - TestCafe Tests Container - - - - - - - - - - -
- - - diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerGroupPanelCustomizationContainer.html b/testing/renovation/platforms/react/dist/declaration/schedulerGroupPanelCustomizationContainer.html deleted file mode 100644 index a6a3b3d38bf5..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerGroupPanelCustomizationContainer.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - TestCafe Tests Container - - - - - - - - - - -
- - - diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerHeaderPanelCustomizationContainer.html b/testing/renovation/platforms/react/dist/declaration/schedulerHeaderPanelCustomizationContainer.html deleted file mode 100644 index 29ad2a069942..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerHeaderPanelCustomizationContainer.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - TestCafe Tests Container - - - - - - - - - - -
- - - diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerMaterial.html b/testing/renovation/platforms/react/dist/declaration/schedulerMaterial.html deleted file mode 100644 index 82d6172536a2..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerMaterial.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - scheduler.js - - - - - -
- - - - diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerTimePanelCustomizationContainer.html b/testing/renovation/platforms/react/dist/declaration/schedulerTimePanelCustomizationContainer.html deleted file mode 100644 index ea27a0e8dc95..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerTimePanelCustomizationContainer.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - TestCafe Tests Container - - - - - - - - - - -
- - -