Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immer to ^9.0.1 #1027

Merged
merged 10 commits into from Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions common/api/summary/ui-framework.exports.csv
Expand Up @@ -186,7 +186,7 @@ public;ElementTooltipChangedEventArgs
alpha;EmphasizeElementsChangedArgs
beta;ExpandableSection
beta;ExpandableSectionProps
internal;expandWidget:
internal;expandWidget: (base:
beta;ExtensibleToolbarProps
beta;featureOverridesActiveStateFunc(state: Readonly
alpha;FocusToolSettings
Expand Down Expand Up @@ -457,19 +457,19 @@ beta;SessionStateActionsProps
beta;SessionStateActionsUnion = ActionsUnion
beta;sessionStateMapDispatchToProps:
beta;SessionStateReducer(state: SessionState | undefined, action: SessionStateActionsUnion): DeepReadonly
internal;setPanelSize:
internal;setPanelSize: (base:
beta;SettingsModalFrontstage
internal;settingsStatusToUiSettingsStatus(status: SettingsStatus): UiSettingsStatus
internal;setWidgetLabel:
internal;setWidgetState:
internal;setWidgetLabel: (base:
internal;setWidgetState: (base:
alpha;SheetCard
alpha;SheetCardProps
alpha;SheetData
alpha;SheetNavigationAid
alpha;SheetNavigationAidControl
alpha;SheetNavigationProps
alpha;SheetsModalFrontstage
internal;showWidget:
internal;showWidget: (base:
public;SignIn
public;SignInProps
public;SignOutModalFrontstage
Expand Down
20 changes: 10 additions & 10 deletions common/api/ui-framework.api.md
Expand Up @@ -1869,7 +1869,7 @@ export interface ExpandableSectionProps extends CommonProps {
}

// @internal (undocumented)
export const expandWidget: <Base extends {
export const expandWidget: (base: {
readonly draggedTab: {
readonly tabId: string;
readonly position: {
Expand Down Expand Up @@ -1982,7 +1982,7 @@ export const expandWidget: <Base extends {
readonly width: number;
readonly height: number;
};
}>(base: Base, id: string) => Base;
}, id: string) => import("immer/dist/internal").WritableDraft<NineZoneState>;

// @beta
export interface ExtensibleToolbarProps {
Expand Down Expand Up @@ -4659,7 +4659,7 @@ export const sessionStateMapDispatchToProps: {
export function SessionStateReducer(state: SessionState | undefined, action: SessionStateActionsUnion): DeepReadonly<SessionState>;

// @internal (undocumented)
export const setPanelSize: <Base extends {
export const setPanelSize: (base: {
readonly draggedTab: {
readonly tabId: string;
readonly position: {
Expand Down Expand Up @@ -4772,7 +4772,7 @@ export const setPanelSize: <Base extends {
readonly width: number;
readonly height: number;
};
}>(base: Base, side: PanelSide, size: number | undefined) => Base;
}, side: PanelSide, size: number | undefined) => import("immer/dist/internal").WritableDraft<NineZoneState>;

// @beta
export class SettingsModalFrontstage implements ModalFrontstageInfo {
Expand All @@ -4797,7 +4797,7 @@ export class SettingsModalFrontstage implements ModalFrontstageInfo {
export function settingsStatusToUiSettingsStatus(status: SettingsStatus): UiSettingsStatus;

// @internal (undocumented)
export const setWidgetLabel: <Base extends {
export const setWidgetLabel: (base: {
readonly draggedTab: {
readonly tabId: string;
readonly position: {
Expand Down Expand Up @@ -4910,10 +4910,10 @@ export const setWidgetLabel: <Base extends {
readonly width: number;
readonly height: number;
};
}>(base: Base, id: string, label: string) => Base;
}, id: string, label: string) => import("immer/dist/internal").WritableDraft<NineZoneState>;

// @internal (undocumented)
export const setWidgetState: <Base extends {
export const setWidgetState: (base: {
readonly draggedTab: {
readonly tabId: string;
readonly position: {
Expand Down Expand Up @@ -5026,7 +5026,7 @@ export const setWidgetState: <Base extends {
readonly width: number;
readonly height: number;
};
}>(base: Base, widgetDef: WidgetDef, state: WidgetState_2) => Base;
}, widgetDef: WidgetDef, state: WidgetState_2) => import("immer/dist/internal").WritableDraft<NineZoneState>;

// @alpha
export class SheetCard extends React.Component<SheetCardProps, SheetCardState> {
Expand Down Expand Up @@ -5093,7 +5093,7 @@ export class SheetsModalFrontstage implements ModalFrontstageInfo {
}

// @internal (undocumented)
export const showWidget: <Base extends {
export const showWidget: (base: {
readonly draggedTab: {
readonly tabId: string;
readonly position: {
Expand Down Expand Up @@ -5206,7 +5206,7 @@ export const showWidget: <Base extends {
readonly width: number;
readonly height: number;
};
}>(base: Base, id: string) => Base;
}, id: string) => import("immer/dist/internal").WritableDraft<NineZoneState>;

// @public
export class SignIn extends React.PureComponent<SignInProps> {
Expand Down
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/presentation-components",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/presentation-components",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-components",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-components",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-framework",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-framework",
"email": "70327485+roluk@users.noreply.github.com"
}
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@bentley/ui-ninezone",
"comment": "",
"type": "none"
}
],
"packageName": "@bentley/ui-ninezone",
"email": "70327485+roluk@users.noreply.github.com"
}