@acorex/modules 20.0.11 → 20.0.13
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/calendar-management/README.md +271 -0
- package/calendar-management/index.d.ts +156 -0
- package/contact-management/README.md +150 -0
- package/contact-management/index.d.ts +15 -4
- package/fesm2022/acorex-modules-calendar-management.mjs +1509 -0
- package/fesm2022/acorex-modules-calendar-management.mjs.map +1 -0
- package/fesm2022/acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs +128 -0
- package/fesm2022/acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +2 -2
- package/fesm2022/acorex-modules-contact-management-acorex-modules-contact-management-DVjMlS0K.mjs +2548 -0
- package/fesm2022/acorex-modules-contact-management-acorex-modules-contact-management-DVjMlS0K.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-address-type.entity-QMEODkhx.mjs → acorex-modules-contact-management-address-type.entity-CWIBwWfZ.mjs} +65 -38
- package/fesm2022/acorex-modules-contact-management-address-type.entity-CWIBwWfZ.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-address.entity-0f4Vaw_k.mjs → acorex-modules-contact-management-contact-address.entity-DO6GizbS.mjs} +49 -95
- package/fesm2022/acorex-modules-contact-management-contact-address.entity-DO6GizbS.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-method.entity-ChEz1jW0.mjs → acorex-modules-contact-management-contact-method.entity-tEtMSV4f.mjs} +67 -69
- package/fesm2022/acorex-modules-contact-management-contact-method.entity-tEtMSV4f.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-relationship.entity-DLfiEEfk.mjs → acorex-modules-contact-management-contact-relationship.entity-C-B5aOoq.mjs} +34 -63
- package/fesm2022/acorex-modules-contact-management-contact-relationship.entity-C-B5aOoq.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-source.entity-hopVxiIT.mjs → acorex-modules-contact-management-contact-source.entity-Dw8jwcox.mjs} +67 -40
- package/fesm2022/acorex-modules-contact-management-contact-source.entity-Dw8jwcox.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact-category.entity-BJOOhcD1.mjs +680 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact-category.entity-BJOOhcD1.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact.entity-Cr7_5JKD.mjs +1062 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact.entity-Cr7_5JKD.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management.mjs +1 -2331
- package/fesm2022/acorex-modules-contact-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-content-management.mjs +23 -0
- package/fesm2022/acorex-modules-content-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-EsaVgkdd.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-TWTBqgn6.mjs → acorex-modules-platform-management-acorex-modules-platform-management-BLhzWiXM.mjs} +29 -5
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-BLhzWiXM.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DQ3Gp9kl.mjs → acorex-modules-platform-management-list-version.component-CgF5pvTa.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DQ3Gp9kl.mjs.map → acorex-modules-platform-management-list-version.component-CgF5pvTa.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-settings.provider-FXMK1_44.mjs → acorex-modules-platform-management-settings.provider-intHn3XI.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-settings.provider-FXMK1_44.mjs.map → acorex-modules-platform-management-settings.provider-intHn3XI.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/{acorex-modules-report-management-report-create-root.component-CcNJIUk2.mjs → acorex-modules-report-management-report-create-root.component-DqrLa6vh.mjs} +4 -4
- package/fesm2022/{acorex-modules-report-management-report-create-root.component-CcNJIUk2.mjs.map → acorex-modules-report-management-report-create-root.component-DqrLa6vh.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-report-management-report-runner-root-page.component-CAxcD_pe.mjs → acorex-modules-report-management-report-runner-root-page.component-S8qyvs79.mjs} +41 -24
- package/fesm2022/acorex-modules-report-management-report-runner-root-page.component-S8qyvs79.mjs.map +1 -0
- package/fesm2022/acorex-modules-report-management.mjs +670 -8
- package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +4 -2
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/package.json +9 -5
- package/report-management/index.d.ts +303 -5
- package/fesm2022/acorex-modules-common-search-popup.component-CNh7TFpe.mjs +0 -128
- package/fesm2022/acorex-modules-common-search-popup.component-CNh7TFpe.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-address-type.entity-QMEODkhx.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-address.entity-0f4Vaw_k.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-method.entity-ChEz1jW0.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-relationship.entity-DLfiEEfk.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-source.entity-hopVxiIT.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-TWTBqgn6.mjs.map +0 -1
- package/fesm2022/acorex-modules-report-management-report-runner-root-page.component-CAxcD_pe.mjs.map +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { createAllQueryView, AXPEntityCommandScope, AXPEntityQueryType, AXPSettingService, AXP_APP_VERSION_PROVIDER, createQueryView, AXPRegionalService, AXP_SETTING_DEFINITION_PROVIDER, AXP_MENU_PROVIDER } from '@acorex/platform/common';
|
1
|
+
import { createAllQueryView, AXPEntityCommandScope, AXPEntityQueryType, AXPSettingService, AXP_APP_VERSION_PROVIDER, createQueryView, AXPRegionalService, AXP_SETTING_DEFINITION_PROVIDER, AXP_MENU_PROVIDER, AXP_GLOBAL_VARIABLE_DEFINITION_PROVIDER } from '@acorex/platform/common';
|
2
2
|
import * as i2$4 from '@acorex/platform/layout/components';
|
3
3
|
import { AXPThemeLayoutBlockComponent, AXPComponentSlotModule } from '@acorex/platform/layout/components';
|
4
4
|
import { AXMEntityCrudServiceImpl, AXPEntityResolver, AXPEntityService, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
|
@@ -4580,7 +4580,7 @@ class AXMPlatformManagementCommonModule {
|
|
4580
4580
|
provide: AXP_SETTING_DEFINITION_PROVIDER,
|
4581
4581
|
useFactory: async () => {
|
4582
4582
|
const injector = inject(Injector);
|
4583
|
-
const provider = (await import('./acorex-modules-platform-management-settings.provider-
|
4583
|
+
const provider = (await import('./acorex-modules-platform-management-settings.provider-intHn3XI.mjs')).AXMRegionalSettingProvider;
|
4584
4584
|
return new provider(injector);
|
4585
4585
|
},
|
4586
4586
|
multi: true
|
@@ -4619,7 +4619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImpor
|
|
4619
4619
|
provide: AXP_SETTING_DEFINITION_PROVIDER,
|
4620
4620
|
useFactory: async () => {
|
4621
4621
|
const injector = inject(Injector);
|
4622
|
-
const provider = (await import('./acorex-modules-platform-management-settings.provider-
|
4622
|
+
const provider = (await import('./acorex-modules-platform-management-settings.provider-intHn3XI.mjs')).AXMRegionalSettingProvider;
|
4623
4623
|
return new provider(injector);
|
4624
4624
|
},
|
4625
4625
|
multi: true
|
@@ -4775,7 +4775,7 @@ class AXMShowReleaseNotesPopupAction extends AXPWorkflowAction {
|
|
4775
4775
|
}
|
4776
4776
|
async execute(context) {
|
4777
4777
|
const scope = RootConfig.config.i18n;
|
4778
|
-
const comp = (await import('./acorex-modules-platform-management-list-version.component-
|
4778
|
+
const comp = (await import('./acorex-modules-platform-management-list-version.component-CgF5pvTa.mjs')).AXMListVersionComponent;
|
4779
4779
|
this.popupService.open(comp, {
|
4780
4780
|
title: `t('release-notes',{scope: "${scope}"})`,
|
4781
4781
|
});
|
@@ -5245,6 +5245,20 @@ class AXPTaskBoardTaskProvider extends AXPWorkflowTaskProvider {
|
|
5245
5245
|
}
|
5246
5246
|
}
|
5247
5247
|
|
5248
|
+
/**
|
5249
|
+
* Global variable that returns current ISO date-time string.
|
5250
|
+
*/
|
5251
|
+
class AXMGlobalVariableProvider {
|
5252
|
+
constructor() {
|
5253
|
+
this.name = 'now';
|
5254
|
+
this.title = 'Now';
|
5255
|
+
this.description = 'Current date and time in ISO format';
|
5256
|
+
}
|
5257
|
+
execute() {
|
5258
|
+
return Promise.resolve(new Date().toISOString());
|
5259
|
+
}
|
5260
|
+
}
|
5261
|
+
|
5248
5262
|
function routesFactory() {
|
5249
5263
|
const config = inject(AXP_ENTITY_CONFIG_TOKEN);
|
5250
5264
|
const routes = [
|
@@ -5331,6 +5345,11 @@ class AXMPlatformManagementModule {
|
|
5331
5345
|
useClass: AXPTaskBoardTaskProvider,
|
5332
5346
|
multi: true,
|
5333
5347
|
},
|
5348
|
+
{
|
5349
|
+
provide: AXP_GLOBAL_VARIABLE_DEFINITION_PROVIDER,
|
5350
|
+
useClass: AXMGlobalVariableProvider,
|
5351
|
+
multi: true,
|
5352
|
+
},
|
5334
5353
|
AppVersionCheckService,
|
5335
5354
|
AppTermsCheckService,
|
5336
5355
|
], imports: [AXMUpdaterModule,
|
@@ -5484,6 +5503,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImpor
|
|
5484
5503
|
useClass: AXPTaskBoardTaskProvider,
|
5485
5504
|
multi: true,
|
5486
5505
|
},
|
5506
|
+
{
|
5507
|
+
provide: AXP_GLOBAL_VARIABLE_DEFINITION_PROVIDER,
|
5508
|
+
useClass: AXMGlobalVariableProvider,
|
5509
|
+
multi: true,
|
5510
|
+
},
|
5487
5511
|
AppVersionCheckService,
|
5488
5512
|
AppTermsCheckService,
|
5489
5513
|
],
|
@@ -5497,4 +5521,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImpor
|
|
5497
5521
|
*/
|
5498
5522
|
|
5499
5523
|
export { AXPRegionalSetting as A, AXMDynamicDataSourceProvider as B, AXMColumnFilterSelectorWidget as C, AXMColumnFilterSelectorWidgetEditComponent as D, AXMColumnFilterSelectorWidgetViewComponent as E, AXMColumnFilterSelectorWidgetColumnComponent as F, AXMColumnFilterSelectorWidgetFilterComponent as G, AXMColumnFilterSelectorWidgetPrintComponent as H, globalVariableEntityFactory as I, AXMGlobalVariablesService as J, AXMGlobalVariablesServiceImpl as K, glossaryEntityFactory as L, AXMGlossaryService as M, AXMGlossaryServiceImpl as N, metaDataDefinitionFactory as O, AXMMetaDataDefinitionService as P, AXMPMetaDataDefinitionServiceImpl as Q, RootConfig as R, metaDataDefinitionCategoryEntityFactory as S, AXMMetaDataDefinitionCategoryService as T, AXMMetaDataDefinitionCategoryServiceImpl as U, AXPRegionalStoreService as V, AXMUpdaterModule as W, AXPUpdaterService as X, AXMAppVersionService as a, AXMPlatformManagementModule as b, AXMPlatformManagementWidgetsModule as c, appTermEntityEntityFactory as d, AXMAppTermService as e, AXMAppTermServiceImpl as f, AXMListTermsComponent as g, AXMNotifyNewTermPopupAction as h, AXMTermUpdateSettingAction as i, AXMNewTermWorkflow as j, appVersionEntityEntityFactory as k, AXMAppVersionServiceImpl as l, AXMNotifyAppComponent as m, AXMAppVersionSlotComponent as n, AXMChangeLogPopupAction as o, AXMChangeLogUpdateSettingAction as p, AXMWhatsNewWorkflow as q, AXMCheckNewVersionAction as r, AXMCheckNewVersionWorkflow as s, dataSourceEntityFactory as t, AXMDataSourceService as u, AXMDataSourceServiceImpl as v, AXMDataSourceOutputType as w, AXMDataSourceType as x, AXM_COLUMN_DEF_WIDGET as y, AXM_FILTER_DEF_WIDGET as z };
|
5500
|
-
//# sourceMappingURL=acorex-modules-platform-management-acorex-modules-platform-management-
|
5524
|
+
//# sourceMappingURL=acorex-modules-platform-management-acorex-modules-platform-management-BLhzWiXM.mjs.map
|