@acorex/platform 19.2.8 → 19.2.10

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.
Files changed (106) hide show
  1. package/common/lib/app/application.types.d.ts +10 -2
  2. package/common/lib/utils/expression-evaluator.service.d.ts +3 -1
  3. package/common/lib/utils/index.d.ts +2 -0
  4. package/common/lib/utils/regional-util.service.d.ts +15 -0
  5. package/common/lib/utils/regional.types.d.ts +55 -0
  6. package/fesm2022/acorex-platform-common.mjs +30 -14
  7. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  8. package/fesm2022/acorex-platform-core.mjs +35 -16
  9. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  10. package/fesm2022/acorex-platform-layout-builder.mjs +91 -24
  11. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-designer.mjs +48 -28
  13. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  14. package/fesm2022/acorex-platform-layout-entity.mjs +105 -78
  15. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  16. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs → acorex-platform-themes-default-entity-master-create-view.component-Bvwr0PVk.mjs} +9 -5
  17. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Bvwr0PVk.mjs.map +1 -0
  18. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs → acorex-platform-themes-default-entity-master-list-view.component-BzLgFr7D.mjs} +8 -3
  19. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BzLgFr7D.mjs.map +1 -0
  20. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-U8aBv1Ql.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BAU_s90_.mjs} +8 -4
  21. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BAU_s90_.mjs.map +1 -0
  22. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-B4aBmc5H.mjs → acorex-platform-themes-default-entity-master-single-view.component-BGUrwL2P.mjs} +3 -3
  23. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-BGUrwL2P.mjs.map +1 -0
  24. package/fesm2022/acorex-platform-themes-default-setting-page.component-DYumYm5k.mjs +74 -0
  25. package/fesm2022/acorex-platform-themes-default-setting-page.component-DYumYm5k.mjs.map +1 -0
  26. package/fesm2022/acorex-platform-themes-default-setting-view.component-CsCug3Vu.mjs +71 -0
  27. package/fesm2022/acorex-platform-themes-default-setting-view.component-CsCug3Vu.mjs.map +1 -0
  28. package/fesm2022/acorex-platform-themes-default.mjs +25 -16
  29. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  30. package/fesm2022/acorex-platform-themes-shared.mjs +10 -1
  31. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  32. package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-B90if8wb.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-BiCinIok.mjs} +13 -11
  33. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-BiCinIok.mjs.map +1 -0
  34. package/fesm2022/acorex-platform-widgets.mjs +597 -534
  35. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  36. package/layout/builder/lib/builder/datasource-provider.service.d.ts +3 -1
  37. package/layout/builder/lib/builder/widget-map.d.ts +1 -0
  38. package/layout/builder/lib/builder/widget.types.d.ts +15 -0
  39. package/layout/designer/lib/designer/components/drawers/data-sources/data-sources.component.d.ts +3 -0
  40. package/layout/designer/lib/property-viewer/widget-property-viewer.component.d.ts +2 -0
  41. package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +3 -0
  42. package/layout/entity/lib/entity-master-create.viewmodel.d.ts +5 -2
  43. package/layout/entity/lib/entity-master-single.viewmodel.d.ts +1 -1
  44. package/layout/entity/lib/entity-master-update.viewmodel.d.ts +4 -3
  45. package/layout/entity/lib/entity.viewmodel.d.ts +2 -0
  46. package/layout/entity/lib/widgets/lookup-widget/lookup-widget-edit.component.d.ts +0 -2
  47. package/layout/entity/lib/widgets/widget-selector/widget-selector-widget-edit.component.d.ts +0 -2
  48. package/layout/setting/lib/setting.viewmodel.d.ts +3 -0
  49. package/package.json +9 -9
  50. package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +3 -0
  51. package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +3 -0
  52. package/themes/default/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.d.ts +2 -0
  53. package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +5 -1
  54. package/themes/default/lib/layouts/entity-layouts/entity-master-modify-view/entity-master-modify-view.component.d.ts +2 -0
  55. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +3 -0
  56. package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +3 -0
  57. package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +5 -0
  58. package/themes/default/lib/layouts/root-layout/root-layout.module.d.ts +2 -1
  59. package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +3 -0
  60. package/themes/default/lib/pages/theme-palette-preview/theme-palette-preview.page.d.ts +3 -0
  61. package/themes/shared/lib/components/slots/theme-slot.component.d.ts +3 -0
  62. package/themes/shared/lib/setting.keys.d.ts +2 -1
  63. package/themes/shared/lib/theme.service.d.ts +3 -0
  64. package/widgets/lib/properties/data-source.props.d.ts +3 -0
  65. package/widgets/lib/properties/editors.props.d.ts +0 -1
  66. package/widgets/lib/properties/index.d.ts +1 -0
  67. package/widgets/lib/widgets/advance/file/file-box-widget-edit.component.d.ts +6 -4
  68. package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget-edit.component.d.ts +3 -8
  69. package/widgets/lib/widgets/charts/bar-chart/bar-chart.type.d.ts +1 -1
  70. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget-edit.component.d.ts +14 -0
  71. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget.config.d.ts +7 -0
  72. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart.type.d.ts +17 -0
  73. package/widgets/lib/widgets/charts/gauge-chart/index.d.ts +2 -0
  74. package/widgets/lib/widgets/editors/checkbox/checkbox-widget-edit.component.d.ts +0 -2
  75. package/widgets/lib/widgets/editors/color/color-box-widget-edit.component.d.ts +0 -2
  76. package/widgets/lib/widgets/editors/contact/contact-widget-edit.component.d.ts +0 -4
  77. package/widgets/lib/widgets/editors/date-time/date-time-box-widget-edit.component.d.ts +0 -2
  78. package/widgets/lib/widgets/editors/email/email-box-widget-edit.component.d.ts +0 -4
  79. package/widgets/lib/widgets/editors/large-text/large-text-widget-edit.component.d.ts +0 -2
  80. package/widgets/lib/widgets/editors/link/link-widget-edit.component.d.ts +0 -4
  81. package/widgets/lib/widgets/editors/number/number-box-widget-edit.component.d.ts +0 -2
  82. package/widgets/lib/widgets/editors/phone/phone-box-widget-edit.component.d.ts +0 -4
  83. package/widgets/lib/widgets/editors/rich-text/rich-text-widget-edit.component.d.ts +0 -2
  84. package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +0 -2
  85. package/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.d.ts +0 -2
  86. package/widgets/lib/widgets/editors/tabular-data/tabular-data-edit-popup.component.d.ts +0 -1
  87. package/widgets/lib/widgets/editors/text/text-box-widget-edit.component.d.ts +0 -2
  88. package/widgets/lib/widgets/validations/base-validation/base-validation.d.ts +3 -2
  89. package/widgets/lib/widgets/validations/between-validation/between-validation-widget-edit.component.d.ts +1 -7
  90. package/widgets/lib/widgets/validations/callback-validation/callback-validation-widget-edit.component.d.ts +1 -7
  91. package/widgets/lib/widgets/validations/equal-validation/equal-validation-widget-edit.component.d.ts +1 -7
  92. package/widgets/lib/widgets/validations/greater-than-validation/greater-than-validation-widget-edit.component.d.ts +1 -7
  93. package/widgets/lib/widgets/validations/less-than-validation/less-than-validation-widget-edit.component.d.ts +1 -7
  94. package/widgets/lib/widgets/validations/max-length-validation/max-length-validation-widget-edit.component.d.ts +1 -7
  95. package/widgets/lib/widgets/validations/min-length-validation/min-length-validation-widget-edit.component.d.ts +1 -7
  96. package/widgets/lib/widgets/validations/regular-expression-validation/regular-expression-validation-widget-edit.component.d.ts +1 -7
  97. package/widgets/lib/widgets/validations/required-validation/required-validation-widget-edit.component.d.ts +1 -7
  98. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs.map +0 -1
  99. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs.map +0 -1
  100. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-U8aBv1Ql.mjs.map +0 -1
  101. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B4aBmc5H.mjs.map +0 -1
  102. package/fesm2022/acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs +0 -74
  103. package/fesm2022/acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs.map +0 -1
  104. package/fesm2022/acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs +0 -71
  105. package/fesm2022/acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs.map +0 -1
  106. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-B90if8wb.mjs.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import { AXDataSourceOperator, AXStyleColorType } from '@acorex/components/common';
2
- import { AXPValidationRules } from '@acorex/platform/core';
2
+ import { AXPopupSizeType } from '@acorex/components/popup';
3
+ import { AXPMetaData, AXPValidationRules } from '@acorex/platform/core';
3
4
  import { AXPWidgetTypesMap, AXPWidgetValueTransformFunctions } from '@acorex/platform/layout/builder';
4
5
  import { AXPGridLayoutOptions } from '../layout';
5
6
  export interface AXEntityPropertyWidget {
@@ -137,17 +138,22 @@ export interface AXPCommandActionLook {
137
138
  export type AXPCommandActionPriority = 'primary' | 'secondary';
138
139
  export type AXPCommandActionCallback = string | {
139
140
  name: string;
140
- options: {
141
+ options?: {
141
142
  decoration?: {
142
143
  header?: {
143
144
  title?: string;
144
145
  };
145
146
  };
146
147
  process?: {
148
+ data?: any;
147
149
  [name: string]: any;
148
150
  };
151
+ layout?: {
152
+ size?: AXPopupSizeType;
153
+ };
149
154
  [name: string]: any;
150
155
  };
156
+ metadata?: AXPMetaData;
151
157
  };
152
158
  export interface AXPCommandAction extends Partial<AXPCommandActionLook> {
153
159
  name?: string;
@@ -233,6 +239,8 @@ export interface AXPRelatedEntity {
233
239
  title?: string;
234
240
  columns?: string[];
235
241
  conditions?: AXPQueryFilter[];
242
+ hidden?: boolean | string;
243
+ actions?: AXPEntityAction[];
236
244
  }
237
245
  export interface AXPAggregate {
238
246
  id: string;
@@ -4,8 +4,10 @@ export type AXPExpressionEvaluatorScope = {
4
4
  [name: string]: Function;
5
5
  };
6
6
  };
7
+ export type AXPExpression = string;
7
8
  export declare class AXPExpressionEvaluatorService {
8
- evaluateExpression(obj: any, templateExpression: string, scope: AXPExpressionEvaluatorScope): Promise<any>;
9
+ evaluateExpression(obj: any, templateExpression: any, scope: AXPExpressionEvaluatorScope): Promise<any>;
10
+ private evaluateStringExpression;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPExpressionEvaluatorService, never>;
10
12
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPExpressionEvaluatorService>;
11
13
  }
@@ -2,3 +2,5 @@ export * from './clipboard-service';
2
2
  export * from './data-generator';
3
3
  export * from './export.service';
4
4
  export * from './expression-evaluator.service';
5
+ export * from './regional-util.service';
6
+ export * from './regional.types';
@@ -0,0 +1,15 @@
1
+ import { AXPCity, AXPCountry, AXPCurrency, AXPLanguage, AXPProvince, AXPRegionalFormat, AXPTimeZone } from './regional.types';
2
+ export declare abstract class AXPRegionalService {
3
+ abstract getCountries(): Promise<AXPCountry[]>;
4
+ abstract getProvinces(countryCode?: string): Promise<AXPProvince[]>;
5
+ abstract getCities(filter: {
6
+ countryId?: string;
7
+ provinceId?: string;
8
+ }): Promise<AXPCity[]>;
9
+ abstract getCurrencies(): Promise<AXPCurrency[]>;
10
+ abstract getRegionalFormats(): Promise<AXPRegionalFormat[]>;
11
+ abstract getLanguages(): Promise<AXPLanguage[]>;
12
+ abstract getAvailableLanguages(): Promise<AXPLanguage[]>;
13
+ abstract getBrowserTimeZoneCode(): Promise<string>;
14
+ abstract getTimeZones(): Promise<AXPTimeZone[]>;
15
+ }
@@ -0,0 +1,55 @@
1
+ export interface AXPLanguage {
2
+ code: string;
3
+ title: string;
4
+ }
5
+ export interface AXPGeoLocation {
6
+ code: string;
7
+ title: string;
8
+ timezone?: string;
9
+ }
10
+ export interface AXPCity {
11
+ code: string;
12
+ title: string;
13
+ timezone?: string;
14
+ native: string;
15
+ }
16
+ export interface AXPProvince {
17
+ code: string;
18
+ title: string;
19
+ timezone?: string;
20
+ native: string;
21
+ cities?: AXPCity[];
22
+ }
23
+ export interface AXPCountry extends AXPGeoLocation {
24
+ timezone: string;
25
+ regional: string;
26
+ native: string;
27
+ provinces?: AXPProvince[];
28
+ }
29
+ export interface AXPTimeZone {
30
+ code: string;
31
+ title: string;
32
+ offset: string;
33
+ }
34
+ export interface AXPCurrency {
35
+ code: string;
36
+ title: string;
37
+ symbol: string;
38
+ format: string;
39
+ }
40
+ export interface AXPRegionalFormat {
41
+ locale: string;
42
+ title: string;
43
+ dateFormat: {
44
+ short: string;
45
+ long: string;
46
+ };
47
+ timeFormat: {
48
+ short: string;
49
+ long: string;
50
+ };
51
+ numberFormat: string;
52
+ calendar: string;
53
+ currency: string;
54
+ layout: string;
55
+ }
@@ -628,25 +628,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
628
628
  class AXPExpressionEvaluatorService {
629
629
  async evaluateExpression(obj, templateExpression, scope) {
630
630
  try {
631
- // Check cache first, but cache the function for evaluation, not the evaluated value
632
- const expressionMatch = templateExpression.match(/\{\{\s*(.*?)\s*\}\}/);
633
- if (!expressionMatch) {
634
- throw Error(`No valid expression found in "${templateExpression}"`);
631
+ if (typeof templateExpression === 'string' && templateExpression.includes('{{')) {
632
+ return await this.evaluateStringExpression(templateExpression, scope);
633
+ }
634
+ else if (typeof templateExpression === 'object') {
635
+ const evaluatedObject = {};
636
+ for (const key in templateExpression) {
637
+ if (templateExpression.hasOwnProperty(key)) {
638
+ evaluatedObject[key] = await this.evaluateExpression(obj, templateExpression[key], scope);
639
+ }
640
+ }
641
+ return evaluatedObject;
642
+ }
643
+ else {
644
+ return templateExpression;
635
645
  }
636
- const expression = expressionMatch[1];
637
- // Cache the evaluation function instead of the result.
638
- const evaluationFunction = async () => {
639
- const sandbox = new Function('scope', `with (scope) { return (async function() { return ${expression}; })(); }`);
640
- // Call the sandbox passing in the current global scope and the object.
641
- return await sandbox(scope);
642
- };
643
- return await evaluationFunction();
644
646
  }
645
647
  catch (error) {
646
648
  console.error('Error evaluating expression:', error);
647
649
  return false;
648
650
  }
649
651
  }
652
+ async evaluateStringExpression(templateExpression, scope) {
653
+ const expressionMatch = templateExpression.match(/\{\{\s*(.*?)\s*\}\}/);
654
+ if (!expressionMatch) {
655
+ throw Error(`No valid expression found in "${templateExpression}"`);
656
+ }
657
+ const expression = expressionMatch[1];
658
+ const evaluationFunction = async () => {
659
+ const sandbox = new Function('scope', `with (scope) { return (async function() { return ${expression}; })(); }`);
660
+ return await sandbox(scope);
661
+ };
662
+ return await evaluationFunction();
663
+ }
650
664
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPExpressionEvaluatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
651
665
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPExpressionEvaluatorService, providedIn: 'root' }); }
652
666
  }
@@ -655,6 +669,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
655
669
  args: [{ providedIn: 'root' }]
656
670
  }] });
657
671
 
672
+ class AXPRegionalService {
673
+ }
674
+
658
675
  class AXPDexieEntityStorageService extends Dexie {
659
676
  constructor() {
660
677
  super('ACoreXPlatform');
@@ -2279,7 +2296,6 @@ class AXPSettingService {
2279
2296
  // Listen for setting changes from other tabs
2280
2297
  this.broadcastChannel.onmessage = (event) => {
2281
2298
  const data = event.data;
2282
- console.log('[AXPSettingService] Received broadcasted setting change:', data);
2283
2299
  data.keys.forEach((key) => {
2284
2300
  this.scopedSettingsCache.get(data.scope)?.set(key, data.values[key]);
2285
2301
  });
@@ -2770,5 +2786,5 @@ const AXPSignInAction = createAction('[SignIn] Action');
2770
2786
  * Generated bundle index. Do not edit.
2771
2787
  */
2772
2788
 
2773
- export { ALL_DEFAULT_OPERATORS, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXMWorkflowErrorHandler, AXPAppStartUpProvider, AXPAppStartUpService, AXPClipBoardService, AXPCommonModule, AXPComponentLogoConfig, AXPComponentSlotDirective, AXPComponentSlotLoaderService, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPCustomOperatorService, AXPCustomOperatorServiceImpl, AXPDataGenerator, AXPDataProvider, AXPDataSeederService, AXPDexieEntityStorageService, AXPDialogConfirmAction, AXPEntityCommandScope, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityQueryType, AXPEntityStorageService, AXPErrorHandlerRegistryService, AXPExportService, AXPExpressionEvaluatorService, AXPFileStorageService, AXPFileStorageStatus, AXPFilterOperatorMiddlewareService, AXPFilterOperatorMiddlewareServiceImpl, AXPFiltersProviderService, AXPFontIconLogoConfig, AXPFooterTextSlotComponent, AXPGlobalErrorHandler, AXPGridLayoutDirective, AXPImageUrlLogoConfig, AXPLogoComponent, AXPMenuProviderService, AXPMenuSearchDefinitionProvider, AXPMenuSearchProvider, AXPMenuService, AXPNavBarSlotComponent, AXPNavigateWorkflow, AXPPlatformDefaultConfigs, AXPRedirectEvent, AXPRefreshEvent, AXPRelationshipCardinality, AXPRelationshipKind, AXPSearchCommandProvider, AXPSearchDefinitionActionBuilder, AXPSearchDefinitionBuilder, AXPSearchDefinitionProviderContext, AXPSearchDefinitionProviderService, AXPSearchService, AXPSettingDefaultValueProvider, AXPSettingDefinitionGroupBuilder, AXPSettingDefinitionProviderContext, AXPSettingDefinitionProviderService, AXPSettingDefinitionSectionBuilder, AXPSettingScope, AXPSettingService, AXPSignInAction, AXPSignOutAction, AXPStickyDirective, AXPTextLogoConfig, AXPToastAction, AXPWorkflowNavigateAction, AXPWorkflowRouterNavigateAction, AXP_APP_VERSION_PROVIDER, AXP_DATA_SEEDER_TOKEN, AXP_MENU_PROVIDER, AXP_PLATFORM_CONFIG_TOKEN, AXP_ROOT_CONFIG_TOKEN, AXP_SEARCH_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER, AXP_SETTING_VALUE_PROVIDER, BETWEEN_OPER, BOOLEAN_OPERATORS, CONTAINS_OPER, DATE_OPERATORS, ENDS_WITH_OPER, ENVIRONMENT, EQ_OPER, GTE_OPER, GT_OPER, IS_EMPTY_OPER, IS_NOT_EMPTY_OPER, LTE_OPER, LT_OPER, NOT_CONTAINS_OPER, NOT_EQ_OPER, NUMBER_OPERATORS, STARTS_WITH_OPER, STRING_OPERATORS, configPlatform, createAllQueryView, createQueryView, getEntityInfo, resolveActionLook };
2789
+ export { ALL_DEFAULT_OPERATORS, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXMWorkflowErrorHandler, AXPAppStartUpProvider, AXPAppStartUpService, AXPClipBoardService, AXPCommonModule, AXPComponentLogoConfig, AXPComponentSlotDirective, AXPComponentSlotLoaderService, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPCustomOperatorService, AXPCustomOperatorServiceImpl, AXPDataGenerator, AXPDataProvider, AXPDataSeederService, AXPDexieEntityStorageService, AXPDialogConfirmAction, AXPEntityCommandScope, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityQueryType, AXPEntityStorageService, AXPErrorHandlerRegistryService, AXPExportService, AXPExpressionEvaluatorService, AXPFileStorageService, AXPFileStorageStatus, AXPFilterOperatorMiddlewareService, AXPFilterOperatorMiddlewareServiceImpl, AXPFiltersProviderService, AXPFontIconLogoConfig, AXPFooterTextSlotComponent, AXPGlobalErrorHandler, AXPGridLayoutDirective, AXPImageUrlLogoConfig, AXPLogoComponent, AXPMenuProviderService, AXPMenuSearchDefinitionProvider, AXPMenuSearchProvider, AXPMenuService, AXPNavBarSlotComponent, AXPNavigateWorkflow, AXPPlatformDefaultConfigs, AXPRedirectEvent, AXPRefreshEvent, AXPRegionalService, AXPRelationshipCardinality, AXPRelationshipKind, AXPSearchCommandProvider, AXPSearchDefinitionActionBuilder, AXPSearchDefinitionBuilder, AXPSearchDefinitionProviderContext, AXPSearchDefinitionProviderService, AXPSearchService, AXPSettingDefaultValueProvider, AXPSettingDefinitionGroupBuilder, AXPSettingDefinitionProviderContext, AXPSettingDefinitionProviderService, AXPSettingDefinitionSectionBuilder, AXPSettingScope, AXPSettingService, AXPSignInAction, AXPSignOutAction, AXPStickyDirective, AXPTextLogoConfig, AXPToastAction, AXPWorkflowNavigateAction, AXPWorkflowRouterNavigateAction, AXP_APP_VERSION_PROVIDER, AXP_DATA_SEEDER_TOKEN, AXP_MENU_PROVIDER, AXP_PLATFORM_CONFIG_TOKEN, AXP_ROOT_CONFIG_TOKEN, AXP_SEARCH_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER, AXP_SETTING_VALUE_PROVIDER, BETWEEN_OPER, BOOLEAN_OPERATORS, CONTAINS_OPER, DATE_OPERATORS, ENDS_WITH_OPER, ENVIRONMENT, EQ_OPER, GTE_OPER, GT_OPER, IS_EMPTY_OPER, IS_NOT_EMPTY_OPER, LTE_OPER, LT_OPER, NOT_CONTAINS_OPER, NOT_EQ_OPER, NUMBER_OPERATORS, STARTS_WITH_OPER, STRING_OPERATORS, configPlatform, createAllQueryView, createQueryView, getEntityInfo, resolveActionLook };
2774
2790
  //# sourceMappingURL=acorex-platform-common.mjs.map