@finos/legend-application 12.0.0 → 13.0.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.
- package/lib/application/LegendApplication.d.ts +2 -2
- package/lib/application/LegendApplication.d.ts.map +1 -1
- package/lib/application/LegendApplication.js +4 -4
- package/lib/application/LegendApplication.js.map +1 -1
- package/lib/application/LegendApplicationConfig.d.ts +2 -2
- package/lib/application/LegendApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendApplicationConfig.js +3 -3
- package/lib/application/LegendApplicationDocumentation.d.ts.map +1 -0
- package/lib/application/LegendApplicationDocumentation.js.map +1 -0
- package/lib/{stores/ApplicationEvent.d.ts → application/LegendApplicationEvent.d.ts} +16 -13
- package/lib/application/LegendApplicationEvent.d.ts.map +1 -0
- package/lib/{stores/ApplicationEvent.js → application/LegendApplicationEvent.js} +15 -12
- package/lib/application/LegendApplicationEvent.js.map +1 -0
- package/lib/application/LegendApplicationPluginManager.d.ts.map +1 -1
- package/lib/application/LegendApplicationPluginManager.js.map +1 -1
- package/lib/application/LegendApplicationSetting.d.ts +25 -0
- package/lib/application/LegendApplicationSetting.d.ts.map +1 -0
- package/lib/application/LegendApplicationSetting.js +26 -0
- package/lib/application/LegendApplicationSetting.js.map +1 -0
- package/lib/{stores/ApplicationTelemetry.d.ts → application/LegendApplicationTelemetry.d.ts} +4 -4
- package/lib/application/LegendApplicationTelemetry.d.ts.map +1 -0
- package/lib/{stores/ApplicationTelemetry.js → application/LegendApplicationTelemetry.js} +3 -3
- package/lib/application/LegendApplicationTelemetry.js.map +1 -0
- package/lib/application/LegendApplicationTheme.d.ts +25 -0
- package/lib/application/LegendApplicationTheme.d.ts.map +1 -0
- package/lib/application/LegendApplicationTheme.js +37 -0
- package/lib/application/LegendApplicationTheme.js.map +1 -0
- package/lib/components/LegendApplicationComponentFrameworkProvider.d.ts +3 -2
- package/lib/components/LegendApplicationComponentFrameworkProvider.d.ts.map +1 -1
- package/lib/components/LegendApplicationComponentFrameworkProvider.js +14 -17
- package/lib/components/LegendApplicationComponentFrameworkProvider.js.map +1 -1
- package/lib/components/NotificationManager.d.ts.map +1 -1
- package/lib/components/NotificationManager.js +1 -1
- package/lib/components/NotificationManager.js.map +1 -1
- package/lib/components/VirtualAssistant.js +3 -3
- package/lib/components/VirtualAssistant.js.map +1 -1
- package/lib/components/shared/TextInputEditor.d.ts.map +1 -1
- package/lib/components/shared/TextInputEditor.js +2 -1
- package/lib/components/shared/TextInputEditor.js.map +1 -1
- package/lib/components/shared/TextSearchAdvancedConfigMenu.js +1 -1
- package/lib/components/shared/TextSearchAdvancedConfigMenu.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +20 -15
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +20 -15
- package/lib/index.js.map +1 -1
- package/lib/package.json +6 -5
- package/lib/stores/ApplicationNavigationContextService.js +2 -2
- package/lib/stores/ApplicationNavigationContextService.js.map +1 -1
- package/lib/stores/ApplicationStore.d.ts +7 -5
- package/lib/stores/ApplicationStore.d.ts.map +1 -1
- package/lib/stores/ApplicationStore.js +14 -11
- package/lib/stores/ApplicationStore.js.map +1 -1
- package/lib/stores/AssistantService.d.ts.map +1 -1
- package/lib/stores/AssistantService.js +2 -2
- package/lib/stores/AssistantService.js.map +1 -1
- package/lib/stores/CommandService.d.ts.map +1 -1
- package/lib/stores/CommandService.js +2 -2
- package/lib/stores/CommandService.js.map +1 -1
- package/lib/stores/Core_LegendApplicationPlugin.d.ts +27 -0
- package/lib/stores/Core_LegendApplicationPlugin.d.ts.map +1 -0
- package/lib/stores/Core_LegendApplicationPlugin.js +37 -0
- package/lib/stores/Core_LegendApplicationPlugin.js.map +1 -0
- package/lib/stores/DocumentationService.d.ts +7 -7
- package/lib/stores/DocumentationService.d.ts.map +1 -1
- package/lib/stores/DocumentationService.js +8 -7
- package/lib/stores/DocumentationService.js.map +1 -1
- package/lib/stores/IdentityService.d.ts +1 -0
- package/lib/stores/IdentityService.d.ts.map +1 -1
- package/lib/stores/IdentityService.js +3 -0
- package/lib/stores/IdentityService.js.map +1 -1
- package/lib/stores/LayoutService.d.ts +29 -8
- package/lib/stores/LayoutService.d.ts.map +1 -1
- package/lib/stores/LayoutService.js +64 -13
- package/lib/stores/LayoutService.js.map +1 -1
- package/lib/stores/LegendApplicationPlugin.d.ts +10 -0
- package/lib/stores/LegendApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendApplicationPlugin.js.map +1 -1
- package/lib/stores/SettingService.d.ts +39 -0
- package/lib/stores/SettingService.d.ts.map +1 -0
- package/lib/stores/SettingService.js +85 -0
- package/lib/stores/SettingService.js.map +1 -0
- package/lib/stores/navigation/NavigationService.d.ts +4 -0
- package/lib/stores/navigation/NavigationService.d.ts.map +1 -1
- package/lib/stores/navigation/NavigationService.js.map +1 -1
- package/lib/stores/navigation/WebApplicationNavigator.d.ts +3 -1
- package/lib/stores/navigation/WebApplicationNavigator.d.ts.map +1 -1
- package/lib/stores/navigation/WebApplicationNavigator.js +12 -1
- package/lib/stores/navigation/WebApplicationNavigator.js.map +1 -1
- package/lib/stores/storage/StorageService.d.ts +8 -8
- package/lib/stores/storage/StorageService.d.ts.map +1 -1
- package/lib/stores/storage/StorageService.js +26 -17
- package/lib/stores/storage/StorageService.js.map +1 -1
- package/lib/stores/terminal/XTerm.js +3 -3
- package/lib/stores/terminal/XTerm.js.map +1 -1
- package/package.json +10 -9
- package/src/application/LegendApplication.tsx +7 -9
- package/src/application/LegendApplicationConfig.ts +6 -6
- package/src/{stores/ApplicationEvent.ts → application/LegendApplicationEvent.ts} +17 -12
- package/src/application/LegendApplicationSetting.ts +27 -0
- package/src/{stores/ApplicationTelemetry.ts → application/LegendApplicationTelemetry.ts} +4 -4
- package/src/application/LegendApplicationTheme.ts +41 -0
- package/src/components/LegendApplicationComponentFrameworkProvider.tsx +29 -18
- package/src/components/NotificationManager.tsx +0 -1
- package/src/components/VirtualAssistant.tsx +3 -3
- package/src/components/shared/TextInputEditor.tsx +2 -1
- package/src/components/shared/TextSearchAdvancedConfigMenu.tsx +1 -1
- package/src/index.ts +23 -17
- package/src/stores/ApplicationNavigationContextService.ts +2 -2
- package/src/stores/ApplicationStore.ts +15 -11
- package/src/stores/AssistantService.ts +3 -3
- package/src/stores/CommandService.ts +7 -4
- package/src/stores/Core_LegendApplicationPlugin.ts +53 -0
- package/src/stores/DocumentationService.ts +13 -15
- package/src/stores/IdentityService.ts +4 -0
- package/src/stores/LayoutService.ts +108 -13
- package/src/stores/LegendApplicationPlugin.ts +12 -0
- package/src/stores/SettingService.ts +147 -0
- package/src/stores/navigation/NavigationService.ts +8 -0
- package/src/stores/navigation/WebApplicationNavigator.ts +25 -1
- package/src/stores/storage/StorageService.ts +26 -20
- package/src/stores/terminal/XTerm.ts +3 -3
- package/tsconfig.json +9 -6
- package/tsconfig.package.json +1 -2
- package/lib/stores/ApplicationEvent.d.ts.map +0 -1
- package/lib/stores/ApplicationEvent.js.map +0 -1
- package/lib/stores/ApplicationTelemetry.d.ts.map +0 -1
- package/lib/stores/ApplicationTelemetry.js.map +0 -1
- package/lib/stores/LegendApplicationDocumentation.d.ts.map +0 -1
- package/lib/stores/LegendApplicationDocumentation.js.map +0 -1
- /package/lib/{stores → application}/LegendApplicationDocumentation.d.ts +0 -0
- /package/lib/{stores → application}/LegendApplicationDocumentation.js +0 -0
- /package/src/{stores → application}/LegendApplicationDocumentation.ts +0 -0
- /package/src/application/{LegendApplicationPluginManager.tsx → LegendApplicationPluginManager.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationTelemetry.js","sourceRoot":"","sources":["../../src/stores/ApplicationTelemetry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,mBAAmB,GACpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAqB1D,MAAM,OAAO,oBAAoB;IAC/B,MAAM,CAAC,2CAA2C,CAChD,gBAAkC,EAClC,gBAA+C;QAE/C,gBAAgB,CAAC,QAAQ,CAAC,iBAAiB,CAAC,yBAAyB,EAAE;YACrE,WAAW,EAAE;gBACX,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,OAAO;gBACrC,OAAO,EAAE,gBAAgB,CAAC,MAAM,CAAC,UAAU;gBAC3C,GAAG,EAAE,gBAAgB,CAAC,MAAM,CAAC,GAAG;aACjC;YACD,OAAO,EAAE;gBACP,SAAS,EAAE,SAAS,CAAC,SAAS;aAC/B;YACD,MAAM,EAAE;gBACN,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM;gBAC5B,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK;aAC3B;SACF,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,mCAAmC,CACxC,gBAAkC,EAClC,IAA8C;QAE9C,gBAAgB,CAAC,QAAQ,CACvB,iBAAiB,CAAC,2BAA2B,EAC7C,IAAI,CACL,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,mDAAmD,CACxD,gBAAkC,EAClC,IAA8D;QAE9D,gBAAgB,CAAC,QAAQ,CACvB,iBAAiB,CAAC,6CAA6C,EAC/D,IAAI,CACL,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,qCAAqC,CAC1C,gBAAkC,EAClC,IAAoC;QAEpC,gBAAgB,CAAC,QAAQ,CACvB,mBAAmB,CAAC,yBAAyB,EAC7C,IAAI,CACL,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,oCAAoC,CACzC,gBAAkC;QAElC,gBAAgB,CAAC,QAAQ,CACvB,iBAAiB,CAAC,4BAA4B,EAC9C,EAAE,CACH,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendApplicationDocumentation.d.ts","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,oCAAoC;IAC9C,sBAAsB,2BAA2B;IACjD,0CAA0C,+CAA+C;IACzF,4CAA4C,sEAAsE;IAClH,oCAAoC,yCAAyC;IAC7E,0DAA0D,+DAA+D;IACzH,uCAAuC,4CAA4C;IACnF,sCAAsC,2CAA2C;IACjF,kDAAkD,uDAAuD;IACzG,qCAAqC,0CAA0C;CAChF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegendApplicationDocumentation.js","sourceRoot":"","sources":["../../src/stores/LegendApplicationDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,oCAUX;AAVD,WAAY,oCAAoC;IAC9C,yFAAiD,CAAA;IACjD,iIAAyF,CAAA;IACzF,0JAAkH,CAAA;IAClH,qHAA6E,CAAA;IAC7E,iKAAyH,CAAA;IACzH,2HAAmF,CAAA;IACnF,yHAAiF,CAAA;IACjF,iJAAyG,CAAA;IACzG,uHAA+E,CAAA;AACjF,CAAC,EAVW,oCAAoC,GAApC,oCAAoC,KAApC,oCAAoC,QAU/C"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/application/{LegendApplicationPluginManager.tsx → LegendApplicationPluginManager.ts}
RENAMED
|
File without changes
|