-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Property grid]: update deps (#1090)
* dependency update and deprication removal * package version fix * changeset * extract-api * revert accidental commit * fixes * lint fix * Update packages/itwin/property-grid/src/hooks/UseContextMenu.tsx Co-authored-by: Grigas <[email protected]> * Update packages/itwin/property-grid/src/hooks/UseContextMenu.tsx Co-authored-by: Grigas <[email protected]> * test fixes * useResizeObserver default height fix * Test fix / changes to close * adjustments * update e2e snapshots --------- Co-authored-by: Grigas <[email protected]>
- Loading branch information
1 parent
4d3b429
commit ff8e71b
Showing
18 changed files
with
724 additions
and
815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@itwin-property-grid-react-8367431f-b9d7-46b2-86c8-533d9857b0ae.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "DevDependency update", | ||
"packageName": "@itwin/property-grid-react", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 46 additions & 46 deletions
92
packages/itwin/property-grid/api/property-grid-react.exports.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
sep=; | ||
Release Tag;API Item | ||
public;AddFavoritePropertyContextMenuItem({ field, imodel, scope, onSelect }: FavoritePropertiesContextMenuItemProps): JSX.Element | null | ||
public;AncestorsNavigationControls({ navigateUp, navigateDown, canNavigateDown, canNavigateUp }: AncestorsNavigationControlsProps): JSX.Element | null | ||
public;AncestorsNavigationControlsProps | ||
public;ContextMenuItemProps | ||
public;ContextMenuProps | ||
public;CopyPropertyTextContextMenuItem({ record, onSelect }: DefaultContextMenuItemProps): JSX.Element | ||
public;createPropertyGrid(propertyGridProps: PropertyGridWidgetProps): Widget | ||
public;DataProviderProps | ||
public;DefaultContextMenuItemProps | ||
public;FavoritePropertiesContextMenuItemProps | ||
public;FilteringPropertyGridProps | ||
public;IModelAppUserPreferencesStorage | ||
public;MultiElementPropertyGrid({ ancestorsNavigationControls, ...props }: MultiElementPropertyGridProps): JSX.Element | ||
public;MultiElementPropertyGridProps | ||
public;NullValueSettingContext({ children }: PropsWithChildren | ||
public;PerformanceTrackedFeatures = "properties-load" | "elements-list-load" | ||
public;PreferencesStorage | ||
public;PropertyGrid({ createDataProvider, ...props }: PropertyGridProps): JSX.Element | null | ||
public;PropertyGridComponent({ preferencesStorage, onPerformanceMeasured, onFeatureUsed, ...props }: PropertyGridComponentProps): JSX.Element | null | ||
public;PropertyGridComponentProps | ||
public;PropertyGridContentBaseProps | ||
public;PropertyGridContentProps = PropertyGridContentBaseProps & ContextMenuProps & SettingsMenuProps | ||
public;PropertyGridContextMenuItem({ id, children, title, onSelect }: PropsWithChildren | ||
public;PropertyGridContextMenuItemProps | ||
public;PropertyGridManager | ||
public;PropertyGridPropertyUpdatedArgs | ||
public;PropertyGridProps = Omit | ||
public;PropertyGridSettingsMenuItem({ id, onClick, title, children }: PropsWithChildren | ||
public;PropertyGridSettingsMenuItemProps | ||
public;PropertyGridUiItemsProvider | ||
deprecated;PropertyGridUiItemsProvider | ||
public;PropertyGridUiItemsProviderProps | ||
deprecated;PropertyGridUiItemsProviderProps | ||
public;PropertyGridWidgetId = "vcr:PropertyGridComponent" | ||
public;PropertyGridWidgetProps | ||
public;RemoveFavoritePropertyContextMenuItem({ field, imodel, scope, onSelect }: FavoritePropertiesContextMenuItemProps): JSX.Element | null | ||
public;SettingsMenuItemProps | ||
public;SettingsMenuProps | ||
public;ShowHideNullValuesSettingsMenuItem({ close, persist }: ShowHideNullValuesSettingsMenuItemProps): JSX.Element | ||
public;ShowHideNullValuesSettingsMenuItemProps | ||
public;SingleElementDataProviderProps | ||
public;SingleElementPropertyGrid({ instanceKey, createDataProvider, ...props }: SingleElementPropertyGridProps): JSX.Element | null | ||
public;SingleElementPropertyGridProps = Omit | ||
public;TelemetryContextProvider({ onPerformanceMeasured, onFeatureUsed, children }: PropsWithChildren | ||
public;usePropertyGridTransientState | ||
Release Tag;API Item Type;API Item Name | ||
public;function;AddFavoritePropertyContextMenuItem | ||
public;function;AncestorsNavigationControls | ||
public;interface;AncestorsNavigationControlsProps | ||
public;interface;ContextMenuItemProps | ||
public;interface;ContextMenuProps | ||
public;function;CopyPropertyTextContextMenuItem | ||
public;function;createPropertyGrid | ||
public;interface;DataProviderProps | ||
public;interface;DefaultContextMenuItemProps | ||
public;interface;FavoritePropertiesContextMenuItemProps | ||
public;interface;FilteringPropertyGridProps | ||
public;class;IModelAppUserPreferencesStorage | ||
public;function;MultiElementPropertyGrid | ||
public;interface;MultiElementPropertyGridProps | ||
public;function;NullValueSettingContext | ||
public;type;PerformanceTrackedFeatures | ||
public;interface;PreferencesStorage | ||
public;function;PropertyGrid | ||
public;function;PropertyGridComponent | ||
public;interface;PropertyGridComponentProps | ||
public;interface;PropertyGridContentBaseProps | ||
public;type;PropertyGridContentProps | ||
public;function;PropertyGridContextMenuItem | ||
public;interface;PropertyGridContextMenuItemProps | ||
public;class;PropertyGridManager | ||
public;interface;PropertyGridPropertyUpdatedArgs | ||
public;type;PropertyGridProps | ||
public;function;PropertyGridSettingsMenuItem | ||
public;interface;PropertyGridSettingsMenuItemProps | ||
public;class;PropertyGridUiItemsProvider | ||
deprecated;class;PropertyGridUiItemsProvider | ||
public;interface;PropertyGridUiItemsProviderProps | ||
deprecated;interface;PropertyGridUiItemsProviderProps | ||
public;const;PropertyGridWidgetId | ||
public;interface;PropertyGridWidgetProps | ||
public;function;RemoveFavoritePropertyContextMenuItem | ||
public;interface;SettingsMenuItemProps | ||
public;interface;SettingsMenuProps | ||
public;function;ShowHideNullValuesSettingsMenuItem | ||
public;interface;ShowHideNullValuesSettingsMenuItemProps | ||
public;interface;SingleElementDataProviderProps | ||
public;function;SingleElementPropertyGrid | ||
public;type;SingleElementPropertyGridProps | ||
public;function;TelemetryContextProvider | ||
public;function;usePropertyGridTransientState |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.