@aws/mynah-ui 4.30.0 → 4.30.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.
- package/dist/components/detailed-list/detailed-list-sheet.d.ts +1 -1
- package/dist/components/navigation-tab-bar-buttons.d.ts +1 -1
- package/dist/components/sheet.d.ts +0 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/docs/USAGE.md +0 -1
- package/package.json +1 -1
- package/ui-tests/dist/main.js +1 -1
- package/ui-tests/dist/main.js.map +1 -1
package/docs/USAGE.md
CHANGED
|
@@ -419,7 +419,6 @@ The function provides a couple of callbacks which can be used to control the she
|
|
|
419
419
|
|
|
420
420
|
```typescript
|
|
421
421
|
const { update, close, changeTarget, getTargetElementId } = mynahUI.openDetailedList({
|
|
422
|
-
tabId,
|
|
423
422
|
detailedList: {}, // The DetailedList, for the data model check DATAMODEL.md
|
|
424
423
|
events: {
|
|
425
424
|
onFilterValueChange: (filterValues: Record<string, any>, isValid: boolean) => {
|
package/package.json
CHANGED