spiegel-keyman/web/source/dom/targets
2020-04-03 10:31:35 +07:00
..
contentEditable.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
designIFrame.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
input.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
outputTarget.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
readme.md refactor(web/engine): moves DOM-based OutputTargets to own namespace 2020-03-26 10:05:47 +07:00
textarea.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
touchAlias.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
wrapElement.ts refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00

Please keep any code in this folder / namespace as free as possible from dependencies on other parts of KMW. Some of our unit tests wish to run against these types without requiring KMW to be active.

Note that with a little work, we could completely spin this into its own separate module - this could be useful for development and testing purposes... at least, save for the TouchAlias type.