type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹BadgeProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹BadgeProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹BadgeProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹BadgeProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹BadgeProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹BadgeProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/badge/badge.tsx:14
+Defined in src/renderer/components/badge/badge.tsx:15
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹BadgeProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.button/index.html b/latest/extensions/api/classes/_renderer_api_components_.button/index.html
index d22b5e4e3b..f4210f693e 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.button/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.button/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -994,7 +994,7 @@
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1008,7 +1008,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹ButtonProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1043,7 +1043,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹ButtonProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1080,7 +1080,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1107,14 +1107,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹ButtonProps ›, prevState: Readonly‹object›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1145,7 +1145,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1158,7 +1158,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹ButtonProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1192,7 +1192,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1200,7 +1200,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹ButtonProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1236,7 +1236,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹ButtonProps ›, prevState: Readonly‹object›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1265,13 +1265,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/button/button.tsx:26
+Defined in src/renderer/components/button/button.tsx:27
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹ButtonProps ›, nextState: Readonly‹object›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html b/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html
index 8de4c168b3..e78393579d 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.checkbox/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1011,7 +1011,7 @@
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1025,7 +1025,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹CheckboxProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1060,7 +1060,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹CheckboxProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1097,7 +1097,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1124,14 +1124,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹CheckboxProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1162,7 +1162,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1175,7 +1175,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹CheckboxProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1209,7 +1209,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1217,7 +1217,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹CheckboxProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1253,7 +1253,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹CheckboxProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1282,12 +1282,12 @@ lifecycle events from running.
getValue
▸ getValue (): boolean
-Defined in src/renderer/components/checkbox/checkbox.tsx:25
+Defined in src/renderer/components/checkbox/checkbox.tsx:25
Returns: boolean
onChange
▸ onChange (evt: ChangeEvent‹HTMLInputElement›): void
-Defined in src/renderer/components/checkbox/checkbox.tsx:19
+Defined in src/renderer/components/checkbox/checkbox.tsx:19
Parameters:
@@ -1307,13 +1307,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/checkbox/checkbox.tsx:31
+Defined in src/renderer/components/checkbox/checkbox.tsx:31
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹CheckboxProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.commandoverlay/index.html b/latest/extensions/api/classes/_renderer_api_components_.commandoverlay/index.html
new file mode 100644
index 0000000000..5dbc9be03e
--- /dev/null
+++ b/latest/extensions/api/classes/_renderer_api_components_.commandoverlay/index.html
@@ -0,0 +1,996 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: CommandOverlay - Lens Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html b/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
index b27e621380..07e1e09a1c 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1265,9 +1265,9 @@
Constructors
constructor
-+ new ConfirmDialog (props: Readonly‹ConfirmDialogProps ›): ConfirmDialog
++ new ConfirmDialog (props: Readonly‹ConfirmDialogProps › | ConfirmDialogProps ): ConfirmDialog
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: ConfirmDialog
-+ new ConfirmDialog (props: ConfirmDialogProps , context?: any): ConfirmDialog
++ new ConfirmDialog (props: ConfirmDialogProps , context: any): ConfirmDialog
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1303,7 +1303,7 @@
ConfirmDialogProps
-context?
+context
any
@@ -1313,7 +1313,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1327,17 +1327,17 @@ Should be used with type annotation or static contextType.
isSaving
• isSaving : boolean = false
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:30
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:29
props
• props : Readonly‹ConfirmDialogProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1348,12 +1348,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1371,21 +1371,21 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static isOpen
▪ isOpen : boolean = false
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:26
Static params
▪ params : ConfirmDialogParams
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:28
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:27
Accessors
params
• get params (): ConfirmDialogParams
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:48
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:47
Returns: ConfirmDialogParams
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1399,7 +1399,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹ConfirmDialogProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1434,7 +1434,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹ConfirmDialogProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1470,13 +1470,13 @@ prevents this from being invoked.
close
▸ close (): void
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:66
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:65
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1503,14 +1503,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹ConfirmDialogProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1541,7 +1541,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1554,7 +1554,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹ConfirmDialogProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1588,7 +1588,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1596,7 +1596,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹ConfirmDialogProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1632,7 +1632,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1641,7 +1641,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹ConfirmDialogProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1670,24 +1670,24 @@ lifecycle events from running.
ok
▸ ok (): Promise‹void›
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:52
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:51
Returns: Promise‹void›
onClose
▸ onClose (): void
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:62
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:61
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:70
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:69
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1699,7 +1699,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹ConfirmDialogProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1733,12 +1733,12 @@ and componentDidUpdate will not be called.
Static close
▸ close (): void
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:37
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:36
Returns: void
Static open
▸ open (params: ConfirmDialogParams ): void
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:32
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:31
Parameters:
@@ -1758,19 +1758,19 @@ and componentDidUpdate will not be called.
Object literals
defaultParams
▪ defaultParams : object
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:40
icon
• icon : Element‹› =
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44
labelCancel
-• labelCancel : Element‹› = Cancel
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44
+• labelCancel : string = "Cancel"
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43
labelOk
-• labelOk : Element‹› = Ok
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43
+• labelOk : string = "Ok"
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42
ok
• ok : any = noop
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:42
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:41
diff --git a/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html b/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
index 93e3c4cff8..d7d664c54c 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new CubeSpinner (props: Readonly‹CubeSpinnerProps ›): CubeSpinner
++ new CubeSpinner (props: Readonly‹CubeSpinnerProps › | CubeSpinnerProps ): CubeSpinner
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: CubeSpinner
-+ new CubeSpinner (props: CubeSpinnerProps , context?: any): CubeSpinner
++ new CubeSpinner (props: CubeSpinnerProps , context: any): CubeSpinner
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
CubeSpinnerProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹CubeSpinnerProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹CubeSpinnerProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹CubeSpinnerProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹CubeSpinnerProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹CubeSpinnerProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹CubeSpinnerProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹CubeSpinnerProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/spinner/cube-spinner.tsx:11
+Defined in src/renderer/components/spinner/cube-spinner.tsx:11
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹CubeSpinnerProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html b/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html
index 8f12b0d16f..5051c88d16 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.dialog/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1235,22 +1235,22 @@
Properties
closeOnNavigate
• closeOnNavigate : IReactionDisposer = reaction(() => navigation.getPath(), () => this.close())
-Defined in src/renderer/components/dialog/dialog.tsx:45
+Defined in src/renderer/components/dialog/dialog.tsx:45
Accessors
elem
• get elem (): HTMLElement
-Defined in src/renderer/components/dialog/dialog.tsx:51
+Defined in src/renderer/components/dialog/dialog.tsx:51
Returns: HTMLElement
isOpen
• get isOpen (): boolean
-Defined in src/renderer/components/dialog/dialog.tsx:56
+Defined in src/renderer/components/dialog/dialog.tsx:56
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1264,7 +1264,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹DialogProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1299,7 +1299,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹DialogProps ›, nextState: Readonly‹DialogState›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1335,13 +1335,13 @@ prevents this from being invoked.
close
▸ close (): void
-Defined in src/renderer/components/dialog/dialog.tsx:87
+Defined in src/renderer/components/dialog/dialog.tsx:87
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1368,13 +1368,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/dialog/dialog.tsx:60
+Defined in src/renderer/components/dialog/dialog.tsx:60
Returns: void
componentDidUpdate
▸ componentDidUpdate (prevProps: DialogProps ): void
Overrides PageLayout .componentDidUpdate
-Defined in src/renderer/components/dialog/dialog.tsx:64
+Defined in src/renderer/components/dialog/dialog.tsx:64
Parameters:
@@ -1395,7 +1395,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1408,7 +1408,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹DialogProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1442,13 +1442,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
Overrides WizardLayout .componentWillUnmount
-Defined in src/renderer/components/dialog/dialog.tsx:72
+Defined in src/renderer/components/dialog/dialog.tsx:72
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹DialogProps ›, nextState: Readonly‹DialogState›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1484,7 +1484,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹DialogProps ›, prevState: Readonly‹DialogState›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1513,7 +1513,7 @@ lifecycle events from running.
onClickOutside
▸ onClickOutside (evt: MouseEvent): void
-Defined in src/renderer/components/dialog/dialog.tsx:121
+Defined in src/renderer/components/dialog/dialog.tsx:121
Parameters:
@@ -1533,12 +1533,12 @@ lifecycle events from running.
onClose
▸ onClose (): void
-Defined in src/renderer/components/dialog/dialog.tsx:103
+Defined in src/renderer/components/dialog/dialog.tsx:103
Returns: void
onEscapeKey
▸ onEscapeKey (evt: KeyboardEvent): void
-Defined in src/renderer/components/dialog/dialog.tsx:112
+Defined in src/renderer/components/dialog/dialog.tsx:112
Parameters:
@@ -1558,23 +1558,23 @@ lifecycle events from running.
onOpen
▸ onOpen (): void
-Defined in src/renderer/components/dialog/dialog.tsx:93
+Defined in src/renderer/components/dialog/dialog.tsx:93
Returns: void
open
▸ open (): void
-Defined in src/renderer/components/dialog/dialog.tsx:81
+Defined in src/renderer/components/dialog/dialog.tsx:81
Returns: void
render
▸ render (): ReactPortal‹›
-Defined in src/renderer/components/dialog/dialog.tsx:130
+Defined in src/renderer/components/dialog/dialog.tsx:130
Returns: ReactPortal‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹DialogProps ›, nextState: Readonly‹DialogState›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1608,7 +1608,7 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (isOpen: boolean): void
-Defined in src/renderer/components/dialog/dialog.tsx:76
+Defined in src/renderer/components/dialog/dialog.tsx:76
Parameters:
@@ -1628,38 +1628,38 @@ and componentDidUpdate will not be called.
Object literals
state
▪ state : object
-Defined in src/renderer/components/dialog/dialog.tsx:47
+Defined in src/renderer/components/dialog/dialog.tsx:47
isOpen
• isOpen : boolean = this.props.isOpen
-Defined in src/renderer/components/dialog/dialog.tsx:48
+Defined in src/renderer/components/dialog/dialog.tsx:48
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/dialog/dialog.tsx:33
+Defined in src/renderer/components/dialog/dialog.tsx:33
animated
• animated : true = true
-Defined in src/renderer/components/dialog/dialog.tsx:40
+Defined in src/renderer/components/dialog/dialog.tsx:40
close
• close : any = noop
-Defined in src/renderer/components/dialog/dialog.tsx:36
+Defined in src/renderer/components/dialog/dialog.tsx:36
isOpen
• isOpen : false = false
-Defined in src/renderer/components/dialog/dialog.tsx:34
+Defined in src/renderer/components/dialog/dialog.tsx:34
modal
• modal : true = true
-Defined in src/renderer/components/dialog/dialog.tsx:39
+Defined in src/renderer/components/dialog/dialog.tsx:39
onClose
• onClose : any = noop
-Defined in src/renderer/components/dialog/dialog.tsx:38
+Defined in src/renderer/components/dialog/dialog.tsx:38
onOpen
• onOpen : any = noop
-Defined in src/renderer/components/dialog/dialog.tsx:37
+Defined in src/renderer/components/dialog/dialog.tsx:37
open
• open : any = noop
-Defined in src/renderer/components/dialog/dialog.tsx:35
+Defined in src/renderer/components/dialog/dialog.tsx:35
pinned
• pinned : false = false
-Defined in src/renderer/components/dialog/dialog.tsx:41
+Defined in src/renderer/components/dialog/dialog.tsx:41
diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html
index b8a93e3164..da6ae6874a 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.drawer/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1160,9 +1160,9 @@
Constructors
constructor
-+ new Drawer (props: Readonly‹DrawerProps ›): Drawer
++ new Drawer (props: Readonly‹DrawerProps › | DrawerProps ): Drawer
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Drawer
-+ new Drawer (props: DrawerProps , context?: any): Drawer
++ new Drawer (props: DrawerProps , context: any): Drawer
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1198,7 +1198,7 @@
DrawerProps
-context?
+context
any
@@ -1208,7 +1208,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1223,12 +1223,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹DrawerProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1239,12 +1239,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1262,12 +1262,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/drawer/drawer.tsx:31
+Defined in src/renderer/components/drawer/drawer.tsx:31
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1281,7 +1281,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹DrawerProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1316,7 +1316,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹DrawerProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1352,13 +1352,13 @@ prevents this from being invoked.
close
▸ close (): void
-Defined in src/renderer/components/drawer/drawer.tsx:101
+Defined in src/renderer/components/drawer/drawer.tsx:101
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1385,13 +1385,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/drawer/drawer.tsx:42
+Defined in src/renderer/components/drawer/drawer.tsx:42
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹DrawerProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1422,7 +1422,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1435,7 +1435,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹DrawerProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1469,13 +1469,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
Overrides WizardLayout .componentWillUnmount
-Defined in src/renderer/components/drawer/drawer.tsx:49
+Defined in src/renderer/components/drawer/drawer.tsx:49
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹DrawerProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1511,7 +1511,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1520,7 +1520,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹DrawerProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1549,7 +1549,7 @@ lifecycle events from running.
onClickOutside
▸ onClickOutside (evt: MouseEvent): void
-Defined in src/renderer/components/drawer/drawer.tsx:80
+Defined in src/renderer/components/drawer/drawer.tsx:80
Parameters:
@@ -1569,7 +1569,7 @@ lifecycle events from running.
onEscapeKey
▸ onEscapeKey (evt: KeyboardEvent): void
-Defined in src/renderer/components/drawer/drawer.tsx:70
+Defined in src/renderer/components/drawer/drawer.tsx:70
Parameters:
@@ -1589,7 +1589,7 @@ lifecycle events from running.
onMouseDown
▸ onMouseDown (evt: MouseEvent): void
-Defined in src/renderer/components/drawer/drawer.tsx:95
+Defined in src/renderer/components/drawer/drawer.tsx:95
Parameters:
@@ -1610,23 +1610,23 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/drawer/drawer.tsx:107
+Defined in src/renderer/components/drawer/drawer.tsx:107
Returns: Element‹›
▸ restoreScrollPos (): void
-Defined in src/renderer/components/drawer/drawer.tsx:63
+Defined in src/renderer/components/drawer/drawer.tsx:63
Returns: void
▸ saveScrollPos (): void
-Defined in src/renderer/components/drawer/drawer.tsx:56
+Defined in src/renderer/components/drawer/drawer.tsx:56
Returns: void
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1638,7 +1638,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹DrawerProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html b/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html
index f98e541b30..898bf513f1 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.draweritem/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new DrawerItem (props: Readonly‹DrawerItemProps ›): DrawerItem
++ new DrawerItem (props: Readonly‹DrawerItemProps › | DrawerItemProps ): DrawerItem
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: DrawerItem
-+ new DrawerItem (props: DrawerItemProps , context?: any): DrawerItem
++ new DrawerItem (props: DrawerItemProps , context: any): DrawerItem
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
DrawerItemProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹DrawerItemProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹DrawerItemProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹DrawerItemProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹DrawerItemProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹DrawerItemProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹DrawerItemProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹DrawerItemProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/drawer/drawer-item.tsx:15
+Defined in src/renderer/components/drawer/drawer-item.tsx:15
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹DrawerItemProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
index a1ccbd84b8..28e63a21b6 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1110,9 +1110,9 @@
Constructors
constructor
-+ new DrawerParamToggler (props: Readonly‹DrawerParamTogglerProps ›): DrawerParamToggler
++ new DrawerParamToggler (props: Readonly‹DrawerParamTogglerProps › | DrawerParamTogglerProps ): DrawerParamToggler
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: DrawerParamToggler
-+ new DrawerParamToggler (props: DrawerParamTogglerProps , context?: any): DrawerParamToggler
++ new DrawerParamToggler (props: DrawerParamTogglerProps , context: any): DrawerParamToggler
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1148,7 +1148,7 @@
DrawerParamTogglerProps
-context?
+context
any
@@ -1158,7 +1158,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1173,12 +1173,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹DrawerParamTogglerProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1189,12 +1189,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : State
Overrides PageLayout .state
-Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16
+Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:14
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1213,7 +1213,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1227,7 +1227,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹DrawerParamTogglerProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1262,7 +1262,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹DrawerParamTogglerProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1299,7 +1299,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1326,14 +1326,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹DrawerParamTogglerProps ›, prevState: Readonly‹State›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1364,7 +1364,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1377,7 +1377,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹DrawerParamTogglerProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1411,7 +1411,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1419,7 +1419,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹DrawerParamTogglerProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1455,7 +1455,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1464,7 +1464,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹DrawerParamTogglerProps ›, prevState: Readonly‹State›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1494,13 +1494,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:22
+Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof State
Parameters:
@@ -1512,7 +1512,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹DrawerParamTogglerProps ›, nextState: Readonly‹State›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1546,7 +1546,7 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (): void
-Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:18
+Defined in src/renderer/components/drawer/drawer-param-toggler.tsx:16
Returns: void
diff --git a/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html b/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
index 16c0bb757c..b64cb5be37 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new DrawerTitle (props: Readonly‹DrawerTitleProps ›): DrawerTitle
++ new DrawerTitle (props: Readonly‹DrawerTitleProps › | DrawerTitleProps ): DrawerTitle
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: DrawerTitle
-+ new DrawerTitle (props: DrawerTitleProps , context?: any): DrawerTitle
++ new DrawerTitle (props: DrawerTitleProps , context: any): DrawerTitle
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
DrawerTitleProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹DrawerTitleProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹DrawerTitleProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹DrawerTitleProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹DrawerTitleProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹DrawerTitleProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹DrawerTitleProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹DrawerTitleProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/drawer/drawer-title.tsx:11
+Defined in src/renderer/components/drawer/drawer-title.tsx:11
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹DrawerTitleProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.icon/index.html b/latest/extensions/api/classes/_renderer_api_components_.icon/index.html
index c6a6bfdcd0..4ff11ea3fb 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.icon/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.icon/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1086,13 +1086,13 @@
Accessors
isInteractive
• get isInteractive (): boolean
-Defined in src/renderer/components/icon/icon.tsx:33
+Defined in src/renderer/components/icon/icon.tsx:33
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1106,7 +1106,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹IconProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1141,7 +1141,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹IconProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1178,7 +1178,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1205,14 +1205,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹IconProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1243,7 +1243,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹IconProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1290,7 +1290,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1298,7 +1298,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹IconProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1334,7 +1334,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹IconProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1363,7 +1363,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent): void
-Defined in src/renderer/components/icon/icon.tsx:40
+Defined in src/renderer/components/icon/icon.tsx:40
Parameters:
@@ -1383,7 +1383,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹any›): void
-Defined in src/renderer/components/icon/icon.tsx:51
+Defined in src/renderer/components/icon/icon.tsx:51
Parameters:
@@ -1403,13 +1403,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/icon/icon.tsx:70
+Defined in src/renderer/components/icon/icon.tsx:70
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹IconProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1443,10 +1443,10 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/icon/icon.tsx:29
+Defined in src/renderer/components/icon/icon.tsx:29
focusable
• focusable : true = true
-Defined in src/renderer/components/icon/icon.tsx:30
+Defined in src/renderer/components/icon/icon.tsx:30
diff --git a/latest/extensions/api/classes/_renderer_api_components_.input/index.html b/latest/extensions/api/classes/_renderer_api_components_.input/index.html
index 4b228b1aad..3f2f1bb4e3 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.input/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.input/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1328,9 +1328,9 @@
Constructors
constructor
-+ new Input (props: Readonly‹InputProps ›): Input
++ new Input (props: Readonly‹InputProps › | InputProps ): Input
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Input
-+ new Input (props: InputProps , context?: any): Input
++ new Input (props: InputProps , context: any): Input
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1366,7 +1366,7 @@
InputProps
-context?
+context
any
@@ -1376,7 +1376,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1390,17 +1390,17 @@ Should be used with type annotation or static contextType.
• input : InputElement
-Defined in src/renderer/components/input/input.tsx:58
+Defined in src/renderer/components/input/input.tsx:58
props
• props : Readonly‹InputProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1410,12 +1410,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
validators
• validators : InputValidator [] = []
-Defined in src/renderer/components/input/input.tsx:59
+Defined in src/renderer/components/input/input.tsx:59
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1433,22 +1433,22 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/input/input.tsx:56
+Defined in src/renderer/components/input/input.tsx:56
Accessors
isUncontrolled
• get isUncontrolled (): boolean
-Defined in src/renderer/components/input/input.tsx:258
+Defined in src/renderer/components/input/input.tsx:258
Returns: boolean
showMaxLenIndicator
• get showMaxLenIndicator (): boolean
-Defined in src/renderer/components/input/input.tsx:252
+Defined in src/renderer/components/input/input.tsx:252
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1462,7 +1462,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹InputProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1497,7 +1497,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹InputProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1533,7 +1533,7 @@ prevents this from being invoked.
bindRef
▸ bindRef (elem: InputElement): void
-Defined in src/renderer/components/input/input.tsx:285
+Defined in src/renderer/components/input/input.tsx:285
Parameters:
@@ -1553,13 +1553,13 @@ prevents this from being invoked.
blur
▸ blur (): void
-Defined in src/renderer/components/input/input.tsx:95
+Defined in src/renderer/components/input/input.tsx:95
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1586,13 +1586,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/input/input.tsx:262
+Defined in src/renderer/components/input/input.tsx:262
Returns: void
componentDidUpdate
▸ componentDidUpdate (prevProps: InputProps ): void
Overrides PageLayout .componentDidUpdate
-Defined in src/renderer/components/input/input.tsx:267
+Defined in src/renderer/components/input/input.tsx:267
Parameters:
@@ -1613,7 +1613,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1626,7 +1626,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹InputProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1660,7 +1660,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1668,7 +1668,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹InputProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1703,13 +1703,13 @@ prevents this from being invoked.
focus
▸ focus (): void
-Defined in src/renderer/components/input/input.tsx:91
+Defined in src/renderer/components/input/input.tsx:91
Returns: void
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1718,7 +1718,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹InputProps ›, prevState: Readonly‹State›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1747,17 +1747,17 @@ lifecycle events from running.
getValue
▸ getValue (): string
-Defined in src/renderer/components/input/input.tsx:82
+Defined in src/renderer/components/input/input.tsx:82
Returns: string
isValid
▸ isValid (): boolean
-Defined in src/renderer/components/input/input.tsx:67
+Defined in src/renderer/components/input/input.tsx:67
Returns: boolean
onBlur
▸ onBlur (evt: FocusEvent‹InputElement›): void
-Defined in src/renderer/components/input/input.tsx:208
+Defined in src/renderer/components/input/input.tsx:208
Parameters:
@@ -1777,7 +1777,7 @@ lifecycle events from running.
onChange
▸ onChange (evt: ChangeEvent‹any›): void
-Defined in src/renderer/components/input/input.tsx:217
+Defined in src/renderer/components/input/input.tsx:217
Parameters:
@@ -1797,7 +1797,7 @@ lifecycle events from running.
onFocus
▸ onFocus (evt: FocusEvent‹InputElement›): void
-Defined in src/renderer/components/input/input.tsx:199
+Defined in src/renderer/components/input/input.tsx:199
Parameters:
@@ -1817,7 +1817,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹any›): void
-Defined in src/renderer/components/input/input.tsx:236
+Defined in src/renderer/components/input/input.tsx:236
Parameters:
@@ -1838,17 +1838,17 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/input/input.tsx:289
+Defined in src/renderer/components/input/input.tsx:289
Returns: Element‹›
select
▸ select (): void
-Defined in src/renderer/components/input/input.tsx:99
+Defined in src/renderer/components/input/input.tsx:99
Returns: void
setDirty
▸ setDirty (dirty: boolean): void
-Defined in src/renderer/components/input/input.tsx:193
+Defined in src/renderer/components/input/input.tsx:193
Parameters:
@@ -1871,7 +1871,7 @@ lifecycle events from running.
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof State
Parameters:
@@ -1882,7 +1882,7 @@ lifecycle events from running.
setValidation
▸ setValidation (errors: React.ReactNode[]): void
-Defined in src/renderer/components/input/input.tsx:163
+Defined in src/renderer/components/input/input.tsx:163
Parameters:
@@ -1902,7 +1902,7 @@ lifecycle events from running.
setValue
▸ setValue (value: string): void
-Defined in src/renderer/components/input/input.tsx:71
+Defined in src/renderer/components/input/input.tsx:71
Parameters:
@@ -1923,7 +1923,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹InputProps ›, nextState: Readonly‹State›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1957,7 +1957,7 @@ and componentDidUpdate will not be called.
validate
▸ validate (value: string): Promise‹void›
-Defined in src/renderer/components/input/input.tsx:119
+Defined in src/renderer/components/input/input.tsx:119
Parameters:
@@ -1980,16 +1980,16 @@ and componentDidUpdate will not be called.
state
▪ state : object
Overrides PageLayout .state
-Defined in src/renderer/components/input/input.tsx:61
+Defined in src/renderer/components/input/input.tsx:61
dirty
• dirty : boolean = !!this.props.dirty
-Defined in src/renderer/components/input/input.tsx:62
+Defined in src/renderer/components/input/input.tsx:62
errors
• errors : undefined[] = []
-Defined in src/renderer/components/input/input.tsx:64
+Defined in src/renderer/components/input/input.tsx:64
valid
• valid : true = true
-Defined in src/renderer/components/input/input.tsx:63
+Defined in src/renderer/components/input/input.tsx:63
diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
index 7e8e7e37f6..d2202ecfb6 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new KubeEventDetails (props: Readonly‹KubeEventDetailsProps ›): KubeEventDetails
++ new KubeEventDetails (props: Readonly‹KubeEventDetailsProps › | KubeEventDetailsProps ): KubeEventDetails
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeEventDetails
-+ new KubeEventDetails (props: KubeEventDetailsProps , context?: any): KubeEventDetails
++ new KubeEventDetails (props: KubeEventDetailsProps , context: any): KubeEventDetails
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
KubeEventDetailsProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeEventDetailsProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeEventDetailsProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,13 +1320,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): Promise‹void›
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/+events/kube-event-details.tsx:17
+Defined in src/renderer/components/+events/kube-event-details.tsx:16
Returns: Promise‹void›
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeEventDetailsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1357,7 +1357,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1370,7 +1370,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeEventDetailsProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1404,7 +1404,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1412,7 +1412,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1448,7 +1448,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeEventDetailsProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1487,13 +1487,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/+events/kube-event-details.tsx:21
+Defined in src/renderer/components/+events/kube-event-details.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1505,7 +1505,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeEventDetailsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
index 1f83ec8781..86feb4d2b4 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1177,9 +1177,9 @@
Constructors
constructor
-+ new KubeObjectDetails (props: Readonly‹P›): KubeObjectDetails
++ new KubeObjectDetails (props: Readonly‹P› | P): KubeObjectDetails
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
@@ -1191,14 +1191,14 @@
props
-Readonly‹P›
+Readonly‹P› | P
Returns: KubeObjectDetails
-+ new KubeObjectDetails (props: P, context?: any): KubeObjectDetails
++ new KubeObjectDetails (props: P, context: any): KubeObjectDetails
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1215,7 +1215,7 @@
P
-context?
+context
any
@@ -1225,7 +1225,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1239,7 +1239,7 @@ Should be used with type annotation or static contextType.
isLoading
• isLoading : boolean = false
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:24
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:60
loader
• loader : IReactionDisposer = reaction(() => [
@@ -1258,7 +1258,7 @@ Should be used with type annotation or static contextType.
try {
await store.loadFromPath(path);
} catch (err) {
- this.loadingError = <Trans>Resource loading has failed: <b>{err.toString()}</b></Trans>;
+ this.loadingError = <>Resource loading has failed: <b>{err.toString()}</b>;
} finally {
this.isLoading = false;
}
@@ -1266,21 +1266,21 @@ Should be used with type annotation or static contextType.
}
})
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:44
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:80
loadingError
• loadingError : React.ReactNode
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:25
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:61
props
• props : Readonly‹P› & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1291,12 +1291,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1314,23 +1314,23 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isCrdInstance
• get isCrdInstance (): boolean
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:39
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:75
Returns: boolean
object
• get object (): any
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:31
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:67
Returns: any
path
• get path (): string
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:27
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:63
Returns: string
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1344,7 +1344,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1379,7 +1379,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1416,7 +1416,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1443,14 +1443,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1481,7 +1481,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1494,7 +1494,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1528,7 +1528,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1536,7 +1536,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1572,7 +1572,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1581,7 +1581,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1611,13 +1611,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-details.tsx:69
+Defined in src/renderer/components/kube-object/kube-object-details.tsx:105
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1629,7 +1629,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
index 8a786e642c..bc6784a5d5 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -993,8 +993,8 @@
-
- Optional componentDidMount
+
+ componentDidMount
@@ -1128,7 +1128,7 @@
UNSAFE_componentWillReceiveProps
UNSAFE_componentWillUpdate
componentDidCatch
-componentDidMount
+componentDidMount
componentDidUpdate
componentWillMount
componentWillReceiveProps
@@ -1143,9 +1143,9 @@
Constructors
constructor
-+ new KubeObjectListLayout (props: Readonly‹KubeObjectListLayoutProps ›): KubeObjectListLayout
++ new KubeObjectListLayout (props: Readonly‹KubeObjectListLayoutProps › | KubeObjectListLayoutProps ): KubeObjectListLayout
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectListLayout
-+ new KubeObjectListLayout (props: KubeObjectListLayoutProps , context?: any): KubeObjectListLayout
++ new KubeObjectListLayout (props: KubeObjectListLayoutProps , context: any): KubeObjectListLayout
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1181,7 +1181,7 @@
KubeObjectListLayoutProps
-context?
+context
any
@@ -1191,7 +1191,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1206,12 +1206,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectListLayoutProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1222,12 +1222,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1245,13 +1245,13 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
selectedItem
• get selectedItem (): any
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:17
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:20
Returns: any
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1265,7 +1265,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1300,7 +1300,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1337,7 +1337,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1361,17 +1361,16 @@ the entire component tree to unmount.
Returns: void
-Optional componentDidMount
+componentDidMount
▸ componentDidMount (): void
-Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
-Called immediately after a component is mounted. Setting state here will trigger re-rendering.
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:24
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectListLayoutProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1402,7 +1401,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1415,7 +1414,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1449,7 +1448,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1457,7 +1456,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1493,7 +1492,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1502,7 +1501,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectListLayoutProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1531,7 +1530,7 @@ lifecycle events from running.
onDetails
▸ onDetails (item: KubeObject ): void
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:21
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:36
Parameters:
@@ -1552,13 +1551,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:30
+Defined in src/renderer/components/kube-object/kube-object-list-layout.tsx:44
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1570,7 +1569,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectListLayoutProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
index 2b8f943708..9e5f6d7fdb 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1175,9 +1175,9 @@
Constructors
constructor
-+ new KubeObjectMenu (props: Readonly‹KubeObjectMenuProps ›): KubeObjectMenu
++ new KubeObjectMenu (props: Readonly‹KubeObjectMenuProps › | KubeObjectMenuProps ): KubeObjectMenu
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectMenu
-+ new KubeObjectMenu (props: KubeObjectMenuProps , context?: any): KubeObjectMenu
++ new KubeObjectMenu (props: KubeObjectMenuProps , context: any): KubeObjectMenu
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1213,7 +1213,7 @@
KubeObjectMenuProps
-context?
+context
any
@@ -1223,7 +1223,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1238,12 +1238,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectMenuProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1254,12 +1254,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1277,23 +1277,23 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isEditable
• get isEditable (): boolean
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:26
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:25
Returns: boolean
isRemovable
• get isRemovable (): boolean
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:32
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:31
Returns: boolean
store
• get store (): KubeObjectStore ‹any›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:18
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:17
Returns: KubeObjectStore ‹any›
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1307,7 +1307,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectMenuProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1342,7 +1342,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectMenuProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1379,7 +1379,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1406,14 +1406,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectMenuProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1444,7 +1444,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1457,7 +1457,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectMenuProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1491,7 +1491,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1499,7 +1499,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectMenuProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1535,7 +1535,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1544,7 +1544,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectMenuProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1573,24 +1573,24 @@ lifecycle events from running.
remove
▸ remove (): Promise‹void›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:45
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:44
Returns: Promise‹void›
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:64
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:63
Returns: Element‹›
renderRemoveMessage
▸ renderRemoveMessage (): Element‹›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:54
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:53
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1602,7 +1602,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectMenuProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1636,7 +1636,7 @@ and componentDidUpdate will not be called.
update
▸ update (): Promise‹void›
-Defined in src/renderer/components/kube-object/kube-object-menu.tsx:39
+Defined in src/renderer/components/kube-object/kube-object-menu.tsx:38
Returns: Promise‹void›
diff --git a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
index 4e3672ca79..f25d480cff 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1120,9 +1120,9 @@
Constructors
constructor
-+ new KubeObjectMeta (props: Readonly‹KubeObjectMetaProps ›): KubeObjectMeta
++ new KubeObjectMeta (props: Readonly‹KubeObjectMetaProps › | KubeObjectMetaProps ): KubeObjectMeta
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: KubeObjectMeta
-+ new KubeObjectMeta (props: KubeObjectMetaProps , context?: any): KubeObjectMeta
++ new KubeObjectMeta (props: KubeObjectMetaProps , context: any): KubeObjectMeta
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1158,7 +1158,7 @@
KubeObjectMetaProps
-context?
+context
any
@@ -1168,7 +1168,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1183,12 +1183,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹KubeObjectMetaProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1199,12 +1199,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1224,12 +1224,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
▪ defaultHiddenFields : IKubeMetaField[] = [
"uid", "resourceVersion", "selfLink"
]
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:16
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:15
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1243,7 +1243,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹KubeObjectMetaProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1278,7 +1278,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1315,7 +1315,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1342,14 +1342,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹KubeObjectMetaProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1380,7 +1380,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1393,7 +1393,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹KubeObjectMetaProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1427,7 +1427,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1435,7 +1435,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1471,7 +1471,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1480,7 +1480,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹KubeObjectMetaProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1509,7 +1509,7 @@ lifecycle events from running.
isHidden
▸ isHidden (field: IKubeMetaField): boolean
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:20
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:19
Parameters:
@@ -1530,13 +1530,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/kube-object/kube-object-meta.tsx:26
+Defined in src/renderer/components/kube-object/kube-object-meta.tsx:25
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1548,7 +1548,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹KubeObjectMetaProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html b/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
index 7185cf09bc..f43963c5aa 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1061,7 +1061,7 @@
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1075,7 +1075,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹LineProgressProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1110,7 +1110,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1147,7 +1147,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1174,14 +1174,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹LineProgressProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1212,7 +1212,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1225,7 +1225,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹LineProgressProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1259,7 +1259,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1267,7 +1267,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1303,7 +1303,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹LineProgressProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1332,13 +1332,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/line-progress/line-progress.tsx:23
+Defined in src/renderer/components/line-progress/line-progress.tsx:23
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹LineProgressProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1372,19 +1372,19 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/line-progress/line-progress.tsx:16
+Defined in src/renderer/components/line-progress/line-progress.tsx:16
max
• max : number = 100
-Defined in src/renderer/components/line-progress/line-progress.tsx:19
+Defined in src/renderer/components/line-progress/line-progress.tsx:19
min
• min : number = 0
-Defined in src/renderer/components/line-progress/line-progress.tsx:18
+Defined in src/renderer/components/line-progress/line-progress.tsx:18
precise
• precise : number = 2
-Defined in src/renderer/components/line-progress/line-progress.tsx:20
+Defined in src/renderer/components/line-progress/line-progress.tsx:20
value
• value : number = 0
-Defined in src/renderer/components/line-progress/line-progress.tsx:17
+Defined in src/renderer/components/line-progress/line-progress.tsx:17
diff --git a/latest/extensions/api/classes/_renderer_api_components_.menu/index.html b/latest/extensions/api/classes/_renderer_api_components_.menu/index.html
index 29e9348970..89749b0898 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.menu/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.menu/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1130,6 +1130,13 @@
onClickOutside
+
+
+
+
+ onContextMenu
+
+
@@ -1258,6 +1265,7 @@
forceUpdate
getSnapshotBeforeUpdate
onClickOutside
+onContextMenu
onKeyDown
onScrollOutside
onWindowResize
@@ -1269,9 +1277,9 @@
Constructors
constructor
-+ new Menu (props: Readonly‹MenuProps ›): Menu
++ new Menu (props: Readonly‹MenuProps › | MenuProps ): Menu
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Menu
-+ new Menu (props: MenuProps , context?: any): Menu
++ new Menu (props: MenuProps , context: any): Menu
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1307,7 +1315,7 @@
MenuProps
-context?
+context
any
@@ -1317,7 +1325,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1331,11 +1339,11 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLUListElement
-Defined in src/renderer/components/menu/menu.tsx:54
+Defined in src/renderer/components/menu/menu.tsx:56
Protected items
• items : object
-Defined in src/renderer/components/menu/menu.tsx:55
+Defined in src/renderer/components/menu/menu.tsx:57
Type declaration:
[ index : number ]: MenuItem
@@ -1343,12 +1351,12 @@ Should be used with type annotation or static contextType.
opener
• opener : HTMLElement
-Defined in src/renderer/components/menu/menu.tsx:53
+Defined in src/renderer/components/menu/menu.tsx:55
props
• props : Readonly‹MenuProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refreshPosition
• refreshPosition : (Anonymous function) & Cancelable = debounce(() => {
@@ -1387,12 +1395,12 @@ if (menuPos.bottom > window.innerHeight) {
this.setState({ position });
}, Animate.VISIBILITY_DELAY_MS)
-Defined in src/renderer/components/menu/menu.tsx:121
+Defined in src/renderer/components/menu/menu.tsx:124
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1403,12 +1411,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : State
Overrides PageLayout .state
-Defined in src/renderer/components/menu/menu.tsx:57
+Defined in src/renderer/components/menu/menu.tsx:59
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1426,27 +1434,27 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultPropsMenu as object
-Defined in src/renderer/components/menu/menu.tsx:51
+Defined in src/renderer/components/menu/menu.tsx:53
Accessors
Protected focusableItems
• get focusableItems (): MenuItem ‹›[]
-Defined in src/renderer/components/menu/menu.tsx:95
+Defined in src/renderer/components/menu/menu.tsx:98
Returns: MenuItem ‹›[]
Protected focusedItem
• get focusedItem (): MenuItem ‹›
-Defined in src/renderer/components/menu/menu.tsx:99
+Defined in src/renderer/components/menu/menu.tsx:102
Returns: MenuItem ‹›
isOpen
• get isOpen (): boolean
-Defined in src/renderer/components/menu/menu.tsx:59
+Defined in src/renderer/components/menu/menu.tsx:61
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1460,7 +1468,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1495,7 +1503,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1531,7 +1539,7 @@ prevents this from being invoked.
Protected bindItemRef
▸ bindItemRef (item: MenuItem , index: number): void
-Defined in src/renderer/components/menu/menu.tsx:232
+Defined in src/renderer/components/menu/menu.tsx:239
Parameters:
@@ -1555,7 +1563,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLUListElement): void
-Defined in src/renderer/components/menu/menu.tsx:228
+Defined in src/renderer/components/menu/menu.tsx:235
Parameters:
@@ -1575,13 +1583,13 @@ prevents this from being invoked.
close
▸ close (): void
-Defined in src/renderer/components/menu/menu.tsx:165
+Defined in src/renderer/components/menu/menu.tsx:168
Returns: void
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1608,13 +1616,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/menu/menu.tsx:63
+Defined in src/renderer/components/menu/menu.tsx:65
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuProps ›, prevState: Readonly‹State›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1645,7 +1653,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1658,7 +1666,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1692,13 +1700,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
Overrides WizardLayout .componentWillUnmount
-Defined in src/renderer/components/menu/menu.tsx:84
+Defined in src/renderer/components/menu/menu.tsx:87
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1733,7 +1741,7 @@ prevents this from being invoked.
Protected focusNextItem
▸ focusNextItem (reverse: boolean): void
-Defined in src/renderer/components/menu/menu.tsx:103
+Defined in src/renderer/components/menu/menu.tsx:106
Parameters:
@@ -1756,7 +1764,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1765,7 +1773,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuProps ›, prevState: Readonly‹State›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1794,7 +1802,7 @@ lifecycle events from running.
onClickOutside
▸ onClickOutside (evt: MouseEvent): void
-Defined in src/renderer/components/menu/menu.tsx:216
+Defined in src/renderer/components/menu/menu.tsx:223
Parameters:
@@ -1812,9 +1820,14 @@ lifecycle events from running.
Returns: void
+
+▸ onContextMenu (): void
+Defined in src/renderer/components/menu/menu.tsx:204
+Returns: void
+
onKeyDown
▸ onKeyDown (evt: KeyboardEvent): void
-Defined in src/renderer/components/menu/menu.tsx:174
+Defined in src/renderer/components/menu/menu.tsx:177
Parameters:
@@ -1834,7 +1847,7 @@ lifecycle events from running.
▸ onScrollOutside (evt: UIEvent): void
-Defined in src/renderer/components/menu/menu.tsx:206
+Defined in src/renderer/components/menu/menu.tsx:213
Parameters:
@@ -1854,24 +1867,24 @@ lifecycle events from running.
onWindowResize
▸ onWindowResize (): void
-Defined in src/renderer/components/menu/menu.tsx:201
+Defined in src/renderer/components/menu/menu.tsx:208
Returns: void
open
▸ open (): void
-Defined in src/renderer/components/menu/menu.tsx:158
+Defined in src/renderer/components/menu/menu.tsx:161
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu.tsx:236
+Defined in src/renderer/components/menu/menu.tsx:243
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof State
Parameters:
@@ -1883,7 +1896,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuProps ›, nextState: Readonly‹State›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1917,7 +1930,7 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (): void
-Defined in src/renderer/components/menu/menu.tsx:170
+Defined in src/renderer/components/menu/menu.tsx:173
Returns: void
diff --git a/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html b/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html
index 6f00d4193c..f7a3aa4474 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.menuactions/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1189,9 +1189,9 @@
Constructors
constructor
-+ new MenuActions (props: Readonly‹MenuActionsProps ›): MenuActions
++ new MenuActions (props: Readonly‹MenuActionsProps › | MenuActionsProps ): MenuActions
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: MenuActions
-+ new MenuActions (props: MenuActionsProps , context?: any): MenuActions
++ new MenuActions (props: MenuActionsProps , context: any): MenuActions
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1227,7 +1227,7 @@
MenuActionsProps
-context?
+context
any
@@ -1237,7 +1237,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1251,21 +1251,21 @@ Should be used with type annotation or static contextType.
id
• id : string = uniqueId("menu_actions_")
-Defined in src/renderer/components/menu/menu-actions.tsx:32
+Defined in src/renderer/components/menu/menu-actions.tsx:31
isOpen
• isOpen : boolean = !!this.props.toolbar
-Defined in src/renderer/components/menu/menu-actions.tsx:34
+Defined in src/renderer/components/menu/menu-actions.tsx:33
props
• props : Readonly‹MenuActionsProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1276,12 +1276,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1300,7 +1300,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1314,7 +1314,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuActionsProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1349,7 +1349,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1386,7 +1386,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1413,14 +1413,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuActionsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1451,7 +1451,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1464,7 +1464,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuActionsProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1498,7 +1498,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1506,7 +1506,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1542,7 +1542,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1551,7 +1551,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuActionsProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1580,24 +1580,24 @@ lifecycle events from running.
remove
▸ remove (): void
-Defined in src/renderer/components/menu/menu-actions.tsx:42
+Defined in src/renderer/components/menu/menu-actions.tsx:41
Returns: void
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu-actions.tsx:83
+Defined in src/renderer/components/menu/menu-actions.tsx:82
Returns: Element‹›
renderTriggerIcon
▸ renderTriggerIcon (): Element‹›
-Defined in src/renderer/components/menu/menu-actions.tsx:56
+Defined in src/renderer/components/menu/menu-actions.tsx:55
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1609,7 +1609,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuActionsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1643,15 +1643,15 @@ and componentDidUpdate will not be called.
toggle
▸ toggle (): void
-Defined in src/renderer/components/menu/menu-actions.tsx:36
+Defined in src/renderer/components/menu/menu-actions.tsx:35
Returns: void
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/menu/menu-actions.tsx:26
+Defined in src/renderer/components/menu/menu-actions.tsx:25
removeConfirmationMessage
• removeConfirmationMessage :
-Defined in src/renderer/components/menu/menu-actions.tsx:27
+Defined in src/renderer/components/menu/menu-actions.tsx:26
diff --git a/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html b/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html
index a832844e49..3cecd94aaa 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.menuitem/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1175,9 +1175,9 @@
Constructors
constructor
-+ new MenuItem (props: Readonly‹MenuItemProps ›): MenuItem
++ new MenuItem (props: Readonly‹MenuItemProps › | MenuItemProps ): MenuItem
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: MenuItem
-+ new MenuItem (props: MenuItemProps , context?: any): MenuItem
++ new MenuItem (props: MenuItemProps , context: any): MenuItem
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1213,7 +1213,7 @@
MenuItemProps
-context?
+context
any
@@ -1223,21 +1223,21 @@
context
• context : MenuContextValue
Overrides PageLayout .context
-Defined in src/renderer/components/menu/menu.tsx:307
+Defined in src/renderer/components/menu/menu.tsx:314
elem
• elem : HTMLElement
-Defined in src/renderer/components/menu/menu.tsx:308
+Defined in src/renderer/components/menu/menu.tsx:315
props
• props : Readonly‹MenuItemProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1248,31 +1248,31 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static contextType
▪ contextType : Context‹Menu ‹›› = MenuContext
Overrides PageLayout .contextType
-Defined in src/renderer/components/menu/menu.tsx:305
+Defined in src/renderer/components/menu/menu.tsx:312
Static defaultProps
▪ defaultProps : object = defaultPropsMenuItem as object
-Defined in src/renderer/components/menu/menu.tsx:304
+Defined in src/renderer/components/menu/menu.tsx:311
Accessors
isFocusable
• get isFocusable (): boolean
-Defined in src/renderer/components/menu/menu.tsx:310
+Defined in src/renderer/components/menu/menu.tsx:317
Returns: boolean
isLink
• get isLink (): boolean
-Defined in src/renderer/components/menu/menu.tsx:316
+Defined in src/renderer/components/menu/menu.tsx:323
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1286,7 +1286,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹MenuItemProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1321,7 +1321,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1357,7 +1357,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/menu/menu.tsx:332
+Defined in src/renderer/components/menu/menu.tsx:339
Parameters:
@@ -1378,7 +1378,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1405,14 +1405,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹MenuItemProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1443,7 +1443,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1456,7 +1456,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹MenuItemProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1490,7 +1490,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1498,7 +1498,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1534,7 +1534,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1543,7 +1543,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹MenuItemProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1572,7 +1572,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent): void
-Defined in src/renderer/components/menu/menu.tsx:320
+Defined in src/renderer/components/menu/menu.tsx:327
Parameters:
@@ -1593,13 +1593,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu.tsx:336
+Defined in src/renderer/components/menu/menu.tsx:343
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1611,7 +1611,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹MenuItemProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html b/latest/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html
new file mode 100644
index 0000000000..b1b66cf3bf
--- /dev/null
+++ b/latest/extensions/api/classes/_renderer_api_components_.namespaceselect/index.html
@@ -0,0 +1,1691 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: NamespaceSelect ‹**S, SS, S**› - Lens Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: NamespaceSelect ‹S, SS, S ›
+Type parameters
+▪ S
+▪ SS
+▪ S
+Hierarchy
+
+↳ NamespaceSelect
+Index
+Constructors
+
+Properties
+
+Accessors
+
+Methods
+
+Constructors
+constructor
++ new NamespaceSelect (props: Readonly‹Props› | Props): NamespaceSelect
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:473
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Readonly‹Props› | Props
+
+
+
+Returns: NamespaceSelect
++ new NamespaceSelect (props: Props, context: any): NamespaceSelect
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:475
+deprecated
+see https://reactjs.org/docs/legacy-context.html
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Props
+
+
+context
+any
+
+
+
+Returns: NamespaceSelect
+Properties
+context
+• context : any
+Inherited from PageLayout .context
+Defined in node_modules/@types/react/index.d.ts:473
+If using the new style context, re-declare this in your class to be the
+React.ContextType of your static contextType.
+Should be used with type annotation or static contextType.
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
+
+see https://reactjs.org/docs/context.html
+
+props
+• props : Readonly‹Props› & Readonly‹object›
+Inherited from PageLayout .props
+Defined in node_modules/@types/react/index.d.ts:498
+
+refs
+• refs : object
+Inherited from PageLayout .refs
+Defined in node_modules/@types/react/index.d.ts:504
+deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Type declaration:
+
+[ key : string ]: ReactInstance
+
+
+state
+• state : Readonly‹S›
+Inherited from PageLayout .state
+Defined in node_modules/@types/react/index.d.ts:499
+
+Static Optional contextType
+▪ contextType ? : Context‹any›
+Inherited from PageLayout .contextType
+Defined in node_modules/@types/react/index.d.ts:455
+If set, this.context will be set at runtime to the current value of the given Context.
+Usage:
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
+
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
+
+see https://reactjs.org/docs/context.html#classcontexttype
+
+Static defaultProps
+▪ defaultProps : object = defaultProps as object
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:26
+Accessors
+options
+• get options (): SelectOption []
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:36
+Returns: SelectOption []
+Methods
+Optional UNSAFE_componentWillMount
+▸ UNSAFE_componentWillMount (): void
+Inherited from PageLayout .UNSAFE_componentWillMount
+Defined in node_modules/@types/react/index.d.ts:711
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional UNSAFE_componentWillReceiveProps
+▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:743
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional UNSAFE_componentWillUpdate
+▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:771
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional componentDidCatch
+▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
+Inherited from PageLayout .componentDidCatch
+Defined in node_modules/@types/react/index.d.ts:640
+Catches exceptions generated in descendant components. Unhandled exceptions will cause
+the entire component tree to unmount.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+error
+Error
+
+
+errorInfo
+ErrorInfo
+
+
+
+Returns: void
+
+componentDidMount
+▸ componentDidMount (): void
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:28
+Returns: void
+
+Optional componentDidUpdate
+▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
+Inherited from PageLayout .componentDidUpdate
+Defined in node_modules/@types/react/index.d.ts:682
+Called immediately after updating occurs. Not called for the initial render.
+The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+snapshot?
+SS
+
+
+
+Returns: void
+
+Optional componentWillMount
+▸ componentWillMount (): void
+Inherited from PageLayout .componentWillMount
+Defined in node_modules/@types/react/index.d.ts:697
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional componentWillReceiveProps
+▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:726
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional componentWillUnmount
+▸ componentWillUnmount (): void
+Inherited from WizardLayout .componentWillUnmount
+Defined in node_modules/@types/react/index.d.ts:635
+Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
+cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
+Returns: void
+
+Optional componentWillUpdate
+▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:756
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+forceUpdate
+▸ forceUpdate (callback?: function): void
+Inherited from PageLayout .forceUpdate
+Defined in node_modules/@types/react/index.d.ts:490
+Parameters:
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+
+▸ formatOptionLabel (option: SelectOption ): object
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:53
+Parameters:
+
+Returns: object
+
+Optional getSnapshotBeforeUpdate
+▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
+Inherited from PageLayout .getSnapshotBeforeUpdate
+Defined in node_modules/@types/react/index.d.ts:676
+Runs before React applies the result of render to the document, and
+returns an object to be given to componentDidUpdate. Useful for saving
+things such as scroll position before render causes changes to it.
+Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
+lifecycle events from running.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+
+Returns: SS | null
+
+render
+▸ render (): Element‹›
+Overrides void
+Defined in src/renderer/components/+namespaces/namespace-select.tsx:65
+Returns: Element‹›
+
+setState
+▸ setState ‹K ›(state: function | S | object, callback?: function): void
+Inherited from PageLayout .setState
+Defined in node_modules/@types/react/index.d.ts:485
+Type parameters:
+▪ K : keyof S
+Parameters:
+▪ state : function | S | object
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+Optional shouldComponentUpdate
+▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
+Inherited from PageLayout .shouldComponentUpdate
+Defined in node_modules/@types/react/index.d.ts:630
+Called to determine whether the change in props and state should trigger a re-render.
+Component always returns true.
+PureComponent implements a shallow comparison on props and state and returns true if any
+props or states have changed.
+If false is returned, Component#render, componentWillUpdate
+and componentDidUpdate will not be called.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html b/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html
index 7bcb666657..f6bb4a9461 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.notifications/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1154,9 +1154,9 @@
Constructors
constructor
-+ new Notifications (props: Readonly‹P›): Notifications
++ new Notifications (props: Readonly‹P› | P): Notifications
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
@@ -1168,14 +1168,14 @@
props
-Readonly‹P›
+Readonly‹P› | P
Returns: Notifications
-+ new Notifications (props: P, context?: any): Notifications
++ new Notifications (props: P, context: any): Notifications
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1192,7 +1192,7 @@
P
-context?
+context
any
@@ -1202,7 +1202,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1216,17 +1216,17 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLElement
-Defined in src/renderer/components/notifications/notifications.tsx:14
+Defined in src/renderer/components/notifications/notifications.tsx:14
props
• props : Readonly‹P› & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1237,12 +1237,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1261,7 +1261,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1275,7 +1275,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1310,7 +1310,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1347,7 +1347,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1374,13 +1374,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/notifications/notifications.tsx:41
+Defined in src/renderer/components/notifications/notifications.tsx:41
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1411,7 +1411,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1424,7 +1424,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹P›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1466,7 +1466,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1502,7 +1502,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1510,7 +1510,7 @@ prevents this from being invoked.
getMessage
▸ getMessage (notification: Notification ): (string | number | object | ReactElement‹any, string | function | object› | ReactNodeArray‹› | ReactPortal‹›)[]
-Defined in src/renderer/components/notifications/notifications.tsx:59
+Defined in src/renderer/components/notifications/notifications.tsx:59
Parameters:
@@ -1531,7 +1531,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹P›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1561,18 +1561,18 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/notifications/notifications.tsx:69
+Defined in src/renderer/components/notifications/notifications.tsx:69
Returns: Element‹›
▸ scrollToLastNotification (): void
-Defined in src/renderer/components/notifications/notifications.tsx:49
+Defined in src/renderer/components/notifications/notifications.tsx:49
Returns: void
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1584,7 +1584,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹P›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1618,7 +1618,7 @@ and componentDidUpdate will not be called.
Static error
▸ error (message: NotificationMessage ): void
-Defined in src/renderer/components/notifications/notifications.tsx:24
+Defined in src/renderer/components/notifications/notifications.tsx:24
Parameters:
@@ -1638,7 +1638,7 @@ and componentDidUpdate will not be called.
Static info
▸ info (message: NotificationMessage , customOpts: Partial‹Notification ›): function
-Defined in src/renderer/components/notifications/notifications.tsx:32
+Defined in src/renderer/components/notifications/notifications.tsx:32
Parameters:
@@ -1666,7 +1666,7 @@ and componentDidUpdate will not be called.
Static ok
▸ ok (message: NotificationMessage ): void
-Defined in src/renderer/components/notifications/notifications.tsx:16
+Defined in src/renderer/components/notifications/notifications.tsx:16
Parameters:
diff --git a/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html b/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
index cd343a2db4..6daea877eb 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -958,15 +958,15 @@
Properties
Protected autoHideTimers
• autoHideTimers : Map‹string | number, number› = new Map()
-Defined in src/renderer/components/notifications/notifications.store.ts:27
+Defined in src/renderer/components/notifications/notifications.store.tsx:28
notifications
• notifications : IObservableArray‹Notification › = observable.array([], { deep: false })
-Defined in src/renderer/components/notifications/notifications.store.ts:25
+Defined in src/renderer/components/notifications/notifications.store.tsx:26
Methods
add
▸ add (notification: Notification ): function
-Defined in src/renderer/components/notifications/notifications.store.ts:54
+Defined in src/renderer/components/notifications/notifications.store.tsx:55
Parameters:
@@ -987,7 +987,7 @@
addAutoHideTimer
▸ addAutoHideTimer (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.ts:33
+Defined in src/renderer/components/notifications/notifications.store.tsx:34
Parameters:
@@ -1007,7 +1007,7 @@
getById
▸ getById (id: NotificationId ): Notification | null
-Defined in src/renderer/components/notifications/notifications.store.ts:29
+Defined in src/renderer/components/notifications/notifications.store.tsx:30
Parameters:
@@ -1027,7 +1027,7 @@
remove
▸ remove (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.ts:71
+Defined in src/renderer/components/notifications/notifications.store.tsx:72
Parameters:
@@ -1047,7 +1047,7 @@
removeAutoHideTimer
▸ removeAutoHideTimer (id: NotificationId ): void
-Defined in src/renderer/components/notifications/notifications.store.ts:46
+Defined in src/renderer/components/notifications/notifications.store.tsx:47
Parameters:
diff --git a/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html b/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
index 53c0d05dd6..8e71b651f3 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1128,9 +1128,9 @@
Constructors
constructor
-+ new PageLayout (props: Readonly‹PageLayoutProps ›): PageLayout
++ new PageLayout (props: Readonly‹PageLayoutProps › | PageLayoutProps ): PageLayout
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: PageLayout
-+ new PageLayout (props: PageLayoutProps , context?: any): PageLayout
++ new PageLayout (props: PageLayoutProps , context: any): PageLayout
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1166,7 +1166,7 @@
PageLayoutProps
-context?
+context
any
@@ -1176,7 +1176,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1191,12 +1191,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹PageLayoutProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1207,12 +1207,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1230,12 +1230,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/layout/page-layout.tsx:27
+Defined in src/renderer/components/layout/page-layout.tsx:27
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1249,7 +1249,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹PageLayoutProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1284,7 +1284,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1320,7 +1320,7 @@ prevents this from being invoked.
back
▸ back (evt?: MouseEvent | KeyboardEvent): void
-Defined in src/renderer/components/layout/page-layout.tsx:30
+Defined in src/renderer/components/layout/page-layout.tsx:30
Parameters:
@@ -1341,7 +1341,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1368,13 +1368,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): Promise‹void›
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/layout/page-layout.tsx:38
+Defined in src/renderer/components/layout/page-layout.tsx:38
Returns: Promise‹void›
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹PageLayoutProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1405,7 +1405,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1418,7 +1418,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹PageLayoutProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1452,13 +1452,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
Overrides WizardLayout .componentWillUnmount
-Defined in src/renderer/components/layout/page-layout.tsx:42
+Defined in src/renderer/components/layout/page-layout.tsx:42
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1494,7 +1494,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1503,7 +1503,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹PageLayoutProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1532,7 +1532,7 @@ lifecycle events from running.
onEscapeKey
▸ onEscapeKey (evt: KeyboardEvent): void
-Defined in src/renderer/components/layout/page-layout.tsx:46
+Defined in src/renderer/components/layout/page-layout.tsx:46
Parameters:
@@ -1553,13 +1553,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/layout/page-layout.tsx:57
+Defined in src/renderer/components/layout/page-layout.tsx:57
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1571,7 +1571,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹PageLayoutProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html b/latest/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
new file mode 100644
index 0000000000..e18bcaafd5
--- /dev/null
+++ b/latest/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
@@ -0,0 +1,1757 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PodDetailsList ‹**S, SS, S**› - Lens Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PodDetailsList ‹S, SS, S ›
+Type parameters
+▪ S
+▪ SS
+▪ S
+Hierarchy
+
+↳ PodDetailsList
+Index
+Constructors
+
+Properties
+
+Methods
+
+Object literals
+
+Constructors
+constructor
++ new PodDetailsList (props: Readonly‹Props› | Props): PodDetailsList
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:473
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Readonly‹Props› | Props
+
+
+
+Returns: PodDetailsList
++ new PodDetailsList (props: Props, context: any): PodDetailsList
+Inherited from PageLayout .constructor
+Defined in node_modules/@types/react/index.d.ts:475
+deprecated
+see https://reactjs.org/docs/legacy-context.html
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+props
+Props
+
+
+context
+any
+
+
+
+Returns: PodDetailsList
+Properties
+context
+• context : any
+Inherited from PageLayout .context
+Defined in node_modules/@types/react/index.d.ts:473
+If using the new style context, re-declare this in your class to be the
+React.ContextType of your static contextType.
+Should be used with type annotation or static contextType.
+static contextType = MyContext
+// For TS pre-3.7:
+context !: React . ContextType < typeof MyContext >
+// For TS 3.7 and above:
+declare context : React.ContextType < typeof MyContext >
+
+see https://reactjs.org/docs/context.html
+
+props
+• props : Readonly‹Props› & Readonly‹object›
+Inherited from PageLayout .props
+Defined in node_modules/@types/react/index.d.ts:498
+
+refs
+• refs : object
+Inherited from PageLayout .refs
+Defined in node_modules/@types/react/index.d.ts:504
+deprecated
+https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
+Type declaration:
+
+[ key : string ]: ReactInstance
+
+
+state
+• state : Readonly‹S›
+Inherited from PageLayout .state
+Defined in node_modules/@types/react/index.d.ts:499
+
+Static Optional contextType
+▪ contextType ? : Context‹any›
+Inherited from PageLayout .contextType
+Defined in node_modules/@types/react/index.d.ts:455
+If set, this.context will be set at runtime to the current value of the given Context.
+Usage:
+type MyContext = number
+const Ctx = React . createContext < MyContext > ( 0 )
+
+class Foo extends React . Component {
+ static contextType = Ctx
+ context !: React . ContextType < typeof Ctx >
+ render () {
+ return <> My context ' s value : { this . context } < />;
+ }
+}
+
+see https://reactjs.org/docs/context.html#classcontexttype
+Methods
+Optional UNSAFE_componentWillMount
+▸ UNSAFE_componentWillMount (): void
+Inherited from PageLayout .UNSAFE_componentWillMount
+Defined in node_modules/@types/react/index.d.ts:711
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional UNSAFE_componentWillReceiveProps
+▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:743
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional UNSAFE_componentWillUpdate
+▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .UNSAFE_componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:771
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+This method will not stop working in React 17.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+Optional componentDidCatch
+▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
+Inherited from PageLayout .componentDidCatch
+Defined in node_modules/@types/react/index.d.ts:640
+Catches exceptions generated in descendant components. Unhandled exceptions will cause
+the entire component tree to unmount.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+error
+Error
+
+
+errorInfo
+ErrorInfo
+
+
+
+Returns: void
+
+componentDidMount
+▸ componentDidMount (): void
+Overrides WizardLayout .componentDidMount
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:53
+Returns: void
+
+Optional componentDidUpdate
+▸ componentDidUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›, snapshot?: SS): void
+Inherited from PageLayout .componentDidUpdate
+Defined in node_modules/@types/react/index.d.ts:682
+Called immediately after updating occurs. Not called for the initial render.
+The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+snapshot?
+SS
+
+
+
+Returns: void
+
+Optional componentWillMount
+▸ componentWillMount (): void
+Inherited from PageLayout .componentWillMount
+Defined in node_modules/@types/react/index.d.ts:697
+Called immediately before mounting occurs, and before Component#render.
+Avoid introducing any side-effects or subscriptions in this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Returns: void
+
+Optional componentWillReceiveProps
+▸ componentWillReceiveProps (nextProps: Readonly‹Props›, nextContext: any): void
+Inherited from PageLayout .componentWillReceiveProps
+Defined in node_modules/@types/react/index.d.ts:726
+Called when the component may be receiving new props.
+React may call this even if props have not changed, so be sure to compare new and existing
+props if you only want to handle changes.
+Calling Component#setState generally does not trigger this method.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+componentWillUnmount
+▸ componentWillUnmount (): void
+Overrides WizardLayout .componentWillUnmount
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:60
+Returns: void
+
+Optional componentWillUpdate
+▸ componentWillUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): void
+Inherited from PageLayout .componentWillUpdate
+Defined in node_modules/@types/react/index.d.ts:756
+Called immediately before rendering when new props or state is received. Not called for the initial render.
+Note: You cannot call Component#setState here.
+Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
+prevents this from being invoked.
+deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
+see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: void
+
+forceUpdate
+▸ forceUpdate (callback?: function): void
+Inherited from PageLayout .forceUpdate
+Defined in node_modules/@types/react/index.d.ts:490
+Parameters:
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+Optional getSnapshotBeforeUpdate
+▸ getSnapshotBeforeUpdate (prevProps: Readonly‹Props›, prevState: Readonly‹S›): SS | null
+Inherited from PageLayout .getSnapshotBeforeUpdate
+Defined in node_modules/@types/react/index.d.ts:676
+Runs before React applies the result of render to the document, and
+returns an object to be given to componentDidUpdate. Useful for saving
+things such as scroll position before render causes changes to it.
+Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
+lifecycle events from running.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+prevProps
+Readonly‹Props›
+
+
+prevState
+Readonly‹S›
+
+
+
+Returns: SS | null
+
+getTableRow
+▸ getTableRow (uid: string): Element‹›
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:102
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+uid
+string
+
+
+
+Returns: Element‹›
+
+render
+▸ render (): Element‹›
+Overrides void
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:125
+Returns: Element‹›
+
+renderCpuUsage
+▸ renderCpuUsage (id: string, usage: number): string | 0 | Element‹›
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:64
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+usage
+number
+
+
+
+Returns: string | 0 | Element‹›
+
+renderMemoryUsage
+▸ renderMemoryUsage (id: string, usage: number): string | 0 | Element‹›
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:85
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+usage
+number
+
+
+
+Returns: string | 0 | Element‹›
+
+setState
+▸ setState ‹K ›(state: function | S | object, callback?: function): void
+Inherited from PageLayout .setState
+Defined in node_modules/@types/react/index.d.ts:485
+Type parameters:
+▪ K : keyof S
+Parameters:
+▪ state : function | S | object
+▪Optional callback : function
+▸ (): void
+Returns: void
+
+Optional shouldComponentUpdate
+▸ shouldComponentUpdate (nextProps: Readonly‹Props›, nextState: Readonly‹S›, nextContext: any): boolean
+Inherited from PageLayout .shouldComponentUpdate
+Defined in node_modules/@types/react/index.d.ts:630
+Called to determine whether the change in props and state should trigger a re-render.
+Component always returns true.
+PureComponent implements a shallow comparison on props and state and returns true if any
+props or states have changed.
+If false is returned, Component#render, componentWillUpdate
+and componentDidUpdate will not be called.
+Parameters:
+
+
+
+Name
+Type
+
+
+
+
+nextProps
+Readonly‹Props›
+
+
+nextState
+Readonly‹S›
+
+
+nextContext
+any
+
+
+
+Returns: boolean
+Object literals
+Static defaultProps
+▪ defaultProps : object
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:38
+showTitle
+• showTitle : true = true
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:39
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/latest/extensions/api/classes/_renderer_api_components_.radio/index.html b/latest/extensions/api/classes/_renderer_api_components_.radio/index.html
index 394e40b03d..b95b371f7a 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.radio/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.radio/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1120,9 +1120,9 @@
Constructors
constructor
-+ new Radio (props: Readonly‹RadioProps ›): Radio
++ new Radio (props: Readonly‹RadioProps › | RadioProps ): Radio
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Radio
-+ new Radio (props: RadioProps , context?: any): Radio
++ new Radio (props: RadioProps , context: any): Radio
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1158,7 +1158,7 @@
RadioProps
-context?
+context
any
@@ -1168,7 +1168,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1183,12 +1183,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹RadioProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1199,12 +1199,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1223,7 +1223,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1237,7 +1237,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹RadioProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1272,7 +1272,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1309,7 +1309,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1336,14 +1336,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹RadioProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1374,7 +1374,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1387,7 +1387,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹RadioProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1421,7 +1421,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1429,7 +1429,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1465,7 +1465,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1474,7 +1474,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹RadioProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1503,12 +1503,12 @@ lifecycle events from running.
onChange
▸ onChange (): void
-Defined in src/renderer/components/radio/radio.tsx:52
+Defined in src/renderer/components/radio/radio.tsx:52
Returns: void
onKeyDown
▸ onKeyDown (e: KeyboardEvent‹any›): void
-Defined in src/renderer/components/radio/radio.tsx:60
+Defined in src/renderer/components/radio/radio.tsx:60
Parameters:
@@ -1529,13 +1529,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/radio/radio.tsx:70
+Defined in src/renderer/components/radio/radio.tsx:70
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1547,7 +1547,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹RadioProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html b/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
index ef7ee5ee91..c87c53532b 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1102,9 +1102,9 @@
Constructors
constructor
-+ new RadioGroup (props: Readonly‹RadioGroupProps ›): RadioGroup
++ new RadioGroup (props: Readonly‹RadioGroupProps › | RadioGroupProps ): RadioGroup
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: RadioGroup
-+ new RadioGroup (props: RadioGroupProps , context?: any): RadioGroup
++ new RadioGroup (props: RadioGroupProps , context: any): RadioGroup
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1140,7 +1140,7 @@
RadioGroupProps
-context?
+context
any
@@ -1150,7 +1150,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1165,12 +1165,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹RadioGroupProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1181,12 +1181,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1205,7 +1205,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1219,7 +1219,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹RadioGroupProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1254,7 +1254,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1291,7 +1291,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1318,14 +1318,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹RadioGroupProps ›, prevState: Readonly‹object›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1356,7 +1356,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1369,7 +1369,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹RadioGroupProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1403,7 +1403,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1411,7 +1411,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1447,7 +1447,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1456,7 +1456,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹RadioGroupProps ›, prevState: Readonly‹object›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1486,13 +1486,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/radio/radio.tsx:17
+Defined in src/renderer/components/radio/radio.tsx:17
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
Parameters:
@@ -1504,7 +1504,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹RadioGroupProps ›, nextState: Readonly‹object›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.select/index.html b/latest/extensions/api/classes/_renderer_api_components_.select/index.html
index 24177758c9..3c5624e2b1 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.select/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.select/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1234,9 +1234,9 @@
Constructors
constructor
-+ new Select (props: Readonly‹SelectProps ›): Select
++ new Select (props: Readonly‹SelectProps › | SelectProps ): Select
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Select
-+ new Select (props: SelectProps , context?: any): Select
++ new Select (props: SelectProps , context: any): Select
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1272,7 +1272,7 @@
SelectProps
-context?
+context
any
@@ -1282,7 +1282,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1297,12 +1297,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SelectProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1313,12 +1313,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1336,23 +1336,23 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
options
• get options (): SelectOption []
-Defined in src/renderer/components/select/select.tsx:71
+Defined in src/renderer/components/select/select.tsx:71
Returns: SelectOption []
selectedOption
• get selectedOption (): SelectOption ‹any› | SelectOption ‹any›[]
-Defined in src/renderer/components/select/select.tsx:57
+Defined in src/renderer/components/select/select.tsx:57
Returns: SelectOption ‹any› | SelectOption ‹any›[]
theme
• get theme (): "dark" | "light" | "outlined"
-Defined in src/renderer/components/select/select.tsx:42
+Defined in src/renderer/components/select/select.tsx:42
Returns: "dark" | "light" | "outlined"
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1366,7 +1366,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SelectProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1401,7 +1401,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1438,7 +1438,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1465,14 +1465,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SelectProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1503,7 +1503,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1516,7 +1516,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SelectProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1550,7 +1550,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1558,7 +1558,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1594,7 +1594,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1603,7 +1603,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SelectProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1632,7 +1632,7 @@ lifecycle events from running.
Protected isValidOption
▸ isValidOption (opt: SelectOption | any): boolean
-Defined in src/renderer/components/select/select.tsx:53
+Defined in src/renderer/components/select/select.tsx:53
Parameters:
@@ -1652,7 +1652,7 @@ lifecycle events from running.
onChange
▸ onChange (value: SelectOption , meta: ActionMeta‹any›): void
-Defined in src/renderer/components/select/select.tsx:84
+Defined in src/renderer/components/select/select.tsx:84
Parameters:
@@ -1676,7 +1676,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹HTMLElement›): void
-Defined in src/renderer/components/select/select.tsx:91
+Defined in src/renderer/components/select/select.tsx:91
Parameters:
@@ -1697,13 +1697,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/select/select.tsx:100
+Defined in src/renderer/components/select/select.tsx:100
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1715,7 +1715,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SelectProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1749,16 +1749,16 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/select/select.tsx:36
+Defined in src/renderer/components/select/select.tsx:36
autoConvertOptions
• autoConvertOptions : true = true
-Defined in src/renderer/components/select/select.tsx:37
+Defined in src/renderer/components/select/select.tsx:37
• menuPlacement : "auto" = "auto"
-Defined in src/renderer/components/select/select.tsx:39
+Defined in src/renderer/components/select/select.tsx:39
• menuPortalTarget : HTMLElement = document.body
-Defined in src/renderer/components/select/select.tsx:38
+Defined in src/renderer/components/select/select.tsx:38
diff --git a/latest/extensions/api/classes/_renderer_api_components_.slider/index.html b/latest/extensions/api/classes/_renderer_api_components_.slider/index.html
index a19a213574..22a94abaed 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.slider/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.slider/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1112,9 +1112,9 @@
Constructors
constructor
-+ new Slider (props: Readonly‹SliderProps ›): Slider
++ new Slider (props: Readonly‹SliderProps › | SliderProps ): Slider
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Slider
-+ new Slider (props: SliderProps , context?: any): Slider
++ new Slider (props: SliderProps , context: any): Slider
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1150,7 +1150,7 @@
SliderProps
-context?
+context
any
@@ -1160,7 +1160,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1175,12 +1175,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SliderProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1191,12 +1191,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1214,12 +1214,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/slider/slider.tsx:21
+Defined in src/renderer/components/slider/slider.tsx:21
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1233,7 +1233,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SliderProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1268,7 +1268,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1305,7 +1305,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1332,14 +1332,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SliderProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1370,7 +1370,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1383,7 +1383,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SliderProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1417,7 +1417,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1425,7 +1425,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1461,7 +1461,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1470,7 +1470,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SliderProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1500,13 +1500,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/slider/slider.tsx:30
+Defined in src/renderer/components/slider/slider.tsx:30
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1518,7 +1518,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SliderProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html b/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html
index 0c82ab7059..3999ac95b2 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.spinner/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1154,9 +1154,9 @@
Constructors
constructor
-+ new Spinner (props: Readonly‹SpinnerProps ›): Spinner
++ new Spinner (props: Readonly‹SpinnerProps › | SpinnerProps ): Spinner
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Spinner
-+ new Spinner (props: SpinnerProps , context?: any): Spinner
++ new Spinner (props: SpinnerProps , context: any): Spinner
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1192,7 +1192,7 @@
SpinnerProps
-context?
+context
any
@@ -1202,7 +1202,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1217,12 +1217,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹SpinnerProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1233,12 +1233,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1257,7 +1257,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1271,7 +1271,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹SpinnerProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1306,7 +1306,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1343,7 +1343,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1370,14 +1370,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹SpinnerProps ›, prevState: Readonly‹object›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1408,7 +1408,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1421,7 +1421,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹SpinnerProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1455,7 +1455,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1463,7 +1463,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1499,7 +1499,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1508,7 +1508,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹SpinnerProps ›, prevState: Readonly‹object›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1538,13 +1538,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/spinner/spinner.tsx:18
+Defined in src/renderer/components/spinner/spinner.tsx:18
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
Parameters:
@@ -1556,7 +1556,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹SpinnerProps ›, nextState: Readonly‹object›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1590,13 +1590,13 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/spinner/spinner.tsx:13
+Defined in src/renderer/components/spinner/spinner.tsx:13
center
• center : boolean = false
-Defined in src/renderer/components/spinner/spinner.tsx:15
+Defined in src/renderer/components/spinner/spinner.tsx:15
singleColor
• singleColor : boolean = true
-Defined in src/renderer/components/spinner/spinner.tsx:14
+Defined in src/renderer/components/spinner/spinner.tsx:14
diff --git a/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html b/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
index 0590a60e7a..ab98608002 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new StatusBrick (props: Readonly‹StatusBrickProps ›): StatusBrick
++ new StatusBrick (props: Readonly‹StatusBrickProps › | StatusBrickProps ): StatusBrick
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: StatusBrick
-+ new StatusBrick (props: StatusBrickProps , context?: any): StatusBrick
++ new StatusBrick (props: StatusBrickProps , context: any): StatusBrick
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
StatusBrickProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹StatusBrickProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹StatusBrickProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹StatusBrickProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹StatusBrickProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹StatusBrickProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/status-brick/status-brick.tsx:12
+Defined in src/renderer/components/status-brick/status-brick.tsx:12
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹StatusBrickProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html b/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html
index e011551cca..52fd415f64 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.stepper/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1102,9 +1102,9 @@
Constructors
constructor
-+ new Stepper (props: Readonly‹StepperProps ›): Stepper
++ new Stepper (props: Readonly‹StepperProps › | StepperProps ): Stepper
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Stepper
-+ new Stepper (props: StepperProps , context?: any): Stepper
++ new Stepper (props: StepperProps , context: any): Stepper
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1140,7 +1140,7 @@
StepperProps
-context?
+context
any
@@ -1150,7 +1150,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1165,12 +1165,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹StepperProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1181,12 +1181,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹object›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1205,7 +1205,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1219,7 +1219,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹StepperProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1254,7 +1254,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1291,7 +1291,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1318,14 +1318,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹StepperProps ›, prevState: Readonly‹object›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1356,7 +1356,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1369,7 +1369,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹StepperProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1403,7 +1403,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1411,7 +1411,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1447,7 +1447,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1456,7 +1456,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹StepperProps ›, prevState: Readonly‹object›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1486,13 +1486,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/stepper/stepper.tsx:15
+Defined in src/renderer/components/stepper/stepper.tsx:15
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof object
Parameters:
@@ -1504,7 +1504,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹StepperProps ›, nextState: Readonly‹object›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tab/index.html b/latest/extensions/api/classes/_renderer_api_components_.tab/index.html
index 5a4da22151..75bdfb4cbd 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tab/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tab/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1120,25 +1120,25 @@
Properties
context
• context : TabsContextValue
-Defined in src/renderer/components/tabs/tabs.tsx:64
+Defined in src/renderer/components/tabs/tabs.tsx:65
elem
• elem : HTMLElement
-Defined in src/renderer/components/tabs/tabs.tsx:65
+Defined in src/renderer/components/tabs/tabs.tsx:66
Static contextType
▪ contextType : Context‹TabsContextValue‹any›› = TabsContext
-Defined in src/renderer/components/tabs/tabs.tsx:63
+Defined in src/renderer/components/tabs/tabs.tsx:64
Accessors
isActive
• get isActive (): boolean
-Defined in src/renderer/components/tabs/tabs.tsx:67
+Defined in src/renderer/components/tabs/tabs.tsx:68
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1152,7 +1152,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TabProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1187,7 +1187,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1223,7 +1223,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tabs/tabs.tsx:120
+Defined in src/renderer/components/tabs/tabs.tsx:121
Parameters:
@@ -1244,7 +1244,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1271,13 +1271,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/tabs/tabs.tsx:113
+Defined in src/renderer/components/tabs/tabs.tsx:114
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TabProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1308,7 +1308,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1321,7 +1321,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TabProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1355,7 +1355,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1363,7 +1363,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1398,13 +1398,13 @@ prevents this from being invoked.
focus
▸ focus (): void
-Defined in src/renderer/components/tabs/tabs.tsx:73
+Defined in src/renderer/components/tabs/tabs.tsx:74
Returns: void
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TabProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1433,7 +1433,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:85
+Defined in src/renderer/components/tabs/tabs.tsx:86
Parameters:
@@ -1453,7 +1453,7 @@ lifecycle events from running.
onFocus
▸ onFocus (evt: FocusEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:95
+Defined in src/renderer/components/tabs/tabs.tsx:96
Parameters:
@@ -1473,7 +1473,7 @@ lifecycle events from running.
onKeyDown
▸ onKeyDown (evt: KeyboardEvent‹HTMLElement›): void
-Defined in src/renderer/components/tabs/tabs.tsx:103
+Defined in src/renderer/components/tabs/tabs.tsx:104
Parameters:
@@ -1493,18 +1493,18 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/tabs/tabs.tsx:124
+Defined in src/renderer/components/tabs/tabs.tsx:125
Returns: Element‹›
▸ scrollIntoView (): void
-Defined in src/renderer/components/tabs/tabs.tsx:77
+Defined in src/renderer/components/tabs/tabs.tsx:78
Returns: void
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TabProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.table/index.html b/latest/extensions/api/classes/_renderer_api_components_.table/index.html
index fa18657ec9..682567cf5f 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.table/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.table/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -847,13 +847,6 @@
Properties
-
-
-
-
- Accessors
-
-
@@ -925,8 +918,8 @@
-
- sortParamsLocal
+
+ sortParams
@@ -948,26 +941,6 @@
-
-
-
-
- Accessors
-
-
-
-
-
-
@@ -1219,14 +1192,10 @@
context
props
refs
-sortParamsLocal
+sortParams
state
contextType
-Accessors
-
Methods
Constructors
constructor
-+ new Table (props: Readonly‹TableProps ›): Table
++ new Table (props: Readonly‹TableProps › | TableProps ): Table
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Table
-+ new Table (props: TableProps , context?: any): Table
++ new Table (props: TableProps , context: any): Table
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1294,7 +1263,7 @@
TableProps
-context?
+context
any
@@ -1304,7 +1273,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1319,12 +1288,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1332,20 +1301,25 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
[ key : string ]: ReactInstance
-sortParamsLocal
-• sortParamsLocal : object = this.props.sortByDefault
-Defined in src/renderer/components/table/table.tsx:56
-Type declaration:
+sortParams
+• sortParams : Partial‹TableSortParams › = Object.assign(
+ this.props.sortSyncWithUrl ? {
+ sortBy: sortByUrlParam.get(),
+ orderBy: orderByUrlParam.get(),
+ } : {},
+ this.props.sortByDefault,
+ )
+Defined in src/renderer/components/table/table.tsx:64
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1360,16 +1334,11 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
}
see https://reactjs.org/docs/context.html#classcontexttype
-Accessors
-sortParams
-• get sortParams (): Partial‹TableSortParams ›
-Defined in src/renderer/components/table/table.tsx:58
-Returns: Partial‹TableSortParams ›
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1383,7 +1352,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1418,7 +1387,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1455,7 +1424,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1482,14 +1451,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1520,7 +1489,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1533,7 +1502,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1567,7 +1536,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1575,7 +1544,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1611,7 +1580,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1620,7 +1589,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1649,7 +1618,7 @@ lifecycle events from running.
getSorted
▸ getSorted (items: any[]): any[]
-Defined in src/renderer/components/table/table.tsx:103
+Defined in src/renderer/components/table/table.tsx:106
Parameters:
@@ -1668,9 +1637,10 @@ lifecycle events from running.
Returns: any[]
Protected onSort
-▸ onSort (params: TableSortParams ): void
-Defined in src/renderer/components/table/table.tsx:115
+▸ onSort (__namedParameters: object): void
+Defined in src/renderer/components/table/table.tsx:114
Parameters:
+▪ __namedParameters : object
@@ -1680,8 +1650,12 @@ lifecycle events from running.
-params
-TableSortParams
+orderBy
+string
+
+
+sortBy
+string
@@ -1690,23 +1664,23 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table.tsx:188
+Defined in src/renderer/components/table/table.tsx:186
Returns: Element‹›
renderHead
▸ renderHead (): ReactElement‹TableHeadProps ‹›, string | function | object›
-Defined in src/renderer/components/table/table.tsx:69
+Defined in src/renderer/components/table/table.tsx:72
Returns: ReactElement‹TableHeadProps ‹›, string | function | object›
renderRows
▸ renderRows (): object
-Defined in src/renderer/components/table/table.tsx:143
+Defined in src/renderer/components/table/table.tsx:141
Returns: object
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1718,7 +1692,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1752,7 +1726,7 @@ and componentDidUpdate will not be called.
sort
▸ sort (colName: TableSortBy ): void
-Defined in src/renderer/components/table/table.tsx:131
+Defined in src/renderer/components/table/table.tsx:129
Parameters:
@@ -1772,22 +1746,22 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/table/table.tsx:48
+Defined in src/renderer/components/table/table.tsx:56
autoSize
• autoSize : true = true
-Defined in src/renderer/components/table/table.tsx:50
+Defined in src/renderer/components/table/table.tsx:58
rowLineHeight
• rowLineHeight : string = "17px"
-Defined in src/renderer/components/table/table.tsx:52
+Defined in src/renderer/components/table/table.tsx:60
rowPadding
• rowPadding : string = "8px"
-Defined in src/renderer/components/table/table.tsx:51
+Defined in src/renderer/components/table/table.tsx:59
• scrollable : true = true
-Defined in src/renderer/components/table/table.tsx:49
+Defined in src/renderer/components/table/table.tsx:57
sortSyncWithUrl
• sortSyncWithUrl : true = true
-Defined in src/renderer/components/table/table.tsx:53
+Defined in src/renderer/components/table/table.tsx:61
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html
index bb8d8f8eba..e97550454c 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tablecell/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1159,9 +1159,9 @@
Constructors
constructor
-+ new TableCell (props: Readonly‹TableCellProps ›): TableCell
++ new TableCell (props: Readonly‹TableCellProps › | TableCellProps ): TableCell
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableCell
-+ new TableCell (props: TableCellProps , context?: any): TableCell
++ new TableCell (props: TableCellProps , context: any): TableCell
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1197,7 +1197,7 @@
TableCellProps
-context?
+context
any
@@ -1207,7 +1207,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1222,12 +1222,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableCellProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1238,12 +1238,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1261,13 +1261,13 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Accessors
isSortable
• get isSortable (): boolean
-Defined in src/renderer/components/table/table-cell.tsx:35
+Defined in src/renderer/components/table/table-cell.tsx:37
Returns: boolean
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1281,7 +1281,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableCellProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1316,7 +1316,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1353,7 +1353,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1380,14 +1380,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableCellProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1418,7 +1418,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1431,7 +1431,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableCellProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1465,7 +1465,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1473,7 +1473,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1509,7 +1509,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1518,7 +1518,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableCellProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1547,7 +1547,7 @@ lifecycle events from running.
onClick
▸ onClick (evt: MouseEvent‹HTMLDivElement›): void
-Defined in src/renderer/components/table/table-cell.tsx:25
+Defined in src/renderer/components/table/table-cell.tsx:27
Parameters:
@@ -1568,23 +1568,23 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-cell.tsx:65
+Defined in src/renderer/components/table/table-cell.tsx:67
Returns: Element‹›
renderCheckbox
▸ renderCheckbox (): Element‹›
-Defined in src/renderer/components/table/table-cell.tsx:56
+Defined in src/renderer/components/table/table-cell.tsx:58
Returns: Element‹›
renderSortIcon
▸ renderSortIcon (): Element‹›
-Defined in src/renderer/components/table/table-cell.tsx:41
+Defined in src/renderer/components/table/table-cell.tsx:43
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1596,7 +1596,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableCellProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html
index 16dff74e2c..405ecb32bd 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tablehead/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1149,9 +1149,9 @@
Constructors
constructor
-+ new TableHead (props: Readonly‹TableHeadProps ›): TableHead
++ new TableHead (props: Readonly‹TableHeadProps › | TableHeadProps ): TableHead
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableHead
-+ new TableHead (props: TableHeadProps , context?: any): TableHead
++ new TableHead (props: TableHeadProps , context: any): TableHead
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1187,7 +1187,7 @@
TableHeadProps
-context?
+context
any
@@ -1197,7 +1197,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1212,12 +1212,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableHeadProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1228,12 +1228,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1252,7 +1252,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1266,7 +1266,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableHeadProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1301,7 +1301,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1338,7 +1338,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1365,14 +1365,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableHeadProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1403,7 +1403,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1416,7 +1416,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableHeadProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1450,7 +1450,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1458,7 +1458,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1494,7 +1494,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1503,7 +1503,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableHeadProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1533,13 +1533,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-head.tsx:20
+Defined in src/renderer/components/table/table-head.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1551,7 +1551,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableHeadProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
@@ -1585,10 +1585,10 @@ and componentDidUpdate will not be called.
Object literals
Static defaultProps
▪ defaultProps : object
-Defined in src/renderer/components/table/table-head.tsx:16
+Defined in src/renderer/components/table/table-head.tsx:16
sticky
• sticky : true = true
-Defined in src/renderer/components/table/table-head.tsx:17
+Defined in src/renderer/components/table/table-head.tsx:17
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html b/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html
index 34280ade50..eb8a10111d 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tablerow/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1104,9 +1104,9 @@
Constructors
constructor
-+ new TableRow (props: Readonly‹TableRowProps ›): TableRow
++ new TableRow (props: Readonly‹TableRowProps › | TableRowProps ): TableRow
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: TableRow
-+ new TableRow (props: TableRowProps , context?: any): TableRow
++ new TableRow (props: TableRowProps , context: any): TableRow
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1142,7 +1142,7 @@
TableRowProps
-context?
+context
any
@@ -1152,7 +1152,7 @@
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1167,12 +1167,12 @@ Should be used with type annotation or static contextType.
props
• props : Readonly‹TableRowProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1183,12 +1183,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1207,7 +1207,7 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1221,7 +1221,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TableRowProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1293,7 +1293,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1320,14 +1320,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TableRowProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1358,7 +1358,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1371,7 +1371,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TableRowProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1405,7 +1405,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1413,7 +1413,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1449,7 +1449,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TableRowProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1488,13 +1488,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
Overrides void
-Defined in src/renderer/components/table/table-row.tsx:20
+Defined in src/renderer/components/table/table-row.tsx:20
Returns: Element‹›
setState
▸ setState ‹K ›(state: function | S | object, callback?: function): void
Inherited from PageLayout .setState
-Defined in node_modules/@types/react/index.d.ts:498
+Defined in node_modules/@types/react/index.d.ts:485
Type parameters:
▪ K : keyof S
Parameters:
@@ -1506,7 +1506,7 @@ lifecycle events from running.
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TableRowProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html b/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html
index c48215880c..abe7cbc831 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tabs/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1033,12 +1033,12 @@
Properties
elem
• elem : HTMLElement
-Defined in src/renderer/components/tabs/tabs.tsx:25
+Defined in src/renderer/components/tabs/tabs.tsx:25
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1052,7 +1052,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TabsProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1087,7 +1087,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1123,7 +1123,7 @@ prevents this from being invoked.
Protected bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tabs/tabs.tsx:28
+Defined in src/renderer/components/tabs/tabs.tsx:28
Parameters:
@@ -1144,7 +1144,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1171,14 +1171,14 @@ the entire component tree to unmount.
Optional componentDidMount
▸ componentDidMount (): void
Inherited from WizardLayout .componentDidMount
-Defined in node_modules/@types/react/index.d.ts:620
+Defined in node_modules/@types/react/index.d.ts:619
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TabsProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1209,7 +1209,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1222,7 +1222,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TabsProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1256,7 +1256,7 @@ prevents this from being invoked.
Optional componentWillUnmount
▸ componentWillUnmount (): void
Inherited from WizardLayout .componentWillUnmount
-Defined in node_modules/@types/react/index.d.ts:636
+Defined in node_modules/@types/react/index.d.ts:635
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns: void
@@ -1264,7 +1264,7 @@ cancelled network requests, or cleaning up any DOM elements created in com
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1300,7 +1300,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate
▸ getSnapshotBeforeUpdate (prevProps: Readonly‹TabsProps ›, prevState: Readonly‹S›): SS | null
Inherited from PageLayout .getSnapshotBeforeUpdate
-Defined in node_modules/@types/react/index.d.ts:677
+Defined in node_modules/@types/react/index.d.ts:676
Runs before React applies the result of render to the document, and
returns an object to be given to componentDidUpdate. Useful for saving
things such as scroll position before render causes changes to it.
@@ -1329,13 +1329,13 @@ lifecycle events from running.
render
▸ render (): Element‹›
-Defined in src/renderer/components/tabs/tabs.tsx:32
+Defined in src/renderer/components/tabs/tabs.tsx:32
Returns: Element‹›
Optional shouldComponentUpdate
▸ shouldComponentUpdate (nextProps: Readonly‹TabsProps ›, nextState: Readonly‹S›, nextContext: any): boolean
Inherited from PageLayout .shouldComponentUpdate
-Defined in node_modules/@types/react/index.d.ts:631
+Defined in node_modules/@types/react/index.d.ts:630
Called to determine whether the change in props and state should trigger a re-render.
Component always returns true.
PureComponent implements a shallow comparison on props and state and returns true if any
diff --git a/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html b/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html
index 75eb6b6c14..15ea535350 100644
--- a/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html
+++ b/latest/extensions/api/classes/_renderer_api_components_.tooltip/index.html
@@ -598,7 +598,7 @@
- Working with mobx
+ Working with MobX
@@ -1223,9 +1223,9 @@
Constructors
constructor
-+ new Tooltip (props: Readonly‹TooltipProps ›): Tooltip
++ new Tooltip (props: Readonly‹TooltipProps › | TooltipProps ): Tooltip
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
Parameters:
Returns: Tooltip
-+ new Tooltip (props: TooltipProps , context?: any): Tooltip
++ new Tooltip (props: TooltipProps , context: any): Tooltip
Inherited from PageLayout .constructor
-Defined in node_modules/@types/react/index.d.ts:488
+Defined in node_modules/@types/react/index.d.ts:475
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters:
@@ -1261,7 +1261,7 @@
TooltipProps
-context?
+context
any
@@ -1270,12 +1270,12 @@
Properties
activePosition
• activePosition : TooltipPosition
-Defined in src/renderer/components/tooltip/tooltip.tsx:51
+Defined in src/renderer/components/tooltip/tooltip.tsx:51
context
• context : any
Inherited from PageLayout .context
-Defined in node_modules/@types/react/index.d.ts:486
+Defined in node_modules/@types/react/index.d.ts:473
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
@@ -1289,21 +1289,21 @@ Should be used with type annotation or static contextType.
elem
• elem : HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:50
+Defined in src/renderer/components/tooltip/tooltip.tsx:50
isVisible
• isVisible : boolean = !!this.props.visible
-Defined in src/renderer/components/tooltip/tooltip.tsx:52
+Defined in src/renderer/components/tooltip/tooltip.tsx:52
props
• props : Readonly‹TooltipProps › & Readonly‹object›
Inherited from PageLayout .props
-Defined in node_modules/@types/react/index.d.ts:511
+Defined in node_modules/@types/react/index.d.ts:498
refs
• refs : object
Inherited from PageLayout .refs
-Defined in node_modules/@types/react/index.d.ts:517
+Defined in node_modules/@types/react/index.d.ts:504
deprecated
https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Type declaration:
@@ -1314,12 +1314,12 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
state
• state : Readonly‹S›
Inherited from PageLayout .state
-Defined in node_modules/@types/react/index.d.ts:512
+Defined in node_modules/@types/react/index.d.ts:499
Static Optional contextType
▪ contextType ? : Context‹any›
Inherited from PageLayout .contextType
-Defined in node_modules/@types/react/index.d.ts:468
+Defined in node_modules/@types/react/index.d.ts:455
If set, this.context will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
@@ -1337,22 +1337,22 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
Static defaultProps
▪ defaultProps : object = defaultProps as object
-Defined in src/renderer/components/tooltip/tooltip.tsx:48
+Defined in src/renderer/components/tooltip/tooltip.tsx:48
Accessors
hoverTarget
• get hoverTarget (): HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:58
+Defined in src/renderer/components/tooltip/tooltip.tsx:58
Returns: HTMLElement
targetElem
• get targetElem (): HTMLElement
-Defined in src/renderer/components/tooltip/tooltip.tsx:54
+Defined in src/renderer/components/tooltip/tooltip.tsx:54
Returns: HTMLElement
Methods
Optional UNSAFE_componentWillMount
▸ UNSAFE_componentWillMount (): void
Inherited from PageLayout .UNSAFE_componentWillMount
-Defined in node_modules/@types/react/index.d.ts:712
+Defined in node_modules/@types/react/index.d.ts:711
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
This method will not stop working in React 17.
@@ -1366,7 +1366,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillReceiveProps
▸ UNSAFE_componentWillReceiveProps (nextProps: Readonly‹TooltipProps ›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:744
+Defined in node_modules/@types/react/index.d.ts:743
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1401,7 +1401,7 @@ prevents this from being invoked.
Optional UNSAFE_componentWillUpdate
▸ UNSAFE_componentWillUpdate (nextProps: Readonly‹TooltipProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .UNSAFE_componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:772
+Defined in node_modules/@types/react/index.d.ts:771
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
This method will not stop working in React 17.
@@ -1437,7 +1437,7 @@ prevents this from being invoked.
bindRef
▸ bindRef (elem: HTMLElement): void
-Defined in src/renderer/components/tooltip/tooltip.tsx:198
+Defined in src/renderer/components/tooltip/tooltip.tsx:198
Parameters:
@@ -1458,7 +1458,7 @@ prevents this from being invoked.
Optional componentDidCatch
▸ componentDidCatch (error: Error, errorInfo: ErrorInfo): void
Inherited from PageLayout .componentDidCatch
-Defined in node_modules/@types/react/index.d.ts:641
+Defined in node_modules/@types/react/index.d.ts:640
Catches exceptions generated in descendant components. Unhandled exceptions will cause
the entire component tree to unmount.
Parameters:
@@ -1485,13 +1485,13 @@ the entire component tree to unmount.
componentDidMount
▸ componentDidMount (): void
Overrides WizardLayout .componentDidMount
-Defined in src/renderer/components/tooltip/tooltip.tsx:66
+Defined in src/renderer/components/tooltip/tooltip.tsx:66
Returns: void
Optional componentDidUpdate
▸ componentDidUpdate (prevProps: Readonly‹TooltipProps ›, prevState: Readonly‹S›, snapshot?: SS): void
Inherited from PageLayout .componentDidUpdate
-Defined in node_modules/@types/react/index.d.ts:683
+Defined in node_modules/@types/react/index.d.ts:682
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Parameters:
@@ -1522,7 +1522,7 @@ the entire component tree to unmount.
Optional componentWillMount
▸ componentWillMount (): void
Inherited from PageLayout .componentWillMount
-Defined in node_modules/@types/react/index.d.ts:698
+Defined in node_modules/@types/react/index.d.ts:697
Called immediately before mounting occurs, and before Component#render.
Avoid introducing any side-effects or subscriptions in this method.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1535,7 +1535,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps
▸ componentWillReceiveProps (nextProps: Readonly‹TooltipProps ›, nextContext: any): void
Inherited from PageLayout .componentWillReceiveProps
-Defined in node_modules/@types/react/index.d.ts:727
+Defined in node_modules/@types/react/index.d.ts:726
Called when the component may be receiving new props.
React may call this even if props have not changed, so be sure to compare new and existing
props if you only want to handle changes.
@@ -1569,13 +1569,13 @@ prevents this from being invoked.
componentWillUnmount
▸ componentWillUnmount (): void
Overrides WizardLayout .componentWillUnmount
-Defined in src/renderer/components/tooltip/tooltip.tsx:71
+Defined in src/renderer/components/tooltip/tooltip.tsx:71
Returns: void
Optional componentWillUpdate
▸ componentWillUpdate (nextProps: Readonly‹TooltipProps ›, nextState: Readonly‹S›, nextContext: any): void
Inherited from PageLayout .componentWillUpdate
-Defined in node_modules/@types/react/index.d.ts:757
+Defined in node_modules/@types/react/index.d.ts:756
Called immediately before rendering when new props or state is received. Not called for the initial render.
Note: You cannot call Component#setState here.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
@@ -1611,7 +1611,7 @@ prevents this from being invoked.
forceUpdate
▸ forceUpdate (callback?: function): void
Inherited from PageLayout .forceUpdate
-Defined in node_modules/@types/react/index.d.ts:503
+Defined in node_modules/@types/react/index.d.ts:490
Parameters:
▪Optional callback : function
▸ (): void
@@ -1619,7 +1619,7 @@ prevents this from being invoked.
Protected getPosition
▸ getPosition (position: TooltipPosition , tooltipBounds: DOMRect, targetBounds: DOMRect): object
-Defined in src/renderer/components/tooltip/tooltip.tsx:145
+Defined in src/renderer/components/tooltip/tooltip.tsx:145
Parameters:
@@ -1662,7 +1662,7 @@ prevents this from being invoked.