Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/iri widget enhancement #86

Merged
merged 14 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ plugin [esbuild-dynamic-import](https://github.com/zbmed/esbuild-dynamic-import)
For further information on the usage of the HTML widgets, please visit the interactive documentation in
the [HTML Storybook](#run-storybook).

#### Testing the JavaScript package in a consumer project locally
If the environment features `npm`, a local module can be created from the output file. To do this, place all the files
generated inside `dist_plainjs/`
in `local_modules/terminology-service-suite/` in your project. Now
in `local_modules/terminology-service-suite/` in your consumer project. Now
add `"terminology-service-suite": "file:local_modules/terminology-service-suite"` as a dependency in `package.json` and run `npm install`.

### Commit Message Formatting
Expand Down
5 changes: 4 additions & 1 deletion dist_plainjs/manually_maintained_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ declare global {
| "ghost"
| "text"
| "subdued";
parameter?: string
parameter?: string;
externalIcon?: string;
urlPrefix?: string;
copyButton?: string;
}
)=>void,
createTab:(props:{
Expand Down
4 changes: 2 additions & 2 deletions dist_plainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semlookp-widgets",
"name": "terminology-service-suite",
"version": "1.0.0",
"main": "semlookp_widgets.min.js",
"main": "terminology-service-suite.min.js",
"types": "manually_maintained_types.d.ts"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading