@acorex/platform 19.3.1 → 19.3.3-next.0

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 (107) hide show
  1. package/common/lib/home-page/home-page-settings.provider.d.ts +1 -0
  2. package/common/lib/layout/menu/menu.types.d.ts +0 -1
  3. package/core/lib/expression-evaluator/expression-evaluator.service.d.ts +2 -0
  4. package/core/lib/types/interactive.types.d.ts +21 -0
  5. package/core/lib/types/layout.types.d.ts +4 -4
  6. package/core/lib/utils/object-util.d.ts +1 -0
  7. package/fesm2022/acorex-platform-common.mjs +4 -2
  8. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-core.mjs +64 -11
  10. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-layout-builder.mjs +2 -1
  12. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  13. package/fesm2022/acorex-platform-layout-components.mjs +89 -60
  14. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  15. package/fesm2022/acorex-platform-layout-designer.mjs +2 -2
  16. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-entity.mjs +0 -11
  18. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-views.mjs +287 -0
  20. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -0
  21. package/fesm2022/acorex-platform-themes-default-details-view.component-CAa99Vts.mjs +107 -0
  22. package/fesm2022/acorex-platform-themes-default-details-view.component-CAa99Vts.mjs.map +1 -0
  23. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-Ol8haGqF.mjs → acorex-platform-themes-default-entity-master-list-view.component-BgE6rxsd.mjs} +5 -6
  24. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BgE6rxsd.mjs.map +1 -0
  25. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BBJ7Aapd.mjs → acorex-platform-themes-default-entity-master-single-view.component-CnrccLHY.mjs} +9 -9
  26. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BBJ7Aapd.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-CnrccLHY.mjs.map} +1 -1
  27. package/fesm2022/acorex-platform-themes-default.mjs +55 -299
  28. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  29. package/fesm2022/acorex-platform-widgets.mjs +543 -63
  30. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  31. package/layout/builder/lib/builder/index.d.ts +0 -1
  32. package/layout/builder/lib/builder/widget-map.d.ts +1 -0
  33. package/layout/builder/lib/builder/widget.types.d.ts +1 -0
  34. package/layout/components/lib/user-avatar/user-avatar.component.d.ts +16 -5
  35. package/layout/components/lib/user-avatar/user-avatar.service.d.ts +8 -8
  36. package/layout/components/lib/user-avatar/user-avatar.types.d.ts +2 -1
  37. package/layout/{setting → views}/README.md +1 -1
  38. package/layout/views/index.d.ts +2 -0
  39. package/layout/views/lib/details-view/details-view-route.resolver.d.ts +3 -0
  40. package/layout/views/lib/details-view/details-view.adapter.d.ts +13 -0
  41. package/layout/views/lib/details-view/details-view.viewmodel.d.ts +30 -0
  42. package/layout/views/lib/details-view/index.d.ts +3 -0
  43. package/layout/views/lib/details-view/sample.d.ts +2 -0
  44. package/layout/views/lib/shared/index.d.ts +1 -0
  45. package/layout/views/lib/shared/layout.types.d.ts +7 -0
  46. package/package.json +4 -8
  47. package/themes/default/index.d.ts +0 -1
  48. package/themes/default/lib/layouts/base/base-page.component.d.ts +1 -4
  49. package/themes/default/lib/layouts/base/index.d.ts +0 -1
  50. package/themes/default/lib/layouts/base/page-layout/page-layout.component.d.ts +3 -0
  51. package/themes/default/lib/layouts/details-view/details-view.component.d.ts +45 -0
  52. package/widgets/lib/properties/layout.props.d.ts +1 -0
  53. package/widgets/lib/widgets/advance/cron-job/cron-job-widget-designer.component.d.ts +1 -0
  54. package/widgets/lib/widgets/advance/cron-job/cron-job-widget-edit.component.d.ts +1 -0
  55. package/widgets/lib/widgets/editors/time-duration/index.d.ts +6 -0
  56. package/widgets/lib/widgets/editors/time-duration/time-duration-widget-column.component.d.ts +6 -0
  57. package/widgets/lib/widgets/editors/time-duration/time-duration-widget-edit.component.d.ts +12 -0
  58. package/widgets/lib/widgets/editors/time-duration/time-duration-widget-filter.component.d.ts +6 -0
  59. package/widgets/lib/widgets/editors/time-duration/time-duration-widget-print.component.d.ts +6 -0
  60. package/widgets/lib/widgets/editors/time-duration/time-duration-widget-view.component.d.ts +7 -0
  61. package/widgets/lib/widgets/editors/time-duration/time-duration-widget.config.d.ts +11 -0
  62. package/widgets/lib/widgets/filters/select-filter/select-filter-widget-edit.component.d.ts +4 -1
  63. package/widgets/lib/widgets/layout/form-field/form-field-widget-designer.component.d.ts +2 -2
  64. package/widgets/lib/widgets/layout/tabset/index.d.ts +3 -0
  65. package/widgets/lib/widgets/layout/tabset/tabset-widget-designer.component.d.ts +6 -0
  66. package/widgets/lib/widgets/layout/tabset/tabset-widget-view.component.d.ts +19 -0
  67. package/widgets/lib/widgets/layout/tabset/tabset-widget.config.d.ts +2 -0
  68. package/widgets/lib/widgets/layout/tabset/tabset-widget.types.d.ts +2 -0
  69. package/widgets/lib/widgets/layout/tabset-item/index.d.ts +3 -0
  70. package/widgets/lib/widgets/layout/tabset-item/tabset-item-widget-designer.component.d.ts +6 -0
  71. package/widgets/lib/widgets/layout/tabset-item/tabset-item-widget-view.component.d.ts +10 -0
  72. package/widgets/lib/widgets/layout/tabset-item/tabset-item-widget.config.d.ts +2 -0
  73. package/widgets/lib/widgets/property-editors/flex-options/flex-options-widget-editor.component.d.ts +3 -3
  74. package/widgets/lib/widgets/property-editors/flex-options/flex-options-widget.type.d.ts +2 -2
  75. package/fesm2022/acorex-platform-layout-search.mjs +0 -279
  76. package/fesm2022/acorex-platform-layout-search.mjs.map +0 -1
  77. package/fesm2022/acorex-platform-layout-setting.mjs +0 -406
  78. package/fesm2022/acorex-platform-layout-setting.mjs.map +0 -1
  79. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-Ol8haGqF.mjs.map +0 -1
  80. package/fesm2022/acorex-platform-themes-default-search-popup.component-ChJiJ12h.mjs +0 -128
  81. package/fesm2022/acorex-platform-themes-default-search-popup.component-ChJiJ12h.mjs.map +0 -1
  82. package/fesm2022/acorex-platform-themes-default-setting-page.component-BxGzaKws.mjs +0 -219
  83. package/fesm2022/acorex-platform-themes-default-setting-page.component-BxGzaKws.mjs.map +0 -1
  84. package/fesm2022/acorex-platform-themes-default-setting-view.component-CjmlI9Jb.mjs +0 -103
  85. package/fesm2022/acorex-platform-themes-default-setting-view.component-CjmlI9Jb.mjs.map +0 -1
  86. package/layout/builder/lib/builder/view.types.d.ts +0 -94
  87. package/layout/search/README.md +0 -3
  88. package/layout/search/index.d.ts +0 -1
  89. package/layout/search/lib/index.d.ts +0 -3
  90. package/layout/search/lib/search-slot.component.d.ts +0 -9
  91. package/layout/search/lib/search.config.d.ts +0 -5
  92. package/layout/search/lib/search.module.d.ts +0 -11
  93. package/layout/search/lib/search.viewmodel.d.ts +0 -34
  94. package/layout/search/lib/workflows/search.workflow.d.ts +0 -11
  95. package/layout/setting/index.d.ts +0 -2
  96. package/layout/setting/lib/convert-setting-data.d.ts +0 -2
  97. package/layout/setting/lib/search-definition.provider.d.ts +0 -4
  98. package/layout/setting/lib/search.provider.d.ts +0 -9
  99. package/layout/setting/lib/setting.viewmodel.d.ts +0 -46
  100. package/layout/setting/lib/settings.module.d.ts +0 -9
  101. package/themes/default/lib/layouts/base/simple-page/index.d.ts +0 -1
  102. package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +0 -78
  103. package/themes/default/lib/layouts/search-layout/search-popup.component.d.ts +0 -22
  104. package/themes/default/lib/layouts/setting-layout/setting-page/setting-page.component.d.ts +0 -65
  105. package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +0 -135
  106. package/themes/default/lib/layouts/view-layouts/index.d.ts +0 -1
  107. package/themes/default/lib/layouts/view-layouts/layout-detail-view/layout-detail-view.component.d.ts +0 -19
@@ -80,15 +80,17 @@ import * as i2$8 from '@acorex/components/color-box';
80
80
  import { AXColorBoxModule } from '@acorex/components/color-box';
81
81
  import * as i1$9 from '@acorex/components/popover';
82
82
  import { AXPopoverComponent, AXPopoverModule } from '@acorex/components/popover';
83
- import * as i1$a from '@acorex/components/cron-job';
83
+ import * as i2$9 from '@acorex/components/cron-job';
84
84
  import { AXCronJobModule } from '@acorex/components/cron-job';
85
- import * as i1$b from '@acorex/components/qrcode';
85
+ import * as i1$a from '@acorex/components/qrcode';
86
86
  import { AXQrcodeModule } from '@acorex/components/qrcode';
87
87
  import { AXColorUtil } from '@acorex/core/utils';
88
88
  import * as i6$1 from '@acorex/components/dropdown-button';
89
89
  import { AXDropdownButtonModule } from '@acorex/components/dropdown-button';
90
90
  import { AXDataTableModule } from '@acorex/components/data-table';
91
- import * as i1$c from '@acorex/components/collapse';
91
+ import * as i2$a from '@acorex/components/time-duration';
92
+ import { AXTimeDurationModule } from '@acorex/components/time-duration';
93
+ import * as i1$b from '@acorex/components/collapse';
92
94
  import { AXCollapseModule } from '@acorex/components/collapse';
93
95
  import { DomSanitizer } from '@angular/platform-browser';
94
96
 
@@ -812,6 +814,13 @@ const AXP_LAYOUT_ADVANCED_GRID_PROPERTY = {
812
814
  },
813
815
  visible: true,
814
816
  };
817
+ const AXP_LAYOUT_SHOW_HEADER_PROPERTY = createBooleanProperty({
818
+ name: 'showHeader',
819
+ title: 'Show Header',
820
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
821
+ path: 'options.showHeader',
822
+ defaultValue: true,
823
+ });
815
824
 
816
825
  const AXP_TABLE_COLUMN_WIDTH_PROPERTY = {
817
826
  name: 'width',
@@ -7943,6 +7952,7 @@ const AXPGalleryWidget = {
7943
7952
  description: 'Shows and edits image galleries',
7944
7953
  icon: 'fa-light fa-images',
7945
7954
  categories: AXP_WIDGETS_ADVANCE_CATEGORY,
7955
+ groups: [AXPWidgetGroupEnum.FormElement],
7946
7956
  properties: [
7947
7957
  AXP_NAME_PROPERTY,
7948
7958
  createBooleanProperty({
@@ -8128,7 +8138,7 @@ const AXPMapBoxWidget = {
8128
8138
  description: 'Displays and interacts with maps',
8129
8139
  icon: 'fa-light fa-map-location',
8130
8140
  categories: AXP_WIDGETS_ADVANCE_CATEGORY,
8131
- groups: [AXPWidgetGroupEnum.FormElement, AXPWidgetGroupEnum.DashboardWidget],
8141
+ groups: [AXPWidgetGroupEnum.FormElement],
8132
8142
  type: 'editor',
8133
8143
  properties: [
8134
8144
  AXP_NAME_PROPERTY,
@@ -9556,10 +9566,10 @@ class AXPBlockWidgetDesignerComponent extends AXPLayoutWidgetComponent {
9556
9566
  'border-color': border?.color ?? '#000000',
9557
9567
  'border-style': border?.style ?? 'none',
9558
9568
  // Flexbox
9559
- 'flex-direction': flex?.flexDirection ?? 'row',
9560
- 'flex-wrap': flex?.flexWrap ?? 'nowrap',
9561
- 'justify-content': flex?.justifyContent ?? 'flex-start',
9562
- 'align-items': flex?.alignItems ?? 'flex-start',
9569
+ 'flex-direction': flex?.direction ?? 'row',
9570
+ 'flex-wrap': flex?.wrap ?? 'nowrap',
9571
+ 'justify-content': flex?.justify ?? 'flex-start',
9572
+ 'align-items': flex?.align ?? 'flex-start',
9563
9573
  gap: flex?.gap ?? '0px',
9564
9574
  };
9565
9575
  }
@@ -9663,10 +9673,10 @@ class AXPBlockWidgetViewComponent extends AXPLayoutWidgetComponent {
9663
9673
  'border-color': border?.color ?? '#000000',
9664
9674
  'border-style': border?.style ?? 'none',
9665
9675
  // Flexbox
9666
- 'flex-direction': flex?.flexDirection ?? 'row',
9667
- 'flex-wrap': flex?.flexWrap ?? 'nowrap',
9668
- 'justify-content': flex?.justifyContent ?? 'flex-start',
9669
- 'align-items': flex?.alignItems ?? 'flex-start',
9676
+ 'flex-direction': flex?.direction ?? 'row',
9677
+ 'flex-wrap': flex?.wrap ?? 'nowrap',
9678
+ 'justify-content': flex?.justify ?? 'flex-start',
9679
+ 'align-items': flex?.align ?? 'flex-start',
9670
9680
  gap: flex?.gap ?? '0px',
9671
9681
  };
9672
9682
  }
@@ -9717,7 +9727,7 @@ var blockWidgetView_component = /*#__PURE__*/Object.freeze({
9717
9727
  const AXPBlockWidget = {
9718
9728
  name: 'block-layout',
9719
9729
  type: 'container',
9720
- title: 'Block',
9730
+ title: 'Block Layout',
9721
9731
  description: 'Organizes content in blocks',
9722
9732
  icon: 'fa-light fa-block',
9723
9733
  categories: AXP_WIDGETS_LAYOUT_CATEGORY,
@@ -10065,6 +10075,10 @@ class AXPRepeaterWidgetDesignerComponent extends AXPValueWidgetComponent {
10065
10075
  {
10066
10076
  provide: AXPValueWidgetComponent,
10067
10077
  useExisting: AXPRepeaterWidgetDesignerComponent
10078
+ },
10079
+ {
10080
+ provide: AXPLayoutWidgetComponent,
10081
+ useExisting: AXPRepeaterWidgetDesignerComponent
10068
10082
  }
10069
10083
  ], usesInheritance: true, ngImport: i0, template: `
10070
10084
  @if(hasControls())
@@ -10155,6 +10169,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
10155
10169
  {
10156
10170
  provide: AXPValueWidgetComponent,
10157
10171
  useExisting: AXPRepeaterWidgetDesignerComponent
10172
+ },
10173
+ {
10174
+ provide: AXPLayoutWidgetComponent,
10175
+ useExisting: AXPRepeaterWidgetDesignerComponent
10158
10176
  }
10159
10177
  ]
10160
10178
  }]
@@ -10179,7 +10197,6 @@ const AXPRepeaterWidget = {
10179
10197
  properties: [
10180
10198
  AXP_NAME_PROPERTY,
10181
10199
  AXP_DATA_PATH_PROPERTY,
10182
- AXP_DISABLED_PROPERTY,
10183
10200
  createBooleanProperty({
10184
10201
  name: 'hasControls',
10185
10202
  title: 'Controls',
@@ -10947,15 +10964,15 @@ const AXPBorderWidget = {
10947
10964
  };
10948
10965
 
10949
10966
  const AXP_Flex_Box_Alignments = [
10950
- { value: 'top-left', label: 'Top Left', alignItems: 'flex-start', justifyContent: 'flex-start' },
10951
- { value: 'top-center', label: 'Top Center', alignItems: 'flex-start', justifyContent: 'center' },
10952
- { value: 'top-right', label: 'Top Right', alignItems: 'flex-start', justifyContent: 'flex-end' },
10953
- { value: 'middle-left', label: 'Middle Left', alignItems: 'center', justifyContent: 'flex-start' },
10954
- { value: 'middle-center', label: 'Middle Center', alignItems: 'center', justifyContent: 'center' },
10955
- { value: 'middle-right', label: 'Middle Right', alignItems: 'center', justifyContent: 'flex-end' },
10956
- { value: 'bottom-left', label: 'Bottom Left', alignItems: 'flex-end', justifyContent: 'flex-start' },
10957
- { value: 'bottom-center', label: 'Bottom Center', alignItems: 'flex-end', justifyContent: 'center' },
10958
- { value: 'bottom-right', label: 'Bottom Right', alignItems: 'flex-end', justifyContent: 'flex-end' },
10967
+ { value: 'top-left', label: 'Top Left', align: 'flex-start', justify: 'flex-start' },
10968
+ { value: 'top-center', label: 'Top Center', align: 'flex-start', justify: 'center' },
10969
+ { value: 'top-right', label: 'Top Right', align: 'flex-start', justify: 'flex-end' },
10970
+ { value: 'middle-left', label: 'Middle Left', align: 'center', justify: 'flex-start' },
10971
+ { value: 'middle-center', label: 'Middle Center', align: 'center', justify: 'center' },
10972
+ { value: 'middle-right', label: 'Middle Right', align: 'center', justify: 'flex-end' },
10973
+ { value: 'bottom-left', label: 'Bottom Left', align: 'flex-end', justify: 'flex-start' },
10974
+ { value: 'bottom-center', label: 'Bottom Center', align: 'flex-end', justify: 'center' },
10975
+ { value: 'bottom-right', label: 'Bottom Right', align: 'flex-end', justify: 'flex-end' },
10959
10976
  ];
10960
10977
  const AXP_Flex_Box_Justify_Options = [
10961
10978
  { value: 'flex-start', label: 'Start' },
@@ -11021,18 +11038,18 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11021
11038
  this.#af = afterNextRender(() => {
11022
11039
  const value = this.getValue();
11023
11040
  //this.flexDirection.set(value?.flexDirection ?? 'row');
11024
- this.setFlexDirection(value?.flexDirection ?? 'row');
11041
+ this.setFlexDirection(value?.direction ?? 'row');
11025
11042
  // this.flexWrap.set(value?.flexWrap ?? 'nowrap');
11026
- this.setWrapMode(value?.flexWrap ?? 'nowrap');
11027
- this.clickedJustify.set(value?.justifyContent ?? 'flex-start');
11028
- this.clickedAlign.set(value?.alignItems ?? 'flex-start');
11043
+ this.setWrapMode(value?.wrap ?? 'nowrap');
11044
+ this.clickedJustify.set(value?.justify ?? 'flex-start');
11045
+ this.clickedAlign.set(value?.align ?? 'flex-start');
11029
11046
  this.selectedAlign.set({
11030
- value: value?.alignItems ?? 'flex-start',
11031
- label: this.findAlignNameById(value?.alignItems ?? 'flex-start'),
11047
+ value: value?.align ?? 'flex-start',
11048
+ label: this.findAlignNameById(value?.align ?? 'flex-start'),
11032
11049
  });
11033
11050
  this.selectedJustify.set({
11034
- value: value?.justifyContent ?? 'flex-start',
11035
- label: this.findJustifyNameById(value?.justifyContent ?? 'flex-start'),
11051
+ value: value?.justify ?? 'flex-start',
11052
+ label: this.findJustifyNameById(value?.justify ?? 'flex-start'),
11036
11053
  });
11037
11054
  const { values, unit } = AXPPropertyEditorHelper.parseGap(value?.gap ?? '0px');
11038
11055
  this.gapUnit.set(unit);
@@ -11050,7 +11067,7 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11050
11067
  }
11051
11068
  setWrapMode(type) {
11052
11069
  this.flexWrap.set(type);
11053
- this.saveValue({ flexWrap: type });
11070
+ this.saveValue({ wrap: type });
11054
11071
  }
11055
11072
  setGapMode() {
11056
11073
  if (this.gapMode() === 'single') {
@@ -11067,7 +11084,7 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11067
11084
  }
11068
11085
  setFlexDirection(type) {
11069
11086
  this.flexDirection.set(type);
11070
- this.saveValue({ flexDirection: type });
11087
+ this.saveValue({ direction: type });
11071
11088
  }
11072
11089
  setGap(size, side) {
11073
11090
  this.gap.set({ ...this.gap(), [side]: size });
@@ -11084,8 +11101,8 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11084
11101
  onClick(data) {
11085
11102
  // const directionAlign = this.flexDirectionIsReverse() === true ? 'flex-start' : 'flex-end';
11086
11103
  const directionAlign = 'flex-start';
11087
- let calcAlign = this.calculateAlign(data.alignItems);
11088
- let calcJustify = this.calculateJustify(data.justifyContent);
11104
+ let calcAlign = this.calculateAlign(data.align);
11105
+ let calcJustify = this.calculateJustify(data.justify);
11089
11106
  if (this.flexDirectionIsColumn() &&
11090
11107
  (calcAlign === 'flex-end' || calcAlign === 'flex-start' || calcAlign === 'center') &&
11091
11108
  (calcJustify === 'flex-end' || calcJustify === 'flex-start' || calcJustify === 'center')) {
@@ -11126,13 +11143,13 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11126
11143
  this.selectedJustify.set({ value: calcJustify, label: this.findJustifyNameById(calcJustify) });
11127
11144
  this.selectedAlign.set({ value: calcAlign, label: this.findAlignNameById(calcAlign) });
11128
11145
  }
11129
- this.saveValue({ alignItems: this.clickedAlign(), justifyContent: this.clickedJustify() });
11146
+ this.saveValue({ align: this.clickedAlign(), justify: this.clickedJustify() });
11130
11147
  }
11131
11148
  onHover(data) {
11132
11149
  // const directionAlign = this.flexDirectionIsReverse() === true ? 'flex-start' : 'flex-end';
11133
11150
  const directionAlign = 'flex-start';
11134
- let calcAlign = this.calculateAlign(data.alignItems);
11135
- let calcJustify = this.calculateJustify(data.justifyContent);
11151
+ let calcAlign = this.calculateAlign(data.align);
11152
+ let calcJustify = this.calculateJustify(data.justify);
11136
11153
  if (this.flexDirectionIsColumn() &&
11137
11154
  (calcAlign === 'flex-end' || calcAlign === 'flex-start' || calcAlign === 'center') &&
11138
11155
  (calcJustify === 'flex-end' || calcJustify === 'flex-start' || calcJustify === 'center')) {
@@ -11169,14 +11186,14 @@ class AXPFlexOptionsWidgetEditComponent extends AXPValueWidgetComponent {
11169
11186
  this.selectedJustify.set({ value: event.value, label: this.findJustifyNameById(event.value) });
11170
11187
  this.clickedJustify.set(event.value);
11171
11188
  }
11172
- this.saveValue({ justifyContent: this.clickedJustify() });
11189
+ this.saveValue({ justify: this.clickedJustify() });
11173
11190
  }
11174
11191
  onAlignChange(event) {
11175
11192
  if (event.isUserInteraction) {
11176
11193
  this.selectedAlign.set({ value: event.value, label: this.findAlignNameById(event.value) });
11177
11194
  this.clickedAlign.set(event.value);
11178
11195
  }
11179
- this.saveValue({ alignItems: this.clickedAlign() });
11196
+ this.saveValue({ align: this.clickedAlign() });
11180
11197
  }
11181
11198
  calculateAlign(value) {
11182
11199
  if (this.flexDirection() === 'column-reverse') {
@@ -12409,18 +12426,22 @@ var cronJobWidgetView_component = /*#__PURE__*/Object.freeze({
12409
12426
  });
12410
12427
 
12411
12428
  class AXPCronJobWidgetEditComponent extends AXPValueWidgetComponent {
12429
+ constructor() {
12430
+ super(...arguments);
12431
+ this.expreesion = signal('* * * ? * * *');
12432
+ }
12412
12433
  getExpressionHandler(e) {
12413
12434
  this.setValue(e.data);
12414
12435
  }
12415
12436
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12416
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<ax-cron-job-container > </ax-cron-job-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXCronJobModule }, { kind: "component", type: i1$a.AXCronJobContainerComponent, selector: "ax-cron-job-container", outputs: ["onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12437
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<ax-cron-job-container [ngModel]="expreesion()"> </ax-cron-job-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXCronJobModule }, { kind: "component", type: i2$9.AXCronJobContainerComponent, selector: "ax-cron-job-container", outputs: ["onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12417
12438
  }
12418
12439
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetEditComponent, decorators: [{
12419
12440
  type: Component,
12420
12441
  args: [{
12421
- template: `<ax-cron-job-container > </ax-cron-job-container>`,
12442
+ template: `<ax-cron-job-container [ngModel]="expreesion()"> </ax-cron-job-container>`,
12422
12443
  changeDetection: ChangeDetectionStrategy.OnPush,
12423
- imports: [CommonModule, FormsModule, AXCronJobModule]
12444
+ imports: [CommonModule, FormsModule, AXCronJobModule],
12424
12445
  }]
12425
12446
  }] });
12426
12447
 
@@ -12431,15 +12452,15 @@ var cronJobWidgetEdit_component = /*#__PURE__*/Object.freeze({
12431
12452
 
12432
12453
  class AXPCronJobWidgetFilterComponent extends AXPValueWidgetComponent {
12433
12454
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12434
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetFilterComponent, 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 }); }
12455
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetFilterComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `AXPCronJobWidgetFilterComponent`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12435
12456
  }
12436
12457
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetFilterComponent, decorators: [{
12437
12458
  type: Component,
12438
12459
  args: [{
12439
- template: ``,
12460
+ template: `AXPCronJobWidgetFilterComponent`,
12440
12461
  changeDetection: ChangeDetectionStrategy.OnPush,
12441
12462
  imports: [CommonModule, FormsModule],
12442
- inputs: []
12463
+ inputs: [],
12443
12464
  }]
12444
12465
  }] });
12445
12466
 
@@ -12470,15 +12491,15 @@ var cronJobWidgetColumn_component = /*#__PURE__*/Object.freeze({
12470
12491
 
12471
12492
  class AXPCronJobWidgetPrintComponent extends AXPValueWidgetComponent {
12472
12493
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12473
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12494
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `AXPCronJobWidgetPrintComponent`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12474
12495
  }
12475
12496
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetPrintComponent, decorators: [{
12476
12497
  type: Component,
12477
12498
  args: [{
12478
- template: ``,
12499
+ template: `AXPCronJobWidgetPrintComponent`,
12479
12500
  changeDetection: ChangeDetectionStrategy.OnPush,
12480
12501
  imports: [CommonModule],
12481
- inputs: []
12502
+ inputs: [],
12482
12503
  }]
12483
12504
  }] });
12484
12505
 
@@ -12488,15 +12509,19 @@ var cronJobWidgetPrint_component = /*#__PURE__*/Object.freeze({
12488
12509
  });
12489
12510
 
12490
12511
  class AXPCronJobWidgetDesignerComponent extends AXPValueWidgetComponent {
12512
+ constructor() {
12513
+ super(...arguments);
12514
+ this.expreesion = signal('* * * ? * * *');
12515
+ }
12491
12516
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12492
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetDesignerComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12517
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPCronJobWidgetDesignerComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<ax-cron-job-container [ngModel]="expreesion()"> </ax-cron-job-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXCronJobModule }, { kind: "component", type: i2$9.AXCronJobContainerComponent, selector: "ax-cron-job-container", outputs: ["onValueChanged"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12493
12518
  }
12494
12519
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetDesignerComponent, decorators: [{
12495
12520
  type: Component,
12496
12521
  args: [{
12497
- template: ``,
12522
+ template: `<ax-cron-job-container [ngModel]="expreesion()"> </ax-cron-job-container>`,
12498
12523
  changeDetection: ChangeDetectionStrategy.OnPush,
12499
- imports: [CommonModule]
12524
+ imports: [CommonModule, AXCronJobModule, FormsModule],
12500
12525
  }]
12501
12526
  }] });
12502
12527
 
@@ -12511,6 +12536,7 @@ const AXPCronJobWidget = {
12511
12536
  icon: 'fa-light fa-alarm-clock',
12512
12537
  categories: AXP_WIDGETS_ADVANCE_CATEGORY,
12513
12538
  type: 'editor',
12539
+ groups: [AXPWidgetGroupEnum.FormElement],
12514
12540
  properties: [AXP_NAME_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DISABLED_PROPERTY],
12515
12541
  components: {
12516
12542
  view: {
@@ -12560,7 +12586,7 @@ class AXPQrcodeWidgetViewComponent extends AXPValueWidgetComponent {
12560
12586
  >
12561
12587
  </ax-qrcode>
12562
12588
  }
12563
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXQrcodeModule }, { kind: "component", type: i1$b.AXQrcodeComponent, selector: "ax-qrcode", inputs: ["content", "size", "level", "color", "backgroundColor", "outputType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12589
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXQrcodeModule }, { kind: "component", type: i1$a.AXQrcodeComponent, selector: "ax-qrcode", inputs: ["content", "size", "level", "color", "backgroundColor", "outputType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12564
12590
  }
12565
12591
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPQrcodeWidgetViewComponent, decorators: [{
12566
12592
  type: Component,
@@ -13615,6 +13641,217 @@ const AXPTableEditorWidget = {
13615
13641
  },
13616
13642
  };
13617
13643
 
13644
+ class AXPTimeDurationWidgetColumnComponent extends AXPColumnWidgetComponent {
13645
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimeDurationWidgetColumnComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13646
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTimeDurationWidgetColumnComponent, isStandalone: true, selector: "axp-time-duration-widget-column", inputs: { rawValue: "rawValue" }, usesInheritance: true, ngImport: i0, template: `{{ rawValue }}`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13647
+ }
13648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimeDurationWidgetColumnComponent, decorators: [{
13649
+ type: Component,
13650
+ args: [{
13651
+ selector: 'axp-time-duration-widget-column',
13652
+ template: `{{ rawValue }}`,
13653
+ changeDetection: ChangeDetectionStrategy.OnPush,
13654
+ imports: [CommonModule],
13655
+ inputs: ['rawValue'],
13656
+ }]
13657
+ }] });
13658
+
13659
+ var timeDurationWidgetColumn_component = /*#__PURE__*/Object.freeze({
13660
+ __proto__: null,
13661
+ AXPTimeDurationWidgetColumnComponent: AXPTimeDurationWidgetColumnComponent
13662
+ });
13663
+
13664
+ class AXPTimerDurationWidgetEditComponent extends AXPValueWidgetComponent {
13665
+ constructor() {
13666
+ super(...arguments);
13667
+ this.disabled = computed(() => this.options()['disabled']);
13668
+ this.from = computed(() => this.options()['from'].title);
13669
+ this.to = computed(() => this.options()['to'].title);
13670
+ }
13671
+ handleChangeValue(e) {
13672
+ this.setValue(e.value);
13673
+ }
13674
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13675
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTimerDurationWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<ax-time-duration
13676
+ [ngModel]="getValue()"
13677
+ (onValueChanged)="handleChangeValue($event)"
13678
+ [valueStart]="from()"
13679
+ [valueEnd]="to()"
13680
+ [disabled]="disabled()"
13681
+ >
13682
+ </ax-time-duration>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXTimeDurationModule }, { kind: "component", type: i2$a.AXTimeDurationComponent, selector: "ax-time-duration", inputs: ["disabled", "tabIndex", "readonly", "look", "valueStart", "valueEnd"], outputs: ["onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13683
+ }
13684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetEditComponent, decorators: [{
13685
+ type: Component,
13686
+ args: [{
13687
+ template: `<ax-time-duration
13688
+ [ngModel]="getValue()"
13689
+ (onValueChanged)="handleChangeValue($event)"
13690
+ [valueStart]="from()"
13691
+ [valueEnd]="to()"
13692
+ [disabled]="disabled()"
13693
+ >
13694
+ </ax-time-duration>`,
13695
+ changeDetection: ChangeDetectionStrategy.OnPush,
13696
+ imports: [CommonModule, FormsModule, AXTimeDurationModule],
13697
+ }]
13698
+ }] });
13699
+
13700
+ var timeDurationWidgetEdit_component = /*#__PURE__*/Object.freeze({
13701
+ __proto__: null,
13702
+ AXPTimerDurationWidgetEditComponent: AXPTimerDurationWidgetEditComponent
13703
+ });
13704
+
13705
+ class AXPTimerDurationWidgetFilterComponent extends AXPValueWidgetComponent {
13706
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetFilterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13707
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTimerDurationWidgetFilterComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `AXPTimerDurationWidgetFilterComponent`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXTimeDurationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13708
+ }
13709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetFilterComponent, decorators: [{
13710
+ type: Component,
13711
+ args: [{
13712
+ template: `AXPTimerDurationWidgetFilterComponent`,
13713
+ changeDetection: ChangeDetectionStrategy.OnPush,
13714
+ imports: [CommonModule, FormsModule, AXTimeDurationModule],
13715
+ inputs: [],
13716
+ }]
13717
+ }] });
13718
+
13719
+ var timeDurationWidgetFilter_component = /*#__PURE__*/Object.freeze({
13720
+ __proto__: null,
13721
+ AXPTimerDurationWidgetFilterComponent: AXPTimerDurationWidgetFilterComponent
13722
+ });
13723
+
13724
+ class AXPTimerDurationWidgetPrintComponent extends AXPValueWidgetComponent {
13725
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13726
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTimerDurationWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `AXPTimerDurationWidgetPrintComponent`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13727
+ }
13728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetPrintComponent, decorators: [{
13729
+ type: Component,
13730
+ args: [{
13731
+ template: `AXPTimerDurationWidgetPrintComponent`,
13732
+ changeDetection: ChangeDetectionStrategy.OnPush,
13733
+ imports: [CommonModule],
13734
+ inputs: [],
13735
+ }]
13736
+ }] });
13737
+
13738
+ var timeDurationWidgetPrint_component = /*#__PURE__*/Object.freeze({
13739
+ __proto__: null,
13740
+ AXPTimerDurationWidgetPrintComponent: AXPTimerDurationWidgetPrintComponent
13741
+ });
13742
+
13743
+ class AXPTimerDurationWidgetViewComponent extends AXPValueWidgetComponent {
13744
+ constructor() {
13745
+ super(...arguments);
13746
+ this.internalValue = computed(() => this.getValue());
13747
+ }
13748
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13749
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTimerDurationWidgetViewComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<p>{{ internalValue() }}</p>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13750
+ }
13751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTimerDurationWidgetViewComponent, decorators: [{
13752
+ type: Component,
13753
+ args: [{
13754
+ template: `<p>{{ internalValue() }}</p>`,
13755
+ changeDetection: ChangeDetectionStrategy.OnPush,
13756
+ imports: [CommonModule],
13757
+ }]
13758
+ }] });
13759
+
13760
+ var timeDurationWidgetView_component = /*#__PURE__*/Object.freeze({
13761
+ __proto__: null,
13762
+ AXPTimerDurationWidgetViewComponent: AXPTimerDurationWidgetViewComponent
13763
+ });
13764
+
13765
+ const AXPTimeDurationWidget = {
13766
+ name: 'time-duration',
13767
+ title: 'Time Duration',
13768
+ description: 'Selects a time duration',
13769
+ icon: 'fa-light fa-clock',
13770
+ categories: AXP_WIDGETS_EDITOR_CATEGORY,
13771
+ groups: [AXPWidgetGroupEnum.FormElement],
13772
+ defaultFilterWidgetName: 'string-filter',
13773
+ type: 'editor',
13774
+ properties: [
13775
+ AXP_DISABLED_PROPERTY,
13776
+ AXP_NAME_PROPERTY,
13777
+ AXP_DATA_PATH_PROPERTY,
13778
+ {
13779
+ name: 'from',
13780
+ title: 'From',
13781
+ group: AXP_APPEARANCE_PROPERTY_GROUP,
13782
+ schema: {
13783
+ dataType: 'string',
13784
+ defaultValue: { id: 'year', title: 'year' },
13785
+ interface: {
13786
+ name: 'from',
13787
+ path: 'options.from',
13788
+ type: AXPWidgetsCatalog.select,
13789
+ options: {
13790
+ dataSource: [
13791
+ { id: 'year', title: 'year' },
13792
+ { id: 'month', title: 'month' },
13793
+ { id: 'week', title: 'week' },
13794
+ { id: 'day', title: 'day' },
13795
+ { id: 'hour', title: 'hour' },
13796
+ { id: 'minute', title: 'minute' },
13797
+ { id: 'second', title: 'second' },
13798
+ { id: 'millisecond', title: 'millisecond' },
13799
+ ],
13800
+ },
13801
+ },
13802
+ },
13803
+ visible: true,
13804
+ },
13805
+ {
13806
+ name: 'to',
13807
+ title: 'To',
13808
+ group: AXP_APPEARANCE_PROPERTY_GROUP,
13809
+ schema: {
13810
+ dataType: 'string',
13811
+ defaultValue: { id: 'millisecond', title: 'millisecond' },
13812
+ interface: {
13813
+ name: 'to',
13814
+ path: 'options.to',
13815
+ type: AXPWidgetsCatalog.select,
13816
+ options: {
13817
+ dataSource: [
13818
+ { id: 'year', title: 'year' },
13819
+ { id: 'month', title: 'month' },
13820
+ { id: 'week', title: 'week' },
13821
+ { id: 'day', title: 'day' },
13822
+ { id: 'hour', title: 'hour' },
13823
+ { id: 'minute', title: 'minute' },
13824
+ { id: 'second', title: 'second' },
13825
+ { id: 'millisecond', title: 'millisecond' },
13826
+ ],
13827
+ },
13828
+ },
13829
+ },
13830
+ visible: true,
13831
+ },
13832
+ ],
13833
+ components: {
13834
+ view: {
13835
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetView_component; }).then((c) => c.AXPTimerDurationWidgetViewComponent),
13836
+ },
13837
+ edit: {
13838
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetEdit_component; }).then((c) => c.AXPTimerDurationWidgetEditComponent),
13839
+ },
13840
+ filter: {
13841
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetFilter_component; }).then((c) => c.AXPTimerDurationWidgetFilterComponent),
13842
+ },
13843
+ column: {
13844
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetColumn_component; }).then((c) => c.AXPTimeDurationWidgetColumnComponent),
13845
+ },
13846
+ print: {
13847
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetPrint_component; }).then((c) => c.AXPTimerDurationWidgetPrintComponent),
13848
+ },
13849
+ designer: {
13850
+ component: () => Promise.resolve().then(function () { return timeDurationWidgetEdit_component; }).then((c) => c.AXPTimerDurationWidgetEditComponent),
13851
+ },
13852
+ },
13853
+ };
13854
+
13618
13855
  class AXPBooleanFilterWidgetEditComponent extends AXPValueWidgetComponent {
13619
13856
  constructor() {
13620
13857
  super(...arguments);
@@ -14203,11 +14440,22 @@ const AXPNumberFilterWidget = {
14203
14440
  class AXPSelectFilterWidgetEditComponent extends AXPDataListWidgetComponent {
14204
14441
  constructor() {
14205
14442
  super(...arguments);
14443
+ this.filterOperatorMiddleware = inject(AXPFilterOperatorMiddlewareService);
14206
14444
  this.value = computed(() => this.getValue()?.value);
14207
14445
  this.multiple = computed(() => this.options()['multiple'] || false);
14208
14446
  this.allowSearch = computed(() => this.options()['allowSearch'] || false);
14209
14447
  this.placeholder = computed(() => this.options()['placeholder'] || false);
14448
+ this.filter = computed(() => this.options()['filter']);
14449
+ this.#effect = effect(() => {
14450
+ if (this.filter()) {
14451
+ const cleanedFilters = AXPCleanNestedFilters([this.filter()]);
14452
+ if (cleanedFilters.length > 0) {
14453
+ this.dataSource().filter(this.filterOperatorMiddleware.transformFilter(cleanedFilters[0]));
14454
+ }
14455
+ }
14456
+ });
14210
14457
  }
14458
+ #effect;
14211
14459
  handleValueChange(e) {
14212
14460
  this.setValue({
14213
14461
  operation: this.multiple() ? { type: 'contains' } : { type: 'equal' },
@@ -14408,7 +14656,7 @@ class AXPFormFieldWidgetViewComponent extends AXPLayoutWidgetComponent {
14408
14656
  <ax-form-field>
14409
14657
  <ax-label>{{ label() }}</ax-label>
14410
14658
  @for (node of children(); track $index) {
14411
- <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
14659
+ <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode" > </ng-container>
14412
14660
  }
14413
14661
  </ax-form-field>
14414
14662
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i4.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i2$2.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$3.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], outputs: ["onOptionsChanged", "onValueChanged"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -14421,7 +14669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
14421
14669
  <ax-form-field>
14422
14670
  <ax-label>{{ label() }}</ax-label>
14423
14671
  @for (node of children(); track $index) {
14424
- <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
14672
+ <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode" > </ng-container>
14425
14673
  }
14426
14674
  </ax-form-field>
14427
14675
  `,
@@ -14438,7 +14686,7 @@ var formFieldWidgetView_component = /*#__PURE__*/Object.freeze({
14438
14686
  AXPFormFieldWidgetViewComponent: AXPFormFieldWidgetViewComponent
14439
14687
  });
14440
14688
 
14441
- class AXPFormFieldWidgetDesignerComponent extends AXPValueWidgetComponent {
14689
+ class AXPFormFieldWidgetDesignerComponent extends AXPLayoutWidgetComponent {
14442
14690
  constructor() {
14443
14691
  super(...arguments);
14444
14692
  this.label = computed(() => this.options()["label"]);
@@ -14453,7 +14701,8 @@ class AXPFormFieldWidgetDesignerComponent extends AXPValueWidgetComponent {
14453
14701
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPFormFieldWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
14454
14702
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPFormFieldWidgetDesignerComponent, isStandalone: true, selector: "axp-form-field-widget", host: { properties: { "class": "this.__class" } }, providers: [
14455
14703
  {
14456
- provide: AXPValueWidgetComponent, useExisting: AXPFormFieldWidgetDesignerComponent
14704
+ provide: AXPLayoutWidgetComponent,
14705
+ useExisting: AXPFormFieldWidgetDesignerComponent
14457
14706
  }
14458
14707
  ], usesInheritance: true, ngImport: i0, template: `
14459
14708
  <ax-form-field>
@@ -14486,7 +14735,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
14486
14735
  imports: [CommonModule, AXFormModule, AXLabelModule, AXPLayoutBuilderModule, AXPWidgetDesignerRendererDirective, AXPDesignerAddWidgetMiniButtonComponent],
14487
14736
  providers: [
14488
14737
  {
14489
- provide: AXPValueWidgetComponent, useExisting: AXPFormFieldWidgetDesignerComponent
14738
+ provide: AXPLayoutWidgetComponent,
14739
+ useExisting: AXPFormFieldWidgetDesignerComponent
14490
14740
  }
14491
14741
  ]
14492
14742
  }]
@@ -15216,7 +15466,7 @@ class AXPPanelWidgetDesignerComponent extends AXPLayoutWidgetComponent {
15216
15466
  }
15217
15467
  </ax-collapse>
15218
15468
  </ax-collapse-group>
15219
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "ngmodule", type: AXCollapseModule }, { kind: "component", type: i1$c.AXCollapseComponent, selector: "ax-collapse", inputs: ["disabled", "look", "isCollapsed", "showHeader", "caption", "icon", "isLoading", "headerTemplate"], outputs: ["onClick", "isCollapsedChange"] }, { kind: "component", type: i1$c.AXCollapseGroupComponent, selector: "ax-collapse-group", inputs: ["look", "accordion", "activeIndex"], outputs: ["accordionChange", "activeIndexChange"] }, { kind: "directive", type: AXPWidgetDesignerRendererDirective, selector: "[axp-widget-designer-renderer]", inputs: ["parentNode", "index", "locked", "mode", "node"] }, { kind: "component", type: AXPDesignerAddWidgetMiniButtonComponent, selector: "axp-designer-add-widget-mini-button", outputs: ["onClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15469
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "ngmodule", type: AXCollapseModule }, { kind: "component", type: i1$b.AXCollapseComponent, selector: "ax-collapse", inputs: ["disabled", "look", "isCollapsed", "showHeader", "caption", "icon", "isLoading", "headerTemplate"], outputs: ["onClick", "isCollapsedChange"] }, { kind: "component", type: i1$b.AXCollapseGroupComponent, selector: "ax-collapse-group", inputs: ["look", "accordion", "activeIndex"], outputs: ["accordionChange", "activeIndexChange"] }, { kind: "directive", type: AXPWidgetDesignerRendererDirective, selector: "[axp-widget-designer-renderer]", inputs: ["parentNode", "index", "locked", "mode", "node"] }, { kind: "component", type: AXPDesignerAddWidgetMiniButtonComponent, selector: "axp-designer-add-widget-mini-button", outputs: ["onClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15220
15470
  }
15221
15471
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPanelWidgetDesignerComponent, decorators: [{
15222
15472
  type: Component,
@@ -15317,7 +15567,7 @@ class AXPPanelWidgetViewComponent extends AXPLayoutWidgetComponent {
15317
15567
  }
15318
15568
  </ax-collapse>
15319
15569
  </ax-collapse-group>
15320
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$3.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], outputs: ["onOptionsChanged", "onValueChanged"], exportAs: ["widgetRenderer"] }, { kind: "ngmodule", type: AXCollapseModule }, { kind: "component", type: i1$c.AXCollapseComponent, selector: "ax-collapse", inputs: ["disabled", "look", "isCollapsed", "showHeader", "caption", "icon", "isLoading", "headerTemplate"], outputs: ["onClick", "isCollapsedChange"] }, { kind: "component", type: i1$c.AXCollapseGroupComponent, selector: "ax-collapse-group", inputs: ["look", "accordion", "activeIndex"], outputs: ["accordionChange", "activeIndexChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15570
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$3.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], outputs: ["onOptionsChanged", "onValueChanged"], exportAs: ["widgetRenderer"] }, { kind: "ngmodule", type: AXCollapseModule }, { kind: "component", type: i1$b.AXCollapseComponent, selector: "ax-collapse", inputs: ["disabled", "look", "isCollapsed", "showHeader", "caption", "icon", "isLoading", "headerTemplate"], outputs: ["onClick", "isCollapsedChange"] }, { kind: "component", type: i1$b.AXCollapseGroupComponent, selector: "ax-collapse-group", inputs: ["look", "accordion", "activeIndex"], outputs: ["accordionChange", "activeIndexChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15321
15571
  }
15322
15572
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPanelWidgetViewComponent, decorators: [{
15323
15573
  type: Component,
@@ -15359,9 +15609,9 @@ var panelWidgetView_component = /*#__PURE__*/Object.freeze({
15359
15609
  });
15360
15610
 
15361
15611
  const AXPPanelWidget = {
15362
- name: 'panel',
15612
+ name: 'panel-layout',
15363
15613
  type: 'container',
15364
- title: 'Panel',
15614
+ title: 'Panel Layout',
15365
15615
  description: 'Organizes content in a collapsible panel',
15366
15616
  icon: 'fa-light fa-rectangle-list',
15367
15617
  categories: AXP_WIDGETS_LAYOUT_CATEGORY,
@@ -15470,6 +15720,230 @@ const AXPPanelWidget = {
15470
15720
  },
15471
15721
  };
15472
15722
 
15723
+ class AXPTabSetWidgetViewComponent extends AXPLayoutWidgetComponent {
15724
+ constructor() {
15725
+ super(...arguments);
15726
+ this.look = computed(() => this.options()['look'] || 'with-line');
15727
+ this.orientation = computed(() => this.options()['orientation'] || 'horizontal');
15728
+ this.activeIndex = linkedSignal(() => this.options()['activeIndex'] ?? 0);
15729
+ this.tabs = computed(() => this.children()
15730
+ .filter(child => child.options?.['visible'] != false)
15731
+ .map(child => {
15732
+ return {
15733
+ title: child.options?.['title'],
15734
+ icon: child.options?.['icon'],
15735
+ disabled: child.options?.['disabled'],
15736
+ visible: child.options?.['visible'],
15737
+ };
15738
+ }));
15739
+ this.tabContents = computed(() => this.children()
15740
+ .filter(child => child.options?.['visible'] != false)
15741
+ .map(child => {
15742
+ return child;
15743
+ }));
15744
+ }
15745
+ get __class() {
15746
+ const cls = {};
15747
+ cls[this.orientation()] = true;
15748
+ return cls;
15749
+ }
15750
+ handleTabClick(index) {
15751
+ this.activeIndex.set(index);
15752
+ }
15753
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15754
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPTabSetWidgetViewComponent, isStandalone: true, selector: "axp-tabset-widget", host: { properties: { "class": "this.__class" } }, usesInheritance: true, ngImport: i0, template: `
15755
+ <ax-tabs
15756
+ [look]="look()"
15757
+ [fitParent]="false"
15758
+ >
15759
+ @for (tab of tabs(); track $index) {
15760
+ <ax-tab-item [text]="tab.title" [disabled]="tab.disabled" (onClick)="handleTabClick($index)" >
15761
+ </ax-tab-item>
15762
+ }
15763
+ </ax-tabs>
15764
+ <div class="content">
15765
+ @for (tab of tabContents(); track $index) {
15766
+ @if ($index === activeIndex()) {
15767
+ <ng-container
15768
+ axp-widget-renderer
15769
+ [node]="tab"
15770
+ [index]="index"
15771
+ [parentNode]="this"
15772
+ [mode]="this.mode"
15773
+ ></ng-container>
15774
+ }
15775
+ }
15776
+ </div>
15777
+ `, isInline: true, styles: [":host.vertical{display:flex;width:100%;flex-direction:row}:host.vertical .content{display:block;width:100%}:host.horizontal{display:flex;width:100%;flex-direction:column}:host.horizontal .content{margin-top:1rem;display:block;width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXTabsModule }, { kind: "component", type: i4$1.AXTabsComponent, selector: "ax-tabs", inputs: ["look", "location", "fitParent", "minWidth", "content"], outputs: ["onActiveTabChanged"] }, { kind: "component", type: i4$1.AXTabItemComponent, selector: "ax-tab-item", inputs: ["disabled", "text", "key", "headerTemplate", "active"], outputs: ["disabledChange", "onClick", "onBlur", "onFocus", "activeChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$3.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], outputs: ["onOptionsChanged", "onValueChanged"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15778
+ }
15779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetWidgetViewComponent, decorators: [{
15780
+ type: Component,
15781
+ args: [{ selector: 'axp-tabset-widget', template: `
15782
+ <ax-tabs
15783
+ [look]="look()"
15784
+ [fitParent]="false"
15785
+ >
15786
+ @for (tab of tabs(); track $index) {
15787
+ <ax-tab-item [text]="tab.title" [disabled]="tab.disabled" (onClick)="handleTabClick($index)" >
15788
+ </ax-tab-item>
15789
+ }
15790
+ </ax-tabs>
15791
+ <div class="content">
15792
+ @for (tab of tabContents(); track $index) {
15793
+ @if ($index === activeIndex()) {
15794
+ <ng-container
15795
+ axp-widget-renderer
15796
+ [node]="tab"
15797
+ [index]="index"
15798
+ [parentNode]="this"
15799
+ [mode]="this.mode"
15800
+ ></ng-container>
15801
+ }
15802
+ }
15803
+ </div>
15804
+ `, standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, AXTabsModule, AXPLayoutBuilderModule], styles: [":host.vertical{display:flex;width:100%;flex-direction:row}:host.vertical .content{display:block;width:100%}:host.horizontal{display:flex;width:100%;flex-direction:column}:host.horizontal .content{margin-top:1rem;display:block;width:100%}\n"] }]
15805
+ }], propDecorators: { __class: [{
15806
+ type: HostBinding,
15807
+ args: ['class']
15808
+ }] } });
15809
+
15810
+ var tabsetWidgetView_component = /*#__PURE__*/Object.freeze({
15811
+ __proto__: null,
15812
+ AXPTabSetWidgetViewComponent: AXPTabSetWidgetViewComponent
15813
+ });
15814
+
15815
+ class AXPTabSetWidgetDesignerComponent extends AXPLayoutWidgetComponent {
15816
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15817
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTabSetWidgetDesignerComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15818
+ }
15819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetWidgetDesignerComponent, decorators: [{
15820
+ type: Component,
15821
+ args: [{
15822
+ template: ``,
15823
+ standalone: true,
15824
+ changeDetection: ChangeDetectionStrategy.OnPush,
15825
+ imports: [CommonModule]
15826
+ }]
15827
+ }] });
15828
+
15829
+ var tabsetWidgetDesigner_component = /*#__PURE__*/Object.freeze({
15830
+ __proto__: null,
15831
+ AXPTabSetWidgetDesignerComponent: AXPTabSetWidgetDesignerComponent
15832
+ });
15833
+
15834
+ const AXPTabSetWidget = {
15835
+ name: "tabset-layout",
15836
+ title: "TabSet Layout",
15837
+ description: 'A tab set layout is a widget that displays a tab set',
15838
+ type: 'view',
15839
+ categories: [],
15840
+ groups: [AXPWidgetGroupEnum.FormElement],
15841
+ icon: "fa-solid fa-square",
15842
+ properties: [
15843
+ AXP_NAME_PROPERTY,
15844
+ AXP_DATA_PATH_PROPERTY,
15845
+ AXP_DISABLED_PROPERTY,
15846
+ ],
15847
+ components: {
15848
+ view: {
15849
+ component: () => Promise.resolve().then(function () { return tabsetWidgetView_component; }).then((c) => c.AXPTabSetWidgetViewComponent),
15850
+ },
15851
+ edit: {
15852
+ component: () => Promise.resolve().then(function () { return tabsetWidgetView_component; }).then((c) => c.AXPTabSetWidgetViewComponent),
15853
+ },
15854
+ designer: {
15855
+ component: () => Promise.resolve().then(function () { return tabsetWidgetDesigner_component; }).then((c) => c.AXPTabSetWidgetDesignerComponent),
15856
+ },
15857
+ }
15858
+ };
15859
+
15860
+ class AXPTabSetItemWidgetViewComponent extends AXPLayoutWidgetComponent {
15861
+ constructor() {
15862
+ super(...arguments);
15863
+ this.title = computed(() => this.options()['title']);
15864
+ this.icon = computed(() => this.options()['icon']);
15865
+ this.disabled = computed(() => this.options()['disabled']);
15866
+ this.visible = computed(() => this.options()['visible']);
15867
+ }
15868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetItemWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15869
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPTabSetItemWidgetViewComponent, isStandalone: true, selector: "axp-tabset-item-widget", usesInheritance: true, ngImport: i0, template: `
15870
+ @for (node of children(); track $index) {
15871
+ <ng-container
15872
+ axp-widget-renderer
15873
+ [node]="node"
15874
+ [index]="index"
15875
+ [parentNode]="this"
15876
+ [mode]="this.mode"
15877
+ ></ng-container>
15878
+ }
15879
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$3.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], outputs: ["onOptionsChanged", "onValueChanged"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15880
+ }
15881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetItemWidgetViewComponent, decorators: [{
15882
+ type: Component,
15883
+ args: [{
15884
+ selector: 'axp-tabset-item-widget',
15885
+ template: `
15886
+ @for (node of children(); track $index) {
15887
+ <ng-container
15888
+ axp-widget-renderer
15889
+ [node]="node"
15890
+ [index]="index"
15891
+ [parentNode]="this"
15892
+ [mode]="this.mode"
15893
+ ></ng-container>
15894
+ }
15895
+ `,
15896
+ standalone: true,
15897
+ changeDetection: ChangeDetectionStrategy.OnPush,
15898
+ imports: [CommonModule, AXPLayoutBuilderModule]
15899
+ }]
15900
+ }] });
15901
+
15902
+ var tabsetItemWidgetView_component = /*#__PURE__*/Object.freeze({
15903
+ __proto__: null,
15904
+ AXPTabSetItemWidgetViewComponent: AXPTabSetItemWidgetViewComponent
15905
+ });
15906
+
15907
+ class AXPTabSetItemWidgetDesignerComponent extends AXPLayoutWidgetComponent {
15908
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetItemWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15909
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPTabSetItemWidgetDesignerComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
15910
+ }
15911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTabSetItemWidgetDesignerComponent, decorators: [{
15912
+ type: Component,
15913
+ args: [{
15914
+ template: ``,
15915
+ standalone: true,
15916
+ changeDetection: ChangeDetectionStrategy.OnPush,
15917
+ imports: [CommonModule]
15918
+ }]
15919
+ }] });
15920
+
15921
+ const AXPTabSetItemWidget = {
15922
+ name: "tabset-item",
15923
+ title: "TabSet Item",
15924
+ description: 'A tab set item is a widget that displays a tab set item',
15925
+ type: 'view',
15926
+ categories: [],
15927
+ groups: [AXPWidgetGroupEnum.FormElement],
15928
+ icon: "fa-solid fa-square",
15929
+ properties: [
15930
+ AXP_NAME_PROPERTY,
15931
+ AXP_DATA_PATH_PROPERTY,
15932
+ AXP_DISABLED_PROPERTY,
15933
+ ],
15934
+ components: {
15935
+ view: {
15936
+ component: () => Promise.resolve().then(function () { return tabsetItemWidgetView_component; }).then((c) => c.AXPTabSetItemWidgetViewComponent),
15937
+ },
15938
+ edit: {
15939
+ component: () => Promise.resolve().then(function () { return tabsetItemWidgetView_component; }).then((c) => c.AXPTabSetItemWidgetViewComponent),
15940
+ },
15941
+ designer: {
15942
+ component: () => Promise.resolve().then(function () { return tabsetItemWidgetView_component; }).then((c) => c.AXPTabSetItemWidgetViewComponent),
15943
+ },
15944
+ }
15945
+ };
15946
+
15473
15947
  class AXPTextBlockWidgetViewComponent extends AXPLayoutWidgetComponent {
15474
15948
  constructor() {
15475
15949
  super(...arguments);
@@ -15561,6 +16035,9 @@ class AXPWidgetsModule {
15561
16035
  AXPAdvancedGridItemWidget,
15562
16036
  AXPGridItemWidget,
15563
16037
  AXPGridRowWidget,
16038
+ AXPTabSetWidget,
16039
+ AXPTabSetItemWidget,
16040
+ AXPTimeDurationWidget,
15564
16041
  //
15565
16042
  AXPTableEditorWidget,
15566
16043
  AXPTextBoxWidget,
@@ -15632,6 +16109,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
15632
16109
  AXPAdvancedGridItemWidget,
15633
16110
  AXPGridItemWidget,
15634
16111
  AXPGridRowWidget,
16112
+ AXPTabSetWidget,
16113
+ AXPTabSetItemWidget,
16114
+ AXPTimeDurationWidget,
15635
16115
  //
15636
16116
  AXPTableEditorWidget,
15637
16117
  AXPTextBoxWidget,
@@ -15698,5 +16178,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
15698
16178
  * Generated bundle index. Do not edit.
15699
16179
  */
15700
16180
 
15701
- 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, AXPGalleryWidgetEditComponent, 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, AXPSingleFileBoxWidget, AXPSingleFileBoxWidgetColumnComponent, AXPSingleFileBoxWidgetEditComponent, AXPSingleFileBoxWidgetFilterComponent, AXPSingleFileBoxWidgetPrintComponent, AXPSingleFileBoxWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetFilterComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent$1 as AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_ANIMATION_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BETWEEN_VALIDATION_PROPERTY, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTIES, AXP_DATA_SOURCE_PROPERTY, AXP_DATA_SOURCE_TEXT_FIELD, AXP_DATA_SOURCE_VALUE_FIELD, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_GREATER_THAN_VALIDATION_PROPERTY, 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_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, 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_LESS_THAN_VALIDATION_PROPERTY, AXP_MAX_LENGTH_VALIDATION_PROPERTY, AXP_MIN_LENGTH_VALIDATION_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY, AXP_REQUIRED_VALIDATION_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_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 };
16181
+ 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, AXPGalleryWidgetEditComponent, 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, AXPSingleFileBoxWidget, AXPSingleFileBoxWidgetColumnComponent, AXPSingleFileBoxWidgetEditComponent, AXPSingleFileBoxWidgetFilterComponent, AXPSingleFileBoxWidgetPrintComponent, AXPSingleFileBoxWidgetViewComponent, AXPSpacingWidget, AXPSpacingWidgetEditComponent, AXPTemplateBoxWidget, AXPTemplateBoxWidgetColumnComponent, AXPTemplateBoxWidgetEditComponent, AXPTemplateBoxWidgetFilterComponent, AXPTemplateBoxWidgetPrintComponent, AXPTemplateBoxWidgetViewComponent, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent$1 as AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_ALLOW_SEARCH_PROPERTY, AXP_ANIMATION_PROPERTY_GROUP, AXP_APPEARANCE_PROPERTY_GROUP, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BETWEEN_VALIDATION_PROPERTY, AXP_BG_COLOR_PROPERTY, AXP_BOX_MODEL_PROPERTY_GROUP, AXP_CALLBACK_VALIDATION_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTIES, AXP_DATA_SOURCE_PROPERTY, AXP_DATA_SOURCE_TEXT_FIELD, AXP_DATA_SOURCE_VALUE_FIELD, AXP_DATE_FORMAT_PROPERTY, AXP_DESCRIPTION_PROPERTY, AXP_DIRECTION_PROPERTY, AXP_DISABLED_PROPERTY, AXP_DOWNLOADABLE_PROPERTY, AXP_EQUAL_VALIDATION_PROPERTY, AXP_FALSY_TEXT_PROPERTY, AXP_FONT_SIZE_PROPERTY, AXP_Flex_Box_Align_Options, AXP_Flex_Box_Alignments, AXP_Flex_Box_Justify_Options, AXP_GREATER_THAN_VALIDATION_PROPERTY, 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_BORDER_PROPERTY, AXP_LAYOUT_COLUMNS_PROPERTY, AXP_LAYOUT_COL_END_PROPERTY, AXP_LAYOUT_COL_SPAN_PROPERTY, AXP_LAYOUT_COL_START_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY, AXP_LAYOUT_FLEX_PROPERTY_GROUP, 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_SHOW_HEADER_PROPERTY, AXP_LAYOUT_SPACING_PROPERTY, AXP_LESS_THAN_VALIDATION_PROPERTY, AXP_MAX_LENGTH_VALIDATION_PROPERTY, AXP_MIN_LENGTH_VALIDATION_PROPERTY, AXP_NAME_PROPERTY, AXP_PLACEHOLDER_PROPERTY, AXP_READONLY_PROPERTY, AXP_REGULAR_EXPRESSION_VALIDATION_PROPERTY, AXP_REQUIRED_VALIDATION_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_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 };
15702
16182
  //# sourceMappingURL=acorex-platform-widgets.mjs.map