@acorex/platform 19.1.2 → 19.1.3

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/index.d.ts +1 -0
  2. package/common/lib/app/application.types.d.ts +10 -8
  3. package/common/lib/configs/app.config.d.ts +0 -1
  4. package/common/lib/filters/filters.service.d.ts +8 -0
  5. package/common/lib/filters/filters.types.d.ts +18 -0
  6. package/common/lib/filters/index.d.ts +2 -0
  7. package/common/lib/settings/setting-definition.provider.d.ts +4 -2
  8. package/common/lib/settings/setting.builder.d.ts +3 -5
  9. package/fesm2022/acorex-platform-auth.mjs +5 -4
  10. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-common.mjs +71 -14
  12. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  13. package/fesm2022/acorex-platform-layout-builder.mjs +72 -27
  14. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  15. package/fesm2022/acorex-platform-layout-designer.mjs +7 -7
  16. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-entity.mjs +280 -182
  18. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-filters.mjs +47 -0
  20. package/fesm2022/acorex-platform-layout-filters.mjs.map +1 -0
  21. package/fesm2022/acorex-platform-layout-setting.mjs +174 -69
  22. package/fesm2022/acorex-platform-layout-setting.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layouts.mjs +1 -1
  24. package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
  25. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-B13KvLX4.mjs → acorex-platform-themes-default-entity-master-create-view.component-CSyR4pYp.mjs} +5 -5
  26. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-B13KvLX4.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-CSyR4pYp.mjs.map} +1 -1
  27. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-B6MXHPWi.mjs → acorex-platform-themes-default-entity-master-list-view.component-xHWp2Lk-.mjs} +81 -18
  28. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-xHWp2Lk-.mjs.map +1 -0
  29. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-tKCGSRQT.mjs → acorex-platform-themes-default-entity-master-modify-view.component-n7mYNduJ.mjs} +6 -6
  30. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-tKCGSRQT.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-n7mYNduJ.mjs.map} +1 -1
  31. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-CHvC0IAV.mjs → acorex-platform-themes-default-entity-master-single-view.component-DjyYU0Gy.mjs} +14 -14
  32. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-CHvC0IAV.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-DjyYU0Gy.mjs.map} +1 -1
  33. package/fesm2022/acorex-platform-themes-default-setting-page.component-6Dd8MGqr.mjs +78 -0
  34. package/fesm2022/acorex-platform-themes-default-setting-page.component-6Dd8MGqr.mjs.map +1 -0
  35. package/fesm2022/acorex-platform-themes-default-setting-view.component-BgiMClew.mjs +58 -0
  36. package/fesm2022/acorex-platform-themes-default-setting-view.component-BgiMClew.mjs.map +1 -0
  37. package/fesm2022/acorex-platform-themes-default.mjs +38 -112
  38. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  39. package/fesm2022/acorex-platform-themes-shared.mjs +187 -86
  40. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  41. package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-juhKoygA.mjs → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs} +3 -3
  42. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs.map +1 -0
  43. package/fesm2022/acorex-platform-widgets.mjs +213 -78
  44. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  45. package/layout/builder/lib/builder/widget-renderer.component.directive.d.ts +3 -4
  46. package/layout/builder/lib/builder/widget.types.d.ts +11 -5
  47. package/layout/entity/lib/entity-master-list.viewmodel.d.ts +2 -1
  48. package/layout/entity/lib/workflows/modify-entity.workflow.d.ts +14 -0
  49. package/layout/filters/README.md +3 -0
  50. package/layout/filters/index.d.ts +1 -0
  51. package/layout/filters/lib/filters.viewmodel.d.ts +20 -0
  52. package/layout/setting/lib/setting.viewmodel.d.ts +23 -21
  53. package/package.json +16 -12
  54. package/themes/default/index.d.ts +0 -1
  55. package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +5 -5
  56. package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-filters/list-view-option-filters.component.d.ts +11 -0
  57. package/themes/default/lib/layouts/filters-layout/simple-filter-builder/filters-view.component.d.ts +12 -0
  58. package/themes/default/lib/layouts/setting-layout/setting-page/setting-page.component.d.ts +47 -2
  59. package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +43 -0
  60. package/themes/shared/lib/components/layout-elements/index.d.ts +5 -3
  61. package/themes/shared/lib/components/layout-elements/{layout-page-actions.component.d.ts → layout-actions.component.d.ts} +5 -5
  62. package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +1 -1
  63. package/themes/shared/lib/components/layout-elements/layout-header.component.d.ts +12 -0
  64. package/themes/shared/lib/components/layout-elements/layout-list-component.d.ts +13 -0
  65. package/themes/shared/lib/components/layout-elements/layout-section.component.d.ts +9 -0
  66. package/themes/shared/lib/components/layout-elements/layout-side.component.d.ts +9 -0
  67. package/themes/shared/lib/shared.module.d.ts +3 -1
  68. package/widgets/lib/properties/editors.props.d.ts +2 -0
  69. package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +1 -0
  70. package/widgets/lib/widgets/property-editors/border/border-widget-editor.component.d.ts +1 -0
  71. package/widgets/lib/widgets/property-editors/border/index.d.ts +1 -0
  72. package/widgets/lib/widgets/property-editors/spacing/spacing-widget-editor.component.d.ts +14 -3
  73. package/widgets/lib/widgets/property-editors/spacing/spacing-widget-type.d.ts +6 -0
  74. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-B6MXHPWi.mjs.map +0 -1
  75. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-juhKoygA.mjs.map +0 -1
  76. package/themes/default/lib/layouts/setting-layout/index.d.ts +0 -1
  77. package/themes/shared/lib/components/layout-elements/layout-page-header.component.d.ts +0 -11
  78. package/themes/shared/lib/components/layout-elements/layout-page-side.component.d.ts +0 -5
@@ -1,4 +1,4 @@
1
- import * as i1$2 from '@acorex/components/badge';
1
+ import * as i1$3 from '@acorex/components/badge';
2
2
  import { AXBadgeModule } from '@acorex/components/badge';
3
3
  import * as i5 from '@acorex/components/button';
4
4
  import { AXButtonModule } from '@acorex/components/button';
@@ -6,16 +6,16 @@ import * as i3 from '@acorex/components/decorators';
6
6
  import { AXDecoratorModule } from '@acorex/components/decorators';
7
7
  import * as i4 from '@acorex/components/loading';
8
8
  import { AXLoadingModule } from '@acorex/components/loading';
9
- import * as i1$6 from '@acorex/platform/layout/builder';
9
+ import * as i1$7 from '@acorex/platform/layout/builder';
10
10
  import { AXPWidgetComponent, AXPWidgetsCatalog, createStringProperty, createBooleanProperty, createSelectProperty, cloneProperty, AXP_WIDGETS_ACTION_GROUP, AXP_WIDGETS_EDITOR_GROUP, AXPColumnWidgetComponent, AXPDataListWidgetComponent, AXP_WIDGETS_ADVANCE_GROUP, AXPLayoutBuilderModule, AXP_WIDGETS_LAYOUT_GROUP } from '@acorex/platform/layout/builder';
11
- import * as i1$1 from '@angular/common';
11
+ import * as i1$2 from '@angular/common';
12
12
  import { CommonModule } from '@angular/common';
13
13
  import * as i0 from '@angular/core';
14
- import { computed, EventEmitter, Component, ChangeDetectionStrategy, inject, HostBinding, signal, effect, ViewEncapsulation, ViewChild, ChangeDetectorRef, HostListener, NgModule } from '@angular/core';
14
+ import { computed, EventEmitter, Component, ChangeDetectionStrategy, inject, HostBinding, signal, effect, ViewEncapsulation, ViewChild, ChangeDetectorRef, NgZone, viewChild, HostListener, NgModule } from '@angular/core';
15
15
  import { AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, AXDataSource } from '@acorex/components/common';
16
- import * as i3$1 from '@acorex/components/check-box';
16
+ import * as i1 from '@acorex/components/check-box';
17
17
  import { AXCheckBoxModule } from '@acorex/components/check-box';
18
- import * as i3$2 from '@acorex/components/form';
18
+ import * as i3$1 from '@acorex/components/form';
19
19
  import { AXFormModule } from '@acorex/components/form';
20
20
  import * as i4$1 from '@acorex/components/label';
21
21
  import { AXLabelModule } from '@acorex/components/label';
@@ -24,50 +24,56 @@ import * as i2 from '@angular/forms';
24
24
  import { FormsModule } from '@angular/forms';
25
25
  import { AXPClipBoardService } from '@acorex/platform/common';
26
26
  import { AXPopupService } from '@acorex/components/popup';
27
- import * as i3$3 from '@acorex/components/select-box';
27
+ import * as i3$2 from '@acorex/components/select-box';
28
28
  import { AXSelectBoxModule, AXSelectBoxComponent } from '@acorex/components/select-box';
29
29
  import * as i7 from '@acorex/components/text-box';
30
30
  import { AXTextBoxModule } from '@acorex/components/text-box';
31
- import * as i1 from '@acorex/core/translation';
31
+ import * as i1$1 from '@acorex/core/translation';
32
32
  import { AXTranslationModule, AXTranslationService } from '@acorex/core/translation';
33
33
  import { AXBasePageComponent } from '@acorex/components/page';
34
34
  import { AXDateTimeFormatter } from '@acorex/core/date-time';
35
- import * as i3$4 from '@acorex/components/datetime-box';
35
+ import * as i3$3 from '@acorex/components/datetime-box';
36
36
  import { AXDateTimeBoxModule } from '@acorex/components/datetime-box';
37
37
  import * as i4$2 from '@acorex/components/text-area';
38
38
  import { AXTextAreaModule } from '@acorex/components/text-area';
39
39
  import { AXFormatService } from '@acorex/core/format';
40
40
  import { isNumber, sum, get } from 'lodash-es';
41
- import * as i1$3 from '@acorex/components/number-box';
41
+ import * as i1$4 from '@acorex/components/number-box';
42
42
  import { AXNumberBoxModule } from '@acorex/components/number-box';
43
- import * as i3$5 from '@acorex/components/password-box';
43
+ import * as i3$4 from '@acorex/components/password-box';
44
44
  import { AXPasswordBoxModule } from '@acorex/components/password-box';
45
45
  import { AXPlatform } from '@acorex/core/platform';
46
46
  import { AXPHtmlUtils } from '@acorex/platform/core';
47
- import * as i1$4 from '@acorex/components/wysiwyg';
47
+ import * as i1$5 from '@acorex/components/wysiwyg';
48
48
  import { AXWysiwygModule } from '@acorex/components/wysiwyg';
49
49
  import * as i5$1 from '@acorex/components/search-box';
50
50
  import { AXSearchBoxModule } from '@acorex/components/search-box';
51
51
  import * as i2$1 from '@acorex/components/selection-list';
52
52
  import { AXSelectionListModule } from '@acorex/components/selection-list';
53
53
  import { first, Subscription } from 'rxjs';
54
- import * as i3$6 from '@acorex/components/switch';
54
+ import * as i3$5 from '@acorex/components/switch';
55
55
  import { AXSwitchModule } from '@acorex/components/switch';
56
56
  import * as i5$2 from '@acorex/components/uploader';
57
57
  import { AXUploaderModule } from '@acorex/components/uploader';
58
58
  import { AXLoadingDialogService } from '@acorex/components/loading-dialog';
59
59
  import * as i2$2 from '@acorex/components/image';
60
60
  import { AXImageModule } from '@acorex/components/image';
61
- import * as i1$5 from '@acorex/components/map';
61
+ import * as i1$6 from '@acorex/components/map';
62
62
  import { AXMapModule } from '@acorex/components/map';
63
63
  import { AXPWidgetDesignerRendererDirective, AXPDesignerAddWidgetMiniButtonComponent, AXPDesignerService, AXPDesignerGridDrawerComponent } from '@acorex/platform/layout/designer';
64
- import * as i1$7 from '@acorex/components/cron-job';
64
+ import * as i1$8 from '@acorex/components/popover';
65
+ import { AXPopoverComponent, AXPopoverModule } from '@acorex/components/popover';
66
+ import * as i4$3 from '@acorex/components/range-slider';
67
+ import { AXRangeSliderModule } from '@acorex/components/range-slider';
68
+ import * as i5$3 from '@acorex/components/button-group';
69
+ import { AXButtonGroupModule } from '@acorex/components/button-group';
70
+ import * as i2$3 from '@acorex/components/color-box';
71
+ import { AXColorBoxModule } from '@acorex/components/color-box';
72
+ import * as i1$9 from '@acorex/components/cron-job';
65
73
  import { AXCronJobModule } from '@acorex/components/cron-job';
66
- import * as i1$8 from '@acorex/components/qrcode';
74
+ import * as i1$a from '@acorex/components/qrcode';
67
75
  import { AXQrcodeModule } from '@acorex/components/qrcode';
68
76
  import { AXColorUtil } from '@acorex/core/utils';
69
- import * as i2$3 from '@acorex/components/color-box';
70
- import { AXColorBoxModule } from '@acorex/components/color-box';
71
77
  import { DomSanitizer } from '@angular/platform-browser';
72
78
 
73
79
  class AXPButtonWidgetViewComponent extends AXPWidgetComponent {
@@ -537,6 +543,42 @@ function numberDefaultProperty() {
537
543
  visible: true,
538
544
  };
539
545
  }
546
+ function numberMinValueProperty(value) {
547
+ return {
548
+ name: 'minValue',
549
+ title: 'Min Value',
550
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
551
+ order: 9,
552
+ schema: {
553
+ dataType: 'number',
554
+ defaultValue: value,
555
+ interface: {
556
+ name: 'minValue',
557
+ path: 'options.minValue',
558
+ type: AXPWidgetsCatalog.number,
559
+ },
560
+ },
561
+ visible: true,
562
+ };
563
+ }
564
+ function numberMaxValueProperty(value) {
565
+ return {
566
+ name: 'maxValue',
567
+ title: 'Max Value',
568
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
569
+ order: 10,
570
+ schema: {
571
+ dataType: 'number',
572
+ defaultValue: value,
573
+ interface: {
574
+ name: 'maxValue',
575
+ path: 'options.maxValue',
576
+ type: AXPWidgetsCatalog.number,
577
+ },
578
+ },
579
+ visible: true,
580
+ };
581
+ }
540
582
 
541
583
  const AXP_LAYOUT_GRID_PROPERTY_GROUP = {
542
584
  name: 'grid',
@@ -843,7 +885,7 @@ const AXP_LAYOUT_BORDER_PROPERTY = {
843
885
  dataType: 'object',
844
886
  defaultValue: {
845
887
  dimensions: { top: 0, left: 0, bottom: 0, right: 0 },
846
- radius: { top: 0, left: 0, bottom: 0, right: 0 },
888
+ radius: { 'top-left': 0, 'top-right': 0, 'bottom-right': 0, 'bottom-left': 0 },
847
889
  colors: { top: 'transparent', left: 'transparent', bottom: 'transparent', right: 'transparent' },
848
890
  styles: { top: 'none', left: 'none', bottom: 'none', right: 'none' },
849
891
  },
@@ -943,7 +985,7 @@ class AXPCheckBoxWidgetEditComponent extends AXPWidgetComponent {
943
985
  <ax-label>{{ label() }}</ax-label>
944
986
  }
945
987
  </ax-check-box>
946
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i3$1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "checked", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
988
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "checked", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
947
989
  }
948
990
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCheckBoxWidgetEditComponent, decorators: [{
949
991
  type: Component,
@@ -998,7 +1040,7 @@ const AXPCheckBoxWidget = {
998
1040
  ],
999
1041
  components: {
1000
1042
  designer: {
1001
- component: () => import('./acorex-platform-widgets-checkbox-widget-designer.component-juhKoygA.mjs').then((c) => c.AXPCheckBoxWidgetDesignerComponent),
1043
+ component: () => import('./acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs').then((c) => c.AXPCheckBoxWidgetDesignerComponent),
1002
1044
  },
1003
1045
  view: {
1004
1046
  component: () => import('./acorex-platform-widgets-checkbox-widget-view.component-BkWcZ4K9.mjs').then((c) => c.AXPCheckBoxWidgetViewComponent),
@@ -1097,7 +1139,7 @@ class popupComponent extends AXBasePageComponent {
1097
1139
  <ax-button [text]="'apply' | translate | async" color="primary" (onClick)="handleClose(form)"></ax-button>
1098
1140
  </ax-suffix>
1099
1141
  </ax-footer>
1100
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1.AXTranslatorPipe, name: "translate" }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { 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"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$2.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "component", type: i3$2.AXFormComponent, selector: "ax-form", inputs: ["labelMode", "look", "messageStyle", "updateOn"], outputs: ["onValidate", "updateOnChange"] }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }] }); }
1142
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1$1.AXTranslatorPipe, name: "translate" }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$2.AsyncPipe, name: "async" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { 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"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$1.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "component", type: i3$1.AXFormComponent, selector: "ax-form", inputs: ["labelMode", "look", "messageStyle", "updateOn"], outputs: ["onValidate", "updateOnChange"] }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }] }); }
1101
1143
  }
1102
1144
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: popupComponent, decorators: [{
1103
1145
  type: Component,
@@ -1341,7 +1383,7 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1341
1383
  </ax-prefix>
1342
1384
  </ax-button>
1343
1385
  }
1344
- </div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$3.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1386
+ </div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1$2.AsyncPipe, name: "async" }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$2.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1$1.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1345
1387
  }
1346
1388
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPContactWidgetEditComponent, decorators: [{
1347
1389
  type: Component,
@@ -1521,7 +1563,7 @@ class AXPContactWidgetViewComponent extends AXPWidgetComponent {
1521
1563
  }
1522
1564
  </div>
1523
1565
  }
1524
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1566
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1525
1567
  }
1526
1568
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPContactWidgetViewComponent, decorators: [{
1527
1569
  type: Component,
@@ -1777,7 +1819,7 @@ class AXPDateTimeBoxWidgetEditComponent extends AXPWidgetComponent {
1777
1819
  ></ax-button>
1778
1820
  }
1779
1821
  </div>
1780
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXDateTimeBoxModule }, { kind: "component", type: i3$4.AXDateTimeBoxComponent, selector: "ax-datetime-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "depth", "id", "type", "look", "holidayDates", "allowTyping", "format"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "onOpened", "onClosed", "readonlyChange", "disabledChange", "formatChange"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1822
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXDateTimeBoxModule }, { kind: "component", type: i3$3.AXDateTimeBoxComponent, selector: "ax-datetime-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "depth", "id", "type", "look", "holidayDates", "allowTyping", "format"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "onOpened", "onClosed", "readonlyChange", "disabledChange", "formatChange"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1781
1823
  }
1782
1824
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPDateTimeBoxWidgetEditComponent, decorators: [{
1783
1825
  type: Component,
@@ -2042,7 +2084,7 @@ class AXPEmailBoxWidgetViewComponent extends AXPWidgetComponent {
2042
2084
  }
2043
2085
  </ng-template>
2044
2086
  </div>
2045
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2087
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2046
2088
  }
2047
2089
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEmailBoxWidgetViewComponent, decorators: [{
2048
2090
  type: Component,
@@ -2242,7 +2284,7 @@ class AXPEmailBoxWidgetEditComponent extends AXPWidgetComponent {
2242
2284
  }
2243
2285
  }
2244
2286
  </div>
2245
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$3.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2287
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$2.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2246
2288
  }
2247
2289
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPEmailBoxWidgetEditComponent, decorators: [{
2248
2290
  type: Component,
@@ -2545,7 +2587,7 @@ class AXPLargeTextWidgetEditComponent extends AXPWidgetComponent {
2545
2587
  ></ax-validation-rule>
2546
2588
  }
2547
2589
  </ax-text-area>
2548
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXTextAreaModule }, { kind: "component", type: i4$2.AXTextAreaComponent, selector: "ax-text-area", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "placeholder", "maxLength", "look", "rows", "allowResize", "showCounter"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2590
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXTextAreaModule }, { kind: "component", type: i4$2.AXTextAreaComponent, selector: "ax-text-area", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "placeholder", "maxLength", "look", "rows", "allowResize", "showCounter"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2549
2591
  }
2550
2592
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPLargeTextWidgetEditComponent, decorators: [{
2551
2593
  type: Component,
@@ -2745,7 +2787,7 @@ class AXPLinkWidgetViewComponent extends AXPWidgetComponent {
2745
2787
  </div>
2746
2788
  }
2747
2789
  </ng-template>
2748
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2790
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2749
2791
  }
2750
2792
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPLinkWidgetViewComponent, decorators: [{
2751
2793
  type: Component,
@@ -3060,7 +3102,7 @@ class AXPLinkWidgetEditComponent extends AXPWidgetComponent {
3060
3102
  >
3061
3103
  </ax-select-box>
3062
3104
  } }
3063
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$3.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3105
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$2.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3064
3106
  }
3065
3107
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPLinkWidgetEditComponent, decorators: [{
3066
3108
  type: Component,
@@ -3404,7 +3446,7 @@ class AXPNumberBoxWidgetEditComponent extends AXPWidgetComponent {
3404
3446
  </ax-button>
3405
3447
  }
3406
3448
  </div>
3407
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1$3.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3449
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1$4.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3408
3450
  }
3409
3451
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPNumberBoxWidgetEditComponent, decorators: [{
3410
3452
  type: Component,
@@ -3547,10 +3589,13 @@ const AXPNumberBoxWidget = {
3547
3589
  AXP_NAME_PROPERTY,
3548
3590
  AXP_DATA_PATH_PROPERTY,
3549
3591
  AXP_ALLOW_MULTIPLE_PROPERTY,
3592
+ AXP_HAS_CLEAR_BUTTON_PROPERTY,
3550
3593
  AXP_DISABLED_PROPERTY,
3551
3594
  AXP_VALIDATION_PROPERTY,
3552
3595
  AXP_PLACEHOLDER_PROPERTY,
3553
3596
  numberDefaultProperty(),
3597
+ numberMinValueProperty(),
3598
+ numberMaxValueProperty(),
3554
3599
  cloneProperty(AXP_TABLE_COLUMN_WIDTH_PROPERTY, { schema: { defaultValue: '200px' } }),
3555
3600
  ],
3556
3601
  components: {
@@ -3676,7 +3721,7 @@ class AXPPasswordBoxWidgetEditComponent extends AXPWidgetComponent {
3676
3721
  <ax-clear-button></ax-clear-button>
3677
3722
  }
3678
3723
  </ax-password-box>
3679
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXPasswordBoxModule }, { kind: "component", type: i3$5.AXPasswordBoxComponent, selector: "ax-password-box", inputs: ["readonly", "disabled", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "autoComplete", "showToggleButton", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3724
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXPasswordBoxModule }, { kind: "component", type: i3$4.AXPasswordBoxComponent, selector: "ax-password-box", inputs: ["readonly", "disabled", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "autoComplete", "showToggleButton", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3680
3725
  }
3681
3726
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPasswordBoxWidgetEditComponent, decorators: [{
3682
3727
  type: Component,
@@ -3894,7 +3939,7 @@ class AXPPhoneBoxWidgetViewComponent extends AXPWidgetComponent {
3894
3939
  </ng-container>
3895
3940
  </ng-template>
3896
3941
  </div>
3897
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3942
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3898
3943
  }
3899
3944
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPhoneBoxWidgetViewComponent, decorators: [{
3900
3945
  type: Component,
@@ -4073,7 +4118,7 @@ class AXPPhoneBoxWidgetEditComponent extends AXPWidgetComponent {
4073
4118
  </ax-prefix>
4074
4119
  </ax-button>
4075
4120
  </div>
4076
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$3.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4121
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$2.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXValidationModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4077
4122
  }
4078
4123
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPhoneBoxWidgetEditComponent, decorators: [{
4079
4124
  type: Component,
@@ -4383,7 +4428,7 @@ class AXPRichTextWidgetEditComponent extends AXPWidgetComponent {
4383
4428
  [options]="validation.options"
4384
4429
  ></ax-validation-rule>
4385
4430
  }
4386
- </ax-wysiwyg-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXWysiwygModule }, { kind: "component", type: i1$4.AXWysiwygContainerComponent, selector: "ax-wysiwyg-container", inputs: ["look", "placeHolder"], outputs: ["onValueChanged"] }, { kind: "component", type: i1$4.AXWysiwygViewComponent, selector: "ax-wysiwyg-view", inputs: ["class"] }, { kind: "component", type: i1$4.AXWysiwygToolbarComponent, selector: "ax-wysiwyg-toolbar" }, { kind: "component", type: i1$4.AXWysiwygAlignmentComponent, selector: "ax-wysiwyg-alignment" }, { kind: "component", type: i1$4.AXWysiwygColorsComponent, selector: "ax-wysiwyg-colors" }, { kind: "component", type: i1$4.AXWysiwygFontStyleComponent, selector: "ax-wysiwyg-font-style" }, { kind: "component", type: i1$4.AXWysiwygHistoryComponent, selector: "ax-wysiwyg-history" }, { kind: "component", type: i1$4.AXWysiwygListComponent, selector: "ax-wysiwyg-list" }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.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 }); }
4431
+ </ax-wysiwyg-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXWysiwygModule }, { kind: "component", type: i1$5.AXWysiwygContainerComponent, selector: "ax-wysiwyg-container", inputs: ["look", "placeHolder"], outputs: ["onValueChanged"] }, { kind: "component", type: i1$5.AXWysiwygViewComponent, selector: "ax-wysiwyg-view", inputs: ["class"] }, { kind: "component", type: i1$5.AXWysiwygToolbarComponent, selector: "ax-wysiwyg-toolbar" }, { kind: "component", type: i1$5.AXWysiwygAlignmentComponent, selector: "ax-wysiwyg-alignment" }, { kind: "component", type: i1$5.AXWysiwygColorsComponent, selector: "ax-wysiwyg-colors" }, { kind: "component", type: i1$5.AXWysiwygFontStyleComponent, selector: "ax-wysiwyg-font-style" }, { kind: "component", type: i1$5.AXWysiwygHistoryComponent, selector: "ax-wysiwyg-history" }, { kind: "component", type: i1$5.AXWysiwygListComponent, selector: "ax-wysiwyg-list" }, { 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 }); }
4387
4432
  }
4388
4433
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRichTextWidgetEditComponent, decorators: [{
4389
4434
  type: Component,
@@ -4568,7 +4613,7 @@ class AXPSelectBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
4568
4613
  @for (item of internalValue(); track $index) {
4569
4614
  <ax-badge [look]="'twotone'" [text]="item[this.textField]" color="primary"></ax-badge>
4570
4615
  }
4571
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4616
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4572
4617
  }
4573
4618
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectBoxWidgetColumnComponent, decorators: [{
4574
4619
  type: Component,
@@ -4599,13 +4644,17 @@ class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetComponent {
4599
4644
  this.hasClearButton = computed(() => this.options()['hasClearButton']);
4600
4645
  this.allowSearch = computed(() => this.options()['allowSearch'] ?? false);
4601
4646
  }
4647
+ outputs() {
4648
+ return ["selectedItems"];
4649
+ }
4602
4650
  handleValueChange(e) {
4651
+ this.selectedItems.set(e.component.selectedItems);
4603
4652
  if (e.isUserInteraction) {
4604
4653
  if (this.multiple()) {
4605
- this.setValue(e.component.selectedItems);
4654
+ this.setValue(this.selectedItems());
4606
4655
  }
4607
4656
  else {
4608
- this.setValue(e.component.selectedItems[0]);
4657
+ this.setValue(this.selectedItems()[0]);
4609
4658
  }
4610
4659
  }
4611
4660
  }
@@ -4647,7 +4696,7 @@ class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetComponent {
4647
4696
  ></ax-validation-rule>
4648
4697
  }
4649
4698
  </ax-select-box>
4650
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$3.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i5$1.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4699
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$2.AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "textTemplate", "dataSource", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXSearchBoxModule }, { kind: "component", type: i5$1.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "delayTime"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4651
4700
  }
4652
4701
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectBoxWidgetEditComponent, decorators: [{
4653
4702
  type: Component,
@@ -4765,7 +4814,7 @@ class AXPSelectBoxWidgetViewComponent extends AXPWidgetComponent {
4765
4814
  @for (item of internalValue(); track $index) {
4766
4815
  <ax-badge [look]="'twotone'" [text]="item.text" color="primary"></ax-badge>
4767
4816
  }
4768
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4817
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4769
4818
  }
4770
4819
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectBoxWidgetViewComponent, decorators: [{
4771
4820
  type: Component,
@@ -4858,7 +4907,7 @@ class AXPSelectionListWidgetViewComponent extends AXPWidgetComponent {
4858
4907
  @for (item of internalValue(); track $index) {
4859
4908
  <ax-badge [look]="'twotone'" [text]="item[this.textField()]" color="primary"></ax-badge>
4860
4909
  }
4861
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4910
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4862
4911
  }
4863
4912
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectionListWidgetViewComponent, decorators: [{
4864
4913
  type: Component,
@@ -5015,7 +5064,7 @@ class AXPSelectionListWidgetEditComponent extends AXPDataListWidgetComponent {
5015
5064
  ></ax-validation-rule>
5016
5065
  }
5017
5066
  </ax-selection-list>
5018
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i2$1.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5067
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXSelectionListModule }, { kind: "component", type: i2$1.AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5019
5068
  }
5020
5069
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectionListWidgetEditComponent, decorators: [{
5021
5070
  type: Component,
@@ -5106,7 +5155,7 @@ class AXPSelectionListWidgetColumnComponent extends AXPColumnWidgetComponent {
5106
5155
  } }@else {
5107
5156
  <ax-badge [look]="'twotone'" [text]="firstItem()[this.textField]" color="primary"></ax-badge>
5108
5157
  }
5109
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5158
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5110
5159
  }
5111
5160
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSelectionListWidgetColumnComponent, decorators: [{
5112
5161
  type: Component,
@@ -5296,7 +5345,7 @@ class AXPTextBoxWidgetEditComponent extends AXPWidgetComponent {
5296
5345
  look="twotone"
5297
5346
  [disabled]="disabled()"
5298
5347
  (onClick)="addItem()"
5299
- class="ax-col-start-8 lg:ax-col-start-10 2xl:ax-col-start-10 ax-col-end-13"
5348
+ class="ax-col-start-8 md:ax-col-start-9 2xl:ax-col-start-10 ax-col-end-13"
5300
5349
  >
5301
5350
  <ax-prefix>
5302
5351
  <ax-icon class="fa-solid fa-add"></ax-icon>
@@ -5304,7 +5353,7 @@ class AXPTextBoxWidgetEditComponent extends AXPWidgetComponent {
5304
5353
  </ax-button>
5305
5354
  }
5306
5355
  </div>
5307
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5356
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXTextBoxModule }, { kind: "component", type: i7.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5308
5357
  }
5309
5358
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPTextBoxWidgetEditComponent, decorators: [{
5310
5359
  type: Component,
@@ -5333,7 +5382,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
5333
5382
  look="twotone"
5334
5383
  [disabled]="disabled()"
5335
5384
  (onClick)="addItem()"
5336
- class="ax-col-start-8 lg:ax-col-start-10 2xl:ax-col-start-10 ax-col-end-13"
5385
+ class="ax-col-start-8 md:ax-col-start-9 2xl:ax-col-start-10 ax-col-end-13"
5337
5386
  >
5338
5387
  <ax-prefix>
5339
5388
  <ax-icon class="fa-solid fa-add"></ax-icon>
@@ -5475,7 +5524,7 @@ class AXPToggleWidgetViewComponent extends AXPWidgetComponent {
5475
5524
  <ax-icon class="fa-solid fa-xmark ax-text-success"> </ax-icon>
5476
5525
  }@else {
5477
5526
  <ax-icon class="fa-solid fa-xmark ax-text-danger"> </ax-icon>
5478
- } } }`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5527
+ } } }`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5479
5528
  }
5480
5529
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPToggleWidgetViewComponent, decorators: [{
5481
5530
  type: Component,
@@ -5543,7 +5592,7 @@ class AXPToggleWidgetEditComponent extends AXPWidgetComponent {
5543
5592
  <ax-label [textContent]="label()"></ax-label>
5544
5593
  }
5545
5594
  </div>
5546
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXSwitchModule }, { kind: "component", type: i3$6.AXSwitchComponent, selector: "ax-switch", inputs: ["disabled", "readonly", "color", "tabIndex", "value", "name", "isLoading"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged", "readonlyChange", "disabledChange"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5595
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }, { kind: "ngmodule", type: AXSwitchModule }, { kind: "component", type: i3$5.AXSwitchComponent, selector: "ax-switch", inputs: ["disabled", "readonly", "color", "tabIndex", "value", "name", "isLoading"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged", "readonlyChange", "disabledChange"] }, { kind: "ngmodule", type: AXValidationModule }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5547
5596
  }
5548
5597
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPToggleWidgetEditComponent, decorators: [{
5549
5598
  type: Component,
@@ -5625,7 +5674,7 @@ class AXPToggleWidgetColumnComponent extends AXPColumnWidgetComponent {
5625
5674
  <ax-icon class="fa-solid fa-xmark ax-text-success"> </ax-icon>
5626
5675
  }@else {
5627
5676
  <ax-icon class="fa-solid fa-xmark ax-text-danger"> </ax-icon>
5628
- } } }`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$2.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5677
+ } } }`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXBadgeModule }, { kind: "component", type: i1$3.AXBadgeComponent, selector: "ax-badge", inputs: ["color", "look", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5629
5678
  }
5630
5679
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPToggleWidgetColumnComponent, decorators: [{
5631
5680
  type: Component,
@@ -6052,7 +6101,7 @@ class AXPFileBoxWidgetViewComponent extends AXPWidgetComponent {
6052
6101
  </div>
6053
6102
  </ng-template>
6054
6103
  </div>
6055
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6104
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6056
6105
  }
6057
6106
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPFileBoxWidgetViewComponent, decorators: [{
6058
6107
  type: Component,
@@ -6240,7 +6289,7 @@ class AXPGalleryWidgetViewComponent extends AXPWidgetComponent {
6240
6289
  <small>No Media!</small>
6241
6290
  }
6242
6291
  </div>
6243
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AXImageModule }, { kind: "component", type: i2$2.AXImageComponent, selector: "ax-image", inputs: ["overlayMode", "src", "alt", "priority", "lazy"], outputs: ["onLoad", "onError"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i4.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6292
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AXImageModule }, { kind: "component", type: i2$2.AXImageComponent, selector: "ax-image", inputs: ["overlayMode", "src", "alt", "priority", "lazy"], outputs: ["onLoad", "onError"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i4.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6244
6293
  }
6245
6294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPGalleryWidgetViewComponent, decorators: [{
6246
6295
  type: Component,
@@ -6404,7 +6453,7 @@ class AXPGalleryWidgetEditComponent extends AXPWidgetComponent {
6404
6453
 
6405
6454
  }
6406
6455
  </div>
6407
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXImageModule }, { kind: "component", type: i2$2.AXImageComponent, selector: "ax-image", inputs: ["overlayMode", "src", "alt", "priority", "lazy"], outputs: ["onLoad", "onError"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i4.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "ngmodule", type: AXUploaderModule }, { kind: "component", type: i5$2.AXUploaderDropZoneComponent, selector: "ax-uploader-drop-zone", inputs: ["description"] }, { kind: "directive", type: i5$2.AXUploaderZoneDirective, selector: "[axUploaderZone]", inputs: ["multiple", "accept"], outputs: ["onChanged", "onFileUploadComplete", "onFilesUploadComplete"] }, { kind: "directive", type: i5$2.AXUploaderBrowseDirective, selector: "[axUploaderBrowseHandle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6456
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXImageModule }, { kind: "component", type: i2$2.AXImageComponent, selector: "ax-image", inputs: ["overlayMode", "src", "alt", "priority", "lazy"], outputs: ["onLoad", "onError"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXLoadingModule }, { kind: "component", type: i4.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "ngmodule", type: AXUploaderModule }, { kind: "component", type: i5$2.AXUploaderDropZoneComponent, selector: "ax-uploader-drop-zone", inputs: ["description"] }, { kind: "directive", type: i5$2.AXUploaderZoneDirective, selector: "[axUploaderZone]", inputs: ["multiple", "accept"], outputs: ["onChanged", "onFileUploadComplete", "onFilesUploadComplete"] }, { kind: "directive", type: i5$2.AXUploaderBrowseDirective, selector: "[axUploaderBrowseHandle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6408
6457
  }
6409
6458
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPGalleryWidgetEditComponent, decorators: [{
6410
6459
  type: Component,
@@ -6587,7 +6636,7 @@ class AXPMapBoxWidgetViewComponent extends AXPWidgetComponent {
6587
6636
  [latitude]="initialLocation().latitude"
6588
6637
  [longitude]="initialLocation().longitude"
6589
6638
  ></ax-map>
6590
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXMapModule }, { kind: "component", type: i1$5.AXMapComponent, selector: "ax-map", inputs: ["zoomLevel", "latitude", "longitude", "maxMarker", "hasDraw", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6639
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXMapModule }, { kind: "component", type: i1$6.AXMapComponent, selector: "ax-map", inputs: ["zoomLevel", "latitude", "longitude", "maxMarker", "hasDraw", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6591
6640
  }
6592
6641
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPMapBoxWidgetViewComponent, decorators: [{
6593
6642
  type: Component,
@@ -6657,7 +6706,7 @@ class AXPMapBoxWidgetEditComponent extends AXPWidgetComponent {
6657
6706
  [maxMarker]="maxMarker()"
6658
6707
  >
6659
6708
  </ax-map>
6660
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: AXMapModule }, { kind: "component", type: i1$5.AXMapComponent, selector: "ax-map", inputs: ["zoomLevel", "latitude", "longitude", "maxMarker", "hasDraw", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6709
+ </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: AXMapModule }, { kind: "component", type: i1$6.AXMapComponent, selector: "ax-map", inputs: ["zoomLevel", "latitude", "longitude", "maxMarker", "hasDraw", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6661
6710
  }
6662
6711
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPMapBoxWidgetEditComponent, decorators: [{
6663
6712
  type: Component,
@@ -7103,6 +7152,7 @@ class AXPBlockWidgetDesignerComponent extends AXPWidgetComponent {
7103
7152
  }
7104
7153
  get __style() {
7105
7154
  const spacing = this.options()['spacing'];
7155
+ const border = this.options()['border'];
7106
7156
  return {
7107
7157
  'background-color': this.backgroundColor(),
7108
7158
  'padding-top': spacing.padding.top + 'px',
@@ -7113,7 +7163,7 @@ class AXPBlockWidgetDesignerComponent extends AXPWidgetComponent {
7113
7163
  'margin-right': spacing.margin.right + 'px',
7114
7164
  'margin-bottom': spacing.margin.bottom + 'px',
7115
7165
  'margin-left': spacing.margin.left + 'px',
7116
- transition: 'padding 0.5s ease, margin 0.5s ease',
7166
+ 'border-radius': `${border.radius['top-left']}px ${border.radius['top-right']}px ${border.radius['bottom-right']}px ${border.radius['bottom-left']}px`,
7117
7167
  };
7118
7168
  }
7119
7169
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBlockWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
@@ -7219,6 +7269,7 @@ class AXPBlockWidgetViewComponent extends AXPWidgetComponent {
7219
7269
  }
7220
7270
  get __style() {
7221
7271
  const spacing = this.options()['spacing'];
7272
+ const border = this.options()['border'];
7222
7273
  return {
7223
7274
  'background-color': this.backgroundColor(),
7224
7275
  'padding-top': spacing.padding.top + 'px',
@@ -7229,7 +7280,7 @@ class AXPBlockWidgetViewComponent extends AXPWidgetComponent {
7229
7280
  'margin-right': spacing.margin.right + 'px',
7230
7281
  'margin-bottom': spacing.margin.bottom + 'px',
7231
7282
  'margin-left': spacing.margin.left + 'px',
7232
- transition: 'padding 0.25s ease, margin 0.25s ease',
7283
+ 'border-radius': `${border.radius['top-left']}px ${border.radius['top-right']}px ${border.radius['bottom-right']}px ${border.radius['bottom-left']}px`,
7233
7284
  };
7234
7285
  }
7235
7286
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBlockWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
@@ -7243,7 +7294,7 @@ class AXPBlockWidgetViewComponent extends AXPWidgetComponent {
7243
7294
  [mode]="this.mode"
7244
7295
  ></ng-container>
7245
7296
  }
7246
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7297
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7247
7298
  }
7248
7299
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBlockWidgetViewComponent, decorators: [{
7249
7300
  type: Component,
@@ -7325,7 +7376,7 @@ class AXPPageWidgetViewComponent extends AXPWidgetComponent {
7325
7376
  @for (node of children(); track $index) {
7326
7377
  <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode"></ng-container>
7327
7378
  }
7328
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7379
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7329
7380
  }
7330
7381
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPPageWidgetViewComponent, decorators: [{
7331
7382
  type: Component,
@@ -7410,7 +7461,7 @@ class AXPRepeaterWidgetViewComponent extends AXPWidgetComponent {
7410
7461
  <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="i" [mode]="this.mode"></ng-container>
7411
7462
  }
7412
7463
  }
7413
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7464
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7414
7465
  }
7415
7466
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRepeaterWidgetViewComponent, decorators: [{
7416
7467
  type: Component,
@@ -7526,7 +7577,7 @@ class AXPRepeaterWidgetEditComponent extends AXPWidgetComponent {
7526
7577
  You haven't added any items yet. Click “Start Adding Items” to get started!
7527
7578
  </div>
7528
7579
  </ng-template>
7529
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7580
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7530
7581
  }
7531
7582
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRepeaterWidgetEditComponent, decorators: [{
7532
7583
  type: Component,
@@ -7676,7 +7727,7 @@ class AXPRepeaterWidgetDesignerComponent extends AXPWidgetComponent {
7676
7727
  <axp-designer-add-widget-mini-button ></axp-designer-add-widget-mini-button>
7677
7728
  }
7678
7729
  </ng-template>
7679
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { 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 }); }
7730
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type", "responsiveOn", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "responsiveOnChange", "loadingTextChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { 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 }); }
7680
7731
  }
7681
7732
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPRepeaterWidgetDesignerComponent, decorators: [{
7682
7733
  type: Component,
@@ -7778,11 +7829,28 @@ const AXPRepeaterWidget = {
7778
7829
  class AXPSpacingWidgetEditComponent extends AXPWidgetComponent {
7779
7830
  constructor() {
7780
7831
  super(...arguments);
7832
+ this.ngZone = inject(NgZone);
7781
7833
  this.isPaddingLinked = signal(false);
7782
7834
  this.isMarginLinked = signal(false);
7835
+ this.current = signal({
7836
+ type: 'margin',
7837
+ side: 'bottom',
7838
+ });
7839
+ this.FixedValues = [
7840
+ { label: '0', value: 0, rowspan: 2 },
7841
+ { label: '5', value: 5 },
7842
+ { label: '10', value: 10 },
7843
+ { label: '25', value: 25 },
7844
+ { label: '50', value: 50 },
7845
+ { label: '75', value: 75 },
7846
+ { label: '100', value: 100 },
7847
+ { label: '150', value: 150 },
7848
+ { label: '200', value: 200 },
7849
+ ];
7850
+ this.popover = viewChild.required(AXPopoverComponent);
7783
7851
  }
7784
- setSpacing(e, type, side) {
7785
- const value = e.value ?? 0;
7852
+ setSpacing(input, type, side) {
7853
+ const value = input instanceof Event ? Number.parseInt(input.target.value) : input;
7786
7854
  const currentValue = this.getValue();
7787
7855
  if ((type === 'padding' && this.isPaddingLinked()) || (type === 'margin' && this.isMarginLinked())) {
7788
7856
  this.setValue({
@@ -7803,12 +7871,67 @@ class AXPSpacingWidgetEditComponent extends AXPWidgetComponent {
7803
7871
  setSameValue(value) {
7804
7872
  return { top: value, right: value, bottom: value, left: value };
7805
7873
  }
7874
+ openPopUp(event, type, side) {
7875
+ this.current.set({ type, side, el: event.target });
7876
+ this.popover().target = event.target;
7877
+ this.popover().placement = side === 'right' ? 'bottom-end' : 'bottom';
7878
+ this.popover().open();
7879
+ }
7880
+ listenToMove(event, type, side) {
7881
+ this.ngZone.runOutsideAngular(() => {
7882
+ event.preventDefault();
7883
+ let startY = 0, currentValue = 0;
7884
+ const targetElement = event.target;
7885
+ // Set the cursor style to indicate vertical resizing
7886
+ targetElement.style.cursor = 's-resize'; // Always vertical resize cursor
7887
+ // Initialize dragging by capturing start positions
7888
+ const onMouseDown = (e) => {
7889
+ const { clientY } = this.getClientCoordinates(e); // Only use clientY for vertical movement
7890
+ startY = clientY;
7891
+ // Attach listeners for dragging and release
7892
+ window.addEventListener('mousemove', onMouseMove);
7893
+ window.addEventListener('mouseup', onMouseUp);
7894
+ window.addEventListener('touchmove', onMouseMove);
7895
+ window.addEventListener('touchend', onMouseUp);
7896
+ };
7897
+ // Handle movement during dragging
7898
+ const onMouseMove = (e) => {
7899
+ const { clientY } = this.getClientCoordinates(e); // Only track vertical movement
7900
+ const delta = (clientY - startY) * -1; // Change in vertical position
7901
+ const oldValue = this.getValue()[type][side];
7902
+ currentValue = delta + oldValue;
7903
+ this.ngZone.run(() => {
7904
+ this.setSpacing(Math.max(currentValue, 0), type, side); // Update spacing, ensuring it is non-negative
7905
+ });
7906
+ // Update start position for the next move
7907
+ startY = clientY;
7908
+ };
7909
+ // Cleanup listeners and reset cursor on release
7910
+ const onMouseUp = () => {
7911
+ window.removeEventListener('mousemove', onMouseMove);
7912
+ window.removeEventListener('mouseup', onMouseUp);
7913
+ window.removeEventListener('touchmove', onMouseMove);
7914
+ window.removeEventListener('touchend', onMouseUp);
7915
+ targetElement.style.cursor = ''; // Reset cursor
7916
+ };
7917
+ // Add the `mousedown` handler to start dragging
7918
+ onMouseDown(event);
7919
+ });
7920
+ }
7921
+ // Utility to get coordinates based on event type
7922
+ getClientCoordinates(e) {
7923
+ if (e instanceof MouseEvent) {
7924
+ return { clientX: e.clientX, clientY: e.clientY };
7925
+ }
7926
+ const touch = e.touches[0];
7927
+ return { clientX: touch.clientX, clientY: touch.clientY };
7928
+ }
7806
7929
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSpacingWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7807
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPSpacingWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div class=\"axp-spacing-container-box\">\n <div class=\"axp-spacing-content\">\n <div class=\"axp-spacing-box\">{{ 'Block' }}</div>\n </div>\n\n <!-- Margin -->\n <div class=\"axp-spacing-margin\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Margin</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isMarginLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'top')\"\n [ngModel]=\"this.getValue().margin.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'right')\"\n [ngModel]=\"this.getValue().margin.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'bottom')\"\n [ngModel]=\"this.getValue().margin.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'left')\"\n [ngModel]=\"this.getValue().margin.left\"\n ></ax-number-box>\n </div>\n </div>\n\n <!-- Padding -->\n <div class=\"axp-spacing-padding\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Padding</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isPaddingLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'top')\"\n [ngModel]=\"this.getValue().padding.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'right')\"\n [ngModel]=\"this.getValue().padding.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'bottom')\"\n [ngModel]=\"this.getValue().padding.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'left')\"\n [ngModel]=\"this.getValue().padding.left\"\n ></ax-number-box>\n </div>\n </div>\n</div>\n", styles: [".axp-spacing-container-box{display:grid;height:100%;min-height:12rem;width:100%;min-width:12rem;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));font-size:.75rem;line-height:1rem}.axp-spacing-container-box ax-number-box>div{height:fit-content!important}.axp-spacing-container-box ax-number-box>div input{height:1.5rem!important;width:2.5rem!important;padding:.25rem!important;text-align:center!important}.axp-spacing-container-box ax-check-box>div{display:block!important}.axp-spacing-container-box .axp-spacing-box{transition:background-color .3s ease}.axp-spacing-container-box .axp-spacing-top,.axp-spacing-container-box .axp-spacing-left,.axp-spacing-container-box .axp-spacing-right,.axp-spacing-container-box .axp-spacing-bottom,.axp-spacing-container-box .axp-spacing-info,.axp-spacing-container-box .axp-spacing-text{display:flex;align-items:center;justify-content:center}.axp-spacing-container-box .axp-spacing-content,.axp-spacing-container-box .axp-spacing-padding,.axp-spacing-container-box .axp-spacing-margin{display:contents}.axp-spacing-container-box .axp-spacing-content .axp-spacing-box,.axp-spacing-container-box .axp-spacing-padding .axp-spacing-box,.axp-spacing-container-box .axp-spacing-margin .axp-spacing-box{border-radius:.5rem;border-width:1px}.axp-spacing-container-box .axp-spacing-content .axp-spacing-box{grid-column:span 1 / span 1;grid-column-start:3;grid-row:span 1 / span 1;grid-row-start:3;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(135deg,rgba(var(--ax-color-primary-300),50%) 10%,transparent 0,transparent 50%,rgba(var(--ax-color-primary-300),50%) 0,rgba(var(--ax-color-primary-300),50%) 60%,transparent 0,transparent);background-size:7.5px 7.5px}.axp-spacing-container-box .axp-spacing-padding *{z-index:1}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-box{grid-column:span 3 / span 3;grid-column-start:2;grid-row:span 3 / span 3;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-text{grid-column-start:2;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-info{grid-column-start:4;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-top{grid-column-start:3;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-right{grid-column-start:4;grid-row-start:3}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-bottom{grid-column-start:3;grid-row-start:4}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-left{grid-column-start:2;grid-row-start:3}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-box{grid-column:span 5 / span 5;grid-column-start:1;grid-row:span 5 / span 5;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-text{grid-column-start:1;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-info{grid-column-start:5;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-top{grid-column-start:3;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-right{grid-column-start:5;grid-row-start:3}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-bottom{grid-column-start:3;grid-row-start:5}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-left{grid-column-start:1;grid-row-start:3}\n"], dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1$3.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i3$1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "checked", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7930
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.3", type: AXPSpacingWidgetEditComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<!-- <div class=\"axp-spacing-container-box\">\n <div class=\"axp-spacing-content\">\n <div class=\"axp-spacing-box\">{{ 'Block' }}</div>\n </div>\n\n <div class=\"axp-spacing-margin\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Margin</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isMarginLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'top')\"\n [ngModel]=\"this.getValue().margin.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'right')\"\n [ngModel]=\"this.getValue().margin.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'bottom')\"\n [ngModel]=\"this.getValue().margin.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'left')\"\n [ngModel]=\"this.getValue().margin.left\"\n ></ax-number-box>\n </div>\n </div>\n\n <div class=\"axp-spacing-padding\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Padding</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isPaddingLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'top')\"\n [ngModel]=\"this.getValue().padding.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'right')\"\n [ngModel]=\"this.getValue().padding.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'bottom')\"\n [ngModel]=\"this.getValue().padding.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'left')\"\n [ngModel]=\"this.getValue().padding.left\"\n ></ax-number-box>\n </div>\n </div>\n</div> -->\n<div class=\"ax-flex ax-justify-center ax-items-center ax-py-2\">\n <div class=\"spacing-container\">\n <div class=\"spacing-outer-box\">\n <div class=\"spacing-inner-box\">\n <div class=\"spacing-margin-box scrollbar\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"224\" height=\"112\" class=\"scrollbar area\">\n <mask id=\"margin-mask\" width=\"224\" height=\"112\">\n <rect fill=\"#000\" height=\"112\" width=\"224\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#fff\" height=\"112\" rx=\"4\" width=\"224\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#000\" height=\"66\" rx=\"4\" width=\"154\" x=\"35\" y=\"23\"></rect>\n </mask>\n <defs>\n <linearGradient id=\"FuseLinearGradient\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop stop-color=\"white\"></stop>\n <stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"></stop>\n </linearGradient>\n </defs>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'top')\"\n (touchstart)=\"listenToMove($event, 'margin', 'top')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n data-automation-id=\"margin-top-button\"\n aria-label=\"Margin top button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n fill-opacity=\"0.12\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"url(#FuseLinearGradient)\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n fill-opacity=\"0.02\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'right')\"\n (touchstart)=\"listenToMove($event, 'margin', 'right')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m224,0\n v112\n l-36,-24\n v-64\n l36,-24z\n\"\n data-automation-id=\"margin-right-button\"\n aria-label=\"Margin right button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m224,0\n v112\n l-36,-24\n v-64\n l36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'bottom')\"\n (touchstart)=\"listenToMove($event, 'margin', 'bottom')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,112\n h224\n l-36,-24\n h-152\n l-36,24z\n\"\n data-automation-id=\"margin-bottom-button\"\n aria-label=\"Margin bottom button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,112\n h224\n l-36,-24\n h-152\n l-36,24z\n\"\n fill-opacity=\"0.064\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'left')\"\n (touchstart)=\"listenToMove($event, 'margin', 'left')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n v112\n l36,-24\n v-64\n l-36,-24z\n\"\n data-automation-id=\"margin-left-button\"\n aria-label=\"Margin left button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n v112\n l36,-24\n v-64\n l-36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <clipPath id=\"margin-outer\">\n <rect\n x=\"0\"\n y=\"0\"\n width=\"224\"\n height=\"112\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#margin-outer)\"\n x=\"0\"\n y=\"0\"\n width=\"224\"\n height=\"112\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n <clipPath id=\"margin-inner\">\n <rect\n x=\"36\"\n y=\"24\"\n width=\"152\"\n height=\"64\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#margin-inner)\"\n x=\"36\"\n y=\"24\"\n width=\"152\"\n height=\"64\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n </svg>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'top')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 1 / 2 / 2 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginTop\"\n data-automation-id=\"margin-top-edit\"\n aria-label=\"Margin top edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 1 / 2 / 2 / 3;\n \"\n >\n <span>{{ getValue().margin.top }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'right')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 3 / 3 / 4;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginRight\"\n data-automation-id=\"margin-right-edit\"\n aria-label=\"Margin right edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 3 / 3 / 4;\n \"\n >\n <span>{{ getValue().margin.right }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'bottom')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 3 / 2 / 4 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginBottom\"\n data-automation-id=\"margin-bottom-edit\"\n aria-label=\"Margin bottom edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 3 / 2 / 4 / 3;\n \"\n >\n <span>{{ getValue().margin.bottom }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'left')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 1 / 3 / 2;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginLeft\"\n data-automation-id=\"margin-left-edit\"\n aria-label=\"Margin left edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 1 / 3 / 2;\n \"\n >\n <span>{{ getValue().margin.left }}</span>\n </div>\n </div>\n </div>\n <div class=\"scrollbar spacing-padding-box\" data-legacy-styled=\"true\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"62\" class=\"scrollbar area\">\n <mask id=\"padding-mask\" width=\"150\" height=\"62\">\n <rect fill=\"#000\" height=\"60\" width=\"150\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#fff\" height=\"60\" rx=\"2\" width=\"150\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#000\" height=\"14\" rx=\"2\" width=\"80\" x=\"35\" y=\"23\"></rect>\n </mask>\n <defs>\n <linearGradient id=\"FuseLinearGradient\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop stop-color=\"white\"></stop>\n <stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"></stop>\n </linearGradient>\n </defs>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'top')\"\n (touchstart)=\"listenToMove($event, 'padding', 'top')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n h150\n l-36,24\n h-78\n l-36,-24z\n\"\n data-automation-id=\"padding-top-button\"\n aria-label=\"Padding top button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n h150\n l-36,24\n h-78\n l-36,-24z\n\"\n fill-opacity=\"0.064\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'right')\"\n (touchstart)=\"listenToMove($event, 'padding', 'right')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m150,0\n v60\n l-36,-24\n v-12\n l36,-24z\n\"\n data-automation-id=\"padding-right-button\"\n aria-label=\"Padding right button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m150,0\n v60\n l-36,-24\n v-12\n l36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'bottom')\"\n (touchstart)=\"listenToMove($event, 'padding', 'bottom')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,60\n h150\n l-36,-24\n h-78\n l-36,24z\n\"\n data-automation-id=\"padding-bottom-button\"\n aria-label=\"Padding bottom button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,60\n h150\n l-36,-24\n h-78\n l-36,24z\n\"\n fill-opacity=\"0.12\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'left')\"\n (touchstart)=\"listenToMove($event, 'padding', 'left')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n v60\n l36,-24\n v-12\n l-36,-24z\n\"\n data-automation-id=\"padding-left-button\"\n aria-label=\"Padding left button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n v60\n l36,-24\n v-12\n l-36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <clipPath id=\"padding-outer\">\n <rect\n x=\"0\"\n y=\"0\"\n width=\"150\"\n height=\"62\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#padding-outer)\"\n x=\"0\"\n y=\"0\"\n width=\"150\"\n height=\"62\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n <clipPath id=\"padding-inner\">\n <rect\n x=\"36\"\n y=\"24\"\n width=\"78\"\n height=\"14\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#padding-inner)\"\n x=\"36\"\n y=\"24\"\n width=\"78\"\n height=\"14\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n </svg>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'top')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 1 / 2 / 2 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingTop\"\n data-automation-id=\"padding-top-edit\"\n aria-label=\"Padding top edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 1 / 2 / 2 / 3;\n \"\n >\n <span>{{ this.getValue().padding.top }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'right')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 3 / 3 / 4;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingRight\"\n data-automation-id=\"padding-right-edit\"\n aria-label=\"Padding right edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 3 / 3 / 4;\n \"\n >\n <span>{{ this.getValue().padding.right }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'bottom')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 3 / 2 / 4 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingBottom\"\n data-automation-id=\"padding-bottom-edit\"\n aria-label=\"Padding bottom edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 3 / 2 / 4 / 3;\n \"\n >\n <span>{{ this.getValue().padding.bottom }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'left')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 1 / 3 / 2;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingLeft\"\n data-automation-id=\"padding-left-edit\"\n aria-label=\"Padding left edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 1 / 3 / 2;\n \"\n >\n <span>{{ this.getValue().padding.left }}</span>\n </div>\n </div>\n </div>\n <svg class=\"spacing-padding-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\">\n <text x=\"5\" y=\"4\" fill=\"white\" font-weight=\"500\" font-size=\"7\" dominant-baseline=\"hanging\">PADDING</text>\n </svg>\n\n <svg class=\"spacing-margin-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\">\n <text x=\"5\" y=\"4\" fill=\"white\" font-weight=\"500\" font-size=\"7\" dominant-baseline=\"hanging\">MARGIN</text>\n </svg>\n </div>\n </div>\n </div>\n</div>\n<ng-template #template let-type=\"type\" let-side=\"side\" let-value=\"value\">\n <div\n data-legacy-styled=\"true\"\n style=\"\n max-width: 239px;\n min-width: 201px;\n background: #353535;\n border-radius: 0.5rem;\n color: var(--colors-text-secondary, white);\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;\n font-size: 11.5px;\n line-height: 16px;\n \"\n >\n <div class=\"popover-container\">\n <div aria-hidden=\"true\" style=\"width: 16px; height: 16px; cursor: pointer\" (click)=\"setSpacing(0, type, side)\">\n <svg\n data-wf-icon=\"MarginLeftIcon\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path opacity=\"0.4\" d=\"M14 2L14 13L10 13L10 2L14 2Z\" fill=\"currentColor\" fill-opacity=\"0.67\"></path>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7.99995 7L7.99995 1H8.99995L8.99995 14H7.99995L7.99995 8L3.70706 8L5.85351 10.1464L5.1464 10.8536L1.79285 7.5L5.1464 4.14645L5.85351 4.85355L3.70706 7L7.99995 7Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div\n data-legacy-styled=\"true\"\n style=\"display: flex; flex-direction: column; justify-content: center; height: 24px\"\n >\n <!--INPUT-->\n <!-- <input\n aria-orientation=\"horizontal\"\n aria-valuemax=\"200\"\n aria-valuemin=\"-200\"\n data-automation-id=\"style-panel-presets-slider\"\n max=\"200\"\n min=\"-200\"\n step=\"1\"\n type=\"range\"\n data-sc=\"VisuallyHidden\"\n class=\"scrollbar\"\n [value]=\"value\"\n style=\"\n border: 0px;\n clip: rect(0px, 0px, 0px, 0px);\n clip-path: inset(50%);\n height: 1px;\n margin: 0px -1px -1px 0px;\n overflow: hidden;\n padding: 0px;\n position: absolute;\n width: 1px;\n white-space: nowrap;\n \"\n />\n <div\n data-legacy-styled=\"true\"\n style=\"position: relative; flex-basis: 2px; border-radius: 4px; background-color: var(--colors-border-1)\"\n >\n <div\n role=\"presentation\"\n class=\"scrollbar wf-8dbjgt\"\n style=\"\n width: 133px;\n height: 100%;\n pointer-events: none;\n height: 100%;\n position: absolute;\n top: 0px;\n left: 0px;\n border-radius: inherit;\n \"\n ></div>\n <div\n data-automation-id=\"style-panel-presets-slider-knob\"\n data-legacy-styled=\"true\"\n style=\"\n position: absolute;\n width: 4px;\n height: 10px;\n top: -4px;\n left: 0px;\n transform: translate3d(133px, 0px, 0px);\n cursor: ew-resize;\n border-radius: 1px;\n background-color: var(--colors-text-primary);\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0.5px;\n \"\n ></div>\n </div> -->\n <!-- <ax-range-slider [min]=\"0\" [max]=\"200\" (valuesChange)=\"setSpacing(1, type, side)\"> </ax-range-slider> -->\n <input\n type=\"range\"\n name=\"range\"\n [min]=\"0\"\n [max]=\"200\"\n [value]=\"this.getValue()[this.current().type][this.current().side]\"\n (input)=\"setSpacing($event, type, side)\"\n />\n </div>\n <div class=\"scrollbar\" data-sc=\"View\">\n <div data-sc=\"VStack Stack View\" class=\"scrollbar --styled-hKrpNK wf-1ugflpn\" style=\"--local-gap: 8px\">\n <div\n class=\"scrollbar\"\n data-sc=\"View\"\n style=\"\n gap: var(--local-gap, 8px);\n height: auto;\n display: flex;\n flex-flow: column;\n -webkit-box-align: stretch;\n align-items: stretch;\n -webkit-box-pack: start;\n position: relative;\n justify-content: stretch;\n width: 100%;\n -webkit-box-flex: 1;\n flex-grow: 1;\n \"\n >\n <div\n class=\"scrollbar\"\n style=\"display: grid; grid-template-columns: 1fr auto; transform: translate3d(0px, 0px, 0px)\"\n >\n <div\n data-legacy-styled=\"true\"\n style=\"\n grid-area: 1 / 1 / 2 / -1;\n align-items: stretch;\n background-color: var(--colors-ui-input-background);\n border-color: var(--colors-border-2);\n border-radius: 4px;\n border-style: solid;\n border-width: 1px;\n display: flex;\n flex: 0 1 auto;\n height: 24px;\n position: relative;\n \"\n >\n <input\n autocomplete=\"off\"\n data-wf-text-input=\"true\"\n name=\"spacing\"\n placeholder=\"\"\n aria-label=\"Edit spacing input\"\n type=\"text\"\n aria-disabled=\"false\"\n class=\"scrollbar\"\n [value]=\"value\"\n (input)=\"setSpacing($event, type, side)\"\n style=\"\n padding-right: 20px;\n background-color: transparent;\n border-color: transparent;\n border-radius: 4px;\n border-style: solid;\n border-width: 0px;\n box-sizing: border-box;\n color: var(--colors-text-primary);\n cursor: auto;\n display: block;\n font-family: inherit;\n font-size: inherit;\n height: 100%;\n line-height: 1;\n outline: transparent solid 2px;\n padding: 0px 4px;\n width: 100%;\n \"\n />\n </div>\n <div\n id=\"spacing-UnitSelect\"\n data-prevent-global-event-handlers=\"true\"\n tabindex=\"-1\"\n data-legacy-styled=\"true\"\n aria-expanded=\"false\"\n aria-haspopup=\"listbox\"\n data-focus=\"false\"\n style=\"\n border-color: transparent;\n outline: 0px;\n cursor: default;\n user-select: none;\n font-size: 9px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n line-height: 12px;\n letter-spacing: -0.115px;\n text-transform: none;\n color: var(--colors-text-primary);\n place-self: center stretch;\n grid-area: 1 / 2 / 2 / 3;\n z-index: 1;\n min-width: 16px;\n border-radius: 1px;\n height: calc(100% - 2px);\n text-align: center;\n background: transparent;\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;\n border-width: 0px;\n margin: 1px;\n position: relative;\n right: 2px;\n display: grid;\n grid-template-columns: auto;\n grid-auto-flow: column;\n justify-content: unset;\n width: 100%;\n flex-grow: unset;\n padding: 0px;\n box-sizing: border-box;\n --component-icon-color: var(--colors-text-secondary);\n align-items: center;\n border-style: solid;\n \"\n >\n <div\n data-legacy-styled=\"true\"\n class=\"scrollbar\"\n style=\"\n justify-self: start;\n width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n \"\n >\n PX\n <!--PX-->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n style=\"\n display: grid;\n grid-area: 2 / 1 / 3 / -1;\n grid-template-columns: repeat(5, 1fr);\n grid-template-rows: 24px 24px;\n gap: 4px;\n \"\n >\n @for(i of FixedValues; track $index){\n <div\n (click)=\"setSpacing(i.value, type, side)\"\n class=\"hover:!ax-bg-gradient-to-b hover:!ax-from-white/20 hover:!ax-to-white/5 !ax-cursor-pointer\"\n [class]=\"i.colspan ? 'ax-col-span-' + i.colspan : ''\"\n [class]=\"i.rowspan ? 'ax-row-span-' + i.rowspan : ''\"\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n style=\"\n border-bottom-color: var(--colors-border-1);\n border-left-color: var(--colors-border-1);\n border-right-color: var(--colors-border-1);\n border-top-color: var(--colors-border-1);\n outline: 0px;\n cursor: default;\n user-select: none;\n padding: 0px;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n border-radius: 4px;\n color: var(--colors-action-secondary-text);\n background: var(--colors-action-secondary-background);\n border-width: 0px;\n border-style: solid;\n box-shadow: var(--box-shadows-action-secondary);\n align-self: center;\n \"\n >\n <div data-legacy-styled=\"true\" class=\"scrollbar ax-truncate\">{{ i.label }}</div>\n </div>\n }\n </div>\n </div>\n\n <div\n data-legacy-styled=\"true\"\n style=\"height: 1px; margin-top: 4px; margin-bottom: 4px; background: var(--colors-border-1); pointer-events: none\"\n ></div>\n\n <div\n (click)=\"setSpacing(0, type, side)\"\n class=\"ax-cursor-pointer hover:!ax-bg-gray-700\"\n role=\"option\"\n data-legacy-styled=\"true\"\n cursor=\"default\"\n data-focus=\"false\"\n tabindex=\"0\"\n style=\"\n outline: 0px;\n user-select: none;\n padding: 4px 8px;\n margin: 4px 0px;\n min-height: 24px;\n --component-icon-color: var(--colors-text-secondary);\n \"\n >\n <div data-legacy-styled=\"true\" style=\"display: flex; flex-direction: row; align-items: center\">\n <div data-legacy-styled=\"true\" style=\"min-width: 24px; align-self: center; flex-grow: 1; flex-basis: 0px\">\n <div\n data-automation-id=\"reset-style-property-button\"\n data-legacy-styled=\"true\"\n style=\"\n align-items: center;\n box-sizing: border-box;\n display: grid;\n gap: 4px 8px;\n grid-template-columns: 16px 1fr auto;\n \"\n >\n <div aria-hidden=\"true\" class=\"scrollbar\" style=\"width: 16px; height: 16px\">\n <svg\n data-wf-icon=\"UndoIcon\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3.70712 5.00004L6.35357 2.35359L5.64646 1.64648L1.79291 5.50004L5.64646 9.35359L6.35357 8.64648L3.70712 6.00004H10C11.6569 6.00004 13 7.34318 13 9.00004C13 10.6569 11.6569 12 10 12H8.00001V13H10C12.2092 13 14 11.2092 14 9.00004C14 6.7909 12.2092 5.00004 10 5.00004H3.70712Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div>Reset</div>\n </div>\n </div>\n <div data-legacy-styled=\"true\" style=\"align-self: center\">\n <div\n style=\"\n cursor: default;\n user-select: none;\n font-size: 11.5px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: -0.115px;\n color: var(--colors-text-secondary);\n justify-self: end;\n margin-left: 1px;\n \"\n >\n <!-- <span>Alt + click</span> -->\n </div>\n </div>\n </div>\n </div>\n </div>\n</ng-template>\n\n<ax-popover #popover [openOn]=\"'click'\" [offsetY]=\"10\" [closeOn]=\"'clickOut'\">\n <ng-container\n [ngTemplateOutlet]=\"template\"\n [ngTemplateOutletContext]=\"{\n type: this.current().type,\n side: this.current().side,\n value: this.getValue()[this.current().type][this.current().side]\n }\"\n ></ng-container>\n</ax-popover>\n", styles: [".spacing-container{--colors-text-secondary: rgba(255, 255, 255, .67);--colors-ui-scrollbar-thumb: rgba(255, 255, 255, .67);--colors-background-1: #292929;--colors-text-secondary: white;--colors-border-2: rgba(255, 255, 255, .16);--color-changed: rgb(167, 209, 255);--color-background: rgba(0, 106, 204, .18);background-color:var(--colors-background-1);width:15rem}.spacing-container .spacing-outer-box{transform:scale(1.2);align-items:center;box-sizing:border-box;display:grid;gap:8px 4px;grid-column:1/-1;grid-template-columns:44px 1fr;padding:4px}.spacing-container .spacing-inner-box{position:relative;display:grid;margin-top:8px;margin-right:8px;width:224px;height:112px;grid-template-columns:36px 1px 36px 1fr 36px 1px 36px;grid-template-rows:24px 2px 24px 1fr 24px 2px 24px;outline-style:none;cursor:default;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.spacing-container .spacing-inner-box .spacing-margin-box{border-radius:4px;grid-area:1/1/-1/-1;display:grid;grid-template-columns:36px 1fr 36px;grid-template-rows:24px minmax(8px,1fr) 24px;justify-items:center;width:224px;height:112px}.spacing-container .spacing-inner-box .spacing-margin-box::-webkit-scrollbar-thumb{background-color:var(--colors-ui-scrollbar-thumb);background-clip:padding-box;border:2px solid rgba(0,0,0,0);border-radius:10px}.spacing-container .spacing-inner-box .spacing-margin-box::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.spacing-container .spacing-inner-box .spacing-padding-box{border-radius:4px;grid-area:3/3/span 3/span 3;display:grid;grid-template-columns:36px 1fr 36px;grid-template-rows:24px minmax(8px,1fr) 24px;justify-items:center;width:150px;height:60px}.spacing-container .spacing-inner-box .spacing-padding-text{grid-area:3/3/span 3/span 3;pointer-events:none;position:relative}.spacing-container .spacing-inner-box .spacing-margin-text{grid-area:1/1/-1/-1;pointer-events:none;position:relative}.popover-container{display:grid;grid-template-columns:16px 1fr 56px;grid-template-rows:24px 1fr;align-items:center;gap:8px;width:241px;padding:8px;--colors-action-secondary-text: white;--colors-action-secondary-background: linear-gradient( 180deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .11) 100% );--box-shadows-action-secondary: 0px .5px 1px rgba(0, 0, 0, .8), inset 0px .5px .5px rgba(255, 255, 255, .12);--colors-border-1: rgba(255, 255, 255, .13)}.popover-container input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;cursor:pointer;outline:none;overflow:hidden;border-radius:12px}.popover-container input[type=range]::-webkit-slider-runnable-track{height:10px;background:#ccc;border-radius:12px}.popover-container input[type=range]::-moz-range-track{height:10px;background:#ccc;border-radius:12px}.popover-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;width:10px;background-color:#fff;border-radius:50%;border:1px solid #353535;box-shadow:-407px 0 0 400px rgba(41,41,41,.44)}.popover-container input[type=range]::-moz-range-thumb{height:10px;width:10px;background-color:#fff;border-radius:50%;border:1px solid #353535;box-shadow:-407px 0 0 400px rgba(41,41,41,.44)}.scrollbar::-webkit-scrollbar{height:9px;width:9px}.area{grid-area:1/1/-1/-1;overflow:hidden;border-radius:2px;filter:drop-shadow(rgba(255,255,255,.2) 0px -.5px 0px) drop-shadow(rgba(0,0,0,.4) 0px 0px 1px) drop-shadow(rgba(0,0,0,.2) 0px 1px 0px)}\n"], dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "ngmodule", type: AXPopoverModule }, { kind: "component", type: i1$8.AXPopoverComponent, selector: "ax-popover", inputs: ["offsetX", "offsetY", "target", "placement", "content", "openOn", "closeOn", "hasBackdrop", "openAfter", "closeAfter", "backdropClass", "panelClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: AXRangeSliderModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7808
7931
  }
7809
7932
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPSpacingWidgetEditComponent, decorators: [{
7810
7933
  type: Component,
7811
- args: [{ changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXNumberBoxModule, FormsModule, AXCheckBoxModule], inputs: [], encapsulation: ViewEncapsulation.None, template: "<div class=\"axp-spacing-container-box\">\n <div class=\"axp-spacing-content\">\n <div class=\"axp-spacing-box\">{{ 'Block' }}</div>\n </div>\n\n <!-- Margin -->\n <div class=\"axp-spacing-margin\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Margin</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isMarginLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'top')\"\n [ngModel]=\"this.getValue().margin.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'right')\"\n [ngModel]=\"this.getValue().margin.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'bottom')\"\n [ngModel]=\"this.getValue().margin.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'left')\"\n [ngModel]=\"this.getValue().margin.left\"\n ></ax-number-box>\n </div>\n </div>\n\n <!-- Padding -->\n <div class=\"axp-spacing-padding\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Padding</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isPaddingLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'top')\"\n [ngModel]=\"this.getValue().padding.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'right')\"\n [ngModel]=\"this.getValue().padding.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'bottom')\"\n [ngModel]=\"this.getValue().padding.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'left')\"\n [ngModel]=\"this.getValue().padding.left\"\n ></ax-number-box>\n </div>\n </div>\n</div>\n", styles: [".axp-spacing-container-box{display:grid;height:100%;min-height:12rem;width:100%;min-width:12rem;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));font-size:.75rem;line-height:1rem}.axp-spacing-container-box ax-number-box>div{height:fit-content!important}.axp-spacing-container-box ax-number-box>div input{height:1.5rem!important;width:2.5rem!important;padding:.25rem!important;text-align:center!important}.axp-spacing-container-box ax-check-box>div{display:block!important}.axp-spacing-container-box .axp-spacing-box{transition:background-color .3s ease}.axp-spacing-container-box .axp-spacing-top,.axp-spacing-container-box .axp-spacing-left,.axp-spacing-container-box .axp-spacing-right,.axp-spacing-container-box .axp-spacing-bottom,.axp-spacing-container-box .axp-spacing-info,.axp-spacing-container-box .axp-spacing-text{display:flex;align-items:center;justify-content:center}.axp-spacing-container-box .axp-spacing-content,.axp-spacing-container-box .axp-spacing-padding,.axp-spacing-container-box .axp-spacing-margin{display:contents}.axp-spacing-container-box .axp-spacing-content .axp-spacing-box,.axp-spacing-container-box .axp-spacing-padding .axp-spacing-box,.axp-spacing-container-box .axp-spacing-margin .axp-spacing-box{border-radius:.5rem;border-width:1px}.axp-spacing-container-box .axp-spacing-content .axp-spacing-box{grid-column:span 1 / span 1;grid-column-start:3;grid-row:span 1 / span 1;grid-row-start:3;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(135deg,rgba(var(--ax-color-primary-300),50%) 10%,transparent 0,transparent 50%,rgba(var(--ax-color-primary-300),50%) 0,rgba(var(--ax-color-primary-300),50%) 60%,transparent 0,transparent);background-size:7.5px 7.5px}.axp-spacing-container-box .axp-spacing-padding *{z-index:1}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-box{grid-column:span 3 / span 3;grid-column-start:2;grid-row:span 3 / span 3;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-text{grid-column-start:2;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-info{grid-column-start:4;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-top{grid-column-start:3;grid-row-start:2}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-right{grid-column-start:4;grid-row-start:3}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-bottom{grid-column-start:3;grid-row-start:4}.axp-spacing-container-box .axp-spacing-padding .axp-spacing-left{grid-column-start:2;grid-row-start:3}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-box{grid-column:span 5 / span 5;grid-column-start:1;grid-row:span 5 / span 5;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-text{grid-column-start:1;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-info{grid-column-start:5;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-top{grid-column-start:3;grid-row-start:1}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-right{grid-column-start:5;grid-row-start:3}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-bottom{grid-column-start:3;grid-row-start:5}.axp-spacing-container-box .axp-spacing-margin .axp-spacing-left{grid-column-start:1;grid-row-start:3}\n"] }]
7934
+ args: [{ changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXNumberBoxModule, FormsModule, AXCheckBoxModule, AXPopoverModule, CommonModule, AXRangeSliderModule], inputs: [], template: "<!-- <div class=\"axp-spacing-container-box\">\n <div class=\"axp-spacing-content\">\n <div class=\"axp-spacing-box\">{{ 'Block' }}</div>\n </div>\n\n <div class=\"axp-spacing-margin\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Margin</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isMarginLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'top')\"\n [ngModel]=\"this.getValue().margin.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'right')\"\n [ngModel]=\"this.getValue().margin.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'bottom')\"\n [ngModel]=\"this.getValue().margin.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setSpacing($event, 'margin', 'left')\"\n [ngModel]=\"this.getValue().margin.left\"\n ></ax-number-box>\n </div>\n </div>\n\n <div class=\"axp-spacing-padding\">\n <div class=\"axp-spacing-box\"></div>\n <div class=\"axp-spacing-text\">Padding</div>\n <div class=\"axp-spacing-info\">\n <div class=\"ax-flex ax-gap-1 ax-justify-center ax-items-center\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isPaddingLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"axp-spacing-top\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'top')\"\n [ngModel]=\"this.getValue().padding.top\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-right\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'right')\"\n [ngModel]=\"this.getValue().padding.right\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-bottom\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'bottom')\"\n [ngModel]=\"this.getValue().padding.bottom\"\n ></ax-number-box>\n </div>\n <div class=\"axp-spacing-left\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n [minValue]=\"0\"\n (onValueChanged)=\"setSpacing($event, 'padding', 'left')\"\n [ngModel]=\"this.getValue().padding.left\"\n ></ax-number-box>\n </div>\n </div>\n</div> -->\n<div class=\"ax-flex ax-justify-center ax-items-center ax-py-2\">\n <div class=\"spacing-container\">\n <div class=\"spacing-outer-box\">\n <div class=\"spacing-inner-box\">\n <div class=\"spacing-margin-box scrollbar\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"224\" height=\"112\" class=\"scrollbar area\">\n <mask id=\"margin-mask\" width=\"224\" height=\"112\">\n <rect fill=\"#000\" height=\"112\" width=\"224\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#fff\" height=\"112\" rx=\"4\" width=\"224\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#000\" height=\"66\" rx=\"4\" width=\"154\" x=\"35\" y=\"23\"></rect>\n </mask>\n <defs>\n <linearGradient id=\"FuseLinearGradient\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop stop-color=\"white\"></stop>\n <stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"></stop>\n </linearGradient>\n </defs>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'top')\"\n (touchstart)=\"listenToMove($event, 'margin', 'top')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n data-automation-id=\"margin-top-button\"\n aria-label=\"Margin top button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n fill-opacity=\"0.12\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"url(#FuseLinearGradient)\"\n d=\"\n m0,0\n h224\n l-36,24\n h-152\n l-36,-24z\n\"\n fill-opacity=\"0.02\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'right')\"\n (touchstart)=\"listenToMove($event, 'margin', 'right')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m224,0\n v112\n l-36,-24\n v-64\n l36,-24z\n\"\n data-automation-id=\"margin-right-button\"\n aria-label=\"Margin right button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m224,0\n v112\n l-36,-24\n v-64\n l36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'bottom')\"\n (touchstart)=\"listenToMove($event, 'margin', 'bottom')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,112\n h224\n l-36,-24\n h-152\n l-36,24z\n\"\n data-automation-id=\"margin-bottom-button\"\n aria-label=\"Margin bottom button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,112\n h224\n l-36,-24\n h-152\n l-36,24z\n\"\n fill-opacity=\"0.064\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'margin', 'left')\"\n (touchstart)=\"listenToMove($event, 'margin', 'left')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n v112\n l36,-24\n v-64\n l-36,-24z\n\"\n data-automation-id=\"margin-left-button\"\n aria-label=\"Margin left button\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n v112\n l36,-24\n v-64\n l-36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#margin-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <clipPath id=\"margin-outer\">\n <rect\n x=\"0\"\n y=\"0\"\n width=\"224\"\n height=\"112\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#margin-outer)\"\n x=\"0\"\n y=\"0\"\n width=\"224\"\n height=\"112\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n <clipPath id=\"margin-inner\">\n <rect\n x=\"36\"\n y=\"24\"\n width=\"152\"\n height=\"64\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#margin-inner)\"\n x=\"36\"\n y=\"24\"\n width=\"152\"\n height=\"64\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n </svg>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'top')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 1 / 2 / 2 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginTop\"\n data-automation-id=\"margin-top-edit\"\n aria-label=\"Margin top edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 1 / 2 / 2 / 3;\n \"\n >\n <span>{{ getValue().margin.top }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'right')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 3 / 3 / 4;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginRight\"\n data-automation-id=\"margin-right-edit\"\n aria-label=\"Margin right edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 3 / 3 / 4;\n \"\n >\n <span>{{ getValue().margin.right }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'bottom')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 3 / 2 / 4 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginBottom\"\n data-automation-id=\"margin-bottom-edit\"\n aria-label=\"Margin bottom edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 3 / 2 / 4 / 3;\n \"\n >\n <span>{{ getValue().margin.bottom }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'margin', 'left')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 1 / 3 / 2;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"marginLeft\"\n data-automation-id=\"margin-left-edit\"\n aria-label=\"Margin left edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 1 / 3 / 2;\n \"\n >\n <span>{{ getValue().margin.left }}</span>\n </div>\n </div>\n </div>\n <div class=\"scrollbar spacing-padding-box\" data-legacy-styled=\"true\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"62\" class=\"scrollbar area\">\n <mask id=\"padding-mask\" width=\"150\" height=\"62\">\n <rect fill=\"#000\" height=\"60\" width=\"150\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#fff\" height=\"60\" rx=\"2\" width=\"150\" x=\"0\" y=\"0\"></rect>\n <rect fill=\"#000\" height=\"14\" rx=\"2\" width=\"80\" x=\"35\" y=\"23\"></rect>\n </mask>\n <defs>\n <linearGradient id=\"FuseLinearGradient\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n <stop stop-color=\"white\"></stop>\n <stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"></stop>\n </linearGradient>\n </defs>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'top')\"\n (touchstart)=\"listenToMove($event, 'padding', 'top')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n h150\n l-36,24\n h-78\n l-36,-24z\n\"\n data-automation-id=\"padding-top-button\"\n aria-label=\"Padding top button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n h150\n l-36,24\n h-78\n l-36,-24z\n\"\n fill-opacity=\"0.064\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'right')\"\n (touchstart)=\"listenToMove($event, 'padding', 'right')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m150,0\n v60\n l-36,-24\n v-12\n l36,-24z\n\"\n data-automation-id=\"padding-right-button\"\n aria-label=\"Padding right button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m150,0\n v60\n l-36,-24\n v-12\n l36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'bottom')\"\n (touchstart)=\"listenToMove($event, 'padding', 'bottom')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,60\n h150\n l-36,-24\n h-78\n l-36,24z\n\"\n data-automation-id=\"padding-bottom-button\"\n aria-label=\"Padding bottom button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,60\n h150\n l-36,-24\n h-78\n l-36,24z\n\"\n fill-opacity=\"0.12\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: var(--colors-background-1); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <g\n class=\"hover:ax-brightness-75\"\n (mousedown)=\"listenToMove($event, 'padding', 'left')\"\n (touchstart)=\"listenToMove($event, 'padding', 'left')\"\n >\n <g>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"var(--colors-background-1)\"\n d=\"\n m0,0\n v60\n l36,-24\n v-12\n l-36,-24z\n\"\n data-automation-id=\"padding-left-button\"\n aria-label=\"Padding left button\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n <path\n cursor=\"s-resize\"\n mode=\"delta\"\n fill=\"white\"\n d=\"\n m0,0\n v60\n l36,-24\n v-12\n l-36,-24z\n\"\n fill-opacity=\"0.094\"\n mask=\"url(#padding-mask)\"\n data-legacy-styled=\"true\"\n style=\"color: rgb(85, 85, 85); cursor: s-resize\"\n ></path>\n </g>\n </g>\n <clipPath id=\"padding-outer\">\n <rect\n x=\"0\"\n y=\"0\"\n width=\"150\"\n height=\"62\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#padding-outer)\"\n x=\"0\"\n y=\"0\"\n width=\"150\"\n height=\"62\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n <clipPath id=\"padding-inner\">\n <rect\n x=\"36\"\n y=\"24\"\n width=\"78\"\n height=\"14\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none\"\n ></rect>\n </clipPath>\n <rect\n clip-path=\"url(#padding-inner)\"\n x=\"36\"\n y=\"24\"\n width=\"78\"\n height=\"14\"\n fill=\"transparent\"\n rx=\"4\"\n ry=\"4\"\n style=\"pointer-events: none; stroke-width: 0px; stroke: var(--colors-border-2)\"\n ></rect>\n </svg>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'top')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 1 / 2 / 2 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingTop\"\n data-automation-id=\"padding-top-edit\"\n aria-label=\"Padding top edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 1 / 2 / 2 / 3;\n \"\n >\n <span>{{ this.getValue().padding.top }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'right')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 3 / 3 / 4;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingRight\"\n data-automation-id=\"padding-right-edit\"\n aria-label=\"Padding right edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 3 / 3 / 4;\n \"\n >\n <span>{{ this.getValue().padding.right }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'bottom')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 3 / 2 / 4 / 3;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingBottom\"\n data-automation-id=\"padding-bottom-edit\"\n aria-label=\"Padding bottom edit\"\n data-legacy-styled=\"true\"\n data-origin=\"local\"\n data-resettable=\"true\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 3 / 2 / 4 / 3;\n \"\n >\n <span>{{ this.getValue().padding.bottom }}</span>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n (click)=\"openPopUp($event, 'padding', 'left')\"\n style=\"\n border: none;\n outline: 0px;\n cursor: default;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n grid-area: 2 / 1 / 3 / 2;\n place-self: center;\n padding: 2px;\n height: auto;\n width: auto;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n border-radius: 4px;\n color: var(--colors-text-secondary);\n background: transparent;\n box-sizing: border-box;\n box-shadow: none;\n \"\n >\n <div\n mode=\"delta\"\n name=\"paddingLeft\"\n data-automation-id=\"padding-left-edit\"\n aria-label=\"Padding left edit\"\n data-legacy-styled=\"true\"\n data-origin=\"default\"\n data-resettable=\"false\"\n style=\"\n cursor: default;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 11px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 11px;\n letter-spacing: -0.115px;\n display: flex;\n color: var(--colors-text-secondary);\n background: transparent;\n padding: 2px;\n margin: 0px;\n border-radius: 2px;\n max-width: 100%;\n box-sizing: content-box;\n place-self: center;\n position: relative;\n opacity: 1;\n align-items: center;\n justify-content: center;\n grid-area: 2 / 1 / 3 / 2;\n \"\n >\n <span>{{ this.getValue().padding.left }}</span>\n </div>\n </div>\n </div>\n <svg class=\"spacing-padding-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\">\n <text x=\"5\" y=\"4\" fill=\"white\" font-weight=\"500\" font-size=\"7\" dominant-baseline=\"hanging\">PADDING</text>\n </svg>\n\n <svg class=\"spacing-margin-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\">\n <text x=\"5\" y=\"4\" fill=\"white\" font-weight=\"500\" font-size=\"7\" dominant-baseline=\"hanging\">MARGIN</text>\n </svg>\n </div>\n </div>\n </div>\n</div>\n<ng-template #template let-type=\"type\" let-side=\"side\" let-value=\"value\">\n <div\n data-legacy-styled=\"true\"\n style=\"\n max-width: 239px;\n min-width: 201px;\n background: #353535;\n border-radius: 0.5rem;\n color: var(--colors-text-secondary, white);\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;\n font-size: 11.5px;\n line-height: 16px;\n \"\n >\n <div class=\"popover-container\">\n <div aria-hidden=\"true\" style=\"width: 16px; height: 16px; cursor: pointer\" (click)=\"setSpacing(0, type, side)\">\n <svg\n data-wf-icon=\"MarginLeftIcon\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path opacity=\"0.4\" d=\"M14 2L14 13L10 13L10 2L14 2Z\" fill=\"currentColor\" fill-opacity=\"0.67\"></path>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7.99995 7L7.99995 1H8.99995L8.99995 14H7.99995L7.99995 8L3.70706 8L5.85351 10.1464L5.1464 10.8536L1.79285 7.5L5.1464 4.14645L5.85351 4.85355L3.70706 7L7.99995 7Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div\n data-legacy-styled=\"true\"\n style=\"display: flex; flex-direction: column; justify-content: center; height: 24px\"\n >\n <!--INPUT-->\n <!-- <input\n aria-orientation=\"horizontal\"\n aria-valuemax=\"200\"\n aria-valuemin=\"-200\"\n data-automation-id=\"style-panel-presets-slider\"\n max=\"200\"\n min=\"-200\"\n step=\"1\"\n type=\"range\"\n data-sc=\"VisuallyHidden\"\n class=\"scrollbar\"\n [value]=\"value\"\n style=\"\n border: 0px;\n clip: rect(0px, 0px, 0px, 0px);\n clip-path: inset(50%);\n height: 1px;\n margin: 0px -1px -1px 0px;\n overflow: hidden;\n padding: 0px;\n position: absolute;\n width: 1px;\n white-space: nowrap;\n \"\n />\n <div\n data-legacy-styled=\"true\"\n style=\"position: relative; flex-basis: 2px; border-radius: 4px; background-color: var(--colors-border-1)\"\n >\n <div\n role=\"presentation\"\n class=\"scrollbar wf-8dbjgt\"\n style=\"\n width: 133px;\n height: 100%;\n pointer-events: none;\n height: 100%;\n position: absolute;\n top: 0px;\n left: 0px;\n border-radius: inherit;\n \"\n ></div>\n <div\n data-automation-id=\"style-panel-presets-slider-knob\"\n data-legacy-styled=\"true\"\n style=\"\n position: absolute;\n width: 4px;\n height: 10px;\n top: -4px;\n left: 0px;\n transform: translate3d(133px, 0px, 0px);\n cursor: ew-resize;\n border-radius: 1px;\n background-color: var(--colors-text-primary);\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0.5px;\n \"\n ></div>\n </div> -->\n <!-- <ax-range-slider [min]=\"0\" [max]=\"200\" (valuesChange)=\"setSpacing(1, type, side)\"> </ax-range-slider> -->\n <input\n type=\"range\"\n name=\"range\"\n [min]=\"0\"\n [max]=\"200\"\n [value]=\"this.getValue()[this.current().type][this.current().side]\"\n (input)=\"setSpacing($event, type, side)\"\n />\n </div>\n <div class=\"scrollbar\" data-sc=\"View\">\n <div data-sc=\"VStack Stack View\" class=\"scrollbar --styled-hKrpNK wf-1ugflpn\" style=\"--local-gap: 8px\">\n <div\n class=\"scrollbar\"\n data-sc=\"View\"\n style=\"\n gap: var(--local-gap, 8px);\n height: auto;\n display: flex;\n flex-flow: column;\n -webkit-box-align: stretch;\n align-items: stretch;\n -webkit-box-pack: start;\n position: relative;\n justify-content: stretch;\n width: 100%;\n -webkit-box-flex: 1;\n flex-grow: 1;\n \"\n >\n <div\n class=\"scrollbar\"\n style=\"display: grid; grid-template-columns: 1fr auto; transform: translate3d(0px, 0px, 0px)\"\n >\n <div\n data-legacy-styled=\"true\"\n style=\"\n grid-area: 1 / 1 / 2 / -1;\n align-items: stretch;\n background-color: var(--colors-ui-input-background);\n border-color: var(--colors-border-2);\n border-radius: 4px;\n border-style: solid;\n border-width: 1px;\n display: flex;\n flex: 0 1 auto;\n height: 24px;\n position: relative;\n \"\n >\n <input\n autocomplete=\"off\"\n data-wf-text-input=\"true\"\n name=\"spacing\"\n placeholder=\"\"\n aria-label=\"Edit spacing input\"\n type=\"text\"\n aria-disabled=\"false\"\n class=\"scrollbar\"\n [value]=\"value\"\n (input)=\"setSpacing($event, type, side)\"\n style=\"\n padding-right: 20px;\n background-color: transparent;\n border-color: transparent;\n border-radius: 4px;\n border-style: solid;\n border-width: 0px;\n box-sizing: border-box;\n color: var(--colors-text-primary);\n cursor: auto;\n display: block;\n font-family: inherit;\n font-size: inherit;\n height: 100%;\n line-height: 1;\n outline: transparent solid 2px;\n padding: 0px 4px;\n width: 100%;\n \"\n />\n </div>\n <div\n id=\"spacing-UnitSelect\"\n data-prevent-global-event-handlers=\"true\"\n tabindex=\"-1\"\n data-legacy-styled=\"true\"\n aria-expanded=\"false\"\n aria-haspopup=\"listbox\"\n data-focus=\"false\"\n style=\"\n border-color: transparent;\n outline: 0px;\n cursor: default;\n user-select: none;\n font-size: 9px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', sans-serif;\n line-height: 12px;\n letter-spacing: -0.115px;\n text-transform: none;\n color: var(--colors-text-primary);\n place-self: center stretch;\n grid-area: 1 / 2 / 2 / 3;\n z-index: 1;\n min-width: 16px;\n border-radius: 1px;\n height: calc(100% - 2px);\n text-align: center;\n background: transparent;\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;\n border-width: 0px;\n margin: 1px;\n position: relative;\n right: 2px;\n display: grid;\n grid-template-columns: auto;\n grid-auto-flow: column;\n justify-content: unset;\n width: 100%;\n flex-grow: unset;\n padding: 0px;\n box-sizing: border-box;\n --component-icon-color: var(--colors-text-secondary);\n align-items: center;\n border-style: solid;\n \"\n >\n <div\n data-legacy-styled=\"true\"\n class=\"scrollbar\"\n style=\"\n justify-self: start;\n width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n \"\n >\n PX\n <!--PX-->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n data-legacy-styled=\"true\"\n style=\"\n display: grid;\n grid-area: 2 / 1 / 3 / -1;\n grid-template-columns: repeat(5, 1fr);\n grid-template-rows: 24px 24px;\n gap: 4px;\n \"\n >\n @for(i of FixedValues; track $index){\n <div\n (click)=\"setSpacing(i.value, type, side)\"\n class=\"hover:!ax-bg-gradient-to-b hover:!ax-from-white/20 hover:!ax-to-white/5 !ax-cursor-pointer\"\n [class]=\"i.colspan ? 'ax-col-span-' + i.colspan : ''\"\n [class]=\"i.rowspan ? 'ax-row-span-' + i.rowspan : ''\"\n data-legacy-styled=\"true\"\n data-focus=\"false\"\n tabindex=\"0\"\n style=\"\n border-bottom-color: var(--colors-border-1);\n border-left-color: var(--colors-border-1);\n border-right-color: var(--colors-border-1);\n border-top-color: var(--colors-border-1);\n outline: 0px;\n cursor: default;\n user-select: none;\n padding: 0px;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n --component-icon-color: var(--colors-text-secondary);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n border-radius: 4px;\n color: var(--colors-action-secondary-text);\n background: var(--colors-action-secondary-background);\n border-width: 0px;\n border-style: solid;\n box-shadow: var(--box-shadows-action-secondary);\n align-self: center;\n \"\n >\n <div data-legacy-styled=\"true\" class=\"scrollbar ax-truncate\">{{ i.label }}</div>\n </div>\n }\n </div>\n </div>\n\n <div\n data-legacy-styled=\"true\"\n style=\"height: 1px; margin-top: 4px; margin-bottom: 4px; background: var(--colors-border-1); pointer-events: none\"\n ></div>\n\n <div\n (click)=\"setSpacing(0, type, side)\"\n class=\"ax-cursor-pointer hover:!ax-bg-gray-700\"\n role=\"option\"\n data-legacy-styled=\"true\"\n cursor=\"default\"\n data-focus=\"false\"\n tabindex=\"0\"\n style=\"\n outline: 0px;\n user-select: none;\n padding: 4px 8px;\n margin: 4px 0px;\n min-height: 24px;\n --component-icon-color: var(--colors-text-secondary);\n \"\n >\n <div data-legacy-styled=\"true\" style=\"display: flex; flex-direction: row; align-items: center\">\n <div data-legacy-styled=\"true\" style=\"min-width: 24px; align-self: center; flex-grow: 1; flex-basis: 0px\">\n <div\n data-automation-id=\"reset-style-property-button\"\n data-legacy-styled=\"true\"\n style=\"\n align-items: center;\n box-sizing: border-box;\n display: grid;\n gap: 4px 8px;\n grid-template-columns: 16px 1fr auto;\n \"\n >\n <div aria-hidden=\"true\" class=\"scrollbar\" style=\"width: 16px; height: 16px\">\n <svg\n data-wf-icon=\"UndoIcon\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3.70712 5.00004L6.35357 2.35359L5.64646 1.64648L1.79291 5.50004L5.64646 9.35359L6.35357 8.64648L3.70712 6.00004H10C11.6569 6.00004 13 7.34318 13 9.00004C13 10.6569 11.6569 12 10 12H8.00001V13H10C12.2092 13 14 11.2092 14 9.00004C14 6.7909 12.2092 5.00004 10 5.00004H3.70712Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div>Reset</div>\n </div>\n </div>\n <div data-legacy-styled=\"true\" style=\"align-self: center\">\n <div\n style=\"\n cursor: default;\n user-select: none;\n font-size: 11.5px;\n font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: -0.115px;\n color: var(--colors-text-secondary);\n justify-self: end;\n margin-left: 1px;\n \"\n >\n <!-- <span>Alt + click</span> -->\n </div>\n </div>\n </div>\n </div>\n </div>\n</ng-template>\n\n<ax-popover #popover [openOn]=\"'click'\" [offsetY]=\"10\" [closeOn]=\"'clickOut'\">\n <ng-container\n [ngTemplateOutlet]=\"template\"\n [ngTemplateOutletContext]=\"{\n type: this.current().type,\n side: this.current().side,\n value: this.getValue()[this.current().type][this.current().side]\n }\"\n ></ng-container>\n</ax-popover>\n", styles: [".spacing-container{--colors-text-secondary: rgba(255, 255, 255, .67);--colors-ui-scrollbar-thumb: rgba(255, 255, 255, .67);--colors-background-1: #292929;--colors-text-secondary: white;--colors-border-2: rgba(255, 255, 255, .16);--color-changed: rgb(167, 209, 255);--color-background: rgba(0, 106, 204, .18);background-color:var(--colors-background-1);width:15rem}.spacing-container .spacing-outer-box{transform:scale(1.2);align-items:center;box-sizing:border-box;display:grid;gap:8px 4px;grid-column:1/-1;grid-template-columns:44px 1fr;padding:4px}.spacing-container .spacing-inner-box{position:relative;display:grid;margin-top:8px;margin-right:8px;width:224px;height:112px;grid-template-columns:36px 1px 36px 1fr 36px 1px 36px;grid-template-rows:24px 2px 24px 1fr 24px 2px 24px;outline-style:none;cursor:default;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.spacing-container .spacing-inner-box .spacing-margin-box{border-radius:4px;grid-area:1/1/-1/-1;display:grid;grid-template-columns:36px 1fr 36px;grid-template-rows:24px minmax(8px,1fr) 24px;justify-items:center;width:224px;height:112px}.spacing-container .spacing-inner-box .spacing-margin-box::-webkit-scrollbar-thumb{background-color:var(--colors-ui-scrollbar-thumb);background-clip:padding-box;border:2px solid rgba(0,0,0,0);border-radius:10px}.spacing-container .spacing-inner-box .spacing-margin-box::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.spacing-container .spacing-inner-box .spacing-padding-box{border-radius:4px;grid-area:3/3/span 3/span 3;display:grid;grid-template-columns:36px 1fr 36px;grid-template-rows:24px minmax(8px,1fr) 24px;justify-items:center;width:150px;height:60px}.spacing-container .spacing-inner-box .spacing-padding-text{grid-area:3/3/span 3/span 3;pointer-events:none;position:relative}.spacing-container .spacing-inner-box .spacing-margin-text{grid-area:1/1/-1/-1;pointer-events:none;position:relative}.popover-container{display:grid;grid-template-columns:16px 1fr 56px;grid-template-rows:24px 1fr;align-items:center;gap:8px;width:241px;padding:8px;--colors-action-secondary-text: white;--colors-action-secondary-background: linear-gradient( 180deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .11) 100% );--box-shadows-action-secondary: 0px .5px 1px rgba(0, 0, 0, .8), inset 0px .5px .5px rgba(255, 255, 255, .12);--colors-border-1: rgba(255, 255, 255, .13)}.popover-container input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;cursor:pointer;outline:none;overflow:hidden;border-radius:12px}.popover-container input[type=range]::-webkit-slider-runnable-track{height:10px;background:#ccc;border-radius:12px}.popover-container input[type=range]::-moz-range-track{height:10px;background:#ccc;border-radius:12px}.popover-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;width:10px;background-color:#fff;border-radius:50%;border:1px solid #353535;box-shadow:-407px 0 0 400px rgba(41,41,41,.44)}.popover-container input[type=range]::-moz-range-thumb{height:10px;width:10px;background-color:#fff;border-radius:50%;border:1px solid #353535;box-shadow:-407px 0 0 400px rgba(41,41,41,.44)}.scrollbar::-webkit-scrollbar{height:9px;width:9px}.area{grid-area:1/1/-1/-1;overflow:hidden;border-radius:2px;filter:drop-shadow(rgba(255,255,255,.2) 0px -.5px 0px) drop-shadow(rgba(0,0,0,.4) 0px 0px 1px) drop-shadow(rgba(0,0,0,.2) 0px 1px 0px)}\n"] }]
7812
7935
  }] });
7813
7936
 
7814
7937
  var spacingWidgetEditor_component = /*#__PURE__*/Object.freeze({
@@ -7837,6 +7960,9 @@ class AXPBorderWidgetEditComponent extends AXPWidgetComponent {
7837
7960
  super(...arguments);
7838
7961
  this.isRadiusLinked = signal(false);
7839
7962
  }
7963
+ setRadiusLinked() {
7964
+ this.isRadiusLinked.set(!this.isRadiusLinked());
7965
+ }
7840
7966
  setBorder(e, type, side) {
7841
7967
  const value = e.value ?? 0;
7842
7968
  const currentValue = this.getValue();
@@ -7856,7 +7982,7 @@ class AXPBorderWidgetEditComponent extends AXPWidgetComponent {
7856
7982
  });
7857
7983
  }
7858
7984
  }
7859
- setSameValue(type, value) {
7985
+ setSameValue(value, type) {
7860
7986
  if (type === 'radius') {
7861
7987
  return {
7862
7988
  'top-right': value,
@@ -7870,11 +7996,20 @@ class AXPBorderWidgetEditComponent extends AXPWidgetComponent {
7870
7996
  }
7871
7997
  }
7872
7998
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBorderWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7873
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPBorderWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div class=\"ax-border-container-box\">\n <div class=\"ax-border-radius-side\">\n <div class=\"ax-border-radius-text\">Radius</div>\n <div class=\"ax-flex ax-items-center ax-justify-center ax-gap-2\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isRadiusLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"ax-border-radius-box\">\n <div class=\"ax-border-radius-item ax-border-b\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-left')\"\n [ngModel]=\"this.getValue().radius['top-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item ax-border-b ax-border-l\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-right')\"\n [ngModel]=\"this.getValue().radius['top-right']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-left')\"\n [ngModel]=\"this.getValue().radius['bottom-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item ax-border-l\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-right')\"\n [ngModel]=\"this.getValue().radius['bottom-right']\"\n ></ax-number-box>\n </div>\n </div>\n</div>\n", styles: [".ax-border-container-box{display:grid;min-height:5rem;min-width:12rem;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;padding-left:1rem;padding-right:1rem}.ax-border-container-box>.ax-border-radius-side{grid-column:span 1 / span 1;grid-column-start:1;grid-row:span 2 / span 2;grid-row-start:1;display:flex;flex-direction:row;gap:.5rem}.ax-border-container-box>.ax-border-radius-box{grid-column:span 2 / span 2;grid-column-start:2;grid-row:span 2 / span 2;grid-row-start:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));border-radius:.5rem;border-width:1px}.ax-border-container-box>.ax-border-radius-box>.ax-border-radius-item{display:flex;align-items:center;justify-content:center;gap:.5rem}.ax-border-container-box ax-number-box{width:100%}.ax-border-container-box ax-number-box>div{height:fit-content!important;width:2.5rem!important;border-style:none!important}.ax-border-container-box ax-number-box>div input{height:1.5rem!important;width:2.5rem!important;padding:.25rem!important;text-align:center!important}.ax-border-container-box ax-check-box>div{display:block!important}\n"], dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1$3.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i3$1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "checked", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7999
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: AXPBorderWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<!-- <div class=\"ax-border-container-box\">\n <div class=\"ax-border-radius-side\">\n <div class=\"ax-border-radius-text\">Radius</div>\n </div>\n <div class=\"ax-border-radius-box\">\n <div class=\"ax-border-radius-top-start\">\n <i class=\"fa-regular fa-border-top-left\"></i>\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-left')\"\n [ngModel]=\"this.getValue().radius['top-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-top-end\">\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-right')\"\n [ngModel]=\"this.getValue().radius['top-right']\"\n ></ax-number-box>\n <i class=\"fa-regular fa-border-top-left ax-rotate-90\"></i>\n </div>\n <div class=\"ax-border-radius-bottom-start\">\n <i class=\"fa-regular fa-border-bottom-right ax-rotate-90\"></i>\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-left')\"\n [ngModel]=\"this.getValue().radius['bottom-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-bottom-end\">\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-right')\"\n [ngModel]=\"this.getValue().radius['bottom-right']\"\n ></ax-number-box>\n <i class=\"fa-regular fa-border-bottom-right\"></i>\n </div>\n <div class=\"ax-border-radius-bottom-center ax-text-xs\">\n <ax-button color=\"ghost\" [toggleable]=\"true\" (onClick)=\"setRadiusLinked()\"\n ><ax-icon><i class=\"fa-regular fa-link\"></i></ax-icon\n ></ax-button>\n </div>\n </div>\n</div> -->\n<div class=\"ax-py-2\">\n <div class=\"ax-radius-box ax-flex ax-justify-between ax-items-center ax-gap-4\">\n <span class=\"ax-text-sm ax-font-light\">Radius</span>\n <div class=\"ax-flex ax-gap-2 ax-items-center\">\n <div>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M2.5 5.5C2.5 3.84315 3.84315 2.5 5.5 2.5H10.5C12.1569 2.5 13.5 3.84315 13.5 5.5V10.5C13.5 12.1569 12.1569 13.5 10.5 13.5H5.5C3.84315 13.5 2.5 12.1569 2.5 10.5V5.5Z\"\n stroke=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.5 2C3.11929 2 2 3.11929 2 4.5V7H3V4.5C3 3.67157 3.67157 3 4.5 3H7V2H4.5Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M9 2V3H11.5C12.3284 3 13 3.67157 13 4.5V7H14V4.5C14 3.11929 12.8807 2 11.5 2H9Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M14 9H13V11.5C13 12.3284 12.3284 13 11.5 13H9V14H11.5C12.8807 14 14 12.8807 14 11.5V9Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M7 14V13H4.5C3.67157 13 3 12.3284 3 11.5V9H2V11.5C2 12.8807 3.11929 14 4.5 14H7Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div class=\"ax-flex ax-justify-center ax-items-center ax-flex-shrink\">\n <ax-range-slider class=\"ax-min-w-28\"></ax-range-slider>\n </div>\n <div class=\"ax-flex ax-justify-start ax-items-center\">\n <ax-number-box class=\"ax-xs ax-min-w-8\" [showSpinButtons]=\"false\"\n ><ax-suffix><ax-text class=\"!ax-pl-0 !ax-pr-1\">PX</ax-text></ax-suffix></ax-number-box\n >\n </div>\n </div>\n </div>\n\n <div class=\"ax-flex ax-justify-between ax-items-center ax-py-1\">\n <span class=\"ax-text-sm ax-font-light\">Borders</span>\n </div>\n\n <div class=\"ax-border-box ax-flex ax-justify-between ax-items-center ax-gap-4\">\n <div class=\"ax-grid ax-grid-cols-3 ax-grid-rows-3 ax-gap-1 ax-flex-shrink-0\">\n <!-- Top Border -->\n <div class=\"ax-border-box-top ax-col-start-2 ax-row-start-1\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 13C2 13.5523 2.44772 14 3 14H13C13.5523 14 14 13.5523 14 13V5H13V13H3V5H2V13Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3H14V2H2V3Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Right Border -->\n <div class=\"ax-border-box-right ax-col-start-3 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M3 2C2.44772 2 2 2.44772 2 3L2 13C2 13.5523 2.44772 14 3 14L11 14L11 13L3 13L3 3L11 3L11 2L3 2Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2L13 14L14 14L14 2L13 2Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Bottom Border -->\n <div class=\"ax-border-box-bottom ax-col-start-2 ax-row-start-3\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V11H13V3H3V11H2V3Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13H14V14H2V13Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Left Border -->\n <div class=\"ax-border-box-left ax-col-start-1 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M13 2C13.5523 2 14 2.44772 14 3L14 13C14 13.5523 13.5523 14 13 14L5 14L5 13L13 13L13 3L5 3L5 2L13 2Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2L3 14L2 14L2 2L3 2Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Center -->\n <div class=\"ax-border-box-center ax-col-start-2 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3ZM13 3L3 3V13H13V3Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n </div>\n </div>\n <div class=\"ax-grid ax-grid-cols-[auto_1fr] ax-items-center ax-gap-x-2 ax-gap-y-2\">\n <div class=\"ax-text-sm ax-font-light\">Style</div>\n <ax-button-group [selection]=\"'single'\">\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.70714 8.00004L12.3536 4.35359L11.6465 3.64648L8.00004 7.29293L4.35359 3.64648L3.64648 4.35359L7.29293 8.00004L3.64648 11.6465L4.35359 12.3536L8.00004 8.70714L11.6465 12.3536L12.3536 11.6465L8.70714 8.00004Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item [selected]=\"true\"\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 7.5H14\" stroke=\"currentColor\"></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M5 7H2V8H5V7ZM11 8H12H14V7H12H11V8ZM9.5 7H6.5V8H9.5V7Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M4 7H3V8H4V7ZM6 7H5V8H6V7ZM7 7H8V8H7V7ZM10 7H9V8H10V7ZM11 7H12V8H11V7ZM14 7H13V8H14V7Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n </ax-button-group>\n\n <div class=\"ax-text-sm ax-font-light\">Width</div>\n <div class=\"ax-flex ax-justify-start ax-items-center\">\n <ax-number-box class=\"ax-xs ax-min-w-8\" [showSpinButtons]=\"false\"\n ><ax-suffix><ax-text class=\"!ax-pl-0 !ax-pr-1\">PX</ax-text></ax-suffix></ax-number-box\n >\n </div>\n\n <div class=\"ax-text-sm ax-font-light\">Color</div>\n <ax-color-box ngModel=\"#3b82f6\"></ax-color-box>\n </div>\n </div>\n</div>\n", styles: [".ax-radius-box{--ax-range-slider-base-thickness: .15rem}.ax-radius-box ax-range-slider{padding:.5rem}.ax-radius-box ax-number-box>div>input{padding:0 .2rem!important}.ax-border-box ax-button-group ax-button-group-item{padding:.2rem .55rem}\n"], dependencies: [{ kind: "ngmodule", type: AXNumberBoxModule }, { kind: "component", type: i1$4.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "changeOnScroll", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue", "class"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { 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"] }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "ngmodule", type: AXButtonModule }, { 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-sub-title, ax-placeholder, ax-overlay" }, { kind: "ngmodule", type: AXRangeSliderModule }, { kind: "component", type: i4$3.AXRangeSliderComponent, selector: "ax-range-slider", inputs: ["disabled", "readonly", "orientation", "color", "values", "mode", "min", "max", "step", "snap", "tooltipMode", "snapMode", "hasStep", "hasSnap", "hasLable", "hasTooltip"], outputs: ["valuesChange"] }, { kind: "ngmodule", type: AXButtonGroupModule }, { kind: "component", type: i5$3.AXButtonGroupComponent, selector: "ax-button-group", inputs: ["disabled", "color", "look", "selection"], outputs: ["onBlur", "onFocus", "lookChange", "colorChange", "disabledChange", "onClick", "selectionChange"] }, { kind: "component", type: i5$3.AXButtonGroupItemComponent, selector: "ax-button-group-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "ngmodule", type: AXColorBoxModule }, { kind: "component", type: i2$3.AXColorBoxComponent, selector: "ax-color-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7874
8000
  }
7875
8001
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPBorderWidgetEditComponent, decorators: [{
7876
8002
  type: Component,
7877
- args: [{ changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [AXNumberBoxModule, FormsModule, AXCheckBoxModule], template: "<div class=\"ax-border-container-box\">\n <div class=\"ax-border-radius-side\">\n <div class=\"ax-border-radius-text\">Radius</div>\n <div class=\"ax-flex ax-items-center ax-justify-center ax-gap-2\">\n <i class=\"fa-regular fa-link\"></i> <ax-check-box [(ngModel)]=\"isRadiusLinked\"> </ax-check-box>\n </div>\n </div>\n <div class=\"ax-border-radius-box\">\n <div class=\"ax-border-radius-item ax-border-b\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-left')\"\n [ngModel]=\"this.getValue().radius['top-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item ax-border-b ax-border-l\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-right')\"\n [ngModel]=\"this.getValue().radius['top-right']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-left')\"\n [ngModel]=\"this.getValue().radius['bottom-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-item ax-border-l\">\n <ax-number-box\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-right')\"\n [ngModel]=\"this.getValue().radius['bottom-right']\"\n ></ax-number-box>\n </div>\n </div>\n</div>\n", styles: [".ax-border-container-box{display:grid;min-height:5rem;min-width:12rem;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;padding-left:1rem;padding-right:1rem}.ax-border-container-box>.ax-border-radius-side{grid-column:span 1 / span 1;grid-column-start:1;grid-row:span 2 / span 2;grid-row-start:1;display:flex;flex-direction:row;gap:.5rem}.ax-border-container-box>.ax-border-radius-box{grid-column:span 2 / span 2;grid-column-start:2;grid-row:span 2 / span 2;grid-row-start:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));border-radius:.5rem;border-width:1px}.ax-border-container-box>.ax-border-radius-box>.ax-border-radius-item{display:flex;align-items:center;justify-content:center;gap:.5rem}.ax-border-container-box ax-number-box{width:100%}.ax-border-container-box ax-number-box>div{height:fit-content!important;width:2.5rem!important;border-style:none!important}.ax-border-container-box ax-number-box>div input{height:1.5rem!important;width:2.5rem!important;padding:.25rem!important;text-align:center!important}.ax-border-container-box ax-check-box>div{display:block!important}\n"] }]
8003
+ args: [{ changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
8004
+ AXNumberBoxModule,
8005
+ FormsModule,
8006
+ AXCheckBoxModule,
8007
+ AXButtonModule,
8008
+ AXDecoratorModule,
8009
+ AXRangeSliderModule,
8010
+ AXButtonGroupModule,
8011
+ AXColorBoxModule,
8012
+ ], template: "<!-- <div class=\"ax-border-container-box\">\n <div class=\"ax-border-radius-side\">\n <div class=\"ax-border-radius-text\">Radius</div>\n </div>\n <div class=\"ax-border-radius-box\">\n <div class=\"ax-border-radius-top-start\">\n <i class=\"fa-regular fa-border-top-left\"></i>\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-left')\"\n [ngModel]=\"this.getValue().radius['top-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-top-end\">\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'top-right')\"\n [ngModel]=\"this.getValue().radius['top-right']\"\n ></ax-number-box>\n <i class=\"fa-regular fa-border-top-left ax-rotate-90\"></i>\n </div>\n <div class=\"ax-border-radius-bottom-start\">\n <i class=\"fa-regular fa-border-bottom-right ax-rotate-90\"></i>\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-left')\"\n [ngModel]=\"this.getValue().radius['bottom-left']\"\n ></ax-number-box>\n </div>\n <div class=\"ax-border-radius-bottom-end\">\n <ax-number-box\n class=\"ax-xs\"\n [minValue]=\"0\"\n [showSpinButtons]=\"false\"\n [changeOnScroll]=\"true\"\n (onValueChanged)=\"setBorder($event, 'radius', 'bottom-right')\"\n [ngModel]=\"this.getValue().radius['bottom-right']\"\n ></ax-number-box>\n <i class=\"fa-regular fa-border-bottom-right\"></i>\n </div>\n <div class=\"ax-border-radius-bottom-center ax-text-xs\">\n <ax-button color=\"ghost\" [toggleable]=\"true\" (onClick)=\"setRadiusLinked()\"\n ><ax-icon><i class=\"fa-regular fa-link\"></i></ax-icon\n ></ax-button>\n </div>\n </div>\n</div> -->\n<div class=\"ax-py-2\">\n <div class=\"ax-radius-box ax-flex ax-justify-between ax-items-center ax-gap-4\">\n <span class=\"ax-text-sm ax-font-light\">Radius</span>\n <div class=\"ax-flex ax-gap-2 ax-items-center\">\n <div>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M2.5 5.5C2.5 3.84315 3.84315 2.5 5.5 2.5H10.5C12.1569 2.5 13.5 3.84315 13.5 5.5V10.5C13.5 12.1569 12.1569 13.5 10.5 13.5H5.5C3.84315 13.5 2.5 12.1569 2.5 10.5V5.5Z\"\n stroke=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div>\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.5 2C3.11929 2 2 3.11929 2 4.5V7H3V4.5C3 3.67157 3.67157 3 4.5 3H7V2H4.5Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M9 2V3H11.5C12.3284 3 13 3.67157 13 4.5V7H14V4.5C14 3.11929 12.8807 2 11.5 2H9Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M14 9H13V11.5C13 12.3284 12.3284 13 11.5 13H9V14H11.5C12.8807 14 14 12.8807 14 11.5V9Z\"\n fill=\"currentColor\"\n ></path>\n <path\n d=\"M7 14V13H4.5C3.67157 13 3 12.3284 3 11.5V9H2V11.5C2 12.8807 3.11929 14 4.5 14H7Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n <div class=\"ax-flex ax-justify-center ax-items-center ax-flex-shrink\">\n <ax-range-slider class=\"ax-min-w-28\"></ax-range-slider>\n </div>\n <div class=\"ax-flex ax-justify-start ax-items-center\">\n <ax-number-box class=\"ax-xs ax-min-w-8\" [showSpinButtons]=\"false\"\n ><ax-suffix><ax-text class=\"!ax-pl-0 !ax-pr-1\">PX</ax-text></ax-suffix></ax-number-box\n >\n </div>\n </div>\n </div>\n\n <div class=\"ax-flex ax-justify-between ax-items-center ax-py-1\">\n <span class=\"ax-text-sm ax-font-light\">Borders</span>\n </div>\n\n <div class=\"ax-border-box ax-flex ax-justify-between ax-items-center ax-gap-4\">\n <div class=\"ax-grid ax-grid-cols-3 ax-grid-rows-3 ax-gap-1 ax-flex-shrink-0\">\n <!-- Top Border -->\n <div class=\"ax-border-box-top ax-col-start-2 ax-row-start-1\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 13C2 13.5523 2.44772 14 3 14H13C13.5523 14 14 13.5523 14 13V5H13V13H3V5H2V13Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3H14V2H2V3Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Right Border -->\n <div class=\"ax-border-box-right ax-col-start-3 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M3 2C2.44772 2 2 2.44772 2 3L2 13C2 13.5523 2.44772 14 3 14L11 14L11 13L3 13L3 3L11 3L11 2L3 2Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2L13 14L14 14L14 2L13 2Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Bottom Border -->\n <div class=\"ax-border-box-bottom ax-col-start-2 ax-row-start-3\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V11H13V3H3V11H2V3Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13H14V14H2V13Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Left Border -->\n <div class=\"ax-border-box-left ax-col-start-1 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n opacity=\"0.4\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M13 2C13.5523 2 14 2.44772 14 3L14 13C14 13.5523 13.5523 14 13 14L5 14L5 13L13 13L13 3L5 3L5 2L13 2Z\"\n fill=\"currentColor\"\n ></path>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2L3 14L2 14L2 2L3 2Z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n </div>\n\n <!-- Center -->\n <div class=\"ax-border-box-center ax-col-start-2 ax-row-start-2\">\n <div class=\"ax-p-1\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3ZM13 3L3 3V13H13V3Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n </div>\n </div>\n </div>\n <div class=\"ax-grid ax-grid-cols-[auto_1fr] ax-items-center ax-gap-x-2 ax-gap-y-2\">\n <div class=\"ax-text-sm ax-font-light\">Style</div>\n <ax-button-group [selection]=\"'single'\">\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.70714 8.00004L12.3536 4.35359L11.6465 3.64648L8.00004 7.29293L4.35359 3.64648L3.64648 4.35359L7.29293 8.00004L3.64648 11.6465L4.35359 12.3536L8.00004 8.70714L11.6465 12.3536L12.3536 11.6465L8.70714 8.00004Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item [selected]=\"true\"\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 7.5H14\" stroke=\"currentColor\"></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M5 7H2V8H5V7ZM11 8H12H14V7H12H11V8ZM9.5 7H6.5V8H9.5V7Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n <ax-button-group-item\n ><ax-prefix\n ><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M4 7H3V8H4V7ZM6 7H5V8H6V7ZM7 7H8V8H7V7ZM10 7H9V8H10V7ZM11 7H12V8H11V7ZM14 7H13V8H14V7Z\"\n fill=\"currentColor\"\n ></path></svg></ax-prefix\n ></ax-button-group-item>\n </ax-button-group>\n\n <div class=\"ax-text-sm ax-font-light\">Width</div>\n <div class=\"ax-flex ax-justify-start ax-items-center\">\n <ax-number-box class=\"ax-xs ax-min-w-8\" [showSpinButtons]=\"false\"\n ><ax-suffix><ax-text class=\"!ax-pl-0 !ax-pr-1\">PX</ax-text></ax-suffix></ax-number-box\n >\n </div>\n\n <div class=\"ax-text-sm ax-font-light\">Color</div>\n <ax-color-box ngModel=\"#3b82f6\"></ax-color-box>\n </div>\n </div>\n</div>\n", styles: [".ax-radius-box{--ax-range-slider-base-thickness: .15rem}.ax-radius-box ax-range-slider{padding:.5rem}.ax-radius-box ax-number-box>div>input{padding:0 .2rem!important}.ax-border-box ax-button-group ax-button-group-item{padding:.2rem .55rem}\n"] }]
7878
8013
  }] });
7879
8014
 
7880
8015
  var borderWidgetEditor_component = /*#__PURE__*/Object.freeze({
@@ -7925,7 +8060,7 @@ class AXPCronJobWidgetEditComponent extends AXPWidgetComponent {
7925
8060
  this.setValue(e.data);
7926
8061
  }
7927
8062
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7928
- 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$7.AXCronJobContainerComponent, selector: "ax-cron-job-container", outputs: ["onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8063
+ 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$9.AXCronJobContainerComponent, selector: "ax-cron-job-container", outputs: ["onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7929
8064
  }
7930
8065
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPCronJobWidgetEditComponent, decorators: [{
7931
8066
  type: Component,
@@ -8073,7 +8208,7 @@ class AXPQrcodeWidgetViewComponent extends AXPWidgetComponent {
8073
8208
  >
8074
8209
  </ax-qrcode>
8075
8210
  }
8076
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXQrcodeModule }, { kind: "component", type: i1$8.AXQrcodeComponent, selector: "ax-qrcode", inputs: ["content", "size", "level", "color", "backgroundColor", "outputType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8211
+ `, 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 }); }
8077
8212
  }
8078
8213
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPQrcodeWidgetViewComponent, decorators: [{
8079
8214
  type: Component,
@@ -8228,7 +8363,7 @@ class AXPColorBoxWidgetEditComponent extends AXPWidgetComponent {
8228
8363
  <ax-clear-button></ax-clear-button>
8229
8364
  }
8230
8365
  </ax-color-box>
8231
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXColorBoxModule }, { kind: "component", type: i2$3.AXColorBoxComponent, selector: "ax-color-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$2.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8366
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "ngmodule", type: AXColorBoxModule }, { kind: "component", type: i2$3.AXColorBoxComponent, selector: "ax-color-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i3.AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "ngmodule", type: AXFormModule }, { kind: "directive", type: i3$1.AXValidationRuleDirective, selector: "ax-validation-rule", inputs: ["rule", "options", "message"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8232
8367
  }
8233
8368
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPColorBoxWidgetEditComponent, decorators: [{
8234
8369
  type: Component,
@@ -8401,7 +8536,7 @@ class AXPFormFieldWidgetViewComponent extends AXPWidgetComponent {
8401
8536
  <ng-container axp-widget-renderer [node]="node" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
8402
8537
  }
8403
8538
  </ax-form-field>
8404
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$2.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8539
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$1.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8405
8540
  }
8406
8541
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPFormFieldWidgetViewComponent, decorators: [{
8407
8542
  type: Component,
@@ -8455,7 +8590,7 @@ class AXPFormFieldWidgetDesignerComponent extends AXPWidgetComponent {
8455
8590
  <axp-designer-add-widget-mini-button ></axp-designer-add-widget-mini-button>
8456
8591
  }
8457
8592
  </ax-form-field>
8458
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$2.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { 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 }); }
8593
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i3$1.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i4$1.AXLabelComponent, selector: "ax-label", inputs: ["required", "for"], outputs: ["requiredChange"] }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { 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 }); }
8459
8594
  }
8460
8595
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPFormFieldWidgetDesignerComponent, decorators: [{
8461
8596
  type: Component,
@@ -8531,7 +8666,7 @@ class AXPGridWidgetViewComponent extends AXPWidgetComponent {
8531
8666
  <ng-container axp-widget-renderer [node]="child" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
8532
8667
  }
8533
8668
  </div>
8534
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8669
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8535
8670
  }
8536
8671
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPGridWidgetViewComponent, decorators: [{
8537
8672
  type: Component,
@@ -8741,7 +8876,7 @@ class AXPGridItemWidgetViewComponent extends AXPWidgetComponent {
8741
8876
  @for (child of children(); track $index) {
8742
8877
  <ng-container axp-widget-renderer [node]="child" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
8743
8878
  }
8744
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8879
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8745
8880
  }
8746
8881
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPGridItemWidgetViewComponent, decorators: [{
8747
8882
  type: Component,
@@ -8925,7 +9060,7 @@ class AXPGridRowWidgetViewComponent extends AXPWidgetComponent {
8925
9060
  <ng-container axp-widget-renderer [node]="child" [index]="index" [parentNode]="this" [mode]="this.mode"> </ng-container>
8926
9061
  }
8927
9062
  </div>
8928
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$6.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9063
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: i1$7.AXPWidgetRendererDirective, selector: "[axp-widget-renderer]", inputs: ["parentNode", "index", "mode", "node"], exportAs: ["widgetRenderer"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8929
9064
  }
8930
9065
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPGridRowWidgetViewComponent, decorators: [{
8931
9066
  type: Component,
@@ -9160,7 +9295,7 @@ const AXPTextBlockWidget = {
9160
9295
 
9161
9296
  class AXPWidgetsModule {
9162
9297
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPWidgetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9163
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXPWidgetsModule, imports: [i1$6.AXPLayoutBuilderModule] }); }
9298
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXPWidgetsModule, imports: [i1$7.AXPLayoutBuilderModule] }); }
9164
9299
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPWidgetsModule, imports: [AXPLayoutBuilderModule.forChild({
9165
9300
  widgets: [
9166
9301
  AXPDocumentWidget,
@@ -9252,5 +9387,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
9252
9387
  * Generated bundle index. Do not edit.
9253
9388
  */
9254
9389
 
9255
- export { AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetPrintComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPFileBoxWidget, AXPFileBoxWidgetColumnComponent, AXPFileBoxWidgetEditComponent, AXPFileBoxWidgetFilterComponent, AXPFileBoxWidgetPrintComponent, AXPFileBoxWidgetViewComponent, AXPFileManagementService, AXPGalleryWidget, AXPGalleryWidgetColumnComponent, AXPGalleryWidgetEditComponent, AXPGalleryWidgetFilterComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, 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_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_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_GROUP, AXP_LAYOUT_FLEX_WRAP_PROPERTY, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, 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_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, booleanDefaultProperty, largeTextDefaultProperty, numberDefaultProperty, plainTextDefaultProperty };
9390
+ export { AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, AXPBorderWidget, AXPBorderWidgetEditComponent, AXPButtonWidget, AXPButtonWidgetViewComponent, AXPCheckBoxWidget, AXPCheckBoxWidgetEditComponent, AXPContactWidget, AXPContactWidgetColumnComponent, AXPContactWidgetEditComponent, AXPContactWidgetPrintComponent, AXPContactWidgetViewComponent, AXPDateTimeBoxWidget, AXPDateTimeBoxWidgetColumnComponent, AXPDateTimeBoxWidgetEditComponent, AXPDateTimeBoxWidgetFilterComponent, AXPDateTimeBoxWidgetPrintComponent, AXPDateTimeBoxWidgetViewComponent, AXPEmailBoxWidget, AXPEmailBoxWidgetColumnComponent, AXPEmailBoxWidgetEditComponent, AXPEmailBoxWidgetFilterComponent, AXPEmailBoxWidgetPrintComponent, AXPEmailBoxWidgetViewComponent, AXPFileBoxWidget, AXPFileBoxWidgetColumnComponent, AXPFileBoxWidgetEditComponent, AXPFileBoxWidgetFilterComponent, AXPFileBoxWidgetPrintComponent, AXPFileBoxWidgetViewComponent, AXPFileManagementService, AXPGalleryWidget, AXPGalleryWidgetColumnComponent, AXPGalleryWidgetEditComponent, AXPGalleryWidgetFilterComponent, AXPGalleryWidgetPrintComponent, AXPGalleryWidgetViewComponent, AXPLargeTextWidget, AXPLargeTextWidgetColumnComponent, AXPLargeTextWidgetEditComponent, AXPLargeTextWidgetFilterComponent, AXPLargeTextWidgetPrintComponent, AXPLargeTextWidgetViewComponent, AXPLinkWidget, AXPLinkWidgetColumnComponent, AXPLinkWidgetEditComponent, AXPLinkWidgetFilterComponent, AXPLinkWidgetPrintComponent, AXPLinkWidgetViewComponent, AXPMapBoxWidget, AXPMapBoxWidgetEditComponent, AXPMapBoxWidgetViewComponent, AXPNumberBoxWidget, AXPNumberBoxWidgetColumnComponent, AXPNumberBoxWidgetEditComponent, AXPNumberBoxWidgetFilterComponent, AXPNumberBoxWidgetPrintComponent, AXPNumberBoxWidgetViewComponent, AXPPageWidget, AXPPageWidgetViewComponent, AXPPasswordBoxWidget, AXPPasswordBoxWidgetColumnComponent, AXPPasswordBoxWidgetEditComponent, AXPPasswordBoxWidgetFilterComponent, AXPPasswordBoxWidgetPrintComponent, AXPPasswordBoxWidgetViewComponent, AXPPhoneBoxWidget, AXPPhoneBoxWidgetColumnComponent, AXPPhoneBoxWidgetEditComponent, AXPPhoneBoxWidgetFilterComponent, AXPPhoneBoxWidgetPrintComponent, AXPPhoneBoxWidgetViewComponent, AXPRepeaterWidget, AXPRepeaterWidgetDesignerComponent, AXPRepeaterWidgetEditComponent, AXPRepeaterWidgetPrintComponent, AXPRepeaterWidgetViewComponent, 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_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_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_GROUP, AXP_LAYOUT_FLEX_WRAP_PROPERTY, AXP_LAYOUT_GAP_PROPERTY, AXP_LAYOUT_GRID_ITEM_PROPERTIES, AXP_LAYOUT_GRID_PROPERTIES, 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_VALUE_FIELD_PROPERTY, AXP_WIDGET_PROPERTY_GROUP, booleanDefaultProperty, largeTextDefaultProperty, numberDefaultProperty, numberMaxValueProperty, numberMinValueProperty, plainTextDefaultProperty };
9256
9391
  //# sourceMappingURL=acorex-platform-widgets.mjs.map