Stored percent (0–100) for the progress bar. Backed instead of computed via getter because the original getter recomputed on every Angular CD read and the async save loop mutated addFromViewProgress between the initial check and dev-mode re-check — producing NG0100 ExpressionChangedAfterItHasBeenCheckedError floods in the console. Updated via setAddFromViewProgress(...) at controlled points.
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.
Bumped on every list-membership mutation so the Usage stats sidebar re-queries member count / growth / last-activity. Without this nudge, those numbers drift from reality until a full page reload because the stats component otherwise only loads on init.
StaticɵdirStaticɵfacEmpty-state title shown when an add-records search returns no matches.
Returns 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
Apply the chosen status to all selected list-detail rows. Re-uses
the existing extract-record-id-from-composite-key logic to map
selectedKeys to the actual MJ: List Detail.RecordID values.
"Continue" / "Copy" click in the target picker. For Copy we apply immediately. For Move we build a local Delta and show the confirm dialog — the actual mutation fires from onMoveConfirmCommit().
Run the export with the user's chosen format + columns. Resolves the list's member RecordIDs from the in-memory grid when possible (avoids an extra RunView), then bulk-loads the underlying entity rows restricted to the chosen Fields. Output is projected to exactly the user's selected columns + ordering.
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
Kick off a refresh-from-source preview. Builds the delta server-side and opens the confirm dialog when it returns. The dialog enforces the acknowledgement UX; the server enforces the actual drop guard.
Open the format + column picker (mockup 26). Resolves the candidate field list from EntityInfo on the loaded provider — no extra RunView. Default selection is every non-virtual entity field, which matches what the underlying grid's "export all" path produced.
Base class for all Angular components in the MemberJunction system.