pgadmin4/web/pgadmin/static/js/SchemaView
Ashesh Vashi 5e96f0fd61
Fixes the Variable Schema UI issues and InlineView bug reported in #7884
* Show the icon for the 'Reset' button. (Reference #7884)

* Reload the server list after connecting to a server in the 'New
connection' dialog (QueryTool). (Reference: #7884)

* Pass the grid path during the bulk update (click on a radio action)

* Don't assign the cell value to the 'rowValue' variable.

* Don't rely on the 'optionsLoaded' for setting the variable types as it
is loaded asynchronously, and variable types data may not be available
while rendering the 'value' cell. (Fixes #7884)

* Fixed a type while checking for the 'inline-group'. fixes (#7884)

* 'vnameOptions' can be a Promise function too, hence - taken care accrodingly.

* Introduced a parameter 'reloadOnDepChanges' in the BaseSchemaUI field
to force reload the control on value change for one of the
dependencies.

* Reload on the components in case of dependent value changes.

* Introduced 'useSchemaStateSubscriber', which generates a state
subscriber mananager instance. It helps multiple subscribers in a
single control as we could have multiple subscribe within a control.
(For example - value, options, errors, etc).

* Fixed all the issues reported (#7884)
2024-09-16 00:04:37 +05:30
..
DataGridView Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
SchemaState Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
hooks Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
options Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
utils Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
DepListener.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FieldControl.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FieldSetView.jsx Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
FormLoader.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
FormView.jsx Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
InlineView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
MappedControl.jsx Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
ResetButton.jsx All the issues are fixed reported in #7884 2024-09-11 12:21:41 +05:30
SQLTab.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SaveButton.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SchemaDialogView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SchemaPropertiesView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
SchemaView.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
StyledComponents.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
base_schema.ui.js All the issues are fixed reported in #7884 2024-09-11 12:21:41 +05:30
common.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
index.jsx Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
registry.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30