@hpcc-js/phosphor 2.14.59 → 2.15.2
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/dist/index.es6.js +25474 -39167
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +25480 -39174
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +76 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +9 -25
- package/src/PDockPanel.ts +1 -10
- package/src/__package__.ts +2 -2
- package/types/PDockPanel.d.ts +0 -3
- package/types/PDockPanel.d.ts.map +1 -1
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/PDockPanel.d.ts +0 -2
- package/types-3.4/__package__.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/phosphor",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.2",
|
|
4
4
|
"description": "hpcc-js - Viz Phosphor",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es6",
|
|
@@ -32,37 +32,21 @@
|
|
|
32
32
|
"gen-legacy-types": "downlevel-dts ./types ./types-3.4",
|
|
33
33
|
"build": "npm run compile-es6 && npm run bundle",
|
|
34
34
|
"watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
|
|
35
|
-
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
|
|
35
|
+
"stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
|
|
36
36
|
"lint": "eslint src/**/*.ts",
|
|
37
37
|
"docs": "typedoc --options tdoptions.json .",
|
|
38
38
|
"update": "npx npm-check-updates -u -t minor"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@hpcc-js/common": "^2.
|
|
42
|
-
"@hpcc-js/other": "^2.
|
|
43
|
-
"@hpcc-js/phosphor-shim": "^2.
|
|
44
|
-
"@hpcc-js/util": "^2.
|
|
41
|
+
"@hpcc-js/common": "^2.66.1",
|
|
42
|
+
"@hpcc-js/other": "^2.14.2",
|
|
43
|
+
"@hpcc-js/phosphor-shim": "^2.13.0",
|
|
44
|
+
"@hpcc-js/util": "^2.46.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@hpcc-js/bundle": "^2.
|
|
48
|
-
"@rollup/plugin-alias": "3.1.0",
|
|
49
|
-
"@rollup/plugin-commonjs": "12.0.0",
|
|
50
|
-
"@rollup/plugin-node-resolve": "8.0.0",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "4.31.0",
|
|
52
|
-
"@typescript-eslint/parser": "4.31.0",
|
|
47
|
+
"@hpcc-js/bundle": "^2.11.1",
|
|
53
48
|
"d3-selection": "^1",
|
|
54
|
-
"
|
|
55
|
-
"eslint": "7.32.0",
|
|
56
|
-
"eslint-plugin-react-hooks": "^4.3.0",
|
|
57
|
-
"npm-run-all": "4.1.5",
|
|
58
|
-
"rimraf": "2.6.3",
|
|
59
|
-
"rollup": "2.10.7",
|
|
60
|
-
"rollup-plugin-postcss": "3.1.1",
|
|
61
|
-
"rollup-plugin-sourcemaps": "0.6.2",
|
|
62
|
-
"terser": "4.0.0",
|
|
63
|
-
"tslib": "2.3.0",
|
|
64
|
-
"typedoc": "0.14.2",
|
|
65
|
-
"typescript": "4.3.4"
|
|
49
|
+
"tslib": "2.3.1"
|
|
66
50
|
},
|
|
67
51
|
"repository": {
|
|
68
52
|
"type": "git",
|
|
@@ -75,5 +59,5 @@
|
|
|
75
59
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
76
60
|
},
|
|
77
61
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
78
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "cd0029695af339b4f316099b57ee0ada54e74910"
|
|
79
63
|
}
|
package/src/PDockPanel.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// import { Persist } from "@hpcc-js/other";
|
|
2
|
-
import { DockLayout, DockPanel,
|
|
2
|
+
import { DockLayout, DockPanel, TabBar, Widget } from "@hpcc-js/phosphor-shim";
|
|
3
3
|
import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter";
|
|
4
4
|
|
|
5
5
|
export class PRenderer extends DockPanel.Renderer {
|
|
@@ -17,14 +17,6 @@ export class PRenderer extends DockPanel.Renderer {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export class PDockPanel extends DockPanel {
|
|
20
|
-
private _tabsMovable: boolean;
|
|
21
|
-
get tabsMovable(): boolean {
|
|
22
|
-
return this._tabsMovable;
|
|
23
|
-
}
|
|
24
|
-
set tabsMovable(value: boolean) {
|
|
25
|
-
this._tabsMovable = value;
|
|
26
|
-
each(this.tabBars(), tabbar => tabbar.tabsMovable = value);
|
|
27
|
-
}
|
|
28
20
|
|
|
29
21
|
private _content: WidgetAdapterArray;
|
|
30
22
|
private _contentMap: { [key: string]: WidgetAdapter };
|
|
@@ -35,7 +27,6 @@ export class PDockPanel extends DockPanel {
|
|
|
35
27
|
if (this["_renderer"] instanceof PRenderer) {
|
|
36
28
|
this["_renderer"]._owner = this;
|
|
37
29
|
}
|
|
38
|
-
this._tabsMovable = true;
|
|
39
30
|
this._content = WidgetAdapterArray.create();
|
|
40
31
|
this._contentMap = {};
|
|
41
32
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const PKG_NAME = "@hpcc-js/phosphor";
|
|
2
|
-
export const PKG_VERSION = "2.
|
|
3
|
-
export const BUILD_VERSION = "2.
|
|
2
|
+
export const PKG_VERSION = "2.15.2";
|
|
3
|
+
export const BUILD_VERSION = "2.102.4";
|
package/types/PDockPanel.d.ts
CHANGED
|
@@ -6,9 +6,6 @@ export declare class PRenderer extends DockPanel.Renderer {
|
|
|
6
6
|
createTabBar(): TabBar<Widget>;
|
|
7
7
|
}
|
|
8
8
|
export declare class PDockPanel extends DockPanel {
|
|
9
|
-
private _tabsMovable;
|
|
10
|
-
get tabsMovable(): boolean;
|
|
11
|
-
set tabsMovable(value: boolean);
|
|
12
9
|
private _content;
|
|
13
10
|
private _contentMap;
|
|
14
11
|
constructor(options?: DockPanel.IOptions);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PDockPanel.d.ts","sourceRoot":"","sources":["../src/PDockPanel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"PDockPanel.d.ts","sourceRoot":"","sources":["../src/PDockPanel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpE,qBAAa,SAAU,SAAQ,SAAS,CAAC,QAAQ;IAC7C,MAAM,EAAE,UAAU,CAAC;;IAMnB,YAAY,IAAI,MAAM,CAAC,MAAM,CAAC;CAKjC;AAED,qBAAa,UAAW,SAAQ,SAAS;IAErC,OAAO,CAAC,QAAQ,CAAqB;IACrC,OAAO,CAAC,WAAW,CAAmC;gBAE1C,OAAO,GAAE,SAAS,CAAC,QAAa;IAU5C,aAAa,CAAC,EAAE,EAAE,aAAa;IAK/B,aAAa,CAAC,EAAE,EAAE,aAAa;IAS/B,OAAO,IAAI,kBAAkB;IAI7B,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAkBvC,iBAAiB,CAAC,MAAM,EAAE,GAAG,GAAG,aAAa;IAU7C,uBAAuB,CAAC,MAAM,EAAE,UAAU,CAAC,cAAc,EAAE,WAAW,EAAE,OAAO,GAAG,UAAU,CAAC,cAAc;IAO3G,yBAAyB,CAAC,MAAM,EAAE,UAAU,CAAC,gBAAgB,EAAE,WAAW,EAAE,OAAO,GAAG,UAAU,CAAC,gBAAgB;IAOjH,mBAAmB,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,EAAE,WAAW,EAAE,OAAO,GAAG,UAAU,CAAC,UAAU;IAY/F,UAAU,IAAI,UAAU,CAAC,aAAa;IAMtC,aAAa,CAAC,MAAM,EAAE,UAAU,CAAC,aAAa;CAKjD"}
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/phosphor";
|
|
2
|
-
export declare const PKG_VERSION = "2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.
|
|
2
|
+
export declare const PKG_VERSION = "2.15.2";
|
|
3
|
+
export declare const BUILD_VERSION = "2.102.4";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,sBAAsB,CAAC;AAC5C,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,sBAAsB,CAAC;AAC5C,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,YAAY,CAAC"}
|
|
@@ -6,8 +6,6 @@ export declare class PRenderer extends DockPanel.Renderer {
|
|
|
6
6
|
createTabBar(): TabBar<Widget>;
|
|
7
7
|
}
|
|
8
8
|
export declare class PDockPanel extends DockPanel {
|
|
9
|
-
private _tabsMovable;
|
|
10
|
-
tabsMovable: boolean;
|
|
11
9
|
private _content;
|
|
12
10
|
private _contentMap;
|
|
13
11
|
constructor(options?: DockPanel.IOptions);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/phosphor";
|
|
2
|
-
export declare const PKG_VERSION = "2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.
|
|
2
|
+
export declare const PKG_VERSION = "2.15.2";
|
|
3
|
+
export declare const BUILD_VERSION = "2.102.4";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|