diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json
index be48bfccc..a6a13434a 100644
--- a/.codesandbox/ci.json
+++ b/.codesandbox/ci.json
@@ -22,8 +22,11 @@
"/packages/docs/sandboxes/simple-dockview",
"/packages/docs/sandboxes/tabheight-dockview",
"/packages/docs/sandboxes/updatetitle-dockview",
- "/packages/docs/sandboxes/typescript/vanilla-dockview",
- "/packages/docs/sandboxes/watermark-dockview"
+ "/packages/docs/sandboxes/watermark-dockview",
+ "/packages/docs/sandboxes/typescript/fullwidthtab-dockview",
+ "/packages/docs/sandboxes/typescript/simple-dockview",
+ "/packages/docs/sandboxes/typescript/tabheight-dockview",
+ "/packages/docs/sandboxes/typescript/vanilla-dockview"
],
"node": "16"
}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index a38d78f1f..e3f290550 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,4 @@ test-report.xml
*.code-workspace
yarn-error.log
/build
-docs/
+/docs/
diff --git a/packages/docs/docs/components/dockview.mdx b/packages/docs/docs/components/dockview.mdx
index d32c08a9b..835dee189 100644
--- a/packages/docs/docs/components/dockview.mdx
+++ b/packages/docs/docs/components/dockview.mdx
@@ -30,6 +30,8 @@ import DockviewTabheight from '@site/sandboxes/tabheight-dockview/src/app';
import { attach as attachDockviewVanilla } from '@site/sandboxes/javascript/vanilla-dockview/src/app';
import { attach as attachSimpleDockview } from '@site/sandboxes/javascript/simple-dockview/src/app';
+import { attach as attachTabHeightDockview } from '@site/sandboxes/javascript/tabheight-dockview/src/app';
+import { attach as attachNativeDockview } from '@site/sandboxes/javascript/fullwidthtab-dockview/src/app';
# Dockview
@@ -617,17 +619,21 @@ to the entire width of the group. For example:
```
-
-
-
+
### Tab Height
Tab height can be controlled through CSS.
-
-
-
+
## Groups
diff --git a/packages/docs/sandboxes/constraints-dockview/tsconfig.json b/packages/docs/sandboxes/constraints-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/constraints-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/constraints-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/customheader-dockview/tsconfig.json b/packages/docs/sandboxes/customheader-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/customheader-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/customheader-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/demo-dockview/tsconfig.json b/packages/docs/sandboxes/demo-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/demo-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/demo-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/dnd-dockview/tsconfig.json b/packages/docs/sandboxes/dnd-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/dnd-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/dnd-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/dockview-app/tsconfig.json b/packages/docs/sandboxes/dockview-app/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/dockview-app/tsconfig.json
+++ b/packages/docs/sandboxes/dockview-app/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/events-dockview/tsconfig.json b/packages/docs/sandboxes/events-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/events-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/events-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/externaldnd-dockview/tsconfig.json b/packages/docs/sandboxes/externaldnd-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/externaldnd-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/externaldnd-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/fullwidthtab-dockview/tsconfig.json b/packages/docs/sandboxes/fullwidthtab-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/fullwidthtab-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/fullwidthtab-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/groupcontrol-dockview/tsconfig.json b/packages/docs/sandboxes/groupcontrol-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/groupcontrol-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/groupcontrol-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/package.json b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/package.json
new file mode 100644
index 000000000..c4d975c1a
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "javascript-fullwidthtab-dockview",
+ "description": "",
+ "keywords": [
+ "dockview"
+ ],
+ "version": "1.0.0",
+ "main": "src/index.ts",
+ "dependencies": {
+ "dockview-core": "*"
+ },
+ "devDependencies": {
+ "typescript": "^4.9.5"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ]
+}
\ No newline at end of file
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/public/index.html b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/public/index.html
new file mode 100644
index 000000000..1f8a52426
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/public/index.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ React App
+
+
+
+
+
+
+
+
+
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.scss b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.scss
new file mode 100644
index 000000000..1b1438ec2
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.scss
@@ -0,0 +1,17 @@
+.my-custom-tab {
+ padding: 0px 8px;
+ width: 100%;
+ display: flex;
+ height: 100%;
+ align-items: center;
+ background-color: var(--dv-tabs-and-actions-container-background-color);
+
+ .my-custom-tab-icon {
+ font-size: 16px;
+
+ &:hover {
+ border-radius: 2px;
+ background-color: var(--dv-icon-hover-background-color);
+ }
+ }
+}
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.ts b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.ts
new file mode 100644
index 000000000..40eba745d
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/app.ts
@@ -0,0 +1,171 @@
+import {
+ IGroupPanelInitParameters,
+ IContentRenderer,
+ PanelUpdateEvent,
+ Parameters,
+ ITabRenderer,
+ DockviewComponent,
+} from 'dockview-core';
+import './app.scss';
+
+class DefaultPanel implements IContentRenderer {
+ private _element: HTMLElement;
+ private _titleElement: HTMLElement;
+ private _paramsElement: HTMLElement;
+
+ get element(): HTMLElement {
+ return this._element;
+ }
+
+ constructor() {
+ this._element = document.createElement('div');
+ this._element.style.display = 'flex';
+ this._element.style.justifyContent = 'center';
+ this._element.style.alignItems = 'center';
+ this._element.style.color = 'white';
+ this._element.style.height = '100%';
+
+ this._titleElement = document.createElement('span');
+ this._paramsElement = document.createElement('span');
+
+ this._element.appendChild(this._titleElement);
+ }
+
+ init(params: IGroupPanelInitParameters): void {
+ this.render(params.params);
+ }
+
+ update(event: PanelUpdateEvent): void {
+ this.render(event.params);
+ }
+
+ private render(params: Record) {
+ this._titleElement.textContent = params.title;
+
+ if (params.x) {
+ if (!this._paramsElement.parentElement) {
+ this._element.appendChild(this._paramsElement);
+ }
+ this._paramsElement.textContent = params.x;
+ } else {
+ this._paramsElement.parentElement?.removeChild(this._paramsElement);
+ }
+ }
+}
+
+class DefaultTab implements ITabRenderer {
+ private _element: HTMLElement;
+ private _title: HTMLElement;
+
+ get element(): HTMLElement {
+ return this._element;
+ }
+
+ constructor() {
+ this._element = document.createElement('div');
+ this._element.className = 'my-custom-tab';
+
+ this._title = document.createElement('span');
+
+ const spacer = document.createElement('span');
+ spacer.style.flexGrow = '1';
+
+ const btn1 = document.createElement('span');
+ btn1.className = 'my-custom-tab-icon material-symbols-outlined';
+ btn1.textContent = 'minimize';
+
+ const btn2 = document.createElement('span');
+ btn2.className = 'my-custom-tab-icon material-symbols-outlined';
+ btn2.textContent = 'maximize';
+
+ const btn3 = document.createElement('span');
+ btn3.className = 'my-custom-tab-icon material-symbols-outlined';
+ btn3.textContent = 'close';
+
+ this._element.appendChild(this._title);
+ this._element.appendChild(spacer);
+ this._element.appendChild(btn1);
+ this._element.appendChild(btn2);
+ this._element.appendChild(btn3);
+ }
+
+ init(params: IGroupPanelInitParameters): void {
+ this.render(params.params);
+ }
+
+ update(event: PanelUpdateEvent): void {
+ this.render(event.params);
+ }
+
+ private render(params: Record) {
+ this._title = params.title;
+ }
+}
+
+export function attach(parent: HTMLElement): {
+ dispose: () => void;
+} {
+ const element = document.createElement('div');
+ element.className = 'dockview-theme-abyss';
+ element.style.height = '100%';
+ element.style.width = '100%';
+
+ const dockview = new DockviewComponent({
+ components: {
+ default: DefaultPanel,
+ },
+ tabComponents: {
+ default: DefaultTab,
+ },
+ singleTabMode: 'fullwidth',
+ parentElement: element,
+ });
+
+ parent.appendChild(element);
+
+ const { clientWidth, clientHeight } = parent;
+ dockview.layout(clientWidth, clientHeight);
+
+ const panel1 = dockview.addPanel({
+ id: 'panel_1',
+ component: 'default',
+ tabComponent: 'default',
+ params: {
+ title: 'Window 1',
+ },
+ });
+ panel1.group.locked = true;
+
+ const panel2 = dockview.addPanel({
+ id: 'panel_2',
+ component: 'default',
+ tabComponent: 'default',
+ params: {
+ title: 'Window 2',
+ },
+ position: {
+ direction: 'right',
+ },
+ });
+ panel2.group.locked = true;
+
+ const panel3 = dockview.addPanel({
+ id: 'panel_3',
+ component: 'default',
+ tabComponent: 'default',
+ params: {
+ title: 'Window 3',
+ },
+ position: {
+ direction: 'below',
+ },
+ });
+ panel3.group.locked = true;
+
+ return {
+ dispose: () => {
+ dockview.dispose();
+ element.remove();
+ },
+ };
+}
diff --git a/packages/docs/sandboxes/javascript/simple-dockview/src/index.tsx b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/index.ts
similarity index 100%
rename from packages/docs/sandboxes/javascript/simple-dockview/src/index.tsx
rename to packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/index.ts
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/styles.css b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/styles.css
new file mode 100644
index 000000000..92b6a1b36
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/src/styles.css
@@ -0,0 +1,16 @@
+body {
+ margin: 0px;
+ color: white;
+ font-family: sans-serif;
+ text-align: center;
+}
+
+#root {
+ height: 100vh;
+ width: 100vw;
+}
+
+.app {
+ height: 100%;
+
+}
diff --git a/packages/docs/sandboxes/javascript/fullwidthtab-dockview/tsconfig.json b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/tsconfig.json
new file mode 100644
index 000000000..8aebe3efe
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/fullwidthtab-dockview/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
+}
diff --git a/packages/docs/sandboxes/javascript/simple-dockview/src/app.ts b/packages/docs/sandboxes/javascript/simple-dockview/src/app.ts
index e368f3e42..ecce95e0e 100644
--- a/packages/docs/sandboxes/javascript/simple-dockview/src/app.ts
+++ b/packages/docs/sandboxes/javascript/simple-dockview/src/app.ts
@@ -2,6 +2,8 @@ import {
DockviewComponent,
IContentRenderer,
IGroupPanelInitParameters,
+ PanelUpdateEvent,
+ Parameters,
} from 'dockview-core';
class DefaultPanel implements IContentRenderer {
@@ -20,6 +22,10 @@ class DefaultPanel implements IContentRenderer {
init(params: IGroupPanelInitParameters): void {
this._element.textContent = params.params.title;
}
+
+ update(event: PanelUpdateEvent): void {
+ this._element.textContent = event.params.title;
+ }
}
export function attach(parent: HTMLElement): {
diff --git a/packages/docs/sandboxes/javascript/simple-dockview/src/index.ts b/packages/docs/sandboxes/javascript/simple-dockview/src/index.ts
new file mode 100644
index 000000000..249b56017
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/simple-dockview/src/index.ts
@@ -0,0 +1,10 @@
+import './styles.css';
+import 'dockview-core/dist/styles/dockview.css';
+
+import { attach } from './app';
+
+const rootElement = document.getElementById('root');
+
+if (rootElement) {
+ attach(rootElement);
+}
diff --git a/packages/docs/sandboxes/javascript/simple-dockview/tsconfig.json b/packages/docs/sandboxes/javascript/simple-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/javascript/simple-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/javascript/simple-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/package.json b/packages/docs/sandboxes/javascript/tabheight-dockview/package.json
new file mode 100644
index 000000000..5aeba5d4d
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "javascript-tabheight-dockview",
+ "description": "",
+ "keywords": [
+ "dockview"
+ ],
+ "version": "1.0.0",
+ "main": "src/index.ts",
+ "dependencies": {
+ "dockview-core": "*"
+ },
+ "devDependencies": {
+ "typescript": "^4.9.5"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ]
+}
\ No newline at end of file
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/public/index.html b/packages/docs/sandboxes/javascript/tabheight-dockview/public/index.html
new file mode 100644
index 000000000..1f8a52426
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/public/index.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ React App
+
+
+
+
+
+
+
+
+
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.scss b/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.scss
new file mode 100644
index 000000000..315d564ac
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.scss
@@ -0,0 +1,3 @@
+.skinny-tabs {
+ --dv-tabs-and-actions-container-height: 20px;
+}
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.ts b/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.ts
new file mode 100644
index 000000000..ca3535611
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/src/app.ts
@@ -0,0 +1,110 @@
+import {
+ DockviewComponent,
+ IContentRenderer,
+ IGroupPanelInitParameters,
+ PanelUpdateEvent,
+ Parameters,
+} from 'dockview-core';
+import './app.scss';
+
+class DefaultPanel implements IContentRenderer {
+ private _element: HTMLElement;
+
+ get element(): HTMLElement {
+ return this._element;
+ }
+
+ constructor() {
+ this._element = document.createElement('div');
+ this._element.style.padding = '20px';
+ this._element.style.color = 'white';
+ }
+
+ init(params: IGroupPanelInitParameters): void {
+ this._element.textContent = params.params.title;
+ }
+
+ update(event: PanelUpdateEvent): void {
+ this._element.textContent = event.params.title;
+ }
+}
+
+export function attach(parent: HTMLElement): {
+ dispose: () => void;
+} {
+ const element = document.createElement('div');
+ element.className = 'dockview-theme-abyss skinny-tabs';
+ element.style.height = '100%';
+ element.style.width = '100%';
+
+ const dockview = new DockviewComponent({
+ components: {
+ default: DefaultPanel,
+ },
+ parentElement: element,
+ });
+
+ parent.appendChild(element);
+
+ const { clientWidth, clientHeight } = parent;
+ dockview.layout(clientWidth, clientHeight);
+
+ dockview.addPanel({
+ id: 'panel_1',
+ component: 'default',
+ params: {
+ title: 'Panel 1',
+ },
+ });
+
+ dockview.addPanel({
+ id: 'panel_2',
+ component: 'default',
+ params: {
+ title: 'Panel 2',
+ },
+ });
+
+ dockview.addPanel({
+ id: 'panel_3',
+ component: 'default',
+ params: {
+ title: 'Panel 3',
+ },
+ position: { referencePanel: 'panel_1', direction: 'right' },
+ });
+
+ dockview.addPanel({
+ id: 'panel_4',
+ component: 'default',
+ params: {
+ title: 'Panel 4',
+ },
+ position: { referencePanel: 'panel_3', direction: 'right' },
+ });
+
+ dockview.addPanel({
+ id: 'panel_5',
+ component: 'default',
+ params: {
+ title: 'Panel 5',
+ },
+ position: { referencePanel: 'panel_4', direction: 'below' },
+ });
+
+ dockview.addPanel({
+ id: 'panel_6',
+ component: 'default',
+ params: {
+ title: 'Panel 6',
+ },
+ position: { referencePanel: 'panel_5', direction: 'right' },
+ });
+
+ return {
+ dispose: () => {
+ dockview.dispose();
+ element.remove();
+ },
+ };
+}
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/src/index.ts b/packages/docs/sandboxes/javascript/tabheight-dockview/src/index.ts
new file mode 100644
index 000000000..249b56017
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/src/index.ts
@@ -0,0 +1,10 @@
+import './styles.css';
+import 'dockview-core/dist/styles/dockview.css';
+
+import { attach } from './app';
+
+const rootElement = document.getElementById('root');
+
+if (rootElement) {
+ attach(rootElement);
+}
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/src/styles.css b/packages/docs/sandboxes/javascript/tabheight-dockview/src/styles.css
new file mode 100644
index 000000000..a1d49a9b6
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/src/styles.css
@@ -0,0 +1,16 @@
+body {
+ margin: 0px;
+ color: white;
+ font-family: sans-serif;
+ text-align: center;
+}
+
+#root {
+ height: 100vh;
+ width: 100vw;
+}
+
+.app {
+ height: 100%;
+}
+
diff --git a/packages/docs/sandboxes/javascript/tabheight-dockview/tsconfig.json b/packages/docs/sandboxes/javascript/tabheight-dockview/tsconfig.json
new file mode 100644
index 000000000..8aebe3efe
--- /dev/null
+++ b/packages/docs/sandboxes/javascript/tabheight-dockview/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
+}
diff --git a/packages/docs/sandboxes/javascript/vanilla-dockview/tsconfig.json b/packages/docs/sandboxes/javascript/vanilla-dockview/tsconfig.json
index 6e13e47b5..728865f76 100644
--- a/packages/docs/sandboxes/javascript/vanilla-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/javascript/vanilla-dockview/tsconfig.json
@@ -14,7 +14,6 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
}
}
diff --git a/packages/docs/sandboxes/layout-dockview/tsconfig.json b/packages/docs/sandboxes/layout-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/layout-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/layout-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/nativeapp-dockview/tsconfig.json b/packages/docs/sandboxes/nativeapp-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/nativeapp-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/nativeapp-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/nested-dockview/tsconfig.json b/packages/docs/sandboxes/nested-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/nested-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/nested-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/rendering-dockview/tsconfig.json b/packages/docs/sandboxes/rendering-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/rendering-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/rendering-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/resize-dockview/tsconfig.json b/packages/docs/sandboxes/resize-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/resize-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/resize-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/resizecontainer-dockview/tsconfig.json b/packages/docs/sandboxes/resizecontainer-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/resizecontainer-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/resizecontainer-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/simple-dockview/tsconfig.json b/packages/docs/sandboxes/simple-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/simple-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/simple-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/tabheight-dockview/tsconfig.json b/packages/docs/sandboxes/tabheight-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/tabheight-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/tabheight-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/updatetitle-dockview/tsconfig.json b/packages/docs/sandboxes/updatetitle-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/updatetitle-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/updatetitle-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}
diff --git a/packages/docs/sandboxes/watermark-dockview/tsconfig.json b/packages/docs/sandboxes/watermark-dockview/tsconfig.json
index 6e13e47b5..8aebe3efe 100644
--- a/packages/docs/sandboxes/watermark-dockview/tsconfig.json
+++ b/packages/docs/sandboxes/watermark-dockview/tsconfig.json
@@ -1,20 +1,19 @@
{
- "compilerOptions": {
- "outDir": "build/dist",
- "module": "esnext",
- "target": "es5",
- "lib": ["es6", "dom"],
- "sourceMap": true,
- "allowJs": true,
- "jsx": "react-jsx",
- "moduleResolution": "node",
- "rootDir": "src",
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- }
+ "compilerOptions": {
+ "outDir": "build/dist",
+ "module": "esnext",
+ "target": "es5",
+ "lib": ["es6", "dom"],
+ "sourceMap": true,
+ "allowJs": true,
+ "jsx": "react-jsx",
+ "moduleResolution": "node",
+ "rootDir": "src",
+ "forceConsistentCasingInFileNames": true,
+ "noImplicitReturns": true,
+ "noImplicitThis": true,
+ "noImplicitAny": true,
+ "strictNullChecks": true,
+ "noUnusedLocals": true
+ }
}