@acorex/platform 19.3.4 → 19.3.5
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/common/lib/app/application.types.d.ts +1 -1
- package/common/lib/data/filter-middleware.service.d.ts +1 -1
- package/common/lib/data/operators.service.d.ts +1 -1
- package/common/lib/utils/export-popup.d.ts +1 -1
- package/common/lib/utils/filter-cleaner.d.ts +1 -1
- package/common/lib/workflows/common.workflow.d.ts +1 -1
- package/core/lib/data/datasource-definition-provider.service.d.ts +1 -1
- package/core/lib/types/data.types.d.ts +1 -1
- package/core/lib/utils/data-conditioner.d.ts +1 -1
- package/fesm2022/acorex-platform-common.mjs +4 -6
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +1 -1
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +5 -13
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +15 -11
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +115 -103
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-filters.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-Cxi1w-iq.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +3 -3
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-CLna7DRq.mjs → acorex-platform-widgets-button-widget-designer.component-i8FcuktZ.mjs} +20 -18
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-i8FcuktZ.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-16K2wwtu.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-DZD9AEmz.mjs} +68 -68
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-DZD9AEmz.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-DJtxN1VV.mjs → acorex-platform-widgets-tabular-data-view-popup.component-CQT2kgt3.mjs} +4 -4
- package/fesm2022/acorex-platform-widgets-tabular-data-view-popup.component-CQT2kgt3.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +1124 -1000
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/lib/builder/datasource-provider.service.d.ts +1 -1
- package/layout/builder/lib/builder/widget-base.component.d.ts +1 -1
- package/layout/components/lib/user-avatar/user-avatar.component.d.ts +1 -1
- package/layout/designer/lib/designer/components/add-widget-button/add-widget-button.component.d.ts +1 -1
- package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +1 -1
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +1 -1
- package/layout/entity/lib/entity.viewmodel.d.ts +1 -1
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-edit.component.d.ts +1 -1
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.component.d.ts +1 -1
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.viewmodel.d.ts +1 -1
- package/layout/entity/lib/widgets/tagable-box/tagable-box-widget-edit.component.d.ts +1 -1
- package/layout/filters/lib/filters.viewmodel.d.ts +1 -1
- package/package.json +1 -1
- package/themes/default/lib/layouts/base/page-layout/page-layout.component.d.ts +1 -1
- package/themes/default/lib/layouts/entity-layouts/entity-category/entity-category.component.d.ts +1 -1
- package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +1 -1
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-columns/list-view-option-columns.component.d.ts +1 -1
- package/themes/default/lib/layouts/entity-layouts/entity-master-toolbar-view/filters/entity-filter-toolbar.component.d.ts +1 -1
- package/themes/default/lib/layouts/root-layout/horizontal/horizontal-layout.component.d.ts +1 -1
- package/themes/default/lib/layouts/root-layout/vertical/vertical-layout.component.d.ts +1 -1
- package/widgets/lib/widgets/actions/button/button-widget-designer.component.d.ts +1 -1
- package/widgets/lib/widgets/actions/button/button-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/contact/contact-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/date-time/date-time-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/email/email-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/large-text/large-text-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/link/link-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/number/number-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/number-unit/number-unit-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/phone/phone-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/rich-text/rich-text-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/selection-list/selection-list-widget-designer.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/tabular-data/tabular-data-edit-popup.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/tabular-data/tabular-data-view-popup.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/text/text-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/time-duration/time-duration-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/toggle/toggle-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/toggle/toggle-widget.config.d.ts +1 -1
- package/widgets/lib/widgets/filters/boolean-filter/boolean-filter-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/filters/date-time-filter/date-time-filter-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/filters/number-filter/number-filter-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/filters/select-filter/select-filter-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/filters/string-filter/string-filter-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/layout/panel/panel-widget-designer.component.d.ts +1 -1
- package/widgets/lib/widgets/layout/panel/panel-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/property-editors/advanced-grid-options/advanced-grid-options-widget-editor.component.d.ts +1 -1
- package/widgets/lib/widgets/property-editors/flex-options/flex-options-widget-editor.component.d.ts +1 -1
- package/widgets/lib/widgets/property-editors/grid-options/grid-options-widget-editor.component.d.ts +1 -1
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-CLna7DRq.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-16K2wwtu.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-view-popup.component-DJtxN1VV.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
4
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { AXHtmlEvent } from '@acorex/
|
|
2
|
+
import { AXHtmlEvent } from '@acorex/cdk/common';
|
|
3
3
|
import { AXPUserAvatarData } from './user-avatar.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPUserAvatarComponent implements OnInit, OnDestroy {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource } from '@acorex/
|
|
1
|
+
import { AXDataSource } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPEntity, AXPRelatedEntity } from '@acorex/platform/common';
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
4
|
import { AXPEntityCommandTriggerViewModel, AXPEntityListViewColumnViewModel } from './entity.viewmodel';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource } from '@acorex/
|
|
1
|
+
import { AXDataSource } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPEntity, AXPEntityProperty, AXPFilterDefinition, AXPFilterQuery, AXPQueryView } from '@acorex/platform/common';
|
|
3
3
|
import { AXPBreadcrumbItem, AXPExecuteCommand } from '@acorex/platform/core';
|
|
4
4
|
import { Injector } from '@angular/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXStyleColorType } from '@acorex/
|
|
1
|
+
import { AXStyleColorType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPEntity, AXPEntityAction, AXPEntityCommandScope, AXPEntityProperty, AXPEntityTableColumn } from '@acorex/platform/common';
|
|
3
3
|
import { AXPMetaData } from '@acorex/platform/core';
|
|
4
4
|
import { AXPWidgetColumnNode } from '@acorex/platform/layout/builder';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXClickEvent, AXDataSourceFilterOption, AXFocusEvent, AXHtmlEvent, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXClickEvent, AXDataSourceFilterOption, AXFocusEvent, AXHtmlEvent, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPopupService } from '@acorex/components/popup';
|
|
3
3
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
4
4
|
import { AXFormatService } from '@acorex/core/format';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXDataTableComponent, AXDataTableRowClick, AXDataTableRowDbClick } from '@acorex/components/data-table';
|
|
3
3
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
4
4
|
import { AXPLookupWidgetSelectorViewModel } from './lookup-widget-selector.viewmodel';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXDataSourceCallbackResult, AXDataSourceFilterOption } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXDataSourceCallbackResult, AXDataSourceFilterOption } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPEntity } from '@acorex/platform/common';
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
4
|
import { AXPEntityListViewColumnViewModel } from '../../entity.viewmodel';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { AXPEntityResolver } from '../../entity.config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPFilterDefinition, AXPFilterQuery } from '@acorex/platform/common';
|
|
3
3
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
4
4
|
import { ModelSignal, WritableSignal } from '@angular/core';
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXClickEvent } from '@acorex/
|
|
1
|
+
import { AXClickEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXDrawerItemDirective } from '@acorex/cdk/drawer';
|
|
3
3
|
import { AXPActionMenuItem, AXPExecuteCommand } from '@acorex/platform/core';
|
|
4
4
|
import { AXPWorkflowService } from '@acorex/platform/workflow';
|
package/themes/default/lib/layouts/entity-layouts/entity-category/entity-category.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXTreeItemClickBaseEvent, AXTreeViewComponent } from '@acorex/components/tree-view';
|
|
3
3
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
4
4
|
import { AXPEntity } from '@acorex/platform/common';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXActionSheetService } from '@acorex/components/action-sheet';
|
|
2
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
2
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
3
3
|
import { AXDataTableComponent, AXDataTableRowDbClick, AXRowCommandItem, AXRowCommandItemClickEvent } from '@acorex/components/data-table';
|
|
4
4
|
import { AXUnsubscriber } from '@acorex/core/utils';
|
|
5
5
|
import { AXPEntityDetailListViewModel } from '@acorex/platform/layout/entity';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPSettingService } from '@acorex/platform/common';
|
|
3
3
|
import { AXPEntityMasterListViewModel } from '@acorex/platform/layout/entity';
|
|
4
4
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXEvent, AXHtmlEvent, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXEvent, AXHtmlEvent, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
3
3
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
4
4
|
import { AXCalendarService } from '@acorex/core/date-time';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXDrawerComponent } from '@acorex/components/drawer';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPRootHorizontalLayoutComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXDrawerComponent } from '@acorex/components/drawer';
|
|
3
3
|
import { Router } from '@angular/router';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXClickEvent, AXStyleColorType, AXStyleLookType } from '@acorex/
|
|
1
|
+
import { AXClickEvent, AXStyleColorType, AXStyleLookType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPLayoutWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { EventEmitter } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXClickEvent, AXStyleColorType, AXStyleLookType } from '@acorex/
|
|
1
|
+
import { AXClickEvent, AXStyleColorType, AXStyleLookType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPLayoutElementAPI, AXPLayoutWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { EventEmitter } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { Signal } from '@angular/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { Signal } from '@angular/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { Signal } from '@angular/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPLargeTextWidgetEditComponent extends AXPValueWidgetComponent<string> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
3
3
|
import { AXValidationService } from '@acorex/core/validation';
|
|
4
4
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { Signal } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueUnit, AXPValueUnits } from '@acorex/platform/core';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { Signal } from '@angular/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPRichTextWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { StrategyConfig } from '../../../widgets.config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
package/widgets/lib/widgets/editors/selection-list/selection-list-widget-designer.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDirection } from '@acorex/
|
|
1
|
+
import { AXDirection } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPSelectionListWidgetDesignerComponent extends AXPDataListWidgetComponent {
|
package/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDirection, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDirection, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPSelectionListWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource } from '@acorex/
|
|
1
|
+
import { AXDataSource } from '@acorex/cdk/common';
|
|
2
2
|
import { AXDataTableComponent, AXRowCommandItem, AXRowCommandItemClickEvent } from '@acorex/components/data-table';
|
|
3
3
|
import { AXFormComponent } from '@acorex/components/form';
|
|
4
4
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource } from '@acorex/
|
|
1
|
+
import { AXDataSource } from '@acorex/cdk/common';
|
|
2
2
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
3
3
|
import { AXPTabularDataColumn } from './tabular-widget.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { Signal } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXTimeDurationUnit } from '@acorex/components/time-duration';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXStyleColorType } from '@acorex/
|
|
1
|
+
import { AXStyleColorType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPToggleWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
|
|
2
|
-
import { AXStyleColorType } from '@acorex/
|
|
2
|
+
import { AXStyleColorType } from '@acorex/cdk/common';
|
|
3
3
|
export declare const AXPToggleWidget: AXPWidgetConfig;
|
|
4
4
|
declare module '@acorex/platform/layout/builder' {
|
|
5
5
|
interface AXPWidgetTypesMap {
|
package/widgets/lib/widgets/filters/boolean-filter/boolean-filter-widget-edit.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPBooleanFilterWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
package/widgets/lib/widgets/filters/date-time-filter/date-time-filter-widget-edit.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { Signal, WritableSignal } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPNumberFilterWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPSelectFilterWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPStringWidgetFilterComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXStyleLookType } from '@acorex/
|
|
1
|
+
import { AXStyleLookType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPLayoutWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPPanelWidgetDesignerComponent extends AXPLayoutWidgetComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXStyleLookType } from '@acorex/
|
|
1
|
+
import { AXStyleLookType } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPLayoutWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXPPanelWidgetViewComponent extends AXPLayoutWidgetComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { AXPGridBoxAlignmentOption, AXPGridBoxOption } from '../grid-options';
|
|
4
4
|
import { AXPAdvancedGridBoxValues } from './advanced-grid-options-widget.type';
|
package/widgets/lib/widgets/property-editors/flex-options/flex-options-widget-editor.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPLayoutFlexStyles } from '@acorex/platform/core';
|
|
3
3
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
4
|
import { AXPFlexBoxAlignmentOption, AXPFlexBoxOption } from './flex-options-widget.type';
|
package/widgets/lib/widgets/property-editors/grid-options/grid-options-widget-editor.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AXDataSource, AXValueChangedEvent } from '@acorex/
|
|
1
|
+
import { AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
|
2
2
|
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
3
|
import { AXPBreakpoints } from '../property-editor.type';
|
|
4
4
|
import { AXPGridBoxAlignmentOption, AXPGridBoxOption, AXPGridBoxValues, AXPGridBreakpointValues } from './grid-options-widget.type';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-platform-widgets-button-widget-designer.component-CLna7DRq.mjs","sources":["../../../../libs/platform/widgets/src/lib/widgets/actions/button/button-widget-designer.component.ts"],"sourcesContent":["import { AXBadgeModule } from '@acorex/components/badge';\nimport { AXButtonModule } from '@acorex/components/button';\nimport { AXClickEvent, AXStyleColorType, AXStyleLookType } from '@acorex/components/common';\nimport { AXDecoratorModule } from '@acorex/components/decorators';\nimport { AXLoadingModule } from '@acorex/components/loading';\nimport { AXPLayoutWidgetComponent } from '@acorex/platform/layout/builder';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed, EventEmitter, HostBinding } from '@angular/core';\n@Component({\n selector: 'axp-button-widget',\n template: `\n <ax-button [disabled]=\"disabled()\" [color]=\"color()\" [look]=\"look()\" [text]=\"text()\">\n @if(icon() && text()){\n <ax-prefix\n ><ax-icon> <i class=\"fa-solid\" [class]=\"icon()\"></i> </ax-icon\n ></ax-prefix>\n } @else if(icon() && !text()) {\n <ax-icon> <i class=\"fa-solid\" [class]=\"icon()\"></i> </ax-icon>\n } @if(loading()){\n <ax-loading> </ax-loading>\n }\n </ax-button>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, AXButtonModule, AXLoadingModule, AXDecoratorModule, AXBadgeModule]\n})\nexport class AXPButtonWidgetDesignerComponent extends AXPLayoutWidgetComponent {\n protected disabled = computed<boolean>(() => this.options()['disabled']);\n protected color = computed<AXStyleColorType>(() => this.options()['color']?.id ?? 'primary');\n protected look = computed<AXStyleLookType>(() => this.options()['look']?.id ?? 'solid');\n protected text = computed<string | undefined>(() => this.options()['text']);\n protected loading = computed<boolean>(() => this.options()['loading']);\n protected icon = computed<string | undefined>(() => this.options()['icon']);\n\n public onClick = new EventEmitter<AXClickEvent>();\n\n @HostBinding('class')\n private get __class(): string {\n const cls: any = {};\n //\n cls['ax-inline-block'] = true;\n return cls;\n }\n}\n"],"names":["i1"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-platform-widgets-tabular-data-edit-popup.component-16K2wwtu.mjs","sources":["../../../../libs/platform/widgets/src/lib/widgets/editors/tabular-data/tabular-data-edit-popup.component.ts"],"sourcesContent":["import { AXButtonModule } from '@acorex/components/button';\nimport { AXDataSource } from '@acorex/components/common';\nimport {\n AXDataTableComponent,\n AXDataTableModule,\n AXRowCommandItem,\n AXRowCommandItemClickEvent,\n} from '@acorex/components/data-table';\nimport { AXDecoratorModule } from '@acorex/components/decorators';\nimport { AXFormComponent, AXFormModule } from '@acorex/components/form';\nimport { AXBasePageComponent } from '@acorex/components/page';\nimport { AXTranslationModule } from '@acorex/core/translation';\nimport { AXPDataGenerator } from '@acorex/platform/core';\nimport { AXPLayoutBuilderModule, AXPLayoutContextChangeEvent } from '@acorex/platform/layout/builder';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, viewChild } from '@angular/core';\nimport { cloneDeep } from 'lodash-es';\nimport { AXPTabularDataColumn } from './tabular-widget.types';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n <axp-widgets-container [context]=\"context\" (onContextChanged)=\"handleContextChange($event)\">\n <ax-form #form>\n <div class=\"ax-p-4\">\n <ax-data-table\n #grid\n [paging]=\"false\"\n [allowReordering]=\"true\"\n (selectedRowsChange)=\"handleSelectionChange($event)\"\n [dataSource]=\"dataSource\"\n class=\"ax-h-96 ax-overflow-auto\"\n >\n @for (column of columns; track $index) {\n <ax-text-column\n width=\"200px\"\n [caption]=\"column.title\"\n [dataField]=\"column.name\"\n [cellTemplate]=\"cell\"\n [allowResizing]=\"true\"\n ></ax-text-column>\n <ng-template #cell let-item>\n <ng-container\n axp-widget-renderer\n [node]=\"{\n path: item.rowIndex + '.' + column.name,\n type: column.type,\n options: column.options ?? {}\n }\"\n [mode]=\"'edit'\"\n >\n </ng-container>\n </ng-template>\n }\n <ax-command-column\n fixed=\"end\"\n [width]=\"getCommandRowItems.length * 60 + 'px'\"\n [items]=\"getCommandRowItems\"\n (onItemClick)=\"handleRowCommandClick($event)\"\n ></ax-command-column>\n </ax-data-table>\n @if(!disabled){\n <div class=\"ax-flex ax-justify-end ax-py-4\">\n <ax-button\n [text]=\"(this.context ?? []).length ? 'Start Adding Items' : 'Add Your First Item'\"\n look=\"twotone\"\n [disabled]=\"disabled\"\n (onClick)=\"addRecord()\"\n class=\"ax-col-start-10 ax-col-end-13\"\n >\n <ax-prefix>\n <ax-icon class=\"fa-solid fa-add\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n <ax-footer>\n <ax-suffix>\n <ax-button [text]=\"'discard' | translate | async\" (onClick)=\"onCloseDiscard()\"></ax-button>\n <ax-button\n color=\"primary\"\n [text]=\"'Okay' | translate | async\"\n (onClick)=\"handleSaveClick(form)\"\n ></ax-button>\n </ax-suffix>\n </ax-footer>\n </ax-form>\n </axp-widgets-container>\n `,\n imports: [\n CommonModule,\n AXDecoratorModule,\n AXButtonModule,\n AXPLayoutBuilderModule,\n AXDataTableModule,\n AXTranslationModule,\n AXFormModule,\n ],\n})\nexport class AXPTabularDataPopupComponent extends AXBasePageComponent {\n context: any;\n columns: AXPTabularDataColumn[];\n disabled: boolean = false;\n defaultRowCount: number = 0;\n contextDiscard: any;\n\n getCommandRowItems: AXRowCommandItem[] = [\n {\n name: 'delete',\n text: \"t('delete', {scope : 'common'})\",\n icon: 'fa-light fa-trash ax-text-danger',\n //divided: boolean,\n //disabled: boolean,\n color: 'danger',\n },\n ];\n\n protected override ngOnInit(): void {\n \n this.columns = this.columns.filter((col) => col.name != null && col.name != '' && col.type != null);\n\n this.columns = this.columns.map((col) => {\n return {\n ...col,\n options: {\n ...(col.options ?? {}),\n validationRules: [\n {\n rule: 'required',\n },\n ],\n },\n };\n });\n this.contextDiscard = cloneDeep(this.context);\n if (this.context == null || this.context?.length == 0) {\n for (let i = 0; i < this.defaultRowCount; i++) {\n this.addRecord();\n }\n }\n }\n\n protected dataSource = new AXDataSource({\n load: async () => {\n this.context = (this.context ?? []).map((x: any) => {\n return {\n ...x,\n id: AXPDataGenerator.uuid(),\n options: {},\n };\n });\n const items = this.context;\n console.log(this.context);\n\n return {\n items: items ?? [],\n total: (items ?? []).length,\n };\n },\n pageSize: 1,\n key: 'gridItem',\n });\n\n protected grid = viewChild<AXDataTableComponent>('grid');\n\n handleContextChange(e: AXPLayoutContextChangeEvent) {\n this.context = e.data;\n }\n\n onCloseDiscard() {\n this.close({\n context: this.contextDiscard,\n });\n }\n\n addRecord() {\n console.log(this.columns);\n\n const value = this.context ?? [];\n const newRecord = this.columns?.reduce((acc: { [key: string]: any }, column) => {\n acc[column.name] = ''; // or any default value\n return acc;\n }, {});\n console.log(value);\n this.context = [...value, newRecord];\n this.grid()?.refresh();\n }\n\n handleSelectionChange(e: any) {\n console.log(e);\n }\n\n protected async handleRowCommandClick(e: AXRowCommandItemClickEvent) {\n if (e.name == 'delete') {\n this.context = this.context.filter((item: any) => item.id !== e.data.id);\n this.grid()?.refresh();\n }\n }\n\n protected async handleSaveClick(form: AXFormComponent) {\n const formResult = await form.validate();\n console.log(formResult.rules);\n\n if (formResult.result) {\n this.close({\n context: this.context,\n });\n }\n }\n}\n"],"names":["i2","i3","i4","i5","i6","i7"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-platform-widgets-tabular-data-view-popup.component-DJtxN1VV.mjs","sources":["../../../../libs/platform/widgets/src/lib/widgets/editors/tabular-data/tabular-data-view-popup.component.ts"],"sourcesContent":["import { AXButtonModule } from '@acorex/components/button';\nimport { AXDataSource } from '@acorex/components/common';\nimport { AXDataTableModule } from '@acorex/components/data-table';\nimport { AXDecoratorModule } from '@acorex/components/decorators';\nimport { AXBasePageComponent } from '@acorex/components/page';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { AXPTabularDataColumn } from './tabular-widget.types';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n <ax-data-table class=\"ax-m-4\" #grid [paging]=\"false\" [dataSource]=\"dataSource\">\n @for (column of columns; track $index) {\n <ax-text-column [dataField]=\"column.name\" [caption]=\"column.title\"></ax-text-column>\n }\n </ax-data-table>\n <ax-footer\n ><div class=\"ax-flex ax-w-full ax-justify-end\">\n <ax-button color=\"primary\" [text]=\"'Okay'\" (onClick)=\"onClose()\"></ax-button></div\n ></ax-footer>\n `,\n imports: [AXDecoratorModule, AXButtonModule, AXDataTableModule],\n})\nexport class AXPTabularDataPopupComponent extends AXBasePageComponent {\n items: [];\n columns: AXPTabularDataColumn[];\n\n protected dataSource = new AXDataSource({\n load: async () => {\n const items = this.items;\n return {\n items: items,\n total: items.length,\n };\n },\n pageSize: 1,\n key: 'gridItem',\n });\n\n onClose() {\n this.close();\n }\n}\n"],"names":["i1","i2","i3"],"mappings":"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"}
|