refactor: rename packages to dockview*

This commit is contained in:
mathuo 2021-03-25 21:59:50 +00:00
parent 4ac7a56379
commit 8378c368d5
175 changed files with 18 additions and 14 deletions

View File

Before

Width:  |  Height:  |  Size: 974 B

After

Width:  |  Height:  |  Size: 974 B

View File

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 479 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -3,6 +3,7 @@ import {
Orientation, Orientation,
PanelCollection, PanelCollection,
SerializedSplitview, SerializedSplitview,
Splitview,
SplitviewApi, SplitviewApi,
SplitviewReact, SplitviewReact,
SplitviewReadyEvent, SplitviewReadyEvent,

View File

@ -6,19 +6,19 @@ console.log('loaded');
module.exports = { module.exports = {
...baseConfig, ...baseConfig,
roots: ['<rootDir>/packages/splitview'], roots: ['<rootDir>/packages/dockview'],
modulePaths: ['<rootDir>/packages/splitview/src'], modulePaths: ['<rootDir>/packages/dockview/src'],
displayName: { name, color: 'blue' }, displayName: { name, color: 'blue' },
rootDir: '../../', rootDir: '../../',
collectCoverageFrom: [ collectCoverageFrom: [
'<rootDir>/packages/splitview/src/**/*.{js,jsx,ts,tsx}', '<rootDir>/packages/dockview/src/**/*.{js,jsx,ts,tsx}',
], ],
setupFiles: [ setupFiles: [
'<rootDir>/packages/splitview/src/__tests__/__mocks__/resizeObserver.js', '<rootDir>/packages/dockview/src/__tests__/__mocks__/resizeObserver.js',
], ],
coveragePathIgnorePatterns: ['/node_modules/'], coveragePathIgnorePatterns: ['/node_modules/'],
modulePathIgnorePatterns: [ modulePathIgnorePatterns: [
'<rootDir>/packages/splitview/src/__tests__/__mocks__', '<rootDir>/packages/dockview/src/__tests__/__mocks__',
], ],
coverageDirectory: 'coverage', coverageDirectory: 'coverage',
}; };

Some files were not shown because too many files have changed in this diff Show More