@acorex/platform 19.2.6 → 19.2.7

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 (78) hide show
  1. package/common/lib/app/application.types.d.ts +3 -1
  2. package/common/lib/settings/settings.service.d.ts +3 -2
  3. package/common/lib/utils/export-popup.d.ts +2 -1
  4. package/common/lib/utils/expression-evaluator.service.d.ts +11 -0
  5. package/common/lib/utils/index.d.ts +1 -0
  6. package/fesm2022/acorex-platform-common.mjs +86 -28
  7. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  8. package/fesm2022/acorex-platform-layout-builder.mjs +14 -4
  9. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  10. package/fesm2022/acorex-platform-layout-designer.mjs +5 -5
  11. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-entity.mjs +29 -7
  13. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  14. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-ClNKQnoc.mjs → acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs} +28 -15
  15. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs.map +1 -0
  16. package/fesm2022/{acorex-platform-themes-default-search-popup.component-BZJTLnlM.mjs → acorex-platform-themes-default-search-popup.component-Blkpqvqa.mjs} +4 -4
  17. package/fesm2022/{acorex-platform-themes-default-search-popup.component-BZJTLnlM.mjs.map → acorex-platform-themes-default-search-popup.component-Blkpqvqa.mjs.map} +1 -1
  18. package/fesm2022/{acorex-platform-themes-default-setting-page.component-oA4kM_-3.mjs → acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs} +8 -8
  19. package/fesm2022/acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs.map +1 -0
  20. package/fesm2022/{acorex-platform-themes-default-setting-view.component-CJZBhtKE.mjs → acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs} +2 -2
  21. package/fesm2022/{acorex-platform-themes-default-setting-view.component-CJZBhtKE.mjs.map → acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs.map} +1 -1
  22. package/fesm2022/{acorex-platform-themes-default-theme-palette-preview.page-D_AK8uVB.mjs → acorex-platform-themes-default-theme-palette-preview.page-D-yzbISw.mjs} +25 -5
  23. package/fesm2022/acorex-platform-themes-default-theme-palette-preview.page-D-yzbISw.mjs.map +1 -0
  24. package/fesm2022/acorex-platform-themes-default.mjs +24 -17
  25. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  26. package/fesm2022/acorex-platform-themes-shared.mjs +112 -54
  27. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  28. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-D2-nHqYy.mjs +144 -0
  29. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-D2-nHqYy.mjs.map +1 -0
  30. package/fesm2022/acorex-platform-widgets-tabular-data-view-popup.component-BBRVgZLu.mjs +48 -0
  31. package/fesm2022/acorex-platform-widgets-tabular-data-view-popup.component-BBRVgZLu.mjs.map +1 -0
  32. package/fesm2022/acorex-platform-widgets.mjs +555 -92
  33. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  34. package/layout/builder/lib/builder/widget-groups.d.ts +1 -0
  35. package/layout/builder/lib/builder/widget-map.d.ts +3 -0
  36. package/layout/builder/lib/builder/widget.types.d.ts +1 -1
  37. package/layout/entity/lib/entity-master-list.viewmodel.d.ts +2 -1
  38. package/layout/entity/lib/entity.viewmodel.d.ts +2 -0
  39. package/layout/setting/lib/setting.viewmodel.d.ts +2 -2
  40. package/package.json +1 -1
  41. package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +4 -3
  42. package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +2 -2
  43. package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +4 -4
  44. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +2 -2
  45. package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +2 -2
  46. package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +2 -2
  47. package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +2 -2
  48. package/themes/default/lib/pages/theme-palette-preview/theme-palette-preview.page.d.ts +3 -2
  49. package/themes/shared/lib/components/layout-elements/index.d.ts +1 -0
  50. package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +1 -1
  51. package/themes/shared/lib/components/layout-elements/layout-footer.component.d.ts +5 -0
  52. package/themes/shared/lib/components/slots/theme-slot.component.d.ts +2 -2
  53. package/themes/shared/lib/theme.service.d.ts +2 -2
  54. package/widgets/lib/widgets/advance/file/file-box-widget-edit.component.d.ts +3 -1
  55. package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget-edit.component.d.ts +13 -0
  56. package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget.config.d.ts +7 -0
  57. package/widgets/lib/widgets/charts/bar-chart/bar-chart.type.d.ts +15 -0
  58. package/widgets/lib/widgets/charts/bar-chart/index.d.ts +2 -0
  59. package/widgets/lib/widgets/charts/chart.type.d.ts +4 -0
  60. package/widgets/lib/widgets/charts/donut-chart/donut-chart-widget-edit.component.d.ts +14 -0
  61. package/widgets/lib/widgets/charts/donut-chart/donut-chart-widget.config.d.ts +7 -0
  62. package/widgets/lib/widgets/charts/donut-chart/donut-chart.type.d.ts +13 -0
  63. package/widgets/lib/widgets/charts/donut-chart/index.d.ts +2 -0
  64. package/widgets/lib/widgets/editors/tabular-data/index.d.ts +6 -0
  65. package/widgets/lib/widgets/editors/tabular-data/table-widget-column.component.d.ts +6 -0
  66. package/widgets/lib/widgets/editors/tabular-data/table-widget-filter.component.d.ts +6 -0
  67. package/widgets/lib/widgets/editors/tabular-data/table-widget-print.component.d.ts +6 -0
  68. package/widgets/lib/widgets/editors/tabular-data/table-widget.config.d.ts +7 -0
  69. package/widgets/lib/widgets/editors/tabular-data/tabular-data-edit-popup.component.d.ts +18 -0
  70. package/widgets/lib/widgets/editors/tabular-data/tabular-data-view-popup.component.d.ts +10 -0
  71. package/widgets/lib/widgets/editors/tabular-data/tabular-data-widget-edit.component.d.ts +12 -0
  72. package/widgets/lib/widgets/editors/tabular-data/tabular-data-widget-view.component.d.ts +13 -0
  73. package/widgets/lib/widgets/editors/tabular-data/tabular-widget.types.d.ts +11 -0
  74. package/widgets/lib/widgets/editors/text/text-box-widget-edit.component.d.ts +0 -1
  75. package/widgets/lib/widgets/index.d.ts +2 -0
  76. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-ClNKQnoc.mjs.map +0 -1
  77. package/fesm2022/acorex-platform-themes-default-setting-page.component-oA4kM_-3.mjs.map +0 -1
  78. package/fesm2022/acorex-platform-themes-default-theme-palette-preview.page-D_AK8uVB.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as i1$6 from '@acorex/platform/layout/builder';
2
- import { AXPWidgetsCatalog, createStringProperty, createBooleanProperty, createSelectProperty, cloneProperty, AXPWidgetComponent, AXP_WIDGETS_ACTION_GROUP, AXP_WIDGETS_EDITOR_GROUP, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPWidgetStatus, AXPPageStatus, AXP_WIDGETS_ADVANCE_GROUP, AXPLayoutBuilderModule, AXP_WIDGETS_LAYOUT_GROUP, AXP_WIDGETS_VALIDATION_GROUP, AXP_WIDGETS_FILTER_GROUP } from '@acorex/platform/layout/builder';
2
+ import { AXPWidgetsCatalog, createStringProperty, createBooleanProperty, createSelectProperty, cloneProperty, AXPWidgetComponent, AXP_WIDGETS_ACTION_GROUP, AXP_WIDGETS_EDITOR_GROUP, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXPWidgetStatus, AXPPageStatus, AXP_WIDGETS_ADVANCE_GROUP, AXPLayoutBuilderModule, AXP_WIDGETS_LAYOUT_GROUP, AXP_WIDGETS_VALIDATION_GROUP, AXP_WIDGETS_CHART_GROUP, AXP_WIDGETS_FILTER_GROUP } from '@acorex/platform/layout/builder';
3
3
  import { AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, AXDataSource } from '@acorex/components/common';
4
4
  import * as i1$2 from '@acorex/components/badge';
5
5
  import { AXBadgeModule } from '@acorex/components/badge';
@@ -81,6 +81,7 @@ import { AXCronJobModule } from '@acorex/components/cron-job';
81
81
  import * as i1$a from '@acorex/components/qrcode';
82
82
  import { AXQrcodeModule } from '@acorex/components/qrcode';
83
83
  import { AXColorUtil } from '@acorex/core/utils';
84
+ import { AXDataTableModule } from '@acorex/components/data-table';
84
85
  import { DomSanitizer } from '@angular/platform-browser';
85
86
 
86
87
  const AXP_STYLING_PROPERTY_GROUP = {
@@ -1674,7 +1675,7 @@ const AXPContactWidget = {
1674
1675
  dataType: 'string',
1675
1676
  nullable: false,
1676
1677
  interface: {
1677
- defaultValue: 'link',
1678
+ defaultValue: 'email',
1678
1679
  name: 'type',
1679
1680
  path: 'options.type',
1680
1681
  type: AXPWidgetsCatalog.select,
@@ -3900,6 +3901,7 @@ const AXPPasswordBoxWidget = {
3900
3901
  properties: [
3901
3902
  AXP_NAME_PROPERTY,
3902
3903
  AXP_VALIDATION_PROPERTY,
3904
+ AXP_DATA_PATH_PROPERTY,
3903
3905
  AXP_HAS_CLEAR_BUTTON_PROPERTY,
3904
3906
  AXP_DISABLED_PROPERTY,
3905
3907
  AXP_HAS_COPY_ICON_PROPERTY,
@@ -4482,6 +4484,7 @@ class AXPRichTextWidgetEditComponent extends AXPWidgetComponent {
4482
4484
  <ax-wysiwyg-colors></ax-wysiwyg-colors> <ax-wysiwyg-list></ax-wysiwyg-list>
4483
4485
  <ax-wysiwyg-alignment></ax-wysiwyg-alignment> <ax-wysiwyg-insert></ax-wysiwyg-insert> -->
4484
4486
  <ax-wysiwyg-history></ax-wysiwyg-history>
4487
+ <ax-wysiwyg-insert></ax-wysiwyg-insert>
4485
4488
  <ax-wysiwyg-font-style></ax-wysiwyg-font-style>
4486
4489
  <ax-wysiwyg-colors></ax-wysiwyg-colors>
4487
4490
  <ax-wysiwyg-list></ax-wysiwyg-list>
@@ -4495,7 +4498,7 @@ class AXPRichTextWidgetEditComponent extends AXPWidgetComponent {
4495
4498
  [options]="validation.options"
4496
4499
  ></ax-validation-rule>
4497
4500
  }
4498
- </ax-wysiwyg-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXWysiwygModule }, { kind: "component", type: i2$2.AXWysiwygContainerComponent, selector: "ax-wysiwyg-container", inputs: ["look", "placeHolder"], outputs: ["onValueChanged"] }, { kind: "component", type: i2$2.AXWysiwygViewComponent, selector: "ax-wysiwyg-view", inputs: ["class"] }, { kind: "component", type: i2$2.AXWysiwygAlignmentComponent, selector: "ax-wysiwyg-alignment" }, { kind: "component", type: i2$2.AXWysiwygColorsComponent, selector: "ax-wysiwyg-colors" }, { kind: "component", type: i2$2.AXWysiwygFontStyleComponent, selector: "ax-wysiwyg-font-style" }, { kind: "component", type: i2$2.AXWysiwygHistoryComponent, selector: "ax-wysiwyg-history" }, { kind: "component", type: i2$2.AXWysiwygListComponent, selector: "ax-wysiwyg-list" }, { kind: "ngmodule", type: AXToolBarModule }, { kind: "component", type: i3$5.AXToolBarComponent, selector: "ax-toolbar" }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
4501
+ </ax-wysiwyg-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXWysiwygModule }, { kind: "component", type: i2$2.AXWysiwygContainerComponent, selector: "ax-wysiwyg-container", inputs: ["look", "placeHolder"], outputs: ["onValueChanged"] }, { kind: "component", type: i2$2.AXWysiwygViewComponent, selector: "ax-wysiwyg-view", inputs: ["class"] }, { kind: "component", type: i2$2.AXWysiwygAlignmentComponent, selector: "ax-wysiwyg-alignment" }, { kind: "component", type: i2$2.AXWysiwygColorsComponent, selector: "ax-wysiwyg-colors" }, { kind: "component", type: i2$2.AXWysiwygFontStyleComponent, selector: "ax-wysiwyg-font-style" }, { kind: "component", type: i2$2.AXWysiwygHistoryComponent, selector: "ax-wysiwyg-history" }, { kind: "component", type: i2$2.AXWysiwygInsertComponent, selector: "ax-wysiwyg-insert" }, { kind: "component", type: i2$2.AXWysiwygListComponent, selector: "ax-wysiwyg-list" }, { kind: "ngmodule", type: AXToolBarModule }, { kind: "component", type: i3$5.AXToolBarComponent, selector: "ax-toolbar" }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
4499
4502
  }
4500
4503
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRichTextWidgetEditComponent, decorators: [{
4501
4504
  type: Component,
@@ -4522,6 +4525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
4522
4525
  <ax-wysiwyg-colors></ax-wysiwyg-colors> <ax-wysiwyg-list></ax-wysiwyg-list>
4523
4526
  <ax-wysiwyg-alignment></ax-wysiwyg-alignment> <ax-wysiwyg-insert></ax-wysiwyg-insert> -->
4524
4527
  <ax-wysiwyg-history></ax-wysiwyg-history>
4528
+ <ax-wysiwyg-insert></ax-wysiwyg-insert>
4525
4529
  <ax-wysiwyg-font-style></ax-wysiwyg-font-style>
4526
4530
  <ax-wysiwyg-colors></ax-wysiwyg-colors>
4527
4531
  <ax-wysiwyg-list></ax-wysiwyg-list>
@@ -5402,8 +5406,8 @@ class AXPTextBoxWidgetEditComponent extends AXPWidgetComponent {
5402
5406
  this.placeholder = computed(() => this.options()['placeholder']);
5403
5407
  this.validationRules = computed(() => this.options()['validationRules'] ?? []);
5404
5408
  this.internalValue = computed(() => Array.isArray(this.getValue()) ? this.getValue() : [this.getValue()]);
5405
- this.eff = effect(() => console.log(this.options()));
5406
5409
  }
5410
+ //eff = effect(() => console.log(this.options()));
5407
5411
  handleValueChange(e, i) {
5408
5412
  if (e.isUserInteraction) {
5409
5413
  const newValues = this.internalValue().map((item, index) => (i === index ? e.value : item));
@@ -5520,7 +5524,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
5520
5524
  </div>
5521
5525
  `,
5522
5526
  changeDetection: ChangeDetectionStrategy.OnPush,
5523
- imports: [CommonModule, AXTextBoxModule, FormsModule, AXFormModule, AXDecoratorModule, AXValidationModule, AXButtonModule],
5527
+ imports: [
5528
+ CommonModule,
5529
+ AXTextBoxModule,
5530
+ FormsModule,
5531
+ AXFormModule,
5532
+ AXDecoratorModule,
5533
+ AXValidationModule,
5534
+ AXButtonModule,
5535
+ ],
5524
5536
  inputs: [],
5525
5537
  }]
5526
5538
  }], propDecorators: { __class: [{
@@ -5533,11 +5545,11 @@ var textBoxWidgetEdit_component = /*#__PURE__*/Object.freeze({
5533
5545
  AXPTextBoxWidgetEditComponent: AXPTextBoxWidgetEditComponent
5534
5546
  });
5535
5547
 
5536
- class AXPTextBoxWidgetFilterComponent extends AXPWidgetComponent {
5548
+ let AXPTextBoxWidgetFilterComponent$1 = class AXPTextBoxWidgetFilterComponent extends AXPWidgetComponent {
5537
5549
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5538
5550
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTextBoxWidgetFilterComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5539
- }
5540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetFilterComponent, decorators: [{
5551
+ };
5552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetFilterComponent$1, decorators: [{
5541
5553
  type: Component,
5542
5554
  args: [{
5543
5555
  template: ``,
@@ -5549,7 +5561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
5549
5561
 
5550
5562
  var textBoxWidgetFilter_component = /*#__PURE__*/Object.freeze({
5551
5563
  __proto__: null,
5552
- AXPTextBoxWidgetFilterComponent: AXPTextBoxWidgetFilterComponent
5564
+ AXPTextBoxWidgetFilterComponent: AXPTextBoxWidgetFilterComponent$1
5553
5565
  });
5554
5566
 
5555
5567
  class AXPTextBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
@@ -6133,7 +6145,7 @@ class AXPAvatarWidgetEditComponent extends AXPWidgetComponent {
6133
6145
  </div>
6134
6146
  </div>
6135
6147
  }
6136
- `, isInline: true, styles: ["axp-avatar-widget-edit .axp-empty{height:11rem;width:11rem;cursor:pointer;border-radius:.375rem;border-width:2px;border-style:dashed;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1));display:flex;align-items:center;justify-content:center}axp-avatar-widget-edit .axp-empty.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-danger-500),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty:hover{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-primary-400),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading{--fa-animation-duration: .7s}axp-avatar-widget-edit .axp-empty.axp-state-loading i{font-size:1.875rem;line-height:2.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading i:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-400),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content{cursor:pointer;overflow:hidden;border-radius:.375rem;border-width:1px;display:flex}axp-avatar-widget-edit .axp-content.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-danger-500),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-content>:first-child{border-start-start-radius:.375rem;border-end-start-radius:.375rem;background-size:cover;background-position:center;height:11rem;width:11rem;border-inline-end-width:1px}axp-avatar-widget-edit .axp-content>:last-child{display:flex;flex-direction:column}axp-avatar-widget-edit .axp-content>:last-child>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}axp-avatar-widget-edit .axp-content>:last-child{overflow:hidden}axp-avatar-widget-edit .axp-content>:last-child>div{display:flex;width:5rem;flex:1 1 0%;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div:hover{--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-on-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div>i{font-size:1.5rem;line-height:2rem}axp-avatar-widget-edit .axp-content>:last-child>:first-child{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:first-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-800),var(--tw-text-opacity, 1))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6148
+ `, isInline: true, styles: ["axp-avatar-widget-edit .axp-empty{height:11rem;width:11rem;cursor:pointer;border-radius:.375rem;border-width:2px;border-style:dashed;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1));display:flex;align-items:center;justify-content:center}axp-avatar-widget-edit .axp-empty.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-danger-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty:hover{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-primary-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading{--fa-animation-duration: .7s}axp-avatar-widget-edit .axp-empty.axp-state-loading i{font-size:1.875rem;line-height:2.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading i:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-400),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content{cursor:pointer;overflow:hidden;border-radius:.375rem;border-width:1px;display:flex}axp-avatar-widget-edit .axp-content.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-danger-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-content>:first-child{border-start-start-radius:.375rem;border-end-start-radius:.375rem;background-size:cover;background-position:center;height:11rem;width:11rem;border-inline-end-width:1px}axp-avatar-widget-edit .axp-content>:last-child{display:flex;flex-direction:column}axp-avatar-widget-edit .axp-content>:last-child>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}axp-avatar-widget-edit .axp-content>:last-child{overflow:hidden}axp-avatar-widget-edit .axp-content>:last-child>div{display:flex;width:5rem;flex:1 1 0%;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div:hover{--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-darkest-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div>i{font-size:1.5rem;line-height:2rem}axp-avatar-widget-edit .axp-content>:last-child>:first-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-on-surface),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-800),var(--tw-text-opacity, 1))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6137
6149
  }
6138
6150
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPAvatarWidgetEditComponent, decorators: [{
6139
6151
  type: Component,
@@ -6165,7 +6177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
6165
6177
  }
6166
6178
  `, standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
6167
6179
  CommonModule,
6168
- ], styles: ["axp-avatar-widget-edit .axp-empty{height:11rem;width:11rem;cursor:pointer;border-radius:.375rem;border-width:2px;border-style:dashed;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1));display:flex;align-items:center;justify-content:center}axp-avatar-widget-edit .axp-empty.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-danger-500),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty:hover{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-primary-400),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading{--fa-animation-duration: .7s}axp-avatar-widget-edit .axp-empty.axp-state-loading i{font-size:1.875rem;line-height:2.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading i:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-400),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content{cursor:pointer;overflow:hidden;border-radius:.375rem;border-width:1px;display:flex}axp-avatar-widget-edit .axp-content.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-danger-500),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-content>:first-child{border-start-start-radius:.375rem;border-end-start-radius:.375rem;background-size:cover;background-position:center;height:11rem;width:11rem;border-inline-end-width:1px}axp-avatar-widget-edit .axp-content>:last-child{display:flex;flex-direction:column}axp-avatar-widget-edit .axp-content>:last-child>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}axp-avatar-widget-edit .axp-content>:last-child{overflow:hidden}axp-avatar-widget-edit .axp-content>:last-child>div{display:flex;width:5rem;flex:1 1 0%;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div:hover{--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-on-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div>i{font-size:1.5rem;line-height:2rem}axp-avatar-widget-edit .axp-content>:last-child>:first-child{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:first-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-800),var(--tw-text-opacity, 1))}\n"] }]
6180
+ ], styles: ["axp-avatar-widget-edit .axp-empty{height:11rem;width:11rem;cursor:pointer;border-radius:.375rem;border-width:2px;border-style:dashed;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1));display:flex;align-items:center;justify-content:center}axp-avatar-widget-edit .axp-empty.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-danger-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty:hover{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-primary-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading{--fa-animation-duration: .7s}axp-avatar-widget-edit .axp-empty.axp-state-loading i{font-size:1.875rem;line-height:2.25rem;--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-empty.axp-state-loading i:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-primary-400),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content{cursor:pointer;overflow:hidden;border-radius:.375rem;border-width:1px;display:flex}axp-avatar-widget-edit .axp-content.axp-state-error{--tw-border-opacity: 1;border-color:rgba(var(--ax-sys-color-border-danger-surface),var(--tw-border-opacity, 1))}axp-avatar-widget-edit .axp-content>:first-child{border-start-start-radius:.375rem;border-end-start-radius:.375rem;background-size:cover;background-position:center;height:11rem;width:11rem;border-inline-end-width:1px}axp-avatar-widget-edit .axp-content>:last-child{display:flex;flex-direction:column}axp-avatar-widget-edit .axp-content>:last-child>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}axp-avatar-widget-edit .axp-content>:last-child{overflow:hidden}axp-avatar-widget-edit .axp-content>:last-child>div{display:flex;width:5rem;flex:1 1 0%;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div:hover{--tw-bg-opacity: 1;background-color:rgba(var(--ax-sys-color-darkest-surface),var(--tw-bg-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>div>i{font-size:1.5rem;line-height:2rem}axp-avatar-widget-edit .axp-content>:last-child>:first-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-on-surface),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child{--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-500),var(--tw-text-opacity, 1))}axp-avatar-widget-edit .axp-content>:last-child>:last-child:is(.ax-dark *){--tw-text-opacity: 1;color:rgba(var(--ax-sys-color-danger-800),var(--tw-text-opacity, 1))}\n"] }]
6169
6181
  }] });
6170
6182
 
6171
6183
  var avatarWidgetEdit_component = /*#__PURE__*/Object.freeze({
@@ -6285,26 +6297,41 @@ var fileBoxWidgetColumn_component = /*#__PURE__*/Object.freeze({
6285
6297
  class AXPFileBoxWidgetEditComponent extends AXPWidgetComponent {
6286
6298
  constructor() {
6287
6299
  super(...arguments);
6288
- this.fileService = inject(AXFileService);
6289
6300
  this.fileStorage = inject(AXPFileStorageService);
6290
6301
  this.multiple = computed(() => this.options()['multiple']);
6291
6302
  this.accept = computed(() => this.options()['accept']);
6292
6303
  this.description = computed(() => this.options()['description']);
6293
6304
  this.metaData = computed(() => this.options()['metaData']);
6294
- this.refId = computed(() => this.options()['metaData']);
6295
- this.refType = computed(() => this.options()['metaData']);
6305
+ this.refId = computed(() => this.options()['refId']);
6306
+ this.refType = computed(() => this.options()['refType']);
6296
6307
  this.internalValue = computed(() => {
6297
6308
  if (!this.getValue())
6298
6309
  return [];
6299
6310
  return this.getValue() ? (Array.isArray(this.getValue()) ? this.getValue() : [this.getValue()]) : [{}];
6300
6311
  });
6312
+ this.markedListAsCommitted = null;
6313
+ this.markedListAsDeleted = null;
6314
+ this.#effect2 = effect(async () => {
6315
+ const status = this.layoutService.status();
6316
+ if (status == AXPPageStatus.Submitted) {
6317
+ if (this.markedListAsCommitted) {
6318
+ for (const fileId of this.markedListAsCommitted) {
6319
+ await this.fileStorage.commit(fileId);
6320
+ }
6321
+ this.markedListAsCommitted = null;
6322
+ }
6323
+ if (this.markedListAsDeleted) {
6324
+ for (const fileId of this.markedListAsDeleted) {
6325
+ await this.fileStorage.markForDeletion(fileId);
6326
+ }
6327
+ this.markedListAsDeleted = null;
6328
+ }
6329
+ }
6330
+ });
6301
6331
  }
6302
- handleOnFileUploadComplete(e) {
6303
- console.log('here');
6304
- }
6305
- handleOnFilesUploadComplete(e) {
6306
- console.log('here');
6307
- }
6332
+ #effect2;
6333
+ handleOnFileUploadComplete(e) { }
6334
+ handleOnFilesUploadComplete(e) { }
6308
6335
  async handleChanged(e) {
6309
6336
  const results = [];
6310
6337
  for (var i = 0; i < e.requests.length; i++) {
@@ -6315,13 +6342,15 @@ class AXPFileBoxWidgetEditComponent extends AXPWidgetComponent {
6315
6342
  refType: this.refType(),
6316
6343
  isPrimary: true,
6317
6344
  }));
6345
+ e.requests[i].finish();
6346
+ }
6347
+ if (!this.multiple()) {
6348
+ this.setValue(results[0].fileId);
6349
+ this.markedListAsCommitted = [results[0].fileId];
6318
6350
  }
6319
- // const results = await this.fileService.upload(e.requests, this.metaData);
6320
- // const uploadedFilesResult = results.filter((r) => r.status === 'fulfilled');
6321
- if (!this.multiple)
6322
- this.setValue(results[0].fileId != null);
6323
6351
  else {
6324
- this.setValue(results.map((r) => r.fileId != null));
6352
+ this.setValue(results.map((r) => r.fileId));
6353
+ this.markedListAsCommitted = results.map((r) => r.fileId);
6325
6354
  }
6326
6355
  }
6327
6356
  getFileInfo(fileName) {
@@ -6683,6 +6712,7 @@ const AXPFileBoxWidget = {
6683
6712
  type: 'editor',
6684
6713
  properties: [
6685
6714
  AXP_NAME_PROPERTY,
6715
+ AXP_DATA_PATH_PROPERTY,
6686
6716
  AXP_VALIDATION_PROPERTY,
6687
6717
  AXP_ALLOW_MULTIPLE_PROPERTY,
6688
6718
  AXP_DOWNLOADABLE_PROPERTY,
@@ -8158,7 +8188,6 @@ class AXPAdvancedGridWidgetViewComponent extends AXPWidgetComponent {
8158
8188
  //debugger;
8159
8189
  const save = this.container()?.save();
8160
8190
  const layout = save?.children?.map((child) => {
8161
- debugger;
8162
8191
  if (child && child.id !== undefined) {
8163
8192
  return {
8164
8193
  ...child,
@@ -8987,8 +9016,8 @@ var repeaterWidgetView_component = /*#__PURE__*/Object.freeze({
8987
9016
  class AXPRepeaterWidgetEditComponent extends AXPWidgetComponent {
8988
9017
  constructor() {
8989
9018
  super(...arguments);
8990
- this.disabled = computed(() => this.options()["disabled"]);
8991
- this.hasControls = computed(() => this.options()["hasControls"]);
9019
+ this.disabled = computed(() => this.options()['disabled']);
9020
+ this.hasControls = computed(() => this.options()['hasControls']);
8992
9021
  this.rows = computed(() => {
8993
9022
  return this.convertValueToArray() ?? [];
8994
9023
  });
@@ -9009,24 +9038,20 @@ class AXPRepeaterWidgetEditComponent extends AXPWidgetComponent {
9009
9038
  this.setValue(currentArray);
9010
9039
  }
9011
9040
  convertValueToArray() {
9012
- return this.getValue() ?
9013
- Array.isArray(this.getValue()) ? this.getValue() : [this.getValue()] :
9014
- [];
9041
+ return this.getValue() ? (Array.isArray(this.getValue()) ? this.getValue() : [this.getValue()]) : [];
9015
9042
  }
9016
9043
  api() {
9017
9044
  return {
9018
- "addNew": this.addNew.bind(this)
9045
+ addNew: this.addNew.bind(this),
9019
9046
  };
9020
9047
  }
9021
9048
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRepeaterWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
9022
9049
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPRepeaterWidgetEditComponent, isStandalone: true, selector: "axp-repeater-widget", usesInheritance: true, ngImport: i0, template: `
9023
- @if(hasControls())
9024
- {
9050
+ @if(hasControls()) {
9025
9051
  <div class="ax-grid ax-grid-cols-12 ax-gap-4 ax-items-center">
9026
- @for(row of rows();let i=$index; track i)
9027
- {
9052
+ @for(row of rows();let i=$index; track i) {
9028
9053
  <div class="ax-col-span-11">
9029
- <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
9054
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{ index: i }"></ng-container>
9030
9055
  </div>
9031
9056
  <ax-button
9032
9057
  [disabled]="disabled()"
@@ -9037,38 +9062,36 @@ class AXPRepeaterWidgetEditComponent extends AXPWidgetComponent {
9037
9062
  >
9038
9063
  <ax-icon icon="fa-regular fa-xmark"></ax-icon>
9039
9064
  </ax-button>
9065
+ } @empty {
9066
+ <ng-container [ngTemplateOutlet]="empty"></ng-container>
9040
9067
  }
9041
- @empty {
9042
- <ng-container [ngTemplateOutlet]="empty" ></ng-container>
9043
- }
9044
9068
  <ax-button
9045
- [text]="rows().length ? 'Start Adding Items':'Add Your First Item'"
9046
- look="twotone"
9047
- [disabled]="disabled()"
9048
- (onClick)="handleAddItemClick()"
9049
- class="ax-col-start-10 ax-col-end-13"
9050
- >
9069
+ [text]="rows().length ? 'Start Adding Items' : 'Add Your First Item'"
9070
+ look="twotone"
9071
+ [disabled]="disabled()"
9072
+ (onClick)="handleAddItemClick()"
9073
+ class="ax-col-start-10 ax-col-end-13"
9074
+ >
9051
9075
  <ax-prefix>
9052
9076
  <ax-icon class="fa-solid fa-add"></ax-icon>
9053
9077
  </ax-prefix>
9054
9078
  </ax-button>
9055
9079
  </div>
9056
- }
9057
- @else {
9058
- @for(row of rows();let i=$index; track i)
9059
- {
9060
- <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
9061
- }
9062
- @empty {
9063
- <ng-container [ngTemplateOutlet]="empty" ></ng-container>
9064
- }
9065
- }
9066
- <ng-template #tpl let-index="index">
9067
- @for (node of children();track $index)
9068
- {
9069
- <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="index" [mode]="this.mode"></ng-container>
9080
+ } @else { @for(row of rows();let i=$index; track i) {
9081
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{ index: i }"></ng-container>
9082
+ } @empty {
9083
+ <ng-container [ngTemplateOutlet]="empty"></ng-container>
9084
+ } }
9085
+ <ng-template #tpl let-index="index">
9086
+ @for (node of children();track $index) {
9087
+ <ng-container
9088
+ axp-widget-renderer
9089
+ [node]="node"
9090
+ [parentNode]="this"
9091
+ [index]="index"
9092
+ [mode]="this.mode"
9093
+ ></ng-container>
9070
9094
  }
9071
-
9072
9095
  </ng-template>
9073
9096
  <ng-template #empty>
9074
9097
  <div class="ax-col-start-1 ax-col-end-10 ax-text-sm ax-text-gray-400">
@@ -9082,13 +9105,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
9082
9105
  args: [{
9083
9106
  selector: 'axp-repeater-widget',
9084
9107
  template: `
9085
- @if(hasControls())
9086
- {
9108
+ @if(hasControls()) {
9087
9109
  <div class="ax-grid ax-grid-cols-12 ax-gap-4 ax-items-center">
9088
- @for(row of rows();let i=$index; track i)
9089
- {
9110
+ @for(row of rows();let i=$index; track i) {
9090
9111
  <div class="ax-col-span-11">
9091
- <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
9112
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{ index: i }"></ng-container>
9092
9113
  </div>
9093
9114
  <ax-button
9094
9115
  [disabled]="disabled()"
@@ -9099,38 +9120,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
9099
9120
  >
9100
9121
  <ax-icon icon="fa-regular fa-xmark"></ax-icon>
9101
9122
  </ax-button>
9123
+ } @empty {
9124
+ <ng-container [ngTemplateOutlet]="empty"></ng-container>
9102
9125
  }
9103
- @empty {
9104
- <ng-container [ngTemplateOutlet]="empty" ></ng-container>
9105
- }
9106
9126
  <ax-button
9107
- [text]="rows().length ? 'Start Adding Items':'Add Your First Item'"
9108
- look="twotone"
9109
- [disabled]="disabled()"
9110
- (onClick)="handleAddItemClick()"
9111
- class="ax-col-start-10 ax-col-end-13"
9112
- >
9127
+ [text]="rows().length ? 'Start Adding Items' : 'Add Your First Item'"
9128
+ look="twotone"
9129
+ [disabled]="disabled()"
9130
+ (onClick)="handleAddItemClick()"
9131
+ class="ax-col-start-10 ax-col-end-13"
9132
+ >
9113
9133
  <ax-prefix>
9114
9134
  <ax-icon class="fa-solid fa-add"></ax-icon>
9115
9135
  </ax-prefix>
9116
9136
  </ax-button>
9117
9137
  </div>
9118
- }
9119
- @else {
9120
- @for(row of rows();let i=$index; track i)
9121
- {
9122
- <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
9123
- }
9124
- @empty {
9125
- <ng-container [ngTemplateOutlet]="empty" ></ng-container>
9126
- }
9127
- }
9128
- <ng-template #tpl let-index="index">
9129
- @for (node of children();track $index)
9130
- {
9131
- <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="index" [mode]="this.mode"></ng-container>
9138
+ } @else { @for(row of rows();let i=$index; track i) {
9139
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{ index: i }"></ng-container>
9140
+ } @empty {
9141
+ <ng-container [ngTemplateOutlet]="empty"></ng-container>
9142
+ } }
9143
+ <ng-template #tpl let-index="index">
9144
+ @for (node of children();track $index) {
9145
+ <ng-container
9146
+ axp-widget-renderer
9147
+ [node]="node"
9148
+ [parentNode]="this"
9149
+ [index]="index"
9150
+ [mode]="this.mode"
9151
+ ></ng-container>
9132
9152
  }
9133
-
9134
9153
  </ng-template>
9135
9154
  <ng-template #empty>
9136
9155
  <div class="ax-col-start-1 ax-col-end-10 ax-text-sm ax-text-gray-400">
@@ -9139,7 +9158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
9139
9158
  </ng-template>
9140
9159
  `,
9141
9160
  changeDetection: ChangeDetectionStrategy.OnPush,
9142
- imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXPLayoutBuilderModule]
9161
+ imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXPLayoutBuilderModule],
9143
9162
  }]
9144
9163
  }] });
9145
9164
 
@@ -11515,6 +11534,233 @@ const AXPRequiredValidationWidget = {
11515
11534
  },
11516
11535
  };
11517
11536
 
11537
+ class AXPBarChartWidgetEditComponent extends AXPWidgetComponent {
11538
+ constructor() {
11539
+ super(...arguments);
11540
+ this.chartEl = viewChild.required('chart');
11541
+ this.af = afterNextRender(async () => {
11542
+ await this.loadD3();
11543
+ this.createChart();
11544
+ });
11545
+ }
11546
+ async loadD3() {
11547
+ try {
11548
+ this.d3 = await import('d3');
11549
+ window.d3 = this.d3;
11550
+ }
11551
+ catch (error) {
11552
+ console.error('Failed to load D3.js:', error);
11553
+ }
11554
+ }
11555
+ createChart() {
11556
+ const chartElement = this.chartEl().nativeElement;
11557
+ this.d3.select(chartElement).selectAll('*').remove();
11558
+ const width = this.getValue().options.width;
11559
+ const height = this.getValue().options.height;
11560
+ const margin = { top: 30, right: 0, bottom: 30, left: 40 };
11561
+ const x = this.d3
11562
+ .scaleBand()
11563
+ .domain(this.getValue().data.map((d) => d.name))
11564
+ .range([margin.left, width - margin.right])
11565
+ .padding(0.1);
11566
+ const y = this.d3
11567
+ .scaleLinear()
11568
+ .domain([0, this.d3.max(this.getValue().data, (d) => d.value)])
11569
+ .range([height - margin.bottom, margin.top]);
11570
+ const svg = this.d3
11571
+ .select(chartElement)
11572
+ .append('svg')
11573
+ .attr('width', width)
11574
+ .attr('height', height)
11575
+ .attr('viewBox', [0, 0, width, height])
11576
+ .style('max-width', '100%')
11577
+ .style('height', 'auto');
11578
+ // Add the vertical line on the y-axis
11579
+ svg
11580
+ .append('line')
11581
+ .attr('x1', margin.left)
11582
+ .attr('y1', margin.top)
11583
+ .attr('x2', margin.left)
11584
+ .attr('y2', height - margin.bottom)
11585
+ .attr('stroke', 'black')
11586
+ .attr('stroke-width', 1);
11587
+ // Add the bars
11588
+ svg
11589
+ .append('g')
11590
+ .selectAll('rect')
11591
+ .data(this.getValue().data)
11592
+ .join('rect')
11593
+ .attr('fill', (d) => d.color || this.getValue().options.color || 'steelblue')
11594
+ .attr('x', (d) => x(d.name))
11595
+ .attr('y', (d) => y(d.value))
11596
+ .attr('height', (d) => y(0) - y(d.value))
11597
+ .attr('width', x.bandwidth());
11598
+ // Add the x-axis
11599
+ svg
11600
+ .append('g')
11601
+ .attr('transform', `translate(0,${height - margin.bottom})`)
11602
+ .call(this.d3.axisBottom(x));
11603
+ // Add the y-axis with tick lines
11604
+ const yAxis = this.d3.axisLeft(y).tickFormat((d) => `${d}`);
11605
+ svg
11606
+ .append('g')
11607
+ .attr('transform', `translate(${margin.left},0)`)
11608
+ .call(yAxis)
11609
+ .call((g) => g.select('.domain').remove());
11610
+ if (this.getValue().options.yAxisTick === undefined || this.getValue().options.yAxisTick === true) {
11611
+ // Add tick lines for each y-axis value
11612
+ svg
11613
+ .selectAll('.y-tick-line')
11614
+ .data(y.ticks())
11615
+ .enter()
11616
+ .append('line')
11617
+ .attr('class', 'y-tick-line')
11618
+ .attr('x1', margin.left)
11619
+ .attr('y1', (d) => y(d))
11620
+ .attr('x2', width - margin.right)
11621
+ .attr('y2', (d) => y(d))
11622
+ .attr('stroke', '#0001')
11623
+ .attr('stroke-width', 0.5);
11624
+ }
11625
+ }
11626
+ ngOnDestroy() {
11627
+ this.d3.select(this.chartEl().nativeElement).selectAll('*').remove();
11628
+ }
11629
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBarChartWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
11630
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.0.3", type: AXPBarChartWidgetEditComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "chartEl", first: true, predicate: ["chart"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: ` <div class="ax-flex ax-justify-center ax-items-center" #chart></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11631
+ }
11632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBarChartWidgetEditComponent, decorators: [{
11633
+ type: Component,
11634
+ args: [{
11635
+ template: ` <div class="ax-flex ax-justify-center ax-items-center" #chart></div>`,
11636
+ standalone: true,
11637
+ changeDetection: ChangeDetectionStrategy.OnPush,
11638
+ }]
11639
+ }] });
11640
+
11641
+ var barChartWidgetEdit_component = /*#__PURE__*/Object.freeze({
11642
+ __proto__: null,
11643
+ AXPBarChartWidgetEditComponent: AXPBarChartWidgetEditComponent
11644
+ });
11645
+
11646
+ const AXPBarChartWidget = {
11647
+ name: 'bar-chart',
11648
+ title: 'Bar Chart Widget',
11649
+ group: AXP_WIDGETS_CHART_GROUP,
11650
+ type: 'chart',
11651
+ icon: 'fa-solid fa-chart-bar',
11652
+ visible: false,
11653
+ properties: [AXP_NAME_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DISABLED_PROPERTY],
11654
+ components: {
11655
+ edit: {
11656
+ component: () => Promise.resolve().then(function () { return barChartWidgetEdit_component; }).then((c) => c.AXPBarChartWidgetEditComponent),
11657
+ },
11658
+ },
11659
+ };
11660
+
11661
+ class AXPDonutChartWidgetEditComponent extends AXPWidgetComponent {
11662
+ constructor() {
11663
+ super(...arguments);
11664
+ this.chartEl = viewChild.required('chart');
11665
+ this.#af = afterNextRender(async () => {
11666
+ await this.loadD3();
11667
+ this.createChart();
11668
+ });
11669
+ }
11670
+ #af;
11671
+ async loadD3() {
11672
+ try {
11673
+ this.d3 = await import('d3');
11674
+ }
11675
+ catch (error) {
11676
+ console.error('Failed to load D3.js:', error);
11677
+ }
11678
+ }
11679
+ createChart() {
11680
+ const chartElement = this.chartEl().nativeElement;
11681
+ this.d3.select(chartElement).selectAll('*').remove();
11682
+ const width = this.getValue().options.width;
11683
+ const height = this.getValue().options.height;
11684
+ const radius = Math.min(width, height) / 2;
11685
+ const arc = this.d3
11686
+ .arc()
11687
+ .innerRadius(radius * 0.67)
11688
+ .outerRadius(radius - 1);
11689
+ const pie = this.d3
11690
+ .pie()
11691
+ .sort(null)
11692
+ .value((d) => d.value);
11693
+ const colors = this.getValue().data.map((d) => d.color || this.getRandomColor());
11694
+ const color = this.d3
11695
+ .scaleOrdinal()
11696
+ .domain(this.getValue().data.map((d) => d.name))
11697
+ .range(colors);
11698
+ const svg = this.d3
11699
+ .select(chartElement)
11700
+ .append('svg')
11701
+ .attr('width', width)
11702
+ .attr('height', height)
11703
+ .attr('role', 'img')
11704
+ .attr('aria-label', 'Donut chart')
11705
+ .attr('viewBox', [-width / 2, -height / 2, width, height])
11706
+ .style('max-width', '100%')
11707
+ .style('height', 'auto');
11708
+ svg
11709
+ .append('g')
11710
+ .selectAll('path')
11711
+ .data(pie(this.getValue().data))
11712
+ .join('path')
11713
+ .attr('fill', (d) => color(d.data.name))
11714
+ .attr('d', (d) => arc(d));
11715
+ svg
11716
+ .append('g')
11717
+ .attr('font-size', 11)
11718
+ .attr('text-anchor', 'middle')
11719
+ .selectAll('text')
11720
+ .data(pie(this.getValue().data))
11721
+ .join('text')
11722
+ .attr('transform', (d) => `translate(${arc.centroid(d)})`)
11723
+ .text((d) => `${d.data.name}: ${d.data.value}`);
11724
+ }
11725
+ getRandomColor() {
11726
+ // Generate a random hex color
11727
+ return `#${Math.floor(Math.random() * 16777215).toString(16)}`;
11728
+ }
11729
+ ngOnDestroy() {
11730
+ this.d3.select(this.chartEl().nativeElement).selectAll('*').remove();
11731
+ }
11732
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPDonutChartWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
11733
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.0.3", type: AXPDonutChartWidgetEditComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "chartEl", first: true, predicate: ["chart"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: ` <div class="ax-flex ax-justify-center ax-items-center" #chart></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11734
+ }
11735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPDonutChartWidgetEditComponent, decorators: [{
11736
+ type: Component,
11737
+ args: [{
11738
+ template: ` <div class="ax-flex ax-justify-center ax-items-center" #chart></div>`,
11739
+ standalone: true,
11740
+ changeDetection: ChangeDetectionStrategy.OnPush,
11741
+ }]
11742
+ }] });
11743
+
11744
+ var donutChartWidgetEdit_component = /*#__PURE__*/Object.freeze({
11745
+ __proto__: null,
11746
+ AXPDonutChartWidgetEditComponent: AXPDonutChartWidgetEditComponent
11747
+ });
11748
+
11749
+ const AXPDonutChartWidget = {
11750
+ name: 'donut-chart',
11751
+ title: 'Donut Chart Widget',
11752
+ group: AXP_WIDGETS_CHART_GROUP,
11753
+ type: 'chart',
11754
+ icon: 'fa-solid fa-donut',
11755
+ visible: false,
11756
+ properties: [AXP_NAME_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DISABLED_PROPERTY],
11757
+ components: {
11758
+ edit: {
11759
+ component: () => Promise.resolve().then(function () { return donutChartWidgetEdit_component; }).then((c) => c.AXPDonutChartWidgetEditComponent),
11760
+ },
11761
+ },
11762
+ };
11763
+
11518
11764
  class AXPCronJobWidgetViewComponent extends AXPWidgetComponent {
11519
11765
  constructor() {
11520
11766
  super(...arguments);
@@ -11987,6 +12233,215 @@ const AXPColorBoxWidget = {
11987
12233
  },
11988
12234
  };
11989
12235
 
12236
+ class AXPTableEditorWidgetColumnComponent extends AXPColumnWidgetComponent {
12237
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTableEditorWidgetColumnComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12238
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTableEditorWidgetColumnComponent, isStandalone: true, selector: "axp-tabular-editor-widget-column", inputs: { rawValue: "rawValue" }, usesInheritance: true, ngImport: i0, template: `{{ rawValue }}`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12239
+ }
12240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTableEditorWidgetColumnComponent, decorators: [{
12241
+ type: Component,
12242
+ args: [{
12243
+ selector: 'axp-tabular-editor-widget-column',
12244
+ template: `{{ rawValue }}`,
12245
+ changeDetection: ChangeDetectionStrategy.OnPush,
12246
+ imports: [CommonModule],
12247
+ inputs: ['rawValue'],
12248
+ }]
12249
+ }] });
12250
+
12251
+ var tableWidgetColumn_component = /*#__PURE__*/Object.freeze({
12252
+ __proto__: null,
12253
+ AXPTableEditorWidgetColumnComponent: AXPTableEditorWidgetColumnComponent
12254
+ });
12255
+
12256
+ class AXPTabularDataEditorWidgetEditComponent extends AXPWidgetComponent {
12257
+ constructor() {
12258
+ super(...arguments);
12259
+ this.columns = computed(() => this.options()['columns']);
12260
+ this.isPopup = computed(() => this.options()['isPopup']);
12261
+ this.popupService = inject(AXPopupService);
12262
+ this.platform = inject(AXPlatform);
12263
+ }
12264
+ async openPopup() {
12265
+ const { AXPTabularDataPopupComponent } = await import('./acorex-platform-widgets-tabular-data-edit-popup.component-D2-nHqYy.mjs');
12266
+ const popupData = await this.popupService.open(AXPTabularDataPopupComponent, {
12267
+ size: this.platform.is('Mobile') || this.platform.is('SM') ? 'full' : 'md',
12268
+ header: true,
12269
+ closeOnBackdropClick: true,
12270
+ closeButton: true,
12271
+ draggable: true,
12272
+ title: this.path ?? '',
12273
+ data: {
12274
+ columns: this.columns(),
12275
+ context: this.getValue(),
12276
+ },
12277
+ });
12278
+ this.setValue(popupData.data?.context);
12279
+ }
12280
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabularDataEditorWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12281
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTabularDataEditorWidgetEditComponent, isStandalone: true, selector: "axp-tabular-data-editor-widget", usesInheritance: true, ngImport: i0, template: `
12282
+ <span class="ax-truncate ax-underline ax-cursor-pointer" (click)="openPopup()">
12283
+ Click To Edit</span>
12284
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "ngmodule", type: AXDataTableModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12285
+ }
12286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabularDataEditorWidgetEditComponent, decorators: [{
12287
+ type: Component,
12288
+ args: [{
12289
+ selector: 'axp-tabular-data-editor-widget',
12290
+ template: `
12291
+ <span class="ax-truncate ax-underline ax-cursor-pointer" (click)="openPopup()">
12292
+ Click To Edit</span>
12293
+ `,
12294
+ changeDetection: ChangeDetectionStrategy.OnPush,
12295
+ imports: [
12296
+ CommonModule,
12297
+ AXTextBoxModule,
12298
+ FormsModule,
12299
+ AXFormModule,
12300
+ AXDecoratorModule,
12301
+ AXValidationModule,
12302
+ AXButtonModule,
12303
+ AXPLayoutBuilderModule,
12304
+ AXDataTableModule,
12305
+ ],
12306
+ inputs: [],
12307
+ }]
12308
+ }] });
12309
+
12310
+ var tabularDataWidgetEdit_component = /*#__PURE__*/Object.freeze({
12311
+ __proto__: null,
12312
+ AXPTabularDataEditorWidgetEditComponent: AXPTabularDataEditorWidgetEditComponent
12313
+ });
12314
+
12315
+ class AXPTextBoxWidgetFilterComponent extends AXPWidgetComponent {
12316
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12317
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTextBoxWidgetFilterComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12318
+ }
12319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetFilterComponent, decorators: [{
12320
+ type: Component,
12321
+ args: [{
12322
+ template: ``,
12323
+ changeDetection: ChangeDetectionStrategy.OnPush,
12324
+ imports: [CommonModule, FormsModule],
12325
+ inputs: []
12326
+ }]
12327
+ }] });
12328
+
12329
+ var tableWidgetFilter_component = /*#__PURE__*/Object.freeze({
12330
+ __proto__: null,
12331
+ AXPTextBoxWidgetFilterComponent: AXPTextBoxWidgetFilterComponent
12332
+ });
12333
+
12334
+ class AXPTableEditorWidgetPrintComponent extends AXPWidgetComponent {
12335
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTableEditorWidgetPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12336
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTableEditorWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12337
+ }
12338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTableEditorWidgetPrintComponent, decorators: [{
12339
+ type: Component,
12340
+ args: [{
12341
+ template: ``,
12342
+ changeDetection: ChangeDetectionStrategy.OnPush,
12343
+ imports: [CommonModule],
12344
+ inputs: [],
12345
+ }]
12346
+ }] });
12347
+
12348
+ var tableWidgetPrint_component = /*#__PURE__*/Object.freeze({
12349
+ __proto__: null,
12350
+ AXPTableEditorWidgetPrintComponent: AXPTableEditorWidgetPrintComponent
12351
+ });
12352
+
12353
+ class AXPTabularDataEditorWidgetViewComponent extends AXPWidgetComponent {
12354
+ constructor() {
12355
+ super(...arguments);
12356
+ this.popupService = inject(AXPopupService);
12357
+ this.platform = inject(AXPlatform);
12358
+ this.columns = this.options()['columns'];
12359
+ this.dataSource = new AXDataSource({
12360
+ load: async () => {
12361
+ const items = this.getValue() ?? [];
12362
+ return {
12363
+ items: items,
12364
+ total: items.length,
12365
+ };
12366
+ },
12367
+ pageSize: 1000,
12368
+ key: 'gridItem',
12369
+ });
12370
+ }
12371
+ async openPopup() {
12372
+ const { AXPTabularDataPopupComponent } = await import('./acorex-platform-widgets-tabular-data-view-popup.component-BBRVgZLu.mjs');
12373
+ this.popupService.open(AXPTabularDataPopupComponent, {
12374
+ size: this.platform.is('Mobile') || this.platform.is('SM') ? 'full' : 'md',
12375
+ header: true,
12376
+ closeOnBackdropClick: true,
12377
+ closeButton: true,
12378
+ draggable: true,
12379
+ title: this.path ?? '',
12380
+ data: {
12381
+ dataSource: this.dataSource,
12382
+ columns: this.columns,
12383
+ },
12384
+ });
12385
+ }
12386
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabularDataEditorWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12387
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTabularDataEditorWidgetViewComponent, isStandalone: true, selector: "axp-table-editor-widget", usesInheritance: true, ngImport: i0, template: ` <span class="ax-truncate ax-underline ax-cursor-pointer" (click)="openPopup()"> Click To See Grid</span>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12388
+ }
12389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabularDataEditorWidgetViewComponent, decorators: [{
12390
+ type: Component,
12391
+ args: [{
12392
+ selector: 'axp-table-editor-widget',
12393
+ template: ` <span class="ax-truncate ax-underline ax-cursor-pointer" (click)="openPopup()"> Click To See Grid</span>`,
12394
+ changeDetection: ChangeDetectionStrategy.OnPush,
12395
+ imports: [CommonModule],
12396
+ inputs: [],
12397
+ }]
12398
+ }] });
12399
+
12400
+ var tabularDataWidgetView_component = /*#__PURE__*/Object.freeze({
12401
+ __proto__: null,
12402
+ AXPTabularDataEditorWidgetViewComponent: AXPTabularDataEditorWidgetViewComponent
12403
+ });
12404
+
12405
+ const AXPTableEditorWidget = {
12406
+ name: 'table-editor',
12407
+ title: 'Table Editor Box',
12408
+ icon: 'fa-solid fa-input-text',
12409
+ description: 'Inputs single-line text',
12410
+ group: AXP_WIDGETS_EDITOR_GROUP,
12411
+ type: 'editor',
12412
+ defaultFilterWidgetName: 'string-filter',
12413
+ properties: [
12414
+ AXP_NAME_PROPERTY,
12415
+ AXP_DATA_PATH_PROPERTY,
12416
+ AXP_ALLOW_MULTIPLE_PROPERTY,
12417
+ AXP_DISABLED_PROPERTY,
12418
+ AXP_VALIDATION_PROPERTY,
12419
+ AXP_PLACEHOLDER_PROPERTY,
12420
+ AXP_HAS_CLEAR_BUTTON_PROPERTY,
12421
+ //cloneProperty(AXP_TABLE_COLUMN_WIDTH_PROPERTY, { schema: { defaultValue: '200px' } }),
12422
+ ],
12423
+ components: {
12424
+ view: {
12425
+ component: () => Promise.resolve().then(function () { return tabularDataWidgetView_component; }).then((c) => c.AXPTabularDataEditorWidgetViewComponent),
12426
+ },
12427
+ edit: {
12428
+ component: () => Promise.resolve().then(function () { return tabularDataWidgetEdit_component; }).then((c) => c.AXPTabularDataEditorWidgetEditComponent),
12429
+ },
12430
+ filter: {
12431
+ component: () => Promise.resolve().then(function () { return tableWidgetFilter_component; }).then((c) => c.AXPTextBoxWidgetFilterComponent),
12432
+ },
12433
+ column: {
12434
+ component: () => Promise.resolve().then(function () { return tableWidgetColumn_component; }).then((c) => c.AXPTableEditorWidgetColumnComponent),
12435
+ },
12436
+ print: {
12437
+ component: () => Promise.resolve().then(function () { return tableWidgetPrint_component; }).then((c) => c.AXPTableEditorWidgetPrintComponent),
12438
+ },
12439
+ designer: {
12440
+ component: () => Promise.resolve().then(function () { return tabularDataWidgetEdit_component; }).then((c) => c.AXPTabularDataEditorWidgetEditComponent),
12441
+ },
12442
+ },
12443
+ };
12444
+
11990
12445
  class AXPBooleanFilterWidgetEditComponent extends AXPWidgetComponent {
11991
12446
  constructor() {
11992
12447
  super(...arguments);
@@ -13621,6 +14076,7 @@ class AXPWidgetsModule {
13621
14076
  AXPGridItemWidget,
13622
14077
  AXPGridRowWidget,
13623
14078
  //
14079
+ AXPTableEditorWidget,
13624
14080
  AXPTextBoxWidget,
13625
14081
  AXPCheckBoxWidget,
13626
14082
  AXPSelectBoxWidget,
@@ -13664,6 +14120,9 @@ class AXPWidgetsModule {
13664
14120
  AXPBetweenExpressionValidationWidget,
13665
14121
  AXPEqualValidationWidget,
13666
14122
  AXPCallbackValidationWidget,
14123
+ //charts
14124
+ AXPDonutChartWidget,
14125
+ AXPBarChartWidget,
13667
14126
  ],
13668
14127
  })] }); }
13669
14128
  }
@@ -13686,6 +14145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
13686
14145
  AXPGridItemWidget,
13687
14146
  AXPGridRowWidget,
13688
14147
  //
14148
+ AXPTableEditorWidget,
13689
14149
  AXPTextBoxWidget,
13690
14150
  AXPCheckBoxWidget,
13691
14151
  AXPSelectBoxWidget,
@@ -13729,6 +14189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
13729
14189
  AXPBetweenExpressionValidationWidget,
13730
14190
  AXPEqualValidationWidget,
13731
14191
  AXPCallbackValidationWidget,
14192
+ //charts
14193
+ AXPDonutChartWidget,
14194
+ AXPBarChartWidget,
13732
14195
  ],
13733
14196
  }),
13734
14197
  ],
@@ -13742,5 +14205,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
13742
14205
  * Generated bundle index. Do not edit.
13743
14206
  */
13744
14207
 
13745
- export { AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetPrintComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetPrintComponent, AXPAvatarWidgetViewComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetPrintComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFileBoxWidget, AXPFileBoxWidgetColumnComponent, AXPFileBoxWidgetEditComponent, AXPFileBoxWidgetFilterComponent, AXPFileBoxWidgetPrintComponent, AXPFileBoxWidgetViewComponent, AXPFileManagementService, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPGalleryWidget, AXPGalleryWidgetColumnComponent, AXPGalleryWidgetEditComponent, AXPGalleryWidgetFilterComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPPropertyEditorHelper, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetFilterComponent, AXPRichTextWidgetPrintComponent, AXPRichTextWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetFilterComponent, AXPSelectBoxWidgetPrintComponent, AXPSelectBoxWidgetViewComponent, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetFilterComponent, AXPSelectionListWidgetPrintComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetFilterComponent, AXPSignatureWidgetPrintComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTY, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_Grid_Box_Align_Items_Options, AXP_Grid_Box_Alignments, AXP_Grid_Box_Justify_Items_Options, AXP_HAS_CLEAR_BUTTON_PROPERTY, AXP_HAS_COPY_ICON_PROPERTY, AXP_HAS_EYE_ICON_PROPERTY, AXP_HAS_ICON_PROPERTY, AXP_HAS_LABEL_PROPERTY, AXP_ICON_PROPERTY, AXP_IS_LOADING_PROPERTY, AXP_LABEL_PROPERTY, AXP_LAYOUT_ADVANCED_GRID_PROPERTY, AXP_LAYOUT_ALIGN_CONTENT_PROPERTY, AXP_LAYOUT_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_FLEX_ALIGN_PROPERTY, AXP_LAYOUT_FLEX_DIRECTION_PROPERTY, AXP_LAYOUT_FLEX_JUSTIFY_PROPERTY, AXP_LAYOUT_FLEX_PROPERTIES, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, AXP_LAYOUT_FLEX_WRAP_PROPERTY, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, AXP_LAYOUT_GRID_PROPERTY, AXP_LAYOUT_GRID_PROPERTY_GROUP, AXP_LAYOUT_GRID_ROW_PROPERTIES, AXP_LAYOUT_ROWS_PROPERTY, AXP_LAYOUT_SPACING_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, AXP_default_Border_Box_Units, AXP_default_Border_Box_Value, AXP_default_Spacing_Box_Units, AXP_default_Spacing_Box_Value, DEFAULT_STRATEGY_CONFIG, STRATEGY_CONFIG_TOKEN, booleanDefaultProperty, findNonEmptyBreakpoints, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
14208
+ export { AXPAdvancedGridItemWidget, AXPAdvancedGridItemWidgetDesignerComponent, AXPAdvancedGridItemWidgetPrintComponent, AXPAdvancedGridItemWidgetViewComponent, AXPAdvancedGridOptionsWidget, AXPAdvancedGridOptionsWidgetEditComponent, AXPAdvancedGridWidget, AXPAdvancedGridWidgetDesignerComponent, AXPAdvancedGridWidgetViewComponent, AXPAvatarWidget, AXPAvatarWidgetColumnComponent, AXPAvatarWidgetDesignerComponent, AXPAvatarWidgetEditComponent, AXPAvatarWidgetPrintComponent, AXPAvatarWidgetViewComponent, AXPBarChartWidget, AXPBarChartWidgetEditComponent, AXPBetweenExpressionValidationWidget, AXPBetweenValidationWidgetEditComponent, AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCallbackValidationWidget, AXPCallbackValidationWidgetEditComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetPrintComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPDonutChartWidget, AXPDonutChartWidgetEditComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPEqualValidationWidget, AXPEqualValidationWidgetEditComponent, AXPFileBoxWidget, AXPFileBoxWidgetColumnComponent, AXPFileBoxWidgetEditComponent, AXPFileBoxWidgetFilterComponent, AXPFileBoxWidgetPrintComponent, AXPFileBoxWidgetViewComponent, AXPFileManagementService, AXPFlexOptionsWidget, AXPFlexOptionsWidgetEditComponent, AXPGalleryWidget, AXPGalleryWidgetColumnComponent, AXPGalleryWidgetEditComponent, AXPGalleryWidgetFilterComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPGreaterThanExpressionValidationWidget, AXPGreaterThanValidationWidgetEditComponent, AXPGridOptionsWidget, AXPGridOptionsWidgetEditComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLessThanExpressionValidationWidget, AXPLessThanValidationWidgetEditComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPMaxLengthExpressionValidationWidget, AXPMaxLengthValidationWidgetEditComponent, AXPMinLengthExpressionValidationWidget, AXPMinLengthValidationWidgetEditComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPPropertyEditorHelper, AXPRegularExpressionValidationWidget, AXPRegularExpressionValidationWidgetEditComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, AXPRequiredValidationWidget, AXPRequiredValidationWidgetEditComponent, AXPRichTextWidget, AXPRichTextWidgetColumnComponent, AXPRichTextWidgetEditComponent, AXPRichTextWidgetFilterComponent, AXPRichTextWidgetPrintComponent, AXPRichTextWidgetViewComponent, AXPSelectBoxWidget, AXPSelectBoxWidgetColumnComponent, AXPSelectBoxWidgetEditComponent, AXPSelectBoxWidgetFilterComponent, AXPSelectBoxWidgetPrintComponent, AXPSelectBoxWidgetViewComponent, AXPSelectionListWidget, AXPSelectionListWidgetColumnComponent, AXPSelectionListWidgetDesignerComponent, AXPSelectionListWidgetEditComponent, AXPSelectionListWidgetFilterComponent, AXPSelectionListWidgetPrintComponent, AXPSelectionListWidgetViewComponent, AXPSignatureWidget, AXPSignatureWidgetColumnComponent, AXPSignatureWidgetEditComponent, AXPSignatureWidgetFilterComponent, AXPSignatureWidgetPrintComponent, AXPSignatureWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent$1 as AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTY, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_Grid_Box_Align_Items_Options, AXP_Grid_Box_Alignments, AXP_Grid_Box_Justify_Items_Options, AXP_HAS_CLEAR_BUTTON_PROPERTY, AXP_HAS_COPY_ICON_PROPERTY, AXP_HAS_EYE_ICON_PROPERTY, AXP_HAS_ICON_PROPERTY, AXP_HAS_LABEL_PROPERTY, AXP_ICON_PROPERTY, AXP_IS_LOADING_PROPERTY, AXP_LABEL_PROPERTY, AXP_LAYOUT_ADVANCED_GRID_PROPERTY, AXP_LAYOUT_ALIGN_CONTENT_PROPERTY, AXP_LAYOUT_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_FLEX_ALIGN_PROPERTY, AXP_LAYOUT_FLEX_DIRECTION_PROPERTY, AXP_LAYOUT_FLEX_JUSTIFY_PROPERTY, AXP_LAYOUT_FLEX_PROPERTIES, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, AXP_LAYOUT_FLEX_WRAP_PROPERTY, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, AXP_LAYOUT_GRID_PROPERTY, AXP_LAYOUT_GRID_PROPERTY_GROUP, AXP_LAYOUT_GRID_ROW_PROPERTIES, AXP_LAYOUT_ROWS_PROPERTY, AXP_LAYOUT_SPACING_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_STYLE_COLOR_PROPERTY, AXP_STYLE_LOOK_PROPERTY, AXP_STYLING_PROPERTY_GROUP, AXP_TABLE_COLUMN_HEIGHT_PROPERTY, AXP_TABLE_COLUMN_WIDTH_PROPERTY, AXP_TEXT_FIELD_PROPERTY, AXP_TEXT_PROPERTY, AXP_THEME_PROPERTY, AXP_TITLE_PROPERTY, AXP_TRULY_TEXT_PROPERTY, AXP_VALIDATION_PROPERTY, AXP_VALIDATION_PROPERTY_GROUP, AXP_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, AXP_default_Border_Box_Units, AXP_default_Border_Box_Value, AXP_default_Spacing_Box_Units, AXP_default_Spacing_Box_Value, DEFAULT_STRATEGY_CONFIG, STRATEGY_CONFIG_TOKEN, booleanDefaultProperty, findNonEmptyBreakpoints, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
13746
14209
  //# sourceMappingURL=acorex-platform-widgets.mjs.map