If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.
StaticɵdirStaticɵfacReturns either the default Metadata provider or the one specified in the Provider property, if it was specified
Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified
Returns either the default RunReport provider or the one specified in the Provider property, if it was specified
Returns either the default RunView provider or the one specified in the Provider property, if it was specified
Adds an app to the user's active list
Closes the dialog without saving
Checks if there are any unsaved changes
Moves an app down in the order. Positional — see MoveUp for why.
Moves an app up in the order. Positional (splice + renumber), NOT a sequence-value swap: rows can carry duplicate Sequence values (issue #3027 — e.g. a re-enabled app kept a stale value), and swapping two equal values is a silent no-op. Reordering by position then renumbering 0..n-1 always works and heals duplicates as a side effect.
Opens the dialog and loads user's app configuration
Removes an app from the user's active list
Resets all changes and reloads the configuration
Saves the user's app configuration
Toggles an app between active and inactive
Full-screen modal dialog for configuring user's application visibility and order. Allows users to: