-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) Replace deprecated substr() with slice() for string operations (#…
…1050) * (fix) Replace deprecated substr() with slice() for string operations * Review feedback
- Loading branch information
1 parent
4a955a7
commit 594a295
Showing
7 changed files
with
148 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
packages/framework/esm-framework/docs/interfaces/WorkspaceContainerProps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[@openmrs/esm-framework](../API.md) / WorkspaceContainerProps | ||
|
||
# Interface: WorkspaceContainerProps | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [additionalWorkspaceProps](WorkspaceContainerProps.md#additionalworkspaceprops) | ||
- [contextKey](WorkspaceContainerProps.md#contextkey) | ||
- [overlay](WorkspaceContainerProps.md#overlay) | ||
- [showSiderailAndBottomNav](WorkspaceContainerProps.md#showsiderailandbottomnav) | ||
|
||
## Properties | ||
|
||
### additionalWorkspaceProps | ||
|
||
• `Optional` **additionalWorkspaceProps**: `object` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx#L11) | ||
|
||
___ | ||
|
||
### contextKey | ||
|
||
• **contextKey**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx:8](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx#L8) | ||
|
||
___ | ||
|
||
### overlay | ||
|
||
• `Optional` **overlay**: `boolean` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx#L9) | ||
|
||
___ | ||
|
||
### showSiderailAndBottomNav | ||
|
||
• `Optional` **showSiderailAndBottomNav**: `boolean` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx#L10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters