@onecx/angular-accelerator 9.0.0-rc.8 → 9.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.9",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"@angular/router": "^21.0.0",
|
|
16
16
|
"@ngx-translate/core": "^17.0.0",
|
|
17
17
|
"@ngneat/until-destroy": "^10.0.0",
|
|
18
|
-
"@onecx/integration-interface": "^9.0.0-rc.
|
|
19
|
-
"@onecx/accelerator": "^9.0.0-rc.
|
|
20
|
-
"@onecx/angular-integration-interface": "^9.0.0-rc.
|
|
21
|
-
"@onecx/angular-remote-components": "^9.0.0-rc.
|
|
22
|
-
"@onecx/angular-testing": "^9.0.0-rc.
|
|
23
|
-
"@onecx/angular-utils": "^9.0.0-rc.
|
|
18
|
+
"@onecx/integration-interface": "^9.0.0-rc.9",
|
|
19
|
+
"@onecx/accelerator": "^9.0.0-rc.9",
|
|
20
|
+
"@onecx/angular-integration-interface": "^9.0.0-rc.9",
|
|
21
|
+
"@onecx/angular-remote-components": "^9.0.0-rc.9",
|
|
22
|
+
"@onecx/angular-testing": "^9.0.0-rc.9",
|
|
23
|
+
"@onecx/angular-utils": "^9.0.0-rc.9",
|
|
24
24
|
"chart.js": "^4.4.3",
|
|
25
25
|
"d3-scale-chromatic": "^3.1.0",
|
|
26
26
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -2037,6 +2037,7 @@ type Component<T extends unknown> = unknown extends T ? {
|
|
|
2037
2037
|
};
|
|
2038
2038
|
type DialogButton = 'primary' | 'secondary' | 'custom';
|
|
2039
2039
|
type DialogStateButtonClicked = 'primary' | 'secondary' | 'custom';
|
|
2040
|
+
type DialogInitiator = 'initiator' | 'default';
|
|
2040
2041
|
/**
|
|
2041
2042
|
* Object containing information about clicked button ('primary' or 'secondary') and displayed component state captured on button click (only if component implements {@link DialogResult} interface)
|
|
2042
2043
|
*/
|
|
@@ -2073,6 +2074,7 @@ type PortalDialogConfig = {
|
|
|
2073
2074
|
position?: string;
|
|
2074
2075
|
closeAriaLabel?: string;
|
|
2075
2076
|
initiatorRef?: HTMLElement;
|
|
2077
|
+
onCloseFocus?: DialogInitiator;
|
|
2076
2078
|
};
|
|
2077
2079
|
interface PortalDialogServiceData {
|
|
2078
2080
|
primaryButtonEnabled$: Subject<boolean>;
|
|
@@ -2297,6 +2299,7 @@ interface ButtonDialogConfig {
|
|
|
2297
2299
|
autoFocusButton?: DialogButton;
|
|
2298
2300
|
autoFocusButtonCustomId?: string;
|
|
2299
2301
|
initiatorRef?: HTMLElement;
|
|
2302
|
+
onCloseFocus?: DialogInitiator;
|
|
2300
2303
|
}
|
|
2301
2304
|
interface ButtonDialogData {
|
|
2302
2305
|
config: ButtonDialogConfig;
|
|
@@ -2590,4 +2593,4 @@ declare function handleAction(router: Router, action: Action | DataAction, data?
|
|
|
2590
2593
|
declare function handleActionSync(router: Router, action: Action | DataAction, data?: any): void;
|
|
2591
2594
|
|
|
2592
2595
|
export { AdvancedDirective, AngularAcceleratorMissingTranslationHandler, AngularAcceleratorModule, AngularAcceleratorPrimeNgModule, BasicDirective, BreadcrumbService, ColorUtils, ColumnGroupSelectionComponent, ColumnType, ConsentComponent, CustomGroupColumnSelectorComponent, DataLayoutSelectionComponent, DataListGridComponent, DataListGridSortingComponent, DataOperationStrategy, DataSortDirection, DataTableComponent, DataViewComponent, DataViewStateService, DateUtils, DiagramComponent, DiagramType, DialogContentComponent, DialogFooterComponent, DialogInlineComponent, DialogMessageContentComponent, DynamicPipe, ExportDataService, FilterType, FilterViewComponent, GlobalErrorComponent, GroupByCountDiagramComponent, IfBreakpointDirective, IfPermissionDirective, ImageLogoUrlUtils, InteractiveDataViewComponent, LifecycleComponent, LoadingIndicatorComponent, LoadingIndicatorDirective, ObjectUtils, ObservableOutputEmitterRef, OcxContentComponent, OcxContentContainerComponent, OcxContentContainerDirective, OcxContentDirective, OcxTimeAgoPipe, OcxTooltipDirective, PageHeaderComponent, PortalDialogService, RelativeDatePipe, SearchHeaderComponent, SrcDirective, TemplateDirective, TemplateType, TooltipOnOverflowDirective, atLeastOneFieldFilledValidator, buildSearchCriteria, defaultDialogData, defaultPrimaryButtonDetails, defaultSecondaryButtonDetails, enumToDropdownOptions, findEntryWithKeyword, findTemplate, flattenObject, handleAction, handleActionSync, limit, observableOutput, providePortalDialogService, removeKeyword, resolveRouterLink, searchPrefixWithSpecialChars };
|
|
2593
|
-
export type { Action, ActionColumnChangedEvent, BreadCrumbMenuItem, BuildSearchCriteriaParameters, ButtonDialogButtonDetails, ButtonDialogConfig, ButtonDialogCustomButtonDetails, ButtonDialogData, ChartType, ColumnFilterDataSelectOptions, ColumnGroupData, ColumnGroupSelectionComponentState, ColumnSelectionChangedEvent, ConsentChangedEvent, CustomGroupColumnSelectorComponentState, DataAction, DataLayoutSelectionComponentState, DataListGridComponentState, DataListGridSortingComponentState, DataTableColumn, DataTableComponentState, DataViewComponentState, DiagramColumn, DiagramComponentState, DiagramLayouts, DialogButton, DialogButtonClicked, DialogCustomButtonsDisabled, DialogPrimaryButtonDisabled, DialogResult, DialogSecondaryButtonDisabled, DialogState, DialogStateButtonClicked, Filter$1 as Filter, FilterObject, FilterViewComponentState, FilterViewDisplayMode, FilterViewRowDetailData, FilterViewRowDisplayData, GridColumnOptions, GroupByCountDiagramComponentState, GroupSelectionChangedEvent, HomeItem, InteractiveDataView, InteractiveDataViewComponentState, InteractiveExpandedRows, LifecycleStep, ListGridData, ListGridDataMenuItem, ListGridSort, ObjectDetailItem, OnMissingPermission, PermissionInput, PortalDialogConfig, PortalDialogServiceData, PrimeIcon, Primitive, Result, RouterLink, Row, SearchConfigData, SearchHeaderComponentState, Sort, TranslationKey, TranslationKeyWithParameters, ViewLayout, hasShowTimeFunction };
|
|
2596
|
+
export type { Action, ActionColumnChangedEvent, BreadCrumbMenuItem, BuildSearchCriteriaParameters, ButtonDialogButtonDetails, ButtonDialogConfig, ButtonDialogCustomButtonDetails, ButtonDialogData, ChartType, ColumnFilterDataSelectOptions, ColumnGroupData, ColumnGroupSelectionComponentState, ColumnSelectionChangedEvent, ConsentChangedEvent, CustomGroupColumnSelectorComponentState, DataAction, DataLayoutSelectionComponentState, DataListGridComponentState, DataListGridSortingComponentState, DataTableColumn, DataTableComponentState, DataViewComponentState, DiagramColumn, DiagramComponentState, DiagramLayouts, DialogButton, DialogButtonClicked, DialogCustomButtonsDisabled, DialogInitiator, DialogPrimaryButtonDisabled, DialogResult, DialogSecondaryButtonDisabled, DialogState, DialogStateButtonClicked, Filter$1 as Filter, FilterObject, FilterViewComponentState, FilterViewDisplayMode, FilterViewRowDetailData, FilterViewRowDisplayData, GridColumnOptions, GroupByCountDiagramComponentState, GroupSelectionChangedEvent, HomeItem, InteractiveDataView, InteractiveDataViewComponentState, InteractiveExpandedRows, LifecycleStep, ListGridData, ListGridDataMenuItem, ListGridSort, ObjectDetailItem, OnMissingPermission, PermissionInput, PortalDialogConfig, PortalDialogServiceData, PrimeIcon, Primitive, Result, RouterLink, Row, SearchConfigData, SearchHeaderComponentState, Sort, TranslationKey, TranslationKeyWithParameters, ViewLayout, hasShowTimeFunction };
|