Skip to content

Commit b149a88

Browse files
committed
doc: re-generate API documentation for 11_0_x
1 parent a6223d1 commit b149a88

File tree

143 files changed

+4115
-2858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+4115
-2858
lines changed

Diff for: docs/api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Kui API Documentation - v10.8.0
1+
Kui API Documentation - v11.0.0
22

3-
# Kui API Documentation - v10.8.0
3+
# Kui API Documentation - v11.0.0
44

55
## Table of contents
66

Diff for: docs/api/classes/kui_shell_core.Cell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Cell
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Cell
22

33
# Class: Cell
44

Diff for: docs/api/classes/kui_shell_core.DirectReplEval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / DirectReplEval
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / DirectReplEval
22

33
# Class: DirectReplEval
44

Diff for: docs/api/classes/kui_shell_core.ElementMimic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / ElementMimic
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / ElementMimic
22

33
# Class: ElementMimic
44

Diff for: docs/api/classes/kui_shell_core.HistoryModel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / HistoryModel
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / HistoryModel
22

33
# Class: HistoryModel
44

Diff for: docs/api/classes/kui_shell_core.Icon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Icon
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Icon
22

33
# Class: Icon
44

Diff for: docs/api/classes/kui_shell_core.Row.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Row
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Row
22

33
# Class: Row
44

Diff for: docs/api/classes/kui_shell_core.TabState.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / TabState
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / TabState
22

33
# Class: TabState
44

Diff for: docs/api/classes/kui_shell_core.Table.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Table
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / Table
22

33
# Class: Table<RowType\>
44

55
[@kui-shell/core](../modules/kui_shell_core.md).Table
66

77
## Type parameters
88

9-
| Name | Type |
10-
| :-------- | :------------------------------------------------------------------- |
11-
| `RowType` | extends [`Row`](kui_shell_core.Row.md)[`Row`](kui_shell_core.Row.md) |
9+
| Name | Type |
10+
| :-------- | :---------------------------------------------------------------------- |
11+
| `RowType` | extends [`Row`](kui_shell_core.Row.md) = [`Row`](kui_shell_core.Row.md) |
1212

1313
## Table of contents
1414

@@ -52,9 +52,9 @@
5252

5353
#### Type parameters
5454

55-
| Name | Type |
56-
| :-------- | :------------------------------------------------------------------------------- |
57-
| `RowType` | extends [`Row`](kui_shell_core.Row.md)<`RowType`\>[`Row`](kui_shell_core.Row.md) |
55+
| Name | Type |
56+
| :-------- | :---------------------------------------------------------------------------------- |
57+
| `RowType` | extends [`Row`](kui_shell_core.Row.md)<`RowType`\> = [`Row`](kui_shell_core.Row.md) |
5858

5959
#### Parameters
6060

Diff for: docs/api/classes/kui_shell_core.UsageError.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / UsageError
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/core](../modules/kui_shell_core.md) / UsageError
22

33
# Class: UsageError
44

@@ -104,7 +104,7 @@ Error.message
104104

105105
#### Defined in
106106

107-
node_modules/typescript/lib/lib.es5.d.ts:974
107+
node_modules/typescript/lib/lib.es5.d.ts:1023
108108

109109
---
110110

@@ -122,7 +122,7 @@ Error.name
122122

123123
#### Defined in
124124

125-
node_modules/typescript/lib/lib.es5.d.ts:973
125+
node_modules/typescript/lib/lib.es5.d.ts:1022
126126

127127
---
128128

@@ -154,7 +154,7 @@ Error.stack
154154

155155
#### Defined in
156156

157-
node_modules/typescript/lib/lib.es5.d.ts:975
157+
node_modules/typescript/lib/lib.es5.d.ts:1024
158158

159159
---
160160

Diff for: docs/api/classes/kui_shell_plugin_bash_like.StdioChannelWebsocketSide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kui API Documentation - v10.8.0](../README.md) / [@kui-shell/plugin-bash-like](../modules/kui_shell_plugin_bash_like.md) / StdioChannelWebsocketSide
1+
[Kui API Documentation - v11.0.0](../README.md) / [@kui-shell/plugin-bash-like](../modules/kui_shell_plugin_bash_like.md) / StdioChannelWebsocketSide
22

33
# Class: StdioChannelWebsocketSide
44

0 commit comments

Comments
 (0)