@theia/property-view 1.69.0-next.69 → 1.69.0
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.
|
@@ -28,8 +28,8 @@ const resource_property_view_1 = require("./resource-property-view");
|
|
|
28
28
|
require("../../src/browser/style/property-view.css");
|
|
29
29
|
exports.default = new inversify_1.ContainerModule(bind => {
|
|
30
30
|
bind(property_view_service_1.PropertyViewService).toSelf().inSingletonScope();
|
|
31
|
-
(0, contribution_provider_1.
|
|
32
|
-
(0, contribution_provider_1.
|
|
31
|
+
(0, contribution_provider_1.bindRootContributionProvider)(bind, property_data_service_1.PropertyDataService);
|
|
32
|
+
(0, contribution_provider_1.bindRootContributionProvider)(bind, property_view_widget_provider_1.PropertyViewWidgetProvider);
|
|
33
33
|
bind(empty_property_view_widget_provider_1.EmptyPropertyViewWidgetProvider).toSelf().inSingletonScope();
|
|
34
34
|
bind(property_view_widget_provider_1.PropertyViewWidgetProvider).to(empty_property_view_widget_provider_1.EmptyPropertyViewWidgetProvider);
|
|
35
35
|
bind(property_view_widget_1.PropertyViewWidget).toSelf();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-view-frontend-module.js","sourceRoot":"","sources":["../../src/browser/property-view-frontend-module.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,qDAA8E;AAC9E,
|
|
1
|
+
{"version":3,"file":"property-view-frontend-module.js","sourceRoot":"","sources":["../../src/browser/property-view-frontend-module.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,qDAA8E;AAC9E,wFAA4F;AAC5F,4DAA+D;AAC/D,+FAAwF;AACxF,mEAA8D;AAC9D,6EAAwE;AACxE,mEAA8D;AAC9D,iEAA4D;AAC5D,mFAA6E;AAC7E,qEAAoE;AACpE,qDAAmD;AAEnD,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,2CAAmB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAEtD,IAAA,oDAA4B,EAAC,IAAI,EAAE,2CAAmB,CAAC,CAAC;IACxD,IAAA,oDAA4B,EAAC,IAAI,EAAE,0DAA0B,CAAC,CAAC;IAE/D,IAAI,CAAC,qEAA+B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAClE,IAAI,CAAC,0DAA0B,CAAC,CAAC,EAAE,CAAC,qEAA+B,CAAC,CAAC;IAErE,IAAI,CAAC,yCAAkB,CAAC,CAAC,MAAM,EAAE,CAAC;IAClC,IAAI,CAAC,uBAAa,CAAC,CAAC,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;QACnD,EAAE,EAAE,yCAAkB,CAAC,EAAE;QACzB,YAAY,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,yCAAkB,CAAC;KACxD,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAEvB,IAAA,8BAAoB,EAAC,IAAI,EAAE,qDAAwB,CAAC,CAAC;IAErD,IAAA,iDAAwB,EAAC,IAAI,CAAC,CAAC;AACnC,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/property-view",
|
|
3
|
-
"version": "1.69.0
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"description": "Theia - Property View Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.69.0
|
|
7
|
-
"@theia/filesystem": "1.69.0
|
|
6
|
+
"@theia/core": "1.69.0",
|
|
7
|
+
"@theia/filesystem": "1.69.0",
|
|
8
8
|
"tslib": "^2.6.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"watch": "theiaext watch"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@theia/ext-scripts": "1.
|
|
43
|
+
"@theia/ext-scripts": "1.69.0"
|
|
44
44
|
},
|
|
45
45
|
"nyc": {
|
|
46
46
|
"extends": "../../configs/nyc.json"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3b413470b0f990dc0d6e4287da02a6b6e21d3239"
|
|
49
49
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { bindViewContribution, WidgetFactory } from '@theia/core/lib/browser';
|
|
18
|
-
import {
|
|
18
|
+
import { bindRootContributionProvider } from '@theia/core/lib/common/contribution-provider';
|
|
19
19
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
20
20
|
import { EmptyPropertyViewWidgetProvider } from './empty-property-view-widget-provider';
|
|
21
21
|
import { PropertyDataService } from './property-data-service';
|
|
@@ -29,8 +29,8 @@ import '../../src/browser/style/property-view.css';
|
|
|
29
29
|
export default new ContainerModule(bind => {
|
|
30
30
|
bind(PropertyViewService).toSelf().inSingletonScope();
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
bindRootContributionProvider(bind, PropertyDataService);
|
|
33
|
+
bindRootContributionProvider(bind, PropertyViewWidgetProvider);
|
|
34
34
|
|
|
35
35
|
bind(EmptyPropertyViewWidgetProvider).toSelf().inSingletonScope();
|
|
36
36
|
bind(PropertyViewWidgetProvider).to(EmptyPropertyViewWidgetProvider);
|