@acorex/platform 21.0.0-next.92 → 21.0.0-next.93
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/fesm2022/acorex-platform-common.mjs +9 -4
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-contracts.mjs +12 -1
- package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +2 -16
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs +0 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +4 -4
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +4 -3
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +4 -3
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +24 -4
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +5 -4
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs +141 -0
- package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widget-core.mjs +5 -132
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs} +2 -2
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs +13 -440
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime-contracts.mjs +166 -0
- package/fesm2022/acorex-platform-runtime-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-runtime.mjs +1 -163
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs} +3 -2
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +4 -3
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/package.json +14 -6
- package/types/acorex-platform-common.d.ts +15 -5
- package/types/acorex-platform-contracts.d.ts +106 -4
- package/types/acorex-platform-core.d.ts +4 -101
- package/types/acorex-platform-layout-builder.d.ts +3 -3
- package/types/acorex-platform-layout-components.d.ts +4 -3
- package/types/acorex-platform-layout-designer.d.ts +2 -1
- package/types/acorex-platform-layout-entity-contracts.d.ts +2 -3
- package/types/acorex-platform-layout-entity.d.ts +12 -10
- package/types/acorex-platform-layout-views.d.ts +10 -9
- package/types/acorex-platform-layout-widget-core-contracts.d.ts +299 -0
- package/types/acorex-platform-layout-widget-core.d.ts +9 -301
- package/types/acorex-platform-layout-widgets.d.ts +55 -80
- package/types/acorex-platform-runtime-contracts.d.ts +275 -0
- package/types/acorex-platform-runtime.d.ts +4 -274
- package/types/acorex-platform-themes-default.d.ts +3 -3
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i1 from '@acorex/platform/layout/widget-core';
|
|
2
|
-
import { AXPDataListWidgetComponent, AXPColumnWidgetComponent, AXPLayoutBaseWidgetComponent, AXPWidgetCoreElementAPI,
|
|
2
|
+
import { AXPDataListWidgetComponent, AXPColumnWidgetComponent, AXPLayoutBaseWidgetComponent, AXPWidgetCoreElementAPI, AXPValueWidgetComponent, AXPBlockBaseLayoutWidgetComponent, AXPFlexBaseLayoutWidgetComponent, AXPFlexItemBaseLayoutWidgetComponent, AXPWidgetCoreElementAction, AXPTableBaseLayoutWidgetComponent, AXPTableItemBaseLayoutWidgetComponent, AXPGridBoxString, AXPGridBreakpointValues, AXPBreakpoints, AXPBorderBox, AXPSpacingBox, AXPBorderBoxString, AXPPropertyEditorSideValues, AXPPropertyEditorCornerValues, AXPFlexBoxString, AXPGridItemBoxString, AXPSpacingBoxString } from '@acorex/platform/layout/widget-core';
|
|
3
3
|
export * from '@acorex/platform/layout/widget-core';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
5
|
import { OnInit, WritableSignal, InjectionToken, EventEmitter, Signal, AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, ComponentRef } from '@angular/core';
|
|
6
6
|
import * as _acorex_platform_contracts from '@acorex/platform/contracts';
|
|
7
|
-
import { AXPWidgetNode, AXPContextChangeEvent, AXPFilterClause, AXPFilterDefinition, AXPValidationRule, AXPAddressMode, AXPAddressLabel, AXPAddressData, AXPFileListItem,
|
|
7
|
+
import { AXPWidgetNode, AXPContextChangeEvent, AXPFilterClause, AXPFilterDefinition, AXPValidationRule, AXPAddressMode, AXPAddressLabel, AXPAddressData, AXPFileListItem, AXPIntegrationProviderListItemDto, AXPSafeIntegrationConnectionDto, AXPStatusDefinition, AXPStatusTransition, AXPStatusProvider, AXPMultiLanguageString, AXPActionMenuItem } from '@acorex/platform/contracts';
|
|
8
8
|
import { AXValueChangedEvent, AXDataSourceFilterOption, AXStyleColorType, AXClickEvent, AXStyleLookType, AXDataSource, AXDirection, AXButtonClickEvent, AXOrientation } from '@acorex/cdk/common';
|
|
9
9
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
10
|
-
import
|
|
11
|
-
import { AXPDeviceService, AXPTag, AXPExpressionEvaluatorService, AXPActionMenuItem, AXPDataSourceDefinition } from '@acorex/platform/core';
|
|
10
|
+
import { AXPDeviceService, AXPTag, AXPExpressionEvaluatorService, AXPDataSourceDefinition } from '@acorex/platform/core';
|
|
12
11
|
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
|
12
|
+
import { AXPWidgetConfig } from '@acorex/platform/layout/widget-core-contracts';
|
|
13
13
|
import { AXPCommandActionCallback } from '@acorex/platform/layout/entity-contracts';
|
|
14
14
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
15
15
|
import { AXPClipBoardService, AXPDateTimeFilterValue, AXPDateTimeFilterPreset, AXPFilterOperator, AXPLanguage, AXCFileUploaderAction, AXCFileUploaderCapabilities } from '@acorex/platform/common';
|
|
@@ -36,7 +36,7 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
36
36
|
import { AXGridLayoutOptions, AXGridLayoutNode } from '@acorex/components/grid-layout-builder';
|
|
37
37
|
import { AXStepWizardLook, AXStepWizardComponent } from '@acorex/components/step-wizard';
|
|
38
38
|
import { AXMenuItem } from '@acorex/components/menu';
|
|
39
|
-
import { AXPQuery } from '@acorex/platform/runtime';
|
|
39
|
+
import { AXPQuery } from '@acorex/platform/runtime-contracts';
|
|
40
40
|
|
|
41
41
|
/** One row in the multi-language popup (sidebar + tab content). */
|
|
42
42
|
interface AXPSelectLanguageRow {
|
|
@@ -273,7 +273,7 @@ interface AXPButtonWidgetOptions {
|
|
|
273
273
|
edit: AXPButtonWidgetEditOptions;
|
|
274
274
|
column: AXPButtonWidgetColumnOptions;
|
|
275
275
|
}
|
|
276
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
276
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
277
277
|
interface AXPWidgetTypesMap {
|
|
278
278
|
buttonAction: 'button-action';
|
|
279
279
|
}
|
|
@@ -416,7 +416,7 @@ declare class AXPColorBoxWidgetViewComponent extends AXPValueWidgetComponent<any
|
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
declare const AXPColorBoxWidget: AXPWidgetConfig;
|
|
419
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
419
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
420
420
|
interface AXPWidgetTypesMap {
|
|
421
421
|
color: 'color-editor';
|
|
422
422
|
}
|
|
@@ -594,7 +594,7 @@ interface AXPConnectedListsWidgetOptions {
|
|
|
594
594
|
edit: AXPConnectedListsWidgetEditOptions;
|
|
595
595
|
column: AXPConnectedListsWidgetColumnOptions;
|
|
596
596
|
}
|
|
597
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
597
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
598
598
|
interface AXPWidgetTypesMap {
|
|
599
599
|
connectedLists: 'connected-lists-editor';
|
|
600
600
|
}
|
|
@@ -684,7 +684,7 @@ declare class AXPContactWidgetViewComponent extends AXPValueWidgetComponent<AXPC
|
|
|
684
684
|
}
|
|
685
685
|
|
|
686
686
|
declare const AXPContactWidget: AXPWidgetConfig;
|
|
687
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
687
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
688
688
|
interface AXPWidgetTypesMap {
|
|
689
689
|
contact: 'contact-editor';
|
|
690
690
|
}
|
|
@@ -919,7 +919,7 @@ declare class AXPDateTimeBoxWidgetColumnComponent extends AXPColumnWidgetCompone
|
|
|
919
919
|
}
|
|
920
920
|
|
|
921
921
|
declare const AXPDateTimeBoxWidget: AXPWidgetConfig;
|
|
922
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
922
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
923
923
|
interface AXPWidgetTypesMap {
|
|
924
924
|
dateTime: 'date-time-editor';
|
|
925
925
|
}
|
|
@@ -1076,7 +1076,7 @@ declare class AXPEditorJsWidgetViewComponent extends AXPValueWidgetComponent<any
|
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
declare const AXPEditorJsWidget: AXPWidgetConfig;
|
|
1079
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1079
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1080
1080
|
interface AXPWidgetTypesMap {
|
|
1081
1081
|
editorJs: 'editor-js-editor';
|
|
1082
1082
|
}
|
|
@@ -1138,7 +1138,7 @@ declare class AXPLargeTextWidgetViewComponent extends AXPValueWidgetComponent<st
|
|
|
1138
1138
|
}
|
|
1139
1139
|
|
|
1140
1140
|
declare const AXPLargeTextWidget: AXPWidgetConfig;
|
|
1141
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1141
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1142
1142
|
interface AXPWidgetTypesMap {
|
|
1143
1143
|
largeText: 'large-text-editor';
|
|
1144
1144
|
}
|
|
@@ -1215,7 +1215,7 @@ interface AXPListWidgetOptions {
|
|
|
1215
1215
|
edit: AXPListWidgetEditOptions;
|
|
1216
1216
|
column: AXPListWidgetColumnOptions;
|
|
1217
1217
|
}
|
|
1218
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1218
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1219
1219
|
interface AXPWidgetTypesMap {
|
|
1220
1220
|
list: 'list-editor';
|
|
1221
1221
|
}
|
|
@@ -1259,7 +1259,7 @@ declare class AXPNumberBoxWidgetViewComponent extends AXPValueWidgetComponent<an
|
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
1261
|
declare const AXPNumberBoxWidget: AXPWidgetConfig;
|
|
1262
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1262
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1263
1263
|
interface AXPWidgetTypesMap {
|
|
1264
1264
|
number: 'number-editor';
|
|
1265
1265
|
}
|
|
@@ -1342,7 +1342,7 @@ declare class AXPPasswordBoxWidgetViewComponent extends AXPValueWidgetComponent<
|
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
1344
|
declare const AXPPasswordBoxWidget: AXPWidgetConfig;
|
|
1345
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1345
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1346
1346
|
interface AXPWidgetTypesMap {
|
|
1347
1347
|
password: 'password-editor';
|
|
1348
1348
|
}
|
|
@@ -1560,7 +1560,7 @@ declare class AXPRichTextWidgetViewComponent extends AXPValueWidgetComponent<str
|
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
1562
|
declare const AXPRichTextWidget: AXPWidgetConfig;
|
|
1563
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1563
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1564
1564
|
interface AXPWidgetTypesMap {
|
|
1565
1565
|
richText: 'rich-text-editor';
|
|
1566
1566
|
}
|
|
@@ -1694,7 +1694,7 @@ declare class AXPSelectBoxWidgetViewComponent extends AXPDataListWidgetComponent
|
|
|
1694
1694
|
}
|
|
1695
1695
|
|
|
1696
1696
|
declare const AXPSelectBoxWidget: AXPWidgetConfig;
|
|
1697
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1697
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1698
1698
|
interface AXPWidgetTypesMap {
|
|
1699
1699
|
select: 'select-editor';
|
|
1700
1700
|
}
|
|
@@ -1792,7 +1792,7 @@ declare class AXPSelectionListWidgetViewComponent extends AXPDataListWidgetCompo
|
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
declare const AXPSelectionListWidget: AXPWidgetConfig;
|
|
1795
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1795
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1796
1796
|
interface AXPWidgetTypesMap {
|
|
1797
1797
|
selectionList: 'selection-list-editor';
|
|
1798
1798
|
}
|
|
@@ -1956,7 +1956,7 @@ declare class AXPTemplateBoxWidgetViewComponent extends AXPValueWidgetComponent<
|
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
1958
|
declare const AXPTemplateBoxWidget: AXPWidgetConfig;
|
|
1959
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
1959
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
1960
1960
|
interface AXPWidgetTypesMap {
|
|
1961
1961
|
templateEditor: 'template-box-editor';
|
|
1962
1962
|
}
|
|
@@ -2016,7 +2016,7 @@ declare class AXPTextBoxWidgetViewComponent extends AXPValueWidgetComponent<stri
|
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
2018
2018
|
declare const AXPTextBoxWidget: AXPWidgetConfig;
|
|
2019
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2019
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2020
2020
|
interface AXPWidgetTypesMap {
|
|
2021
2021
|
text: 'text-editor';
|
|
2022
2022
|
}
|
|
@@ -2083,7 +2083,7 @@ declare class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent<boole
|
|
|
2083
2083
|
}
|
|
2084
2084
|
|
|
2085
2085
|
declare const AXPToggleWidget: AXPWidgetConfig;
|
|
2086
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2086
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2087
2087
|
interface AXPWidgetTypesMap {
|
|
2088
2088
|
toggle: 'toggle-editor';
|
|
2089
2089
|
}
|
|
@@ -2194,7 +2194,7 @@ interface AXPAvatarWidgetOptions {
|
|
|
2194
2194
|
print: AXPAvatarWidgetPrintOptions;
|
|
2195
2195
|
column: AXPAvatarWidgetColumnOptions;
|
|
2196
2196
|
}
|
|
2197
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2197
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2198
2198
|
interface AXPWidgetTypesMap {
|
|
2199
2199
|
avatar: 'avatar';
|
|
2200
2200
|
}
|
|
@@ -2556,7 +2556,7 @@ interface AXPGalleryWidgetOptions {
|
|
|
2556
2556
|
edit: AXPGalleryWidgetEditOptions;
|
|
2557
2557
|
print: AXPGalleryWidgetPrintOptions;
|
|
2558
2558
|
}
|
|
2559
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2559
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2560
2560
|
interface AXPWidgetTypesMap {
|
|
2561
2561
|
gallery: 'gallery';
|
|
2562
2562
|
}
|
|
@@ -2675,7 +2675,7 @@ interface AXPImageMarkerWidgetOptions {
|
|
|
2675
2675
|
designer: AXPImageMarkerWidgetDesignerOptions;
|
|
2676
2676
|
column: AXPImageMarkerWidgetColumnOptions;
|
|
2677
2677
|
}
|
|
2678
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2678
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2679
2679
|
interface AXPWidgetTypesMap {
|
|
2680
2680
|
imageMarker: 'image-marker';
|
|
2681
2681
|
}
|
|
@@ -2688,33 +2688,16 @@ interface AXPIntegrationConnectionsPanelWidgetOptions {
|
|
|
2688
2688
|
providerId?: string;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
|
-
interface AXPIntegrationAuthMethodPopupOption {
|
|
2692
|
-
type: AXPIntegrationAuthMethodType;
|
|
2693
|
-
label: string;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
interface AXPIntegrationConnectionConnectPopupResult {
|
|
2697
|
-
displayName: string;
|
|
2698
|
-
instanceUrl: string;
|
|
2699
|
-
credentialPrimary: string;
|
|
2700
|
-
credentialSecondary: string;
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
2691
|
declare class AXPIntegrationConnectionsPanelWidgetEditComponent extends AXPValueWidgetComponent<unknown> {
|
|
2704
2692
|
protected readonly I18N = "@platform-layout-widgets:widgets.integration-connections-panel";
|
|
2705
2693
|
private readonly queryService;
|
|
2706
2694
|
private readonly commandService;
|
|
2707
|
-
private readonly sessionService;
|
|
2708
|
-
private readonly providerRegistry;
|
|
2709
|
-
private readonly translationService;
|
|
2710
|
-
private readonly popupService;
|
|
2711
2695
|
protected readonly providerIdFilter: _angular_core.Signal<string | undefined>;
|
|
2712
2696
|
protected readonly visibleProviders: _angular_core.Signal<AXPIntegrationProviderListItemDto[]>;
|
|
2713
2697
|
protected readonly loading: _angular_core.WritableSignal<boolean>;
|
|
2714
2698
|
protected readonly providers: _angular_core.WritableSignal<AXPIntegrationProviderListItemDto[]>;
|
|
2715
2699
|
protected readonly connections: _angular_core.WritableSignal<AXPSafeIntegrationConnectionDto[]>;
|
|
2716
|
-
protected readonly
|
|
2717
|
-
protected readonly selectedAuthMethod: _angular_core.WritableSignal<Record<string, AXPIntegrationAuthMethodType>>;
|
|
2700
|
+
protected readonly selectedAuthMethod: _angular_core.WritableSignal<Record<string, string>>;
|
|
2718
2701
|
protected readonly formDisplayName: _angular_core.WritableSignal<Record<string, string>>;
|
|
2719
2702
|
protected readonly formInstanceUrl: _angular_core.WritableSignal<Record<string, string>>;
|
|
2720
2703
|
protected readonly formCredentialPrimary: _angular_core.WritableSignal<Record<string, string>>;
|
|
@@ -2723,23 +2706,15 @@ declare class AXPIntegrationConnectionsPanelWidgetEditComponent extends AXPValue
|
|
|
2723
2706
|
protected isConnectedOAuth(providerId: string): boolean;
|
|
2724
2707
|
protected connectedPrimaryValue(providerId: string): string;
|
|
2725
2708
|
protected connectedSecretPreview(providerId: string): string;
|
|
2726
|
-
protected hasMultipleAuthMethods(provider: AXPIntegrationProviderListItemDto): boolean;
|
|
2727
|
-
protected isOAuth(providerId: string): boolean;
|
|
2728
2709
|
protected isBasic(providerId: string): boolean;
|
|
2729
2710
|
protected isApiToken(providerId: string): boolean;
|
|
2730
2711
|
protected showSecondaryCredential(providerId: string): boolean;
|
|
2731
2712
|
protected primaryCredentialLabelKey(providerId: string): string;
|
|
2732
2713
|
protected secondaryCredentialLabelKey(providerId: string): string;
|
|
2733
2714
|
protected handleConnect(provider: AXPIntegrationProviderListItemDto): Promise<void>;
|
|
2734
|
-
private openAuthMethodPicker;
|
|
2735
|
-
private openConnectPopup;
|
|
2736
|
-
protected connectWithCredentials(provider: AXPIntegrationProviderListItemDto, authMethodType: AXPIntegrationAuthMethodType, form: AXPIntegrationConnectionConnectPopupResult): Promise<void>;
|
|
2737
|
-
protected startOAuth(provider: AXPIntegrationProviderListItemDto): Promise<void>;
|
|
2738
2715
|
protected disconnect(providerId: string): Promise<void>;
|
|
2739
|
-
protected setAuthMethod(providerId: string, method: AXPIntegrationAuthMethodType): void;
|
|
2740
2716
|
private populateConnectionFormState;
|
|
2741
2717
|
private load;
|
|
2742
|
-
private refreshAuthMethodOptions;
|
|
2743
2718
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPIntegrationConnectionsPanelWidgetEditComponent, never>;
|
|
2744
2719
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPIntegrationConnectionsPanelWidgetEditComponent, "axp-integration-connections-panel-widget-edit", never, {}, {}, never, never, true, never>;
|
|
2745
2720
|
}
|
|
@@ -2920,7 +2895,7 @@ interface AXPQrcodeWidgetOptions {
|
|
|
2920
2895
|
print: AXPQrcodeWidgetPrintOptions;
|
|
2921
2896
|
designer: AXPQrcodeWidgetDesignerOptions;
|
|
2922
2897
|
}
|
|
2923
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2898
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2924
2899
|
interface AXPWidgetTypesMap {
|
|
2925
2900
|
qrcode: 'qrcode';
|
|
2926
2901
|
}
|
|
@@ -2974,7 +2949,7 @@ interface AXPSchedulerPickerWidgetOptions {
|
|
|
2974
2949
|
print: AXPSchedulerPickerWidgetPrintOptions;
|
|
2975
2950
|
column: AXPSchedulerPickerWidgetColumnOptions;
|
|
2976
2951
|
}
|
|
2977
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2952
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
2978
2953
|
interface AXPWidgetTypesMap {
|
|
2979
2954
|
schedulerPicker: 'scheduler-picker';
|
|
2980
2955
|
}
|
|
@@ -3055,7 +3030,7 @@ interface AXPSignatureWidgetOptions {
|
|
|
3055
3030
|
column: AXPSignatureWidgetColumnOptions;
|
|
3056
3031
|
print: AXPSignatureWidgetPrintOptions;
|
|
3057
3032
|
}
|
|
3058
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
3033
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
3059
3034
|
interface AXPWidgetTypesMap {
|
|
3060
3035
|
signature: 'signature';
|
|
3061
3036
|
}
|
|
@@ -3423,7 +3398,7 @@ declare class AXPAdvancedGridWidgetViewComponent extends AXPValueWidgetComponent
|
|
|
3423
3398
|
}
|
|
3424
3399
|
|
|
3425
3400
|
declare const AXPAdvancedGridWidget: AXPWidgetConfig;
|
|
3426
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
3401
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
3427
3402
|
interface AXPWidgetTypesMap {
|
|
3428
3403
|
advancedGrid: 'advanced-grid-layout';
|
|
3429
3404
|
}
|
|
@@ -3485,7 +3460,7 @@ declare class AXPAdvancedGridItemWidgetViewComponent extends AXPLayoutBaseWidget
|
|
|
3485
3460
|
}
|
|
3486
3461
|
|
|
3487
3462
|
declare const AXPAdvancedGridItemWidget: AXPWidgetConfig;
|
|
3488
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
3463
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
3489
3464
|
interface AXPWidgetTypesMap {
|
|
3490
3465
|
advancedGridItem: 'advanced-grid-item-layout';
|
|
3491
3466
|
}
|
|
@@ -3764,7 +3739,7 @@ declare class AXPFlexWidgetViewComponent extends AXPFlexBaseLayoutWidgetComponen
|
|
|
3764
3739
|
}
|
|
3765
3740
|
|
|
3766
3741
|
declare const AXPFlexWidget: AXPWidgetConfig<AXPFlexWidgetConfigType>;
|
|
3767
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
3742
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
3768
3743
|
interface AXPWidgetTypesMap {
|
|
3769
3744
|
flexLayout: 'flex-layout';
|
|
3770
3745
|
}
|
|
@@ -3906,7 +3881,7 @@ declare class AXPFlexItemWidgetViewComponent extends AXPFlexItemBaseLayoutWidget
|
|
|
3906
3881
|
}
|
|
3907
3882
|
|
|
3908
3883
|
declare const AXPFlexItemWidget: AXPWidgetConfig;
|
|
3909
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
3884
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
3910
3885
|
interface AXPWidgetTypesMap {
|
|
3911
3886
|
flexItem: 'flex-item-layout';
|
|
3912
3887
|
}
|
|
@@ -4041,7 +4016,7 @@ declare class AXPPageWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
|
4041
4016
|
}
|
|
4042
4017
|
|
|
4043
4018
|
declare const AXPPageWidget: AXPWidgetConfig;
|
|
4044
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4019
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4045
4020
|
interface AXPWidgetTypesMap {
|
|
4046
4021
|
pageLayout: 'page-layout';
|
|
4047
4022
|
}
|
|
@@ -4121,7 +4096,7 @@ declare class AXPRepeaterWidgetViewComponent extends AXPValueWidgetComponent<any
|
|
|
4121
4096
|
}
|
|
4122
4097
|
|
|
4123
4098
|
declare const AXPRepeaterWidget: AXPWidgetConfig;
|
|
4124
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4099
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4125
4100
|
interface AXPWidgetTypesMap {
|
|
4126
4101
|
repeaterLayout: 'repeater-layout';
|
|
4127
4102
|
}
|
|
@@ -4255,7 +4230,7 @@ declare class AXPStepWizardWidgetViewComponent extends AXPLayoutBaseWidgetCompon
|
|
|
4255
4230
|
protected steps: _angular_core.Signal<_acorex_platform_layout_widgets.AXPStepWizardStep[]>;
|
|
4256
4231
|
private currentIndex;
|
|
4257
4232
|
protected currentStep: _angular_core.Signal<_acorex_platform_layout_widgets.AXPStepWizardStep>;
|
|
4258
|
-
protected currentStepActions: _angular_core.Signal<
|
|
4233
|
+
protected currentStepActions: _angular_core.Signal<_acorex_platform_contracts.AXPActionMenuItem[]>;
|
|
4259
4234
|
protected handlePrevious(wizard: AXStepWizardComponent): Promise<void>;
|
|
4260
4235
|
protected handleNext(wizard: AXStepWizardComponent, callback?: {
|
|
4261
4236
|
setLoading: (loading: boolean) => void;
|
|
@@ -4289,7 +4264,7 @@ declare class AXPStepWizardWidgetViewComponent extends AXPLayoutBaseWidgetCompon
|
|
|
4289
4264
|
}
|
|
4290
4265
|
|
|
4291
4266
|
declare const AXPStepWizardWidget: AXPWidgetConfig;
|
|
4292
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4267
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4293
4268
|
interface AXPWidgetTypesMap {
|
|
4294
4269
|
stepWizard: 'step-wizard';
|
|
4295
4270
|
}
|
|
@@ -4384,7 +4359,7 @@ declare class AXPTableWidgetViewComponent extends AXPTableBaseLayoutWidgetCompon
|
|
|
4384
4359
|
}
|
|
4385
4360
|
|
|
4386
4361
|
declare const AXPTableWidget: AXPWidgetConfig<AXPTableWidgetConfigType>;
|
|
4387
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4362
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4388
4363
|
interface AXPWidgetTypesMap {
|
|
4389
4364
|
tableLayout: 'table-layout';
|
|
4390
4365
|
}
|
|
@@ -4554,7 +4529,7 @@ declare class AXPTableItemWidgetViewComponent extends AXPTableItemBaseLayoutWidg
|
|
|
4554
4529
|
}
|
|
4555
4530
|
|
|
4556
4531
|
declare const AXPTableItemWidget: AXPWidgetConfig;
|
|
4557
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4532
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4558
4533
|
interface AXPWidgetTypesMap {
|
|
4559
4534
|
tableItem: 'table-item-layout';
|
|
4560
4535
|
}
|
|
@@ -4654,7 +4629,7 @@ declare class AXPGridOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
4654
4629
|
}
|
|
4655
4630
|
|
|
4656
4631
|
declare const AXPGridOptionsWidget: AXPWidgetConfig;
|
|
4657
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4632
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4658
4633
|
interface AXPWidgetTypesMap {
|
|
4659
4634
|
gridOptions: 'grid-options';
|
|
4660
4635
|
}
|
|
@@ -4696,7 +4671,7 @@ declare class AXPAdvancedGridOptionsWidgetEditComponent extends AXPValueWidgetCo
|
|
|
4696
4671
|
}
|
|
4697
4672
|
|
|
4698
4673
|
declare const AXPAdvancedGridOptionsWidget: AXPWidgetConfig;
|
|
4699
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4674
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4700
4675
|
interface AXPWidgetTypesMap {
|
|
4701
4676
|
advancedGridOptions: 'advanced-grid-options';
|
|
4702
4677
|
}
|
|
@@ -4785,7 +4760,7 @@ declare class AXPBorderWidgetEditComponent extends AXPValueWidgetComponent<AXPBo
|
|
|
4785
4760
|
}
|
|
4786
4761
|
|
|
4787
4762
|
declare const AXPBorderWidget: AXPWidgetConfig;
|
|
4788
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4763
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4789
4764
|
interface AXPWidgetTypesMap {
|
|
4790
4765
|
border: 'border';
|
|
4791
4766
|
}
|
|
@@ -4922,7 +4897,7 @@ declare class AXPDirectionWidgetEditComponent extends AXPValueWidgetComponent<st
|
|
|
4922
4897
|
}
|
|
4923
4898
|
|
|
4924
4899
|
declare const AXPDirectionWidget: AXPWidgetConfig;
|
|
4925
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4900
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4926
4901
|
interface AXPWidgetTypesMap {
|
|
4927
4902
|
direction: 'direction';
|
|
4928
4903
|
}
|
|
@@ -4947,7 +4922,7 @@ declare class AXPFlexItemOptionsWidgetEditComponent extends AXPValueWidgetCompon
|
|
|
4947
4922
|
}
|
|
4948
4923
|
|
|
4949
4924
|
declare const AXPFlexItemOptionsWidget: AXPWidgetConfig;
|
|
4950
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4925
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
4951
4926
|
interface AXPWidgetTypesMap {
|
|
4952
4927
|
flexItemOptions: 'flex-item-options';
|
|
4953
4928
|
}
|
|
@@ -5007,14 +4982,14 @@ declare class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
5007
4982
|
}
|
|
5008
4983
|
|
|
5009
4984
|
declare const AXPFlexOptionsWidget: AXPWidgetConfig;
|
|
5010
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4985
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5011
4986
|
interface AXPWidgetTypesMap {
|
|
5012
4987
|
flexOptions: 'flex-options';
|
|
5013
4988
|
}
|
|
5014
4989
|
}
|
|
5015
4990
|
|
|
5016
4991
|
declare const AXPGridItemOptionsWidget: AXPWidgetConfig;
|
|
5017
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
4992
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5018
4993
|
interface AXPWidgetTypesMap {
|
|
5019
4994
|
gridItemOptions: 'grid-item-options';
|
|
5020
4995
|
}
|
|
@@ -5056,7 +5031,7 @@ declare class AXPSpacingWidgetEditComponent extends AXPValueWidgetComponent<AXPS
|
|
|
5056
5031
|
}
|
|
5057
5032
|
|
|
5058
5033
|
declare const AXPSpacingWidget: AXPWidgetConfig;
|
|
5059
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5034
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5060
5035
|
interface AXPWidgetTypesMap {
|
|
5061
5036
|
spacing: 'spacing';
|
|
5062
5037
|
}
|
|
@@ -5088,7 +5063,7 @@ declare class AXPBetweenValidationWidgetEditComponent extends AXPValueWidgetComp
|
|
|
5088
5063
|
}
|
|
5089
5064
|
|
|
5090
5065
|
declare const AXPBetweenExpressionValidationWidget: AXPWidgetConfig;
|
|
5091
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5066
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5092
5067
|
interface AXPWidgetTypesMap {
|
|
5093
5068
|
betweenValidation: 'between-validation';
|
|
5094
5069
|
}
|
|
@@ -5109,7 +5084,7 @@ declare class AXPCallbackValidationWidgetEditComponent extends AXPValueWidgetCom
|
|
|
5109
5084
|
}
|
|
5110
5085
|
|
|
5111
5086
|
declare const AXPCallbackValidationWidget: AXPWidgetConfig;
|
|
5112
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5087
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5113
5088
|
interface AXPWidgetTypesMap {
|
|
5114
5089
|
callbackValidation: 'callback-validation';
|
|
5115
5090
|
}
|
|
@@ -5130,7 +5105,7 @@ declare class AXPEqualValidationWidgetEditComponent extends AXPValueWidgetCompon
|
|
|
5130
5105
|
}
|
|
5131
5106
|
|
|
5132
5107
|
declare const AXPEqualValidationWidget: AXPWidgetConfig;
|
|
5133
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5108
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5134
5109
|
interface AXPWidgetTypesMap {
|
|
5135
5110
|
equalValidation: 'equal-validation';
|
|
5136
5111
|
}
|
|
@@ -5152,7 +5127,7 @@ declare class AXPGreaterThanValidationWidgetEditComponent extends AXPValueWidget
|
|
|
5152
5127
|
}
|
|
5153
5128
|
|
|
5154
5129
|
declare const AXPGreaterThanExpressionValidationWidget: AXPWidgetConfig;
|
|
5155
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5130
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5156
5131
|
interface AXPWidgetTypesMap {
|
|
5157
5132
|
greaterThanValidation: 'greater-than-validation';
|
|
5158
5133
|
}
|
|
@@ -5174,7 +5149,7 @@ declare class AXPLessThanValidationWidgetEditComponent extends AXPValueWidgetCom
|
|
|
5174
5149
|
}
|
|
5175
5150
|
|
|
5176
5151
|
declare const AXPLessThanExpressionValidationWidget: AXPWidgetConfig;
|
|
5177
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5152
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5178
5153
|
interface AXPWidgetTypesMap {
|
|
5179
5154
|
lessThanValidation: 'less-than-validation';
|
|
5180
5155
|
}
|
|
@@ -5195,7 +5170,7 @@ declare class AXPMaxLengthValidationWidgetEditComponent extends AXPValueWidgetCo
|
|
|
5195
5170
|
}
|
|
5196
5171
|
|
|
5197
5172
|
declare const AXPMaxLengthExpressionValidationWidget: AXPWidgetConfig;
|
|
5198
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5173
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5199
5174
|
interface AXPWidgetTypesMap {
|
|
5200
5175
|
maxLengthValidation: 'max-length-validation';
|
|
5201
5176
|
}
|
|
@@ -5216,7 +5191,7 @@ declare class AXPMinLengthValidationWidgetEditComponent extends AXPValueWidgetCo
|
|
|
5216
5191
|
}
|
|
5217
5192
|
|
|
5218
5193
|
declare const AXPMinLengthExpressionValidationWidget: AXPWidgetConfig;
|
|
5219
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5194
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5220
5195
|
interface AXPWidgetTypesMap {
|
|
5221
5196
|
minLengthValidation: 'min-length-validation';
|
|
5222
5197
|
}
|
|
@@ -5237,7 +5212,7 @@ declare class AXPRegularExpressionValidationWidgetEditComponent extends AXPValue
|
|
|
5237
5212
|
}
|
|
5238
5213
|
|
|
5239
5214
|
declare const AXPRegularExpressionValidationWidget: AXPWidgetConfig;
|
|
5240
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5215
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5241
5216
|
interface AXPWidgetTypesMap {
|
|
5242
5217
|
regularExpressionValidation: 'regular-expression-validation';
|
|
5243
5218
|
}
|
|
@@ -5256,7 +5231,7 @@ declare class AXPRequiredValidationWidgetEditComponent extends AXPValueWidgetCom
|
|
|
5256
5231
|
}
|
|
5257
5232
|
|
|
5258
5233
|
declare const AXPRequiredValidationWidget: AXPWidgetConfig;
|
|
5259
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
5234
|
+
declare module '@acorex/platform/layout/widget-core-contracts' {
|
|
5260
5235
|
interface AXPWidgetTypesMap {
|
|
5261
5236
|
requiredValidation: 'required-validation';
|
|
5262
5237
|
}
|