@ts4nfdi/terminology-service-suite-js 6.1.0 → 6.1.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.
@@ -1,4 +1,4 @@
1
- var VHn=Object.defineProperty;var GHn=(Or,df,ds)=>df in Or?VHn(Or,df,{enumerable:!0,configurable:!0,writable:!0,value:ds}):Or[df]=ds;var Lt=(Or,df,ds)=>GHn(Or,typeof df!="symbol"?df+"":df,ds);var ts4nfdiWidgets=(function(Or){"use strict";var HPe;function df(n,e){for(var t=0;t<e.length;t++){const r=e[t];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in n)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(n,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var ds=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Da(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var T8={exports:{}},rw={},M8={exports:{}},Wn={};/**
1
+ var ts4nfdiWidgets=(function(Or){"use strict";var VHn=Object.defineProperty;var GHn=(Or,df,ds)=>df in Or?VHn(Or,df,{enumerable:!0,configurable:!0,writable:!0,value:ds}):Or[df]=ds;var Lt=(Or,df,ds)=>GHn(Or,typeof df!="symbol"?df+"":df,ds);var HPe;function df(n,e){for(var t=0;t<e.length;t++){const r=e[t];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in n)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(n,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var ds=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Da(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var T8={exports:{}},rw={},M8={exports:{}},Wn={};/**
2
2
  * @license React
3
3
  * react.production.min.js
4
4
  *
@@ -0,0 +1,65 @@
1
+ import { ResourcesWidgetProps } from '@ts4nfdi/terminology-service-suite/src';
2
+ import { Meta } from '@storybook/react-vite';
3
+ declare const meta: Meta<ResourcesWidgetProps>;
4
+ export default meta;
5
+ export declare const ResourcesWidget1: {
6
+ args: {
7
+ api: string;
8
+ initialEntriesPerPage: number;
9
+ pageSizeOptions: number[];
10
+ initialSortField: string;
11
+ initialSortDir: "asc";
12
+ onNavigate: string;
13
+ parameter: string;
14
+ };
15
+ play: ({ canvasElement, }: {
16
+ canvasElement: HTMLElement;
17
+ }) => Promise<void>;
18
+ };
19
+ export declare const WithActions: {
20
+ args: {
21
+ api: string;
22
+ initialEntriesPerPage: number;
23
+ pageSizeOptions: number[];
24
+ initialSortField: string;
25
+ initialSortDir: "asc";
26
+ onNavigate: string;
27
+ parameter: string;
28
+ };
29
+ WithActionsArgs: {
30
+ actions: {
31
+ render: (item: import('@ts4nfdi/terminology-service-suite/src').OlsResource) => import("react/jsx-runtime").JSX.Element;
32
+ }[];
33
+ };
34
+ play: ({ canvasElement, }: {
35
+ canvasElement: HTMLElement;
36
+ }) => Promise<void>;
37
+ };
38
+ export declare const WithActionsAndSafety: {
39
+ args: {
40
+ actions: {
41
+ render: (item: import('@ts4nfdi/terminology-service-suite/src').OlsResource) => import("react/jsx-runtime").JSX.Element;
42
+ }[];
43
+ };
44
+ WithActionsAndSafetyArgs: {
45
+ parameter: string;
46
+ };
47
+ play: ({ canvasElement, }: {
48
+ canvasElement: HTMLElement;
49
+ }) => Promise<void>;
50
+ };
51
+ export declare const ResourcesWidgetLogos: {
52
+ args: {
53
+ api: string;
54
+ initialEntriesPerPage: number;
55
+ pageSizeOptions: number[];
56
+ initialSortField: string;
57
+ initialSortDir: "asc";
58
+ targetLink: string;
59
+ parameter: string;
60
+ useLegacy: boolean;
61
+ };
62
+ play: ({ canvasElement, }: {
63
+ canvasElement: HTMLElement;
64
+ }) => Promise<void>;
65
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts4nfdi/terminology-service-suite-js",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "This project includes a widget component library derived from the semantic lookup service SemLookP. The Terminology Service is a repository for biomedical resources that aims to provide a single point of access to the latest ontology and terminology versions. User interface (UI) functionalities were extracted and implemented as separate widgets to allow integration into other 3rd party services, thus simplifying the development of user interfaces and the visualization of semantic information. SemLookP and the widgets are based on the Ontology Lookup Service (OLS), software developed by EBI.",
5
5
  "author": "TS4NFDI",
6
6
  "license": "MIT",
@@ -44,7 +44,6 @@
44
44
  "vis-network": "^9.1.9"
45
45
  },
46
46
  "dependencies": {
47
- "patch-package": "^8.0.0",
48
- "@storybook-community/storybook-addon-matomo": "^3.0.0"
47
+ "patch-package": "^8.0.0"
49
48
  }
50
49
  }