@cmusei/console-forge 0.0.1

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.
Files changed (53) hide show
  1. package/LICENSE.md +18 -0
  2. package/README.md +6 -0
  3. package/fesm2022/cmusei-console-forge.mjs +1397 -0
  4. package/fesm2022/cmusei-console-forge.mjs.map +1 -0
  5. package/index.d.ts +5 -0
  6. package/lib/components/console/console.component.d.ts +50 -0
  7. package/lib/components/console-status/console-status.component.d.ts +7 -0
  8. package/lib/components/console-toolbar/console-toolbar.component.d.ts +40 -0
  9. package/lib/components/console-toolbar-default/console-toolbar-default-button/console-toolbar-default-button.component.d.ts +9 -0
  10. package/lib/components/console-toolbar-default/console-toolbar-default.component.d.ts +30 -0
  11. package/lib/config/console-forge-config.d.ts +20 -0
  12. package/lib/config/provide-console-forge.d.ts +4 -0
  13. package/lib/directives/class-on-hover.directive.d.ts +10 -0
  14. package/lib/injection/window.injection-token.d.ts +2 -0
  15. package/lib/models/console-client-type.d.ts +1 -0
  16. package/lib/models/console-component-config.d.ts +24 -0
  17. package/lib/models/console-component-network-config.d.ts +4 -0
  18. package/lib/models/console-connection-options.d.ts +7 -0
  19. package/lib/models/console-connection-status.d.ts +1 -0
  20. package/lib/models/console-credentials.d.ts +4 -0
  21. package/lib/models/console-power-request.d.ts +1 -0
  22. package/lib/models/console-supported-features.d.ts +4 -0
  23. package/lib/models/console-toolbar-component-base.d.ts +5 -0
  24. package/lib/models/console-toolbar-context.d.ts +30 -0
  25. package/lib/models/console-toolbar-position.d.ts +1 -0
  26. package/lib/models/console-user-settings.d.ts +10 -0
  27. package/lib/models/log-level.d.ts +6 -0
  28. package/lib/services/browser-notifications/browser-notifications.service.d.ts +10 -0
  29. package/lib/services/browser-notifications/send-browser-notification.d.ts +9 -0
  30. package/lib/services/canvas-recorder/canvas-recorder.service.d.ts +14 -0
  31. package/lib/services/canvas-recorder/canvas-recording-settings.d.ts +9 -0
  32. package/lib/services/canvas-recorder/canvas-recording.d.ts +13 -0
  33. package/lib/services/canvas.service.d.ts +9 -0
  34. package/lib/services/clipboard/clipboard.helpers.d.ts +14 -0
  35. package/lib/services/clipboard/clipboard.service.d.ts +15 -0
  36. package/lib/services/console-clients/console-client-factory.service.d.ts +9 -0
  37. package/lib/services/console-clients/console-client.service.d.ts +23 -0
  38. package/lib/services/console-clients/vmware/vmware-console-client.service.d.ts +36 -0
  39. package/lib/services/console-clients/vnc-console-client/vnc-console-client.service.d.ts +33 -0
  40. package/lib/services/full-screen.service.d.ts +11 -0
  41. package/lib/services/logger.service.d.ts +9 -0
  42. package/lib/services/object.helpers.d.ts +4 -0
  43. package/lib/services/user-settings.service.d.ts +15 -0
  44. package/lib/services/uuid.service.d.ts +6 -0
  45. package/lib/shims/vmware-mks.models.d.ts +34 -0
  46. package/lib/shims/vmware-wmks.shim.d.ts +61 -0
  47. package/package.json +32 -0
  48. package/public-api.d.ts +17 -0
  49. package/vendor/vmware-wmks/css/extended-keypad.css +318 -0
  50. package/vendor/vmware-wmks/css/main-ui.css +180 -0
  51. package/vendor/vmware-wmks/css/trackpad.css +192 -0
  52. package/vendor/vmware-wmks/css/wmks-all.css +684 -0
  53. package/vendor/vmware-wmks/js/wmks.min.js +8 -0
package/LICENSE.md ADDED
@@ -0,0 +1,18 @@
1
+ # ConsoleForge
2
+
3
+ Copyright 2025 Carnegie Mellon University.
4
+
5
+ MIT (SEI)
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
+
8
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
+
10
+ This material is based upon work funded and supported by the Department of Defense under Contract No. FA8702-15-D-0002 with Carnegie Mellon University for the operation of the Software Engineering Institute, a federally funded research and development center.
11
+
12
+ The view, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official Government position, policy, or decision, unless designated by other documentation.
13
+
14
+ NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
15
+
16
+ [DISTRIBUTION STATEMENT A] This material has been approved for public release and unlimited distribution. Please see Copyright notice for non-US Government use and distribution.
17
+
18
+ DM20-0284
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # VMWare install notes
2
+
3
+ - VM -> Edit Settings
4
+ - isolation.tools.copy.disable FALSE
5
+ - isolation.tools.paste.disable FALSE
6
+ - isolation.tools.setGUIOptions.enable TRUE