@theia/playwright 1.64.0-next.17 → 1.64.0-next.28

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/lib/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export * from './theia-explorer-view';
8
8
  export * from './theia-main-menu';
9
9
  export * from './theia-menu-item';
10
10
  export * from './theia-menu';
11
+ export * from './theia-monaco-editor';
11
12
  export * from './theia-notification-indicator';
12
13
  export * from './theia-notification-overlay';
13
14
  export * from './theia-notebook-cell';
@@ -23,12 +24,14 @@ export * from './theia-quick-command-palette';
23
24
  export * from './theia-rename-dialog';
24
25
  export * from './theia-status-bar';
25
26
  export * from './theia-status-indicator';
27
+ export * from './theia-terminal';
26
28
  export * from './theia-text-editor';
27
29
  export * from './theia-toggle-bottom-indicator';
28
30
  export * from './theia-toolbar';
29
31
  export * from './theia-toolbar-item';
30
32
  export * from './theia-tree-node';
31
33
  export * from './theia-view';
34
+ export * from './theia-welcome-view';
32
35
  export * from './theia-workspace';
33
36
  export * from './util';
34
37
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC"}
package/lib/index.js CHANGED
@@ -26,6 +26,7 @@ tslib_1.__exportStar(require("./theia-explorer-view"), exports);
26
26
  tslib_1.__exportStar(require("./theia-main-menu"), exports);
27
27
  tslib_1.__exportStar(require("./theia-menu-item"), exports);
28
28
  tslib_1.__exportStar(require("./theia-menu"), exports);
29
+ tslib_1.__exportStar(require("./theia-monaco-editor"), exports);
29
30
  tslib_1.__exportStar(require("./theia-notification-indicator"), exports);
30
31
  tslib_1.__exportStar(require("./theia-notification-overlay"), exports);
31
32
  tslib_1.__exportStar(require("./theia-notebook-cell"), exports);
@@ -41,12 +42,14 @@ tslib_1.__exportStar(require("./theia-quick-command-palette"), exports);
41
42
  tslib_1.__exportStar(require("./theia-rename-dialog"), exports);
42
43
  tslib_1.__exportStar(require("./theia-status-bar"), exports);
43
44
  tslib_1.__exportStar(require("./theia-status-indicator"), exports);
45
+ tslib_1.__exportStar(require("./theia-terminal"), exports);
44
46
  tslib_1.__exportStar(require("./theia-text-editor"), exports);
45
47
  tslib_1.__exportStar(require("./theia-toggle-bottom-indicator"), exports);
46
48
  tslib_1.__exportStar(require("./theia-toolbar"), exports);
47
49
  tslib_1.__exportStar(require("./theia-toolbar-item"), exports);
48
50
  tslib_1.__exportStar(require("./theia-tree-node"), exports);
49
51
  tslib_1.__exportStar(require("./theia-view"), exports);
52
+ tslib_1.__exportStar(require("./theia-welcome-view"), exports);
50
53
  tslib_1.__exportStar(require("./theia-workspace"), exports);
51
54
  tslib_1.__exportStar(require("./util"), exports);
52
55
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAEhF,+DAAqC;AACrC,sDAA4B;AAC5B,6DAAmC;AACnC,+DAAqC;AACrC,yDAA+B;AAC/B,yDAA+B;AAC/B,gEAAsC;AACtC,4DAAkC;AAClC,4DAAkC;AAClC,uDAA6B;AAC7B,yEAA+C;AAC/C,uEAA6C;AAC7C,gEAAsC;AACtC,kEAAwC;AACxC,mEAAyC;AACzC,iEAAuC;AACvC,8DAAoC;AACpC,8DAAoC;AACpC,kEAAwC;AACxC,oEAA0C;AAC1C,+DAAqC;AACrC,wEAA8C;AAC9C,gEAAsC;AACtC,6DAAmC;AACnC,mEAAyC;AACzC,8DAAoC;AACpC,0EAAgD;AAChD,0DAAgC;AAChC,+DAAqC;AACrC,4DAAkC;AAClC,uDAA6B;AAC7B,4DAAkC;AAClC,iDAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAEhF,+DAAqC;AACrC,sDAA4B;AAC5B,6DAAmC;AACnC,+DAAqC;AACrC,yDAA+B;AAC/B,yDAA+B;AAC/B,gEAAsC;AACtC,4DAAkC;AAClC,4DAAkC;AAClC,uDAA6B;AAC7B,gEAAsC;AACtC,yEAA+C;AAC/C,uEAA6C;AAC7C,gEAAsC;AACtC,kEAAwC;AACxC,mEAAyC;AACzC,iEAAuC;AACvC,8DAAoC;AACpC,8DAAoC;AACpC,kEAAwC;AACxC,oEAA0C;AAC1C,+DAAqC;AACrC,wEAA8C;AAC9C,gEAAsC;AACtC,6DAAmC;AACnC,mEAAyC;AACzC,2DAAiC;AACjC,8DAAoC;AACpC,0EAAgD;AAChD,0DAAgC;AAChC,+DAAqC;AACrC,4DAAkC;AAClC,uDAA6B;AAC7B,+DAAqC;AACrC,4DAAkC;AAClC,iDAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/playwright",
3
- "version": "1.64.0-next.17+58507bbed",
3
+ "version": "1.64.0-next.28+c0fda4c47",
4
4
  "description": "System tests for Theia",
5
5
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "fs-extra": "^9.0.8"
37
37
  },
38
38
  "devDependencies": {
39
- "@theia/cli": "1.64.0-next.17+58507bbed",
39
+ "@theia/cli": "1.64.0-next.28+c0fda4c47",
40
40
  "@types/fs-extra": "^9.0.8",
41
41
  "allure-commandline": "^2.23.1",
42
42
  "allure-playwright": "^2.5.0",
@@ -48,5 +48,5 @@
48
48
  "access": "public"
49
49
  },
50
50
  "main": "lib/index",
51
- "gitHead": "58507bbedb95724735981f44f034e7036fa2f19e"
51
+ "gitHead": "c0fda4c4706fcd4ec1616c8e2f24673352a707d1"
52
52
  }
package/src/index.ts CHANGED
@@ -24,6 +24,7 @@ export * from './theia-explorer-view';
24
24
  export * from './theia-main-menu';
25
25
  export * from './theia-menu-item';
26
26
  export * from './theia-menu';
27
+ export * from './theia-monaco-editor';
27
28
  export * from './theia-notification-indicator';
28
29
  export * from './theia-notification-overlay';
29
30
  export * from './theia-notebook-cell';
@@ -39,11 +40,13 @@ export * from './theia-quick-command-palette';
39
40
  export * from './theia-rename-dialog';
40
41
  export * from './theia-status-bar';
41
42
  export * from './theia-status-indicator';
43
+ export * from './theia-terminal';
42
44
  export * from './theia-text-editor';
43
45
  export * from './theia-toggle-bottom-indicator';
44
46
  export * from './theia-toolbar';
45
47
  export * from './theia-toolbar-item';
46
48
  export * from './theia-tree-node';
47
49
  export * from './theia-view';
50
+ export * from './theia-welcome-view';
48
51
  export * from './theia-workspace';
49
52
  export * from './util';