@finos/legend-vscode-extension-dependencies 4.0.4 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/bundles/bundle.cjs.js +228 -109
- package/lib/bundles/style/bundle.css +1 -1
- package/lib/index.d.ts +7 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +7 -3
- package/lib/index.js.map +1 -1
- package/package.json +8 -6
- package/src/index.ts +76 -13
package/lib/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,qBAAqB,CAAC;AAE7B,cAAc,0BAA0B,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,qBAAqB,CAAC;AAE7B,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EACL,KAAK,OAAO,EACZ,wBAAwB,EACxB,wBAAwB,EACxB,8BAA8B,EAC9B,mBAAmB,EACnB,eAAe,EACf,UAAU,EACV,KAAK,EACL,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EACL,eAAe,EACf,eAAe,EACf,YAAY,EACZ,eAAe,EACf,cAAc,EACd,YAAY,EACZ,MAAM,EACN,aAAa,EACb,IAAI,EACJ,cAAc,EACd,sBAAsB,EACtB,qBAAqB,EACrB,yBAAyB,EACzB,mBAAmB,EACnB,wBAAwB,EACxB,sBAAsB,EACtB,mBAAmB,EACnB,WAAW,EACX,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,iBAAiB,EACjB,UAAU,EACV,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,2BAA2B,EAChC,KAAK,EACL,uBAAuB,EACvB,cAAc,EACd,iBAAiB,EACjB,OAAO,EACP,mBAAmB,EACnB,8BAA8B,EAC9B,UAAU,GACX,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,oBAAoB,EACpB,aAAa,EACb,SAAS,EACT,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,GACjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EACxC,4BAA4B,EAC5B,gBAAgB,EAChB,wBAAwB,EACxB,0BAA0B,EAC1B,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EACvB,8BAA8B,EAC9B,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,qCAAqC,EAC1C,+BAA+B,EAC/B,oCAAoC,EACpC,YAAY,EACZ,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,GACzB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC"}
|
package/lib/index.js
CHANGED
@@ -15,7 +15,11 @@
|
|
15
15
|
*/
|
16
16
|
import '../style/index.scss';
|
17
17
|
export * from './graph-manager/index.js';
|
18
|
-
export {
|
19
|
-
export { AlignBottomIcon, AlignCenterIcon, AlignEndIcon, AlignMiddleIcon, AlignStartIcon, AlignTopIcon, CaretDownIcon,
|
20
|
-
export { Class, CORE_PURE_PATH } from '@finos/legend-graph';
|
18
|
+
export { DIAGRAM_ALIGNER_OPERATOR, DIAGRAM_INTERACTION_MODE, DIAGRAM_RELATIONSHIP_EDIT_MODE, DIAGRAM_ZOOM_LEVELS, DiagramRenderer, getDiagram, Point, V1_diagramModelSchema, V1_transformDiagram, } from '@finos/legend-extension-dsl-diagram';
|
19
|
+
export { AlignBottomIcon, AlignCenterIcon, AlignEndIcon, AlignMiddleIcon, AlignStartIcon, AlignTopIcon, Button, CaretDownIcon, clsx, compareLabelFn, ControlledDropdownMenu, CubesLoadingIndicator, CubesLoadingIndicatorIcon, CustomSelectorInput, DistributeHorizontalIcon, DistributeVerticalIcon, LegendStyleProvider, MenuContent, MenuContentDivider, MenuContentItem, MousePointerIcon, MoveIcon, SaveCurrIcon, SaveIcon, useResizeDetector, ZoomInIcon, ZoomOutIcon, } from '@finos/legend-art';
|
20
|
+
export { Class, Core_GraphManagerPreset, CORE_PURE_PATH, GraphManagerState, Service, V1_PureGraphManager, V1_serializePackageableElement, V1_Service, } from '@finos/legend-graph';
|
21
|
+
export { AbstractPlugin, AbstractPreset, assertErrorThrown, assertNonNullable, deserializeMap, guaranteeNonEmptyString, guaranteeNonNullable, guaranteeType, isBoolean, SerializationFactory, serializeMap, usingModelSchema, } from '@finos/legend-shared';
|
22
|
+
export { ApplicationFrameworkProvider, ApplicationStore, ApplicationStoreProvider, BrowserEnvironmentProvider, Core_LegendApplicationPlugin, LegendApplicationConfig, LegendApplicationPlugin, LegendApplicationPluginManager, useApplicationStore, } from '@finos/legend-application';
|
23
|
+
export { QueryBuilder_GraphManagerPreset, QueryBuilder_LegendApplicationPlugin, QueryBuilder, QueryBuilderActionConfig, QueryBuilderConfig, QueryBuilderState, QueryBuilderWorkflowState, ServiceQueryBuilderState, } from '@finos/legend-query-builder';
|
24
|
+
export { pureExecution_setFunction } from '@finos/legend-application-studio';
|
21
25
|
//# 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;;;;;;;;;;;;;;GAcG;AAEH,OAAO,qBAAqB,CAAC;AAE7B,cAAc,0BAA0B,CAAC;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,qBAAqB,CAAC;AAE7B,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EAEL,wBAAwB,EACxB,wBAAwB,EACxB,8BAA8B,EAC9B,mBAAmB,EACnB,eAAe,EACf,UAAU,EACV,KAAK,EACL,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EACL,eAAe,EACf,eAAe,EACf,YAAY,EACZ,eAAe,EACf,cAAc,EACd,YAAY,EACZ,MAAM,EACN,aAAa,EACb,IAAI,EACJ,cAAc,EACd,sBAAsB,EACtB,qBAAqB,EACrB,yBAAyB,EACzB,mBAAmB,EACnB,wBAAwB,EACxB,sBAAsB,EACtB,mBAAmB,EACnB,WAAW,EACX,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,iBAAiB,EACjB,UAAU,EACV,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAML,KAAK,EACL,uBAAuB,EACvB,cAAc,EACd,iBAAiB,EACjB,OAAO,EACP,mBAAmB,EACnB,8BAA8B,EAC9B,UAAU,GACX,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAGL,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,oBAAoB,EACpB,aAAa,EACb,SAAS,EACT,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,GACjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAGL,4BAA4B,EAC5B,gBAAgB,EAChB,wBAAwB,EACxB,0BAA0B,EAC1B,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EACvB,8BAA8B,EAC9B,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAGL,+BAA+B,EAC/B,oCAAoC,EACpC,YAAY,EACZ,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,GACzB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-vscode-extension-dependencies",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.6",
|
4
4
|
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-vscode-extension-dependencies",
|
5
5
|
"bugs": {
|
6
6
|
"url": "https://github.com/finos/legend-studio/issues"
|
@@ -40,10 +40,12 @@
|
|
40
40
|
"test:watch": "jest --watch"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@finos/legend-application
|
44
|
-
"@finos/legend-
|
45
|
-
"@finos/legend-
|
46
|
-
"@finos/legend-
|
43
|
+
"@finos/legend-application": "15.1.30",
|
44
|
+
"@finos/legend-application-studio": "28.18.33",
|
45
|
+
"@finos/legend-art": "7.1.57",
|
46
|
+
"@finos/legend-extension-dsl-diagram": "8.1.9",
|
47
|
+
"@finos/legend-graph": "31.10.31",
|
48
|
+
"@finos/legend-query-builder": "4.14.90",
|
47
49
|
"@finos/legend-shared": "10.0.54",
|
48
50
|
"@finos/legend-storage": "3.0.104",
|
49
51
|
"@types/react": "18.3.5",
|
@@ -63,7 +65,7 @@
|
|
63
65
|
"postcss": "8.4.45",
|
64
66
|
"postcss-url": "10.1.3",
|
65
67
|
"rimraf": "6.0.1",
|
66
|
-
"rollup": "4.21.
|
68
|
+
"rollup": "4.21.3",
|
67
69
|
"rollup-plugin-flow": "1.1.1",
|
68
70
|
"rollup-plugin-import-css": "3.5.1",
|
69
71
|
"rollup-plugin-postcss": "4.0.2",
|
package/src/index.ts
CHANGED
@@ -17,15 +17,16 @@
|
|
17
17
|
import '../style/index.scss';
|
18
18
|
|
19
19
|
export * from './graph-manager/index.js';
|
20
|
+
|
20
21
|
export {
|
21
|
-
getDiagram,
|
22
|
-
Point,
|
23
|
-
DIAGRAM_INTERACTION_MODE,
|
24
|
-
DIAGRAM_RELATIONSHIP_EDIT_MODE,
|
25
|
-
DiagramRenderer,
|
26
22
|
type Diagram,
|
27
23
|
DIAGRAM_ALIGNER_OPERATOR,
|
24
|
+
DIAGRAM_INTERACTION_MODE,
|
25
|
+
DIAGRAM_RELATIONSHIP_EDIT_MODE,
|
28
26
|
DIAGRAM_ZOOM_LEVELS,
|
27
|
+
DiagramRenderer,
|
28
|
+
getDiagram,
|
29
|
+
Point,
|
29
30
|
V1_diagramModelSchema,
|
30
31
|
V1_transformDiagram,
|
31
32
|
} from '@finos/legend-extension-dsl-diagram';
|
@@ -37,27 +38,89 @@ export {
|
|
37
38
|
AlignMiddleIcon,
|
38
39
|
AlignStartIcon,
|
39
40
|
AlignTopIcon,
|
41
|
+
Button,
|
40
42
|
CaretDownIcon,
|
41
|
-
|
42
|
-
ControlledDropdownMenu,
|
43
|
+
clsx,
|
43
44
|
compareLabelFn,
|
45
|
+
ControlledDropdownMenu,
|
46
|
+
CubesLoadingIndicator,
|
47
|
+
CubesLoadingIndicatorIcon,
|
48
|
+
CustomSelectorInput,
|
44
49
|
DistributeHorizontalIcon,
|
45
50
|
DistributeVerticalIcon,
|
51
|
+
LegendStyleProvider,
|
46
52
|
MenuContent,
|
47
53
|
MenuContentDivider,
|
48
54
|
MenuContentItem,
|
49
|
-
SaveIcon,
|
50
|
-
clsx,
|
51
55
|
MousePointerIcon,
|
52
56
|
MoveIcon,
|
57
|
+
SaveCurrIcon,
|
58
|
+
SaveIcon,
|
59
|
+
useResizeDetector,
|
53
60
|
ZoomInIcon,
|
54
61
|
ZoomOutIcon,
|
55
|
-
useResizeDetector,
|
56
|
-
LegendStyleProvider,
|
57
62
|
} from '@finos/legend-art';
|
58
63
|
|
59
|
-
export {
|
64
|
+
export {
|
65
|
+
type GraphManagerPluginManager,
|
66
|
+
type PureGraphManagerPlugin,
|
67
|
+
type PureGraphPlugin,
|
68
|
+
type PureModel,
|
69
|
+
type PureProtocolProcessorPlugin,
|
70
|
+
Class,
|
71
|
+
Core_GraphManagerPreset,
|
72
|
+
CORE_PURE_PATH,
|
73
|
+
GraphManagerState,
|
74
|
+
Service,
|
75
|
+
V1_PureGraphManager,
|
76
|
+
V1_serializePackageableElement,
|
77
|
+
V1_Service,
|
78
|
+
} from '@finos/legend-graph';
|
60
79
|
|
61
80
|
export type { Entity } from '@finos/legend-storage';
|
62
81
|
|
63
|
-
export
|
82
|
+
export {
|
83
|
+
type GeneratorFn,
|
84
|
+
type PlainObject,
|
85
|
+
AbstractPlugin,
|
86
|
+
AbstractPreset,
|
87
|
+
assertErrorThrown,
|
88
|
+
assertNonNullable,
|
89
|
+
deserializeMap,
|
90
|
+
guaranteeNonEmptyString,
|
91
|
+
guaranteeNonNullable,
|
92
|
+
guaranteeType,
|
93
|
+
isBoolean,
|
94
|
+
SerializationFactory,
|
95
|
+
serializeMap,
|
96
|
+
usingModelSchema,
|
97
|
+
} from '@finos/legend-shared';
|
98
|
+
|
99
|
+
export {
|
100
|
+
type LegendApplicationConfigurationData,
|
101
|
+
type LegendApplicationConfigurationInput,
|
102
|
+
ApplicationFrameworkProvider,
|
103
|
+
ApplicationStore,
|
104
|
+
ApplicationStoreProvider,
|
105
|
+
BrowserEnvironmentProvider,
|
106
|
+
Core_LegendApplicationPlugin,
|
107
|
+
LegendApplicationConfig,
|
108
|
+
LegendApplicationPlugin,
|
109
|
+
LegendApplicationPluginManager,
|
110
|
+
useApplicationStore,
|
111
|
+
} from '@finos/legend-application';
|
112
|
+
|
113
|
+
export {
|
114
|
+
type FetchStructureLayoutConfig,
|
115
|
+
type QueryBuilderHeaderActionConfiguration,
|
116
|
+
QueryBuilder_GraphManagerPreset,
|
117
|
+
QueryBuilder_LegendApplicationPlugin,
|
118
|
+
QueryBuilder,
|
119
|
+
QueryBuilderActionConfig,
|
120
|
+
QueryBuilderConfig,
|
121
|
+
QueryBuilderState,
|
122
|
+
QueryBuilderWorkflowState,
|
123
|
+
ServiceQueryBuilderState,
|
124
|
+
} from '@finos/legend-query-builder';
|
125
|
+
|
126
|
+
export { pureExecution_setFunction } from '@finos/legend-application-studio';
|