Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Muñoz <juan.munoz@alliander.com>
  • Loading branch information
juancho0202 committed Oct 25, 2023
1 parent dd32841 commit 5c3142e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ npm start
To run a local development server that serves the basic demo located in `demo/index.html`


## `src/OscdFilteredList.ts`:

### Exports

| Kind | Name | Declaration | Module | Package |
| --------------------------- | -------------------- | ---------------- | -------------------------- | ------- |
| `custom-element-definition` | `oscd-filtered-list` | OscdFilteredList | /src/oscd-filtered-list.js | |
| `js` | `OscdFilteredList` | OscdFilteredList | src/OscdFilteredList.ts | |

## `src/oscd-filtered-list.ts`:

### class: `OscdFilteredList`, `oscd-filtered-list`
Expand Down Expand Up @@ -115,9 +124,9 @@ To run a local development server that serves the basic demo located in `demo/in

#### Methods

| Name | Privacy | Description | Parameters | Return | Inherited From |
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
| `onFilterInput` | | | | `void` | |
| Name | Privacy | Description | Parameters | Return | Inherited From |
| --------------- | ------- | ----------- | ---------- | --------------- | -------------- |
| `onFilterInput` | public | | | `Promise<void>` | |

#### Events

Expand All @@ -143,14 +152,5 @@ To run a local development server that serves the basic demo located in `demo/in
| `js` | `redispatchEvent` | redispatchEvent | src/oscd-filtered-list.ts | |
| `js` | `OscdFilteredList` | OscdFilteredList | src/oscd-filtered-list.ts | |

## `src/OscdFilteredList.ts`:

### Exports

| Kind | Name | Declaration | Module | Package |
| --------------------------- | -------------------- | ---------------- | -------------------------- | ------- |
| `custom-element-definition` | `oscd-filtered-list` | OscdFilteredList | /src/oscd-filtered-list.js | |
| `js` | `OscdFilteredList` | OscdFilteredList | src/OscdFilteredList.ts | |


&copy; 2023 Alliander N.V.

0 comments on commit 5c3142e

Please sign in to comment.