diff --git a/master/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html b/master/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html index 2fbec1b5f3..b2071a8a76 100644 --- a/master/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html +++ b/master/extensions/api/classes/_core_api_cluster_feature_.clusterfeature/index.html @@ -1024,13 +1024,13 @@
• templateContext: any
-Defined in src/extensions/cluster-feature.ts:29
+Defined in src/extensions/cluster-feature.ts:29
this field sets the template parameters that are to be applied to any templated kubernetes resources that are to be installed for the feature. See the renderTemplates() method for more details
Protected applyResources#▸ applyResources(cluster: Cluster, resourceSpec: string | string[]): Promise‹void›
Defined in src/extensions/cluster-feature.ts:85
+Defined in src/extensions/cluster-feature.ts:85
this is a helper method that conveniently applies kubernetes resources to the cluster.
Parameters:
props |
-Readonly‹BadgeProps› | +Readonly‹BadgeProps› | BadgeProps |
Returns: Badge
-+ new Badge(props: BadgeProps, context?: any): Badge
+ new Badge(props: BadgeProps, context: any): Badge
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 @@context?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.
• props: Readonly‹BadgeProps› & 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: 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
• 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‹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:15
+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/master/extensions/api/classes/_renderer_api_components_.button/index.html b/master/extensions/api/classes/_renderer_api_components_.button/index.html
index 53813b37ab..957f9301e5 100644
--- a/master/extensions/api/classes/_renderer_api_components_.button/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.button/index.html
@@ -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:26
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/master/extensions/api/classes/_renderer_api_components_.checkbox/index.html b/master/extensions/api/classes/_renderer_api_components_.checkbox/index.html
index 3466a173bc..d30c16c790 100644
--- a/master/extensions/api/classes/_renderer_api_components_.checkbox/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.checkbox/index.html
@@ -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/master/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html b/master/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
index 21b3ae10b5..792862c361 100644
--- a/master/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.confirmdialog/index.html
@@ -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:
@@ -1279,14 +1279,14 @@
props
-Readonly‹ConfirmDialogProps›
+Readonly‹ConfirmDialogProps› | ConfirmDialogProps
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:30
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:27
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:28
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:48
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:66
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:52
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:62
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: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:
@@ -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:37
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:32
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:41
icon#
• icon: Element‹› =
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:45
labelCancel#
• labelCancel: Element‹› = Cancel
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:44
labelOk#
• labelOk: Element‹› = Ok
-Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43
+Defined in src/renderer/components/confirm-dialog/confirm-dialog.tsx:43
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:42
diff --git a/master/extensions/api/classes/_renderer_api_components_.cubespinner/index.html b/master/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
index 33fabda0e8..82928c926d 100644
--- a/master/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.cubespinner/index.html
@@ -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:
@@ -1118,14 +1118,14 @@
props
-Readonly‹CubeSpinnerProps›
+Readonly‹CubeSpinnerProps› | CubeSpinnerProps
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/master/extensions/api/classes/_renderer_api_components_.dialog/index.html b/master/extensions/api/classes/_renderer_api_components_.dialog/index.html
index 3c2c07d1de..7c119c9957 100644
--- a/master/extensions/api/classes/_renderer_api_components_.dialog/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.dialog/index.html
@@ -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/master/extensions/api/classes/_renderer_api_components_.drawer/index.html b/master/extensions/api/classes/_renderer_api_components_.drawer/index.html
index 4118ff4154..cbacfdbed3 100644
--- a/master/extensions/api/classes/_renderer_api_components_.drawer/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.drawer/index.html
@@ -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:
@@ -1174,14 +1174,14 @@
props
-Readonly‹DrawerProps›
+Readonly‹DrawerProps› | DrawerProps
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#
▸ restoreScrollPos(): void
-Defined in src/renderer/components/drawer/drawer.tsx:63
+Defined in src/renderer/components/drawer/drawer.tsx:63
Returns: void
saveScrollPos#
▸ 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/master/extensions/api/classes/_renderer_api_components_.draweritem/index.html b/master/extensions/api/classes/_renderer_api_components_.draweritem/index.html
index 214a966843..b4f3348486 100644
--- a/master/extensions/api/classes/_renderer_api_components_.draweritem/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.draweritem/index.html
@@ -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:
@@ -1118,14 +1118,14 @@
props
-Readonly‹DrawerItemProps›
+Readonly‹DrawerItemProps› | DrawerItemProps
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/master/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html b/master/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
index 12e78ece64..2f16c20539 100644
--- a/master/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.drawerparamtoggler/index.html
@@ -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:
@@ -1124,14 +1124,14 @@
props
-Readonly‹DrawerParamTogglerProps›
+Readonly‹DrawerParamTogglerProps› | DrawerParamTogglerProps
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:16
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:22
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:18
Returns: void
diff --git a/master/extensions/api/classes/_renderer_api_components_.drawertitle/index.html b/master/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
index cc0c4d391b..15eb4b6676 100644
--- a/master/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.drawertitle/index.html
@@ -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:
@@ -1118,14 +1118,14 @@
props
-Readonly‹DrawerTitleProps›
+Readonly‹DrawerTitleProps› | DrawerTitleProps
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/master/extensions/api/classes/_renderer_api_components_.icon/index.html b/master/extensions/api/classes/_renderer_api_components_.icon/index.html
index fea8c7225c..b06924d148 100644
--- a/master/extensions/api/classes/_renderer_api_components_.icon/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.icon/index.html
@@ -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/master/extensions/api/classes/_renderer_api_components_.input/index.html b/master/extensions/api/classes/_renderer_api_components_.input/index.html
index 89673c8eb9..ed29c93f70 100644
--- a/master/extensions/api/classes/_renderer_api_components_.input/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.input/index.html
@@ -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:
@@ -1342,14 +1342,14 @@
props
-Readonly‹InputProps›
+Readonly‹InputProps› | InputProps
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#
• 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/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
index 86fa8a1006..74aae91f65 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeeventdetails/index.html
@@ -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:
@@ -1118,14 +1118,14 @@
props
-Readonly‹KubeEventDetailsProps›
+Readonly‹KubeEventDetailsProps› | KubeEventDetailsProps
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:17
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:21
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/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
index e3f59ee030..f0b2bac900 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectdetails/index.html
@@ -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:61
loader#
• loader: IReactionDisposer = reaction(() => [
@@ -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:81
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:62
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:76
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:68
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:64
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:106
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/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
index 0a008bf47d..8732a358d1 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectlistlayout/index.html
@@ -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:
@@ -1157,14 +1157,14 @@
props
-Readonly‹KubeObjectListLayoutProps›
+Readonly‹KubeObjectListLayoutProps› | KubeObjectListLayoutProps
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:17
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:
@@ -1364,14 +1364,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‹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 +1402,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 +1415,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 +1449,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 +1457,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 +1493,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 +1502,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 +1531,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:21
Parameters:
@@ -1552,13 +1552,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:29
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 +1570,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/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
index 883e2de402..e5f814c9de 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmenu/index.html
@@ -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:
@@ -1189,14 +1189,14 @@
props
-Readonly‹KubeObjectMenuProps›
+Readonly‹KubeObjectMenuProps› | KubeObjectMenuProps
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:26
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:32
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:18
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:45
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:64
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:54
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:39
Returns: Promise‹void›
diff --git a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
index 2f57f7dff4..3aed62ef58 100644
--- a/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.kubeobjectmeta/index.html
@@ -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:
@@ -1134,14 +1134,14 @@
props
-Readonly‹KubeObjectMetaProps›
+Readonly‹KubeObjectMetaProps› | KubeObjectMetaProps
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:16
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:20
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:26
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/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html b/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
index 7c40211e18..9752784d97 100644
--- a/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.lineprogress/index.html
@@ -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/master/extensions/api/classes/_renderer_api_components_.menu/index.html b/master/extensions/api/classes/_renderer_api_components_.menu/index.html
index 1a4d468162..cb7cbe052a 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menu/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menu/index.html
@@ -1269,9 +1269,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:
@@ -1283,14 +1283,14 @@
props
-Readonly‹MenuProps›
+Readonly‹MenuProps› | MenuProps
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 +1307,7 @@
MenuProps
-context?
+context
any
@@ -1317,7 +1317,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 +1331,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:54
Protected items#
• items: object
-Defined in src/renderer/components/menu/menu.tsx:55
+Defined in src/renderer/components/menu/menu.tsx:55
Type declaration:
- [ index: number]: MenuItem
@@ -1343,12 +1343,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:53
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 +1387,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:121
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 +1403,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:57
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 +1426,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:51
Accessors#
Protected focusableItems#
• get focusableItems(): MenuItem‹›[]
-Defined in src/renderer/components/menu/menu.tsx:95
+Defined in src/renderer/components/menu/menu.tsx:95
Returns: MenuItem‹›[]
Protected focusedItem#
• get focusedItem(): MenuItem‹›
-Defined in src/renderer/components/menu/menu.tsx:99
+Defined in src/renderer/components/menu/menu.tsx:99
Returns: MenuItem‹›
isOpen#
• get isOpen(): boolean
-Defined in src/renderer/components/menu/menu.tsx:59
+Defined in src/renderer/components/menu/menu.tsx:59
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 +1460,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 +1495,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 +1531,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:232
Parameters:
@@ -1555,7 +1555,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:228
Parameters:
@@ -1575,13 +1575,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:165
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 +1608,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:63
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 +1645,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 +1658,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 +1692,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:84
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 +1733,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:103
Parameters:
@@ -1756,7 +1756,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 +1765,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 +1794,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:216
Parameters:
@@ -1814,7 +1814,7 @@ lifecycle events from running.
onKeyDown#
▸ onKeyDown(evt: KeyboardEvent): void
-Defined in src/renderer/components/menu/menu.tsx:174
+Defined in src/renderer/components/menu/menu.tsx:174
Parameters:
@@ -1834,7 +1834,7 @@ lifecycle events from running.
onScrollOutside#
▸ onScrollOutside(evt: UIEvent): void
-Defined in src/renderer/components/menu/menu.tsx:206
+Defined in src/renderer/components/menu/menu.tsx:206
Parameters:
@@ -1854,24 +1854,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:201
Returns: void
open#
▸ open(): void
-Defined in src/renderer/components/menu/menu.tsx:158
+Defined in src/renderer/components/menu/menu.tsx:158
Returns: void
render#
▸ render(): Element‹›
Overrides void
-Defined in src/renderer/components/menu/menu.tsx:236
+Defined in src/renderer/components/menu/menu.tsx:236
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 +1883,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 +1917,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:170
Returns: void
diff --git a/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html b/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
index 4f5a6639c7..522e2367de 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menuactions/index.html
@@ -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:
@@ -1203,14 +1203,14 @@
props
-Readonly‹MenuActionsProps›
+Readonly‹MenuActionsProps› | MenuActionsProps
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:32
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:34
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:42
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:83
Returns: Element‹›
renderTriggerIcon#
▸ renderTriggerIcon(): Element‹›
-Defined in src/renderer/components/menu/menu-actions.tsx:56
+Defined in src/renderer/components/menu/menu-actions.tsx:56
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:36
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:26
removeConfirmationMessage#
• removeConfirmationMessage:
-Defined in src/renderer/components/menu/menu-actions.tsx:27
+Defined in src/renderer/components/menu/menu-actions.tsx:27
diff --git a/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html b/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
index 973e9be0e0..e1e372670b 100644
--- a/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.menuitem/index.html
@@ -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:
@@ -1189,14 +1189,14 @@
props
-Readonly‹MenuItemProps›
+Readonly‹MenuItemProps› | MenuItemProps
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:307
elem#
• elem: HTMLElement
-Defined in src/renderer/components/menu/menu.tsx:308
+Defined in src/renderer/components/menu/menu.tsx:308
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:305
Static defaultProps#
▪ defaultProps: object = defaultPropsMenuItem as object
-Defined in src/renderer/components/menu/menu.tsx:304
+Defined in src/renderer/components/menu/menu.tsx:304
Accessors#
isFocusable#
• get isFocusable(): boolean
-Defined in src/renderer/components/menu/menu.tsx:310
+Defined in src/renderer/components/menu/menu.tsx:310
Returns: boolean
isLink#
• get isLink(): boolean
-Defined in src/renderer/components/menu/menu.tsx:316
+Defined in src/renderer/components/menu/menu.tsx:316
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:332
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:320
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:336
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/master/extensions/api/classes/_renderer_api_components_.notifications/index.html b/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
index 79ace8b395..55b004bef9 100644
--- a/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.notifications/index.html
@@ -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#
▸ 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/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html b/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
index 657082d05a..7ef287eaee 100644
--- a/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.notificationsstore/index.html
@@ -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.ts:27
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.ts:25
Methods#
add#
▸ add(notification: Notification): function
-Defined in src/renderer/components/notifications/notifications.store.ts:54
+Defined in src/renderer/components/notifications/notifications.store.ts:54
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.ts:33
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.ts:29
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.ts:71
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.ts:46
Parameters:
diff --git a/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html b/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
index 39aa40120e..ada7575353 100644
--- a/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.pagelayout/index.html
@@ -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:
@@ -1142,14 +1142,14 @@
props
-Readonly‹PageLayoutProps›
+Readonly‹PageLayoutProps› | PageLayoutProps
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/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html b/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
index bacee8db2c..43260167b7 100644
--- a/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.poddetailslist/index.html
@@ -1173,9 +1173,9 @@
Constructors#
constructor#
-+ new PodDetailsList(props: Readonly‹Props›): PodDetailsList
++ new PodDetailsList(props: Readonly‹Props› | Props): PodDetailsList
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:
@@ -1187,14 +1187,14 @@
props
-Readonly‹Props›
+Readonly‹Props› | Props
Returns: PodDetailsList
-+ new PodDetailsList(props: Props, context?: any): PodDetailsList
++ new PodDetailsList(props: Props, context: any): PodDetailsList
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:
@@ -1211,7 +1211,7 @@
Props
-context?
+context
any
@@ -1221,7 +1221,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.
@@ -1236,12 +1236,12 @@ Should be used with type annotation or static contextType.
props#
• props: Readonly‹Props› & 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:
@@ -1252,12 +1252,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
@@ -1276,7 +1276,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.
@@ -1290,7 +1290,7 @@ prevents this from being invoked.
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: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.
@@ -1325,7 +1325,7 @@ prevents this from being invoked.
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: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.
@@ -1362,7 +1362,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:
@@ -1389,13 +1389,13 @@ the entire component tree to unmount.
componentDidMount#
▸ componentDidMount(): void
Overrides WizardLayout.componentDidMount
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:54
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:54
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: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:
@@ -1426,7 +1426,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
@@ -1439,7 +1439,7 @@ prevents this from being invoked.
Optional componentWillReceiveProps#
▸ componentWillReceiveProps(nextProps: Readonly‹Props›, 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.
@@ -1473,13 +1473,13 @@ prevents this from being invoked.
componentWillUnmount#
▸ componentWillUnmount(): void
Overrides WizardLayout.componentWillUnmount
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:61
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:61
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: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
@@ -1515,7 +1515,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
@@ -1524,7 +1524,7 @@ prevents this from being invoked.
Optional getSnapshotBeforeUpdate#
▸ getSnapshotBeforeUpdate(prevProps: Readonly‹Props›, 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.
@@ -1553,7 +1553,7 @@ lifecycle events from running.
getTableRow#
▸ getTableRow(uid: string): Element‹›
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:103
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:103
Parameters:
@@ -1574,12 +1574,12 @@ lifecycle events from running.
render#
▸ render(): Element‹›
Overrides void
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:126
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:126
Returns: Element‹›
renderCpuUsage#
▸ renderCpuUsage(id: string, usage: number): string | 0 | Element‹›
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:65
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:65
Parameters:
@@ -1603,7 +1603,7 @@ lifecycle events from running.
renderMemoryUsage#
▸ renderMemoryUsage(id: string, usage: number): string | 0 | Element‹›
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:86
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:86
Parameters:
@@ -1628,7 +1628,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 S
Parameters:
@@ -1640,7 +1640,7 @@ lifecycle events from running.
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: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
@@ -1674,10 +1674,10 @@ and componentDidUpdate will not be called.
Object literals#
Static defaultProps#
▪ defaultProps: object#
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:39
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:39
showTitle#
• showTitle: true = true
-Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:40
+Defined in src/renderer/components/+workloads-pods/pod-details-list.tsx:40
diff --git a/master/extensions/api/classes/_renderer_api_components_.radio/index.html b/master/extensions/api/classes/_renderer_api_components_.radio/index.html
index e7779259f7..970b3a8b1b 100644
--- a/master/extensions/api/classes/_renderer_api_components_.radio/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.radio/index.html
@@ -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:
@@ -1134,14 +1134,14 @@
props
-Readonly‹RadioProps›
+Readonly‹RadioProps› | RadioProps
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/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html b/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
index 127d2a762e..62e997b824 100644
--- a/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.radiogroup/index.html
@@ -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:
@@ -1116,14 +1116,14 @@
props
-Readonly‹RadioGroupProps›
+Readonly‹RadioGroupProps› | RadioGroupProps
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/master/extensions/api/classes/_renderer_api_components_.select/index.html b/master/extensions/api/classes/_renderer_api_components_.select/index.html
index 2b658d38d0..a8c5293289 100644
--- a/master/extensions/api/classes/_renderer_api_components_.select/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.select/index.html
@@ -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:
@@ -1248,14 +1248,14 @@
props
-Readonly‹SelectProps›
+Readonly‹SelectProps› | SelectProps
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#
• menuPlacement: "auto" = "auto"
-Defined in src/renderer/components/select/select.tsx:39
+Defined in src/renderer/components/select/select.tsx:39
menuPortalTarget#
• 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/master/extensions/api/classes/_renderer_api_components_.slider/index.html b/master/extensions/api/classes/_renderer_api_components_.slider/index.html
index 7bde1d56bb..cee955324d 100644
--- a/master/extensions/api/classes/_renderer_api_components_.slider/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.slider/index.html
@@ -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:
@@ -1126,14 +1126,14 @@
props
-Readonly‹SliderProps›
+Readonly‹SliderProps› | SliderProps
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/master/extensions/api/classes/_renderer_api_components_.spinner/index.html b/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
index ad5acd715a..a49e8e4ee4 100644
--- a/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.spinner/index.html
@@ -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:
@@ -1168,14 +1168,14 @@
props
-Readonly‹SpinnerProps›
+Readonly‹SpinnerProps› | SpinnerProps
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/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html b/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
index 33710989a9..c202500896 100644
--- a/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.statusbrick/index.html
@@ -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:
@@ -1118,14 +1118,14 @@
props
-Readonly‹StatusBrickProps›
+Readonly‹StatusBrickProps› | StatusBrickProps
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/master/extensions/api/classes/_renderer_api_components_.stepper/index.html b/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
index 64b16a3a32..32062dd58d 100644
--- a/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.stepper/index.html
@@ -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:
@@ -1116,14 +1116,14 @@
props
-Readonly‹StepperProps›
+Readonly‹StepperProps› | StepperProps
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/master/extensions/api/classes/_renderer_api_components_.tab/index.html b/master/extensions/api/classes/_renderer_api_components_.tab/index.html
index 102b50206b..276ead0791 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tab/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tab/index.html
@@ -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:64
elem#
• elem: HTMLElement
-Defined in src/renderer/components/tabs/tabs.tsx:65
+Defined in src/renderer/components/tabs/tabs.tsx:65
Static contextType#
▪ contextType: Context‹TabsContextValue‹any›› = TabsContext
-Defined in src/renderer/components/tabs/tabs.tsx:63
+Defined in src/renderer/components/tabs/tabs.tsx:63
Accessors#
isActive#
• get isActive(): boolean
-Defined in src/renderer/components/tabs/tabs.tsx:67
+Defined in src/renderer/components/tabs/tabs.tsx:67
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:120
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:113
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:73
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:85
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:95
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:103
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:124
Returns: Element‹›
scrollIntoView#
▸ scrollIntoView(): void
-Defined in src/renderer/components/tabs/tabs.tsx:77
+Defined in src/renderer/components/tabs/tabs.tsx:77
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/master/extensions/api/classes/_renderer_api_components_.table/index.html b/master/extensions/api/classes/_renderer_api_components_.table/index.html
index a452c726a0..3b3e8a4b7d 100644
--- a/master/extensions/api/classes/_renderer_api_components_.table/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.table/index.html
@@ -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#
-
-- sortParams
-
Methods#
- UNSAFE_componentWillMount
@@ -1256,9 +1225,9 @@
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:
@@ -1270,14 +1239,14 @@
props
-Readonly‹TableProps›
+Readonly‹TableProps› | TableProps
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#
• 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/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html b/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
index 0c1320f44e..7197c5bd07 100644
--- a/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
+++ b/master/extensions/api/classes/_renderer_api_components_.tablecell/index.html
@@ -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:
@@ -1173,14 +1173,14 @@