@acorex/modules 20.2.4-next.7 → 20.2.4-next.8
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/dashboard-management/index.d.ts +2 -2
- package/fesm2022/acorex-modules-dashboard-management.mjs +3 -3
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-BhU14Qou.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-Cp2gr7Iv.mjs} +69 -69
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-Cp2gr7Iv.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-D4lGFRCA.mjs → acorex-modules-form-template-management-permission-definition.provider-C1RCxyNV.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-D4lGFRCA.mjs.map → acorex-modules-form-template-management-permission-definition.provider-C1RCxyNV.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-499Y4rLb.mjs → acorex-modules-form-template-management-settings.provider-6AeK3OKQ.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-499Y4rLb.mjs.map → acorex-modules-form-template-management-settings.provider-6AeK3OKQ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-picker.component-2EkzMuIy.mjs → acorex-modules-form-template-management-template-picker.component-CLjMSNDH.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-picker.component-2EkzMuIy.mjs.map → acorex-modules-form-template-management-template-picker.component-CLjMSNDH.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-DwgbgFrf.mjs → acorex-modules-form-template-management-template-widget-edit.component-C54ki1jt.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-DwgbgFrf.mjs.map → acorex-modules-form-template-management-template-widget-edit.component-C54ki1jt.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template.entity-D_14HgMr.mjs → acorex-modules-form-template-management-template.entity-juNqjlv4.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template.entity-D_14HgMr.mjs.map → acorex-modules-form-template-management-template.entity-juNqjlv4.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-BLgx_xby.mjs → acorex-modules-form-template-management-viewer-popup.component-CV8UjR-U.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-BLgx_xby.mjs.map → acorex-modules-form-template-management-viewer-popup.component-CV8UjR-U.mjs.map} +1 -1
- package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +5 -5
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-task-management.mjs +3 -3
- package/fesm2022/acorex-modules-task-management.mjs.map +1 -1
- package/package.json +10 -9
- package/security-management/index.d.ts +3 -3
- package/task-management/index.d.ts +2 -2
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BhU14Qou.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { Injector, OnInit, AfterViewInit, OnDestroy, Signal, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
3
3
|
import * as _acorex_platform_layout_builder from '@acorex/platform/layout/builder';
|
|
4
|
-
import { AXPWidgetNode, AXPWidgetRendererDirective,
|
|
4
|
+
import { AXPWidgetNode, AXPWidgetRendererDirective, AXPLayoutBaseWidgetComponent, AXPWidgetConfig, AXPValueWidgetComponent, AXPWidgetCategory } from '@acorex/platform/layout/builder';
|
|
5
5
|
import { AXPEntity, AXPTimeZone } from '@acorex/platform/common';
|
|
6
6
|
import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
|
7
7
|
import * as _acorex_components_grid_layout_builder from '@acorex/components/grid-layout-builder';
|
|
@@ -327,7 +327,7 @@ declare class AXMDashboardWidgetWrapperComponent {
|
|
|
327
327
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMDashboardWidgetWrapperComponent, "axm-dashboard-widget-wrapper", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "hasConfiguration": { "alias": "hasConfiguration"; "required": false; "isSignal": true; }; "isLocked": { "alias": "isLocked"; "required": false; "isSignal": true; }; }, { "onDelete": "onDelete"; "onConfiguration": "onConfiguration"; "onValueChanged": "onValueChanged"; "onOptionsChanged": "onOptionsChanged"; }, ["widget"], ["*"], true, never>;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
declare class AXMClockWidgetViewComponent extends
|
|
330
|
+
declare class AXMClockWidgetViewComponent extends AXPLayoutBaseWidgetComponent implements AfterViewInit, OnDestroy {
|
|
331
331
|
private readonly regionalService;
|
|
332
332
|
private readonly elementRef;
|
|
333
333
|
private userTimezone;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AXPSessionService, AXPAuthGuard } from '@acorex/platform/auth';
|
|
2
2
|
import { createAllQueryView, AXPEntityCommandScope, AXPEntityQueryType, AXP_HOME_PAGES, AXP_MENU_PROVIDER, AXP_HOME_PAGE_DEFAULT_KEY, AXPSettingService } from '@acorex/platform/common';
|
|
3
3
|
import * as i2$2 from '@acorex/platform/layout/builder';
|
|
4
|
-
import { AXPWidgetsCatalog,
|
|
4
|
+
import { AXPWidgetsCatalog, AXPLayoutBaseWidgetComponent, AXPWidgetGroupEnum, AXPValueWidgetComponent, cloneProperty, AXPLayoutBuilderModule, AXPWidgetRendererDirective } from '@acorex/platform/layout/builder';
|
|
5
5
|
import { AXMEntityCrudServiceImpl, AXPEntityService, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
|
|
6
6
|
import { AXP_DATA_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_NAME_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BG_COLOR_PROPERTY, plainTextDefaultProperty, AXP_COLOR_PROPERTY, AXPWidgetsModule } from '@acorex/platform/widgets';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
@@ -630,7 +630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
630
630
|
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:grid;width:100%;height:100%;place-items:center}.axm-analog-clock-container{position:relative;max-height:100%;width:100%;aspect-ratio:1;container-type:inline-size}.axm-analog-clock-face{position:relative;height:100%;width:100%;border-radius:9999px}.axm-analog-clock-marks-container,.axm-analog-clock-numbers-container,.axm-analog-clock-hands{position:absolute;top:0;right:0;bottom:0;left:0}.axm-analog-clock-hour-line,.axm-analog-clock-dot-line{position:absolute;bottom:50%;left:50%;height:50%;transform-origin:bottom}.axm-analog-clock-hour-line,.axm-analog-clock-dot-line{width:1.8cqw}.axm-analog-clock-hour-line-inner{position:absolute;top:6cqw;left:50%;height:5.5cqw;width:100%;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.axm-analog-clock-hour-line-inner:is(.ax-dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.axm-analog-clock-dot-line-inner{position:absolute;top:6cqw;left:50%;height:2cqw;width:1.2cqw;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.axm-analog-clock-dot-line-inner:is(.ax-dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.axm-analog-clock-hour-number{position:absolute;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:10cqw;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.axm-analog-clock-hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.axm-analog-clock-hand:after{content:\"\";position:absolute;left:0;width:100%}.axm-analog-clock-hour-hand{z-index:2;height:25%;width:2.7cqw;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.axm-analog-clock-hour-hand:after{bottom:-20%;height:20%;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.axm-analog-clock-minute-hand{z-index:3;height:35%;width:2.1cqw;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.axm-analog-clock-minute-hand:after{bottom:-20%;height:20%;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.axm-analog-clock-second-hand{z-index:4;height:42%;width:1.5cqw;--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.axm-analog-clock-second-hand:after{bottom:-20%;height:20%;--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.axm-analog-clock-center-point{position:absolute;top:50%;left:50%;z-index:5;height:9cqw;width:9cqw;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;border-width:1.8cqw;--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}\n"] }]
|
|
631
631
|
}], ctorParameters: () => [] });
|
|
632
632
|
|
|
633
|
-
class AXMClockWidgetViewComponent extends
|
|
633
|
+
class AXMClockWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
634
634
|
constructor() {
|
|
635
635
|
super();
|
|
636
636
|
this.regionalService = inject(AXMLocaleManagementService);
|
|
@@ -4686,7 +4686,7 @@ const AXPWeatherWidget = {
|
|
|
4686
4686
|
},
|
|
4687
4687
|
};
|
|
4688
4688
|
|
|
4689
|
-
class AXPDashboardShortcutWidgetViewComponent extends
|
|
4689
|
+
class AXPDashboardShortcutWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
4690
4690
|
constructor() {
|
|
4691
4691
|
super(...arguments);
|
|
4692
4692
|
this.popupService = inject(AXPopupService);
|