@acorex/platform 18.1.1 → 18.1.2

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 (67) hide show
  1. package/esm2022/common/lib/schema/widgets/rich-text/rich-text-widget-edit.component.mjs +1 -2
  2. package/esm2022/layout/builder/lib/builder/widget.types.mjs +60 -1
  3. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comment-list-view.component.mjs +208 -47
  4. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comment-lookup-popup.component.mjs +56 -0
  5. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comments.service.mjs +1 -1
  6. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comments.type.mjs +2 -0
  7. package/esm2022/themes/default/lib/layouts/entity-layouts/entity-master-single-view/overview/entity-single-overview.component.mjs +3 -3
  8. package/esm2022/themes/default/lib/layouts/entity-layouts/index.mjs +2 -1
  9. package/esm2022/widgets/lib/properties/editors.props.mjs +102 -308
  10. package/esm2022/widgets/lib/properties/general.props.mjs +4 -13
  11. package/esm2022/widgets/lib/widgets/actions/button/button-widget-designer.component.mjs +1 -2
  12. package/esm2022/widgets/lib/widgets/advance/map/map-box-widget-edit.component.mjs +9 -4
  13. package/esm2022/widgets/lib/widgets/advance/map/map-box-widget-view.component.mjs +4 -4
  14. package/esm2022/widgets/lib/widgets/editors/checkbox/checkbox-widget-designer.component.mjs +4 -4
  15. package/esm2022/widgets/lib/widgets/editors/contact/contact-widget-edit.component.mjs +9 -16
  16. package/esm2022/widgets/lib/widgets/editors/date-time/date-time-box-widget.config.mjs +3 -3
  17. package/esm2022/widgets/lib/widgets/layout/block/block-widget-designer.component.mjs +3 -7
  18. package/esm2022/widgets/lib/widgets/layout/form-field/form-field-widget-view.component.mjs +1 -3
  19. package/esm2022/widgets/lib/widgets/layout/grid/grid-widget-view.component.mjs +1 -3
  20. package/esm2022/widgets/lib/widgets/layout/grid-item/grid-item-widget-view.component.mjs +1 -5
  21. package/esm2022/widgets/lib/widgets/layout/grid-row/grid-row-widget-view.component.mjs +1 -3
  22. package/esm2022/widgets/lib/widgets/layout/page/page-widget-view.component.mjs +1 -3
  23. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget-designer.component.mjs +94 -19
  24. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget-edit.component.mjs +119 -8
  25. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget-print.component.mjs +3 -2
  26. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget-view.component.mjs +14 -22
  27. package/esm2022/widgets/lib/widgets/layout/repeater/repeater-widget.config.mjs +16 -3
  28. package/fesm2022/{acorex-platform-common-rich-text-widget-edit.component-CnH3MjYz.mjs → acorex-platform-common-rich-text-widget-edit.component-Do3YcmKg.mjs} +1 -2
  29. package/fesm2022/acorex-platform-common-rich-text-widget-edit.component-Do3YcmKg.mjs.map +1 -0
  30. package/fesm2022/acorex-platform-common.mjs +1 -1
  31. package/fesm2022/acorex-platform-layout-builder.mjs +93 -35
  32. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  33. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Q8eTfAVx.mjs → acorex-platform-themes-default-entity-master-create-view.component-LyEomIA6.mjs} +3 -3
  34. package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Q8eTfAVx.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-LyEomIA6.mjs.map} +1 -1
  35. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-CWXJxLS0.mjs → acorex-platform-themes-default-entity-master-list-view.component-CKRwvJTp.mjs} +3 -3
  36. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-CWXJxLS0.mjs.map → acorex-platform-themes-default-entity-master-list-view.component-CKRwvJTp.mjs.map} +1 -1
  37. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-BijYXMme.mjs → acorex-platform-themes-default-entity-master-modify-view.component-CMRfspMB.mjs} +3 -3
  38. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-BijYXMme.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-CMRfspMB.mjs.map} +1 -1
  39. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DhcKSyrX.mjs +457 -0
  40. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DhcKSyrX.mjs.map +1 -0
  41. package/fesm2022/acorex-platform-themes-default.mjs +134 -11
  42. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  43. package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-Oxpdaz9P.mjs → acorex-platform-widgets-button-widget-designer.component-B9bfVuC4.mjs} +1 -2
  44. package/fesm2022/acorex-platform-widgets-button-widget-designer.component-B9bfVuC4.mjs.map +1 -0
  45. package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-DAGbdSTk.mjs → acorex-platform-widgets-checkbox-widget-designer.component-DzGg-uFi.mjs} +4 -4
  46. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-DzGg-uFi.mjs.map +1 -0
  47. package/fesm2022/acorex-platform-widgets.mjs +356 -404
  48. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  49. package/layout/builder/lib/builder/widget.types.d.ts +30 -1
  50. package/package.json +7 -7
  51. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comment-list-view.component.d.ts +37 -15
  52. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comment-lookup-popup.component.d.ts +10 -0
  53. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comments.service.d.ts +6 -9
  54. package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/comments/comments.type.d.ts +70 -0
  55. package/themes/default/lib/layouts/entity-layouts/index.d.ts +1 -0
  56. package/widgets/lib/properties/editors.props.d.ts +3 -3
  57. package/widgets/lib/widgets/advance/map/map-box-widget-edit.component.d.ts +1 -0
  58. package/widgets/lib/widgets/editors/contact/contact-widget-edit.component.d.ts +1 -0
  59. package/widgets/lib/widgets/layout/repeater/repeater-widget-designer.component.d.ts +4 -3
  60. package/widgets/lib/widgets/layout/repeater/repeater-widget-edit.component.d.ts +10 -2
  61. package/widgets/lib/widgets/layout/repeater/repeater-widget-print.component.d.ts +1 -1
  62. package/widgets/lib/widgets/layout/repeater/repeater-widget-view.component.d.ts +2 -4
  63. package/fesm2022/acorex-platform-common-rich-text-widget-edit.component-CnH3MjYz.mjs.map +0 -1
  64. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B9lGgO_u.mjs +0 -357
  65. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B9lGgO_u.mjs.map +0 -1
  66. package/fesm2022/acorex-platform-widgets-button-widget-designer.component-Oxpdaz9P.mjs.map +0 -1
  67. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-DAGbdSTk.mjs.map +0 -1
@@ -7,12 +7,12 @@ import { AXDecoratorModule } from '@acorex/components/decorators';
7
7
  import * as i4 from '@acorex/components/loading';
8
8
  import { AXLoadingModule } from '@acorex/components/loading';
9
9
  import * as i1$7 from '@acorex/platform/layout/builder';
10
- import { AXPWidgetComponent, AXPWidgetsCatalog, cloneProperty, AXP_WIDGETS_ACTION_GROUP, AXP_WIDGETS_EDITOR_GROUP, AXPColumnWidgetComponent, AXP_WIDGETS_ADVANCE_GROUP, AXPContainerWidgetComponent, AXPLayoutBuilderModule, AXP_WIDGETS_LAYOUT_GROUP } from '@acorex/platform/layout/builder';
10
+ import { AXPWidgetComponent, AXPWidgetsCatalog, createStringProperty, createBooleanProperty, createSelectProperty, cloneProperty, AXP_WIDGETS_ACTION_GROUP, AXP_WIDGETS_EDITOR_GROUP, AXPColumnWidgetComponent, AXP_WIDGETS_ADVANCE_GROUP, AXPContainerWidgetComponent, AXPLayoutBuilderModule, AXP_WIDGETS_LAYOUT_GROUP } from '@acorex/platform/layout/builder';
11
11
  import * as i1$3 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, effect, HostBinding, signal, ViewEncapsulation, ViewChild, ChangeDetectorRef, HostListener, NgModule } from '@angular/core';
15
- import { AX_STYLE_COLOR_TYPES, AXDataSource, convertArrayToDataSource } from '@acorex/components/common';
14
+ import { computed, EventEmitter, Component, ChangeDetectionStrategy, inject, HostBinding, signal, effect, ViewEncapsulation, ViewChild, ChangeDetectorRef, HostListener, NgModule } from '@angular/core';
15
+ import { AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, AXDataSource, convertArrayToDataSource } from '@acorex/components/common';
16
16
  import * as i1 from '@acorex/components/check-box';
17
17
  import { AXCheckBoxModule } from '@acorex/components/check-box';
18
18
  import * as i1$1 from '@angular/forms';
@@ -169,20 +169,11 @@ const AXP_DATA_SOURCE_PROPERTY = {
169
169
  visible: true,
170
170
  };
171
171
 
172
- const AXP_NAME_PROPERTY = {
172
+ const AXP_NAME_PROPERTY = createStringProperty({
173
173
  name: 'name',
174
174
  title: 'Name',
175
175
  group: AXP_WIDGET_PROPERTY_GROUP,
176
- schema: {
177
- dataType: 'string',
178
- interface: {
179
- name: 'name',
180
- path: 'name',
181
- type: AXPWidgetsCatalog.text,
182
- },
183
- },
184
- visible: true,
185
- };
176
+ });
186
177
  const AXP_THEME_PROPERTY = {
187
178
  name: 'theme',
188
179
  title: 'Theme',
@@ -305,379 +296,173 @@ const AXP_VALIDATION_PROPERTY = {
305
296
  },
306
297
  visible: true,
307
298
  };
308
- const AXP_CONTENT_PROPERTY = {
299
+ const AXP_CONTENT_PROPERTY = createStringProperty({
309
300
  name: 'content',
310
301
  title: 'Content',
302
+ path: 'options.content',
311
303
  group: AXP_DATA_PROPERTY_GROUP,
312
- schema: {
313
- dataType: 'string',
314
- interface: {
315
- name: 'content',
316
- path: 'options.content',
317
- type: AXPWidgetsCatalog.text,
318
- },
319
- },
320
- visible: true,
321
- };
322
- const AXP_DISABLED_PROPERTY = {
323
- name: 'disabled',
324
- title: 'Disabled',
325
- group: AXP_BEHAVIOR_PROPERTY_GROUP,
326
- schema: {
327
- dataType: 'boolean',
328
- defaultValue: false,
329
- interface: {
330
- name: 'disabled',
331
- path: 'options.disabled',
332
- type: AXPWidgetsCatalog.toggle,
333
- },
334
- },
335
- visible: true,
336
- };
337
- const AXP_READONLY_PROPERTY = {
338
- name: 'readonly',
339
- title: 'Readonly',
340
- group: AXP_BEHAVIOR_PROPERTY_GROUP,
341
- schema: {
342
- dataType: 'boolean',
343
- defaultValue: false,
344
- interface: {
345
- name: 'readonly',
346
- path: 'options.readonly',
347
- type: AXPWidgetsCatalog.toggle,
348
- },
349
- },
350
- visible: true,
351
- };
352
- const AXP_PLACEHOLDER_PROPERTY = {
304
+ });
305
+ const AXP_PLACEHOLDER_PROPERTY = createStringProperty({
353
306
  name: 'placeholder',
354
307
  title: 'Placeholder',
308
+ path: 'options.placeholder',
355
309
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
356
- schema: {
357
- dataType: 'string',
358
- interface: {
359
- name: 'placeholder',
360
- path: 'options.placeholder',
361
- type: AXPWidgetsCatalog.text,
362
- },
363
- },
364
- visible: true,
365
- };
366
- const AXP_DATA_PATH_PROPERTY = {
310
+ });
311
+ const AXP_DATA_PATH_PROPERTY = createStringProperty({
367
312
  name: 'path',
368
313
  title: 'Data Path',
369
314
  group: AXP_DATA_PROPERTY_GROUP,
370
- schema: {
371
- dataType: 'string',
372
- interface: {
373
- name: 'path',
374
- path: 'path',
375
- type: AXPWidgetsCatalog.text,
376
- },
377
- },
378
- visible: true,
379
- };
380
- const AXP_ALLOW_MULTIPLE_PROPERTY = {
315
+ });
316
+ const AXP_DISABLED_PROPERTY = createBooleanProperty({
317
+ name: 'disabled',
318
+ title: 'Disabled',
319
+ path: 'options.disabled',
320
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
321
+ });
322
+ const AXP_READONLY_PROPERTY = createBooleanProperty({
323
+ name: 'readonly',
324
+ title: 'Readonly',
325
+ path: 'options.readonly',
326
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
327
+ });
328
+ const AXP_ALLOW_MULTIPLE_PROPERTY = createBooleanProperty({
381
329
  name: 'multiple',
382
330
  title: 'Multiple',
331
+ path: 'options.multiple',
383
332
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
384
- schema: {
385
- dataType: 'boolean',
386
- defaultValue: false,
387
- interface: {
388
- name: 'multiple',
389
- path: 'options.multiple',
390
- type: AXPWidgetsCatalog.toggle,
391
- },
392
- },
393
- visible: true,
394
- };
395
- const AXP_HAS_LABEL_PROPERTY = {
333
+ });
334
+ const AXP_HAS_LABEL_PROPERTY = createBooleanProperty({
396
335
  name: 'hasLabel',
397
336
  title: 'Label',
337
+ path: 'options.hasLabel',
398
338
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
399
- schema: {
400
- dataType: 'boolean',
401
- defaultValue: true,
402
- interface: {
403
- name: 'hasLabel',
404
- path: 'options.hasLabel',
405
- type: AXPWidgetsCatalog.toggle,
406
- },
407
- },
408
- visible: true,
409
- };
410
- const AXP_HAS_ICON_PROPERTY = {
339
+ defaultValue: true,
340
+ });
341
+ const AXP_HAS_ICON_PROPERTY = createBooleanProperty({
411
342
  name: 'hasIcon',
412
343
  title: 'Icon',
344
+ path: 'options.hasIcon',
413
345
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
414
- schema: {
415
- dataType: 'boolean',
416
- defaultValue: true,
417
- interface: {
418
- name: 'hasIcon',
419
- path: 'options.hasIcon',
420
- type: AXPWidgetsCatalog.toggle,
421
- },
422
- },
423
- visible: true,
424
- };
425
- const AXP_ICON_PROPERTY = {
346
+ defaultValue: true,
347
+ });
348
+ const AXP_ICON_PROPERTY = createStringProperty({
426
349
  name: 'icon',
427
350
  title: 'Icon Name',
428
351
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
429
- schema: {
430
- dataType: 'string',
431
- interface: {
432
- name: 'icon',
433
- path: 'options.icon',
434
- type: AXPWidgetsCatalog.text,
435
- },
436
- },
437
- visible: true,
438
- };
439
- const AXP_IS_LOADING_PROPERTY = {
352
+ path: 'options.icon',
353
+ });
354
+ const AXP_IS_LOADING_PROPERTY = createBooleanProperty({
440
355
  name: 'loading',
441
356
  title: 'Is Loading',
442
357
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
443
- schema: {
444
- dataType: 'boolean',
445
- interface: {
446
- name: 'loading',
447
- path: 'options.loading',
448
- type: AXPWidgetsCatalog.toggle,
449
- },
450
- },
451
- visible: true,
452
- };
453
- const AXP_HAS_CLEAR_BUTTON_PROPERTY = {
358
+ path: 'options.loading',
359
+ });
360
+ const AXP_HAS_CLEAR_BUTTON_PROPERTY = createBooleanProperty({
454
361
  name: 'hasClearButton',
455
362
  title: 'Clear Button',
363
+ path: 'options.hasClearButton',
456
364
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
457
- schema: {
458
- dataType: 'boolean',
459
- interface: {
460
- name: 'hasClearButton',
461
- path: 'options.hasClearButton',
462
- type: AXPWidgetsCatalog.toggle,
463
- },
464
- },
465
- visible: true,
466
- };
467
- const AXP_HAS_COPY_ICON_PROPERTY = {
365
+ defaultValue: true,
366
+ });
367
+ const AXP_HAS_COPY_ICON_PROPERTY = createBooleanProperty({
468
368
  name: 'hasCopyIcon',
469
369
  title: 'Copy Icon',
370
+ path: 'options.hasCopyIcon',
470
371
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
471
- schema: {
472
- dataType: 'boolean',
473
- interface: {
474
- name: 'hasCopyIcon',
475
- path: 'options.hasCopyIcon',
476
- type: AXPWidgetsCatalog.toggle,
477
- },
478
- },
479
- visible: true,
480
- };
481
- const AXP_HAS_EYE_ICON_PROPERTY = {
372
+ defaultValue: true,
373
+ });
374
+ const AXP_HAS_EYE_ICON_PROPERTY = createBooleanProperty({
482
375
  name: 'hasEyeIcon',
483
376
  title: 'Eye Icon',
377
+ path: 'options.hasEyeIcon',
484
378
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
485
- schema: {
486
- dataType: 'boolean',
487
- interface: {
488
- name: 'hasEyeIcon',
489
- path: 'options.hasEyeIcon',
490
- type: AXPWidgetsCatalog.toggle,
491
- },
492
- },
493
- visible: true,
494
- };
495
- const AXP_DOWNLOADABLE_PROPERTY = {
379
+ defaultValue: true,
380
+ });
381
+ const AXP_DOWNLOADABLE_PROPERTY = createBooleanProperty({
496
382
  name: 'downloadable',
497
383
  title: 'Downloadable',
384
+ path: 'options.downloadable',
498
385
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
499
- schema: {
500
- dataType: 'boolean',
501
- interface: {
502
- name: 'downloadable',
503
- path: 'options.downloadable',
504
- type: AXPWidgetsCatalog.toggle,
505
- },
506
- },
507
- visible: true,
508
- };
509
- const AXP_TRULY_TEXT_PROPERTY = {
386
+ defaultValue: true,
387
+ });
388
+ // Converted with createStringProperty
389
+ const AXP_TRULY_TEXT_PROPERTY = createStringProperty({
510
390
  name: 'trulyText',
511
391
  title: 'Truly Text',
392
+ path: 'options.trulyText',
512
393
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
513
- schema: {
514
- dataType: 'string',
515
- interface: {
516
- name: 'trulyText',
517
- path: 'options.trulyText',
518
- type: AXPWidgetsCatalog.text,
519
- },
520
- },
521
- visible: true,
522
- };
523
- const AXP_FALSY_TEXT_PROPERTY = {
394
+ });
395
+ const AXP_FALSY_TEXT_PROPERTY = createStringProperty({
524
396
  name: 'falsyText',
525
397
  title: 'Falsy Text',
398
+ path: 'options.falsyText',
526
399
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
527
- schema: {
528
- dataType: 'string',
529
- interface: {
530
- name: 'falsyText',
531
- path: 'options.falsyText',
532
- type: AXPWidgetsCatalog.text,
533
- },
534
- },
535
- visible: true,
536
- };
537
- const AXP_TEXT_PROPERTY = {
400
+ });
401
+ const AXP_TEXT_PROPERTY = createStringProperty({
538
402
  name: 'text',
539
403
  title: 'Text',
404
+ path: 'options.text',
540
405
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
541
- schema: {
542
- dataType: 'string',
543
- interface: {
544
- name: 'text',
545
- path: 'options.text',
546
- type: AXPWidgetsCatalog.text,
547
- },
548
- },
549
- visible: true,
550
- };
551
- const AXP_TITLE_PROPERTY = {
406
+ });
407
+ const AXP_TITLE_PROPERTY = createStringProperty({
552
408
  name: 'title',
553
409
  title: 'Title',
410
+ path: 'options.title',
554
411
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
555
- schema: {
556
- dataType: 'string',
557
- interface: {
558
- name: 'title',
559
- path: 'options.title',
560
- type: AXPWidgetsCatalog.text,
561
- },
562
- },
563
- visible: true,
564
- };
565
- const AXP_LABEL_PROPERTY = {
412
+ });
413
+ const AXP_LABEL_PROPERTY = createStringProperty({
566
414
  name: 'label',
567
415
  title: 'Label',
416
+ path: 'options.label',
568
417
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
569
- schema: {
570
- dataType: 'string',
571
- defaultValue: 'Sample Label',
572
- interface: {
573
- name: 'label',
574
- path: 'options.label',
575
- type: AXPWidgetsCatalog.text,
576
- },
577
- },
578
- visible: true,
579
- };
580
- const AXP_VALUE_FIELD_PROPERTY = {
418
+ defaultValue: 'Sample Label',
419
+ });
420
+ const AXP_VALUE_FIELD_PROPERTY = createStringProperty({
581
421
  name: 'valueField',
582
422
  title: 'Value Field',
423
+ path: 'options.valueField',
583
424
  group: AXP_DATA_PROPERTY_GROUP,
584
- schema: {
585
- dataType: 'string',
586
- interface: {
587
- name: 'valueField',
588
- path: 'options.valueField',
589
- type: AXPWidgetsCatalog.text,
590
- },
591
- },
592
- visible: true,
593
- };
594
- const AXP_TEXT_FIELD_PROPERTY = {
425
+ });
426
+ const AXP_TEXT_FIELD_PROPERTY = createStringProperty({
595
427
  name: 'textField',
596
428
  title: 'Text Field',
429
+ path: 'options.textField',
597
430
  group: AXP_DATA_PROPERTY_GROUP,
598
- schema: {
599
- dataType: 'string',
600
- interface: {
601
- name: 'textField',
602
- path: 'options.textField',
603
- type: AXPWidgetsCatalog.text,
604
- },
605
- },
606
- visible: true,
607
- };
608
- const AXP_DESCRIPTION_PROPERTY = {
431
+ });
432
+ const AXP_DESCRIPTION_PROPERTY = createStringProperty({
609
433
  name: 'description',
610
434
  title: 'Description',
435
+ path: 'options.description',
611
436
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
612
- schema: {
613
- dataType: 'string',
614
- interface: {
615
- name: 'description',
616
- path: 'options.description',
617
- type: AXPWidgetsCatalog.text,
618
- },
619
- },
620
- visible: true,
621
- };
622
- const AXP_STYLE_COLOR_PROPERTY = {
437
+ });
438
+ const AXP_STYLE_COLOR_PROPERTY = createSelectProperty({
623
439
  name: 'color',
624
440
  title: 'Color',
441
+ dataSource: AX_STYLE_COLOR_TYPES,
442
+ defaultValue: 'primary',
443
+ path: 'options.color',
625
444
  group: AXP_STYLING_PROPERTY_GROUP,
626
- schema: {
627
- dataType: 'string',
628
- defaultValue: { id: 'primary' },
629
- interface: {
630
- name: 'color',
631
- path: 'options.color',
632
- type: AXPWidgetsCatalog.select,
633
- options: {
634
- dataSource: AX_STYLE_COLOR_TYPES.map((i) => ({ id: i, title: i })),
635
- hasClearButton: true,
636
- },
637
- },
638
- },
639
- visible: true,
640
- };
641
- const AXP_STYLE_LOOK_PROPERTY = {
445
+ });
446
+ const AXP_STYLE_LOOK_PROPERTY = createSelectProperty({
642
447
  name: 'look',
643
448
  title: 'Look',
449
+ dataSource: AX_STYLE_LOOK_TYPES,
450
+ defaultValue: 'solid',
451
+ path: 'options.look',
644
452
  group: AXP_STYLING_PROPERTY_GROUP,
645
- schema: {
646
- dataType: 'string',
647
- defaultValue: { id: 'solid' },
648
- interface: {
649
- name: 'look',
650
- path: 'options.look',
651
- type: AXPWidgetsCatalog.select,
652
- options: {
653
- dataSource: ['solid', 'blank', 'outline', 'twotone', 'flat', 'fill', 'none'].map((i) => ({ id: i, title: i })), //TODO remove this array and use AX_STYLE_LOOK_TYPES instead
654
- },
655
- },
656
- },
657
- visible: true,
658
- };
659
- const AXP_DATE_FROMAT_PROPERTY = {
453
+ });
454
+ const AXP_DATE_FORMAT_PROPERTY = createSelectProperty({
660
455
  name: 'format',
661
456
  title: 'Format',
457
+ dataSource: [
458
+ { id: 'date', title: 'Date' },
459
+ { id: 'datetime', title: 'DateTime' },
460
+ { id: 'time', title: 'Time' },
461
+ ],
462
+ defaultValue: { id: 'date', title: 'date' },
463
+ path: 'options.format',
662
464
  group: AXP_BEHAVIOR_PROPERTY_GROUP,
663
- schema: {
664
- dataType: 'string',
665
- defaultValue: { id: 'date', title: 'Date' },
666
- interface: {
667
- name: 'format',
668
- path: 'options.format',
669
- type: AXPWidgetsCatalog.select,
670
- options: {
671
- dataSource: [
672
- { id: 'date', title: 'Date' },
673
- { id: 'datetime', title: 'DateTime' },
674
- { id: 'time', title: 'Time' },
675
- ],
676
- },
677
- },
678
- },
679
- visible: true,
680
- };
465
+ });
681
466
  function booleanDefaultProperty(defaultValue = false) {
682
467
  return {
683
468
  name: 'defaultValue',
@@ -1061,7 +846,7 @@ const AXPButtonWidget = {
1061
846
  ],
1062
847
  components: {
1063
848
  designer: {
1064
- component: () => import('./acorex-platform-widgets-button-widget-designer.component-Oxpdaz9P.mjs').then((c) => c.AXPButtonWidgetDesignerComponent),
849
+ component: () => import('./acorex-platform-widgets-button-widget-designer.component-B9bfVuC4.mjs').then((c) => c.AXPButtonWidgetDesignerComponent),
1065
850
  },
1066
851
  view: {
1067
852
  component: () => Promise.resolve().then(function () { return buttonWidgetView_component; }).then((c) => c.AXPButtonWidgetViewComponent),
@@ -1133,7 +918,7 @@ const AXPCheckBoxWidget = {
1133
918
  ],
1134
919
  components: {
1135
920
  designer: {
1136
- component: () => import('./acorex-platform-widgets-checkbox-widget-designer.component-DAGbdSTk.mjs').then((c) => c.AXPCheckBoxWidgetDesignerComponent),
921
+ component: () => import('./acorex-platform-widgets-checkbox-widget-designer.component-DzGg-uFi.mjs').then((c) => c.AXPCheckBoxWidgetDesignerComponent),
1137
922
  },
1138
923
  view: {
1139
924
  component: () => import('./acorex-platform-widgets-checkbox-widget-view.component-tPk6Gylo.mjs').then((c) => c.AXPCheckBoxWidgetViewComponent),
@@ -1260,6 +1045,7 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1260
1045
  this.multiple = computed(() => this.options()['multiple']);
1261
1046
  this.hasIcon = computed(() => this.options()['hasIcon']);
1262
1047
  this.disabled = computed(() => this.options()['disabled']);
1048
+ this.placeholder = computed(() => this.options()['placeholder'] ?? `Enter ${this.type()} ...`);
1263
1049
  this.popup = inject(AXPopupService);
1264
1050
  this.dataSource = new AXDataSource({
1265
1051
  pageSize: this.labelList().length,
@@ -1302,7 +1088,6 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1302
1088
  return 'fa-info';
1303
1089
  }
1304
1090
  };
1305
- effect(() => console.log(this.type()));
1306
1091
  }
1307
1092
  addItem() {
1308
1093
  const newValues = [...this.internalValue(), this.emptyValue()];
@@ -1407,7 +1192,7 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1407
1192
  (onValueChanged)="handleValueChange($event, $index)"
1408
1193
  type="text"
1409
1194
  name="value"
1410
- placeholder="Enter {{ type() }} ..."
1195
+ [placeholder]="placeholder()"
1411
1196
  [ngClass]="generateClasses('value')"
1412
1197
  [disabled]="disabled()"
1413
1198
  >
@@ -1418,7 +1203,6 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1418
1203
  [options]="validation.options"
1419
1204
  ></ax-validation-rule>
1420
1205
  }
1421
- <ax-validation-rule message="field can't be empty" rule="required"> </ax-validation-rule>
1422
1206
  </ax-text-box>
1423
1207
  @if(hasLabel()){
1424
1208
  <ax-select-box
@@ -1426,13 +1210,10 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1426
1210
  [ngModel]="item.label"
1427
1211
  [disabled]="disabled()"
1428
1212
  (onValueChanged)="handleValueChange($event, $index)"
1429
- placeholder="Choose label..."
1213
+ placeholder="{{ 'selectbox.popover.title' | translate | async }}"
1430
1214
  name="label"
1431
1215
  [ngClass]="generateClasses('label')"
1432
1216
  >
1433
- @if(type()==='email'){
1434
- <ax-validation-rule [rule]="'email'"></ax-validation-rule>
1435
- }
1436
1217
  </ax-select-box>
1437
1218
  } @if(multiple()){
1438
1219
  <ax-button
@@ -1458,7 +1239,7 @@ class AXPContactWidgetEditComponent extends AXPWidgetComponent {
1458
1239
  </ax-prefix>
1459
1240
  </ax-button>
1460
1241
  }
1461
- </div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$1.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: i4$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 }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1242
+ </div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1$3.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXSelectBoxModule }, { kind: "component", type: i3$1.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: i4$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$2.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1462
1243
  }
1463
1244
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPContactWidgetEditComponent, decorators: [{
1464
1245
  type: Component,
@@ -1470,7 +1251,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
1470
1251
  (onValueChanged)="handleValueChange($event, $index)"
1471
1252
  type="text"
1472
1253
  name="value"
1473
- placeholder="Enter {{ type() }} ..."
1254
+ [placeholder]="placeholder()"
1474
1255
  [ngClass]="generateClasses('value')"
1475
1256
  [disabled]="disabled()"
1476
1257
  >
@@ -1481,7 +1262,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
1481
1262
  [options]="validation.options"
1482
1263
  ></ax-validation-rule>
1483
1264
  }
1484
- <ax-validation-rule message="field can't be empty" rule="required"> </ax-validation-rule>
1485
1265
  </ax-text-box>
1486
1266
  @if(hasLabel()){
1487
1267
  <ax-select-box
@@ -1489,13 +1269,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
1489
1269
  [ngModel]="item.label"
1490
1270
  [disabled]="disabled()"
1491
1271
  (onValueChanged)="handleValueChange($event, $index)"
1492
- placeholder="Choose label..."
1272
+ placeholder="{{ 'selectbox.popover.title' | translate | async }}"
1493
1273
  name="label"
1494
1274
  [ngClass]="generateClasses('label')"
1495
1275
  >
1496
- @if(type()==='email'){
1497
- <ax-validation-rule [rule]="'email'"></ax-validation-rule>
1498
- }
1499
1276
  </ax-select-box>
1500
1277
  } @if(multiple()){
1501
1278
  <ax-button
@@ -2062,7 +1839,7 @@ const AXPDateTimeBoxWidget = {
2062
1839
  AXP_NAME_PROPERTY,
2063
1840
  AXP_DATA_PATH_PROPERTY,
2064
1841
  AXP_ALLOW_MULTIPLE_PROPERTY,
2065
- AXP_DATE_FROMAT_PROPERTY,
1842
+ AXP_DATE_FORMAT_PROPERTY,
2066
1843
  AXP_READONLY_PROPERTY,
2067
1844
  AXP_DISABLED_PROPERTY,
2068
1845
  AXP_VALIDATION_PROPERTY,
@@ -6666,20 +6443,20 @@ class AXPMapBoxWidgetViewComponent extends AXPWidgetComponent {
6666
6443
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPMapBoxWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
6667
6444
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXPMapBoxWidgetViewComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `<div [style.height.px]="height()" class="ax-w-full">
6668
6445
  <ax-map
6669
- [hasMarker]="false"
6446
+ [hasDraw]="false"
6670
6447
  [markers]="markers()"
6671
6448
  [zoomLevel]="zoomLevel()"
6672
6449
  [latitude]="initialLocation().latitude"
6673
6450
  [longitude]="initialLocation().longitude"
6674
6451
  ></ax-map>
6675
- </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", "hasMarker", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6452
+ </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 }); }
6676
6453
  }
6677
6454
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPMapBoxWidgetViewComponent, decorators: [{
6678
6455
  type: Component,
6679
6456
  args: [{
6680
6457
  template: `<div [style.height.px]="height()" class="ax-w-full">
6681
6458
  <ax-map
6682
- [hasMarker]="false"
6459
+ [hasDraw]="false"
6683
6460
  [markers]="markers()"
6684
6461
  [zoomLevel]="zoomLevel()"
6685
6462
  [latitude]="initialLocation().latitude"
@@ -6721,6 +6498,9 @@ class AXPMapBoxWidgetEditComponent extends AXPWidgetComponent {
6721
6498
  },
6722
6499
  });
6723
6500
  }
6501
+ onMarkerChanged(event) {
6502
+ this.setValue(event);
6503
+ }
6724
6504
  get __class() {
6725
6505
  const cls = {};
6726
6506
  cls[`ax-block`] = true;
@@ -6731,15 +6511,16 @@ class AXPMapBoxWidgetEditComponent extends AXPWidgetComponent {
6731
6511
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXPMapBoxWidgetEditComponent, isStandalone: true, selector: "ng-component", host: { properties: { "class": "this.__class" } }, usesInheritance: true, ngImport: i0, template: ` <div [style.height.px]="height()" class="ax-w-full">
6732
6512
  <ax-map
6733
6513
  class="ax-h-full"
6514
+ (onMarkerChanged)="onMarkerChanged($event)"
6734
6515
  [hasLocator]="hasLocate()"
6735
- [hasMarker]="hasDraw()"
6516
+ [hasDraw]="hasDraw()"
6736
6517
  [latitude]="initialLocation().latitude"
6737
6518
  [longitude]="initialLocation().longitude"
6738
6519
  [zoomLevel]="zoomLevel()"
6739
6520
  [maxMarker]="maxMarker()"
6740
6521
  >
6741
6522
  </ax-map>
6742
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: AXMapModule }, { kind: "component", type: i1$6.AXMapComponent, selector: "ax-map", inputs: ["zoomLevel", "latitude", "longitude", "maxMarker", "hasMarker", "hasLocator", "markerPlace", "locatePlace", "markers"], outputs: ["onMarkerAdded", "onMarkerChanged", "onLocationFound"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6523
+ </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 }); }
6743
6524
  }
6744
6525
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPMapBoxWidgetEditComponent, decorators: [{
6745
6526
  type: Component,
@@ -6747,8 +6528,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
6747
6528
  template: ` <div [style.height.px]="height()" class="ax-w-full">
6748
6529
  <ax-map
6749
6530
  class="ax-h-full"
6531
+ (onMarkerChanged)="onMarkerChanged($event)"
6750
6532
  [hasLocator]="hasLocate()"
6751
- [hasMarker]="hasDraw()"
6533
+ [hasDraw]="hasDraw()"
6752
6534
  [latitude]="initialLocation().latitude"
6753
6535
  [longitude]="initialLocation().longitude"
6754
6536
  [zoomLevel]="zoomLevel()"
@@ -7206,9 +6988,7 @@ class AXPBlockWidgetDesignerComponent extends AXPContainerWidgetComponent {
7206
6988
  @for (node of children(); track $index) {
7207
6989
  <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [mode]="this.mode"></ng-container>
7208
6990
  }
7209
- @empty {
7210
- <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end"></axp-designer-add-widget-button>
7211
- }
6991
+ <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end"></axp-designer-add-widget-button>
7212
6992
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: AXPWidgetDesignerRendererDirective, selector: "[axp-widget-designer-renderer]", inputs: ["parentNode", "index", "mode", "node"] }, { kind: "component", type: AXPDesignerAddWidgetButtonComponent, selector: "axp-designer-add-widget-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7213
6993
  }
7214
6994
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPBlockWidgetDesignerComponent, decorators: [{
@@ -7219,9 +6999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
7219
6999
  @for (node of children(); track $index) {
7220
7000
  <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [mode]="this.mode"></ng-container>
7221
7001
  }
7222
- @empty {
7223
- <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end"></axp-designer-add-widget-button>
7224
- }
7002
+ <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end"></axp-designer-add-widget-button>
7225
7003
  `,
7226
7004
  standalone: true,
7227
7005
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -7348,7 +7126,6 @@ class AXPPageWidgetViewComponent extends AXPWidgetComponent {
7348
7126
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPPageWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7349
7127
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPPageWidgetViewComponent, isStandalone: true, selector: "axp-page-widget", host: { properties: { "style": "this.__style" } }, usesInheritance: true, ngImport: i0, template: `
7350
7128
  @for (node of children(); track $index) {
7351
- <!-- <axp-widget-renderer [node]="node" [parentNode]="this" [mode]="mode" > </axp-widget-renderer> -->
7352
7129
  <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"></ng-container>
7353
7130
  }
7354
7131
  `, 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
@@ -7359,7 +7136,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
7359
7136
  selector: 'axp-page-widget',
7360
7137
  template: `
7361
7138
  @for (node of children(); track $index) {
7362
- <!-- <axp-widget-renderer [node]="node" [parentNode]="this" [mode]="mode" > </axp-widget-renderer> -->
7363
7139
  <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"></ng-container>
7364
7140
  }
7365
7141
  `,
@@ -7415,41 +7191,33 @@ class AXPRepeaterWidgetViewComponent extends AXPWidgetComponent {
7415
7191
  ngAfterViewInit() {
7416
7192
  this.rows.set(this.getValue() ?? []);
7417
7193
  }
7418
- addNew() {
7419
- this.rows.update((prev) => [...prev, {}]);
7420
- }
7421
- api() {
7422
- return {
7423
- "addNew": this.addNew.bind(this)
7424
- };
7425
- }
7426
7194
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7427
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPRepeaterWidgetViewComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
7428
- @for(row of rows();let i=$index; track i){
7429
- <ng-container>
7430
- @for (node of children();track $index) {
7431
- <axp-widget-renderer [node]="node" [parentNode]="this" [index]="i"> </axp-widget-renderer>
7195
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPRepeaterWidgetViewComponent, isStandalone: true, selector: "axp-repeater-widget", usesInheritance: true, ngImport: i0, template: `
7196
+ @for(row of rows();let i=$index; track i)
7197
+ {
7198
+ @for (node of children();track $index)
7199
+ {
7200
+ <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="i" [mode]="this.mode"></ng-container>
7432
7201
  }
7433
- </ng-container>
7434
7202
  }
7435
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "component", type: i1$7.AXPWidgetRendererComponent, selector: "axp-widget-renderer", inputs: ["node", "mode", "parentNode", "index"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7203
+ `, 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7436
7204
  }
7437
7205
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetViewComponent, decorators: [{
7438
7206
  type: Component,
7439
7207
  args: [{
7208
+ selector: 'axp-repeater-widget',
7440
7209
  template: `
7441
- @for(row of rows();let i=$index; track i){
7442
- <ng-container>
7443
- @for (node of children();track $index) {
7444
- <axp-widget-renderer [node]="node" [parentNode]="this" [index]="i"> </axp-widget-renderer>
7210
+ @for(row of rows();let i=$index; track i)
7211
+ {
7212
+ @for (node of children();track $index)
7213
+ {
7214
+ <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="i" [mode]="this.mode"></ng-container>
7445
7215
  }
7446
- </ng-container>
7447
7216
  }
7448
7217
  `,
7449
7218
  standalone: true,
7450
7219
  changeDetection: ChangeDetectionStrategy.OnPush,
7451
7220
  imports: [CommonModule, FormsModule, AXPLayoutBuilderModule],
7452
- inputs: [],
7453
7221
  }]
7454
7222
  }] });
7455
7223
 
@@ -7459,27 +7227,139 @@ var repeaterWidgetView_component = /*#__PURE__*/Object.freeze({
7459
7227
  });
7460
7228
 
7461
7229
  class AXPRepeaterWidgetEditComponent extends AXPWidgetComponent {
7230
+ constructor() {
7231
+ super(...arguments);
7232
+ this.rows = signal([]);
7233
+ this.disabled = computed(() => this.options()["disabled"]);
7234
+ this.hasControls = computed(() => this.options()["hasControls"]);
7235
+ }
7236
+ ngAfterViewInit() {
7237
+ this.rows.set(this.getValue() ?? []);
7238
+ }
7239
+ handleAddItemClick() {
7240
+ this.addNew();
7241
+ }
7242
+ addNew() {
7243
+ this.rows.update((prev) => [...prev, {}]);
7244
+ }
7245
+ api() {
7246
+ return {
7247
+ "addNew": this.addNew.bind(this)
7248
+ };
7249
+ }
7462
7250
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetEditComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7463
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXPRepeaterWidgetEditComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7251
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPRepeaterWidgetEditComponent, isStandalone: true, selector: "axp-repeater-widget", usesInheritance: true, ngImport: i0, template: `
7252
+ @if(hasControls())
7253
+ {
7254
+ <div class="ax-grid ax-grid-cols-12 ax-gap-4">
7255
+ @for(row of rows();let i=$index; track i)
7256
+ {
7257
+ <div class="ax-col-span-11">
7258
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
7259
+ </div>
7260
+ <ax-button
7261
+ [disabled]="disabled()"
7262
+ look="twotone"
7263
+ color="danger"
7264
+ class="ax-col-start-12 ax-col-end-13 ax-justify-self-end"
7265
+ >
7266
+ <ax-icon icon="fa-regular fa-xmark"></ax-icon>
7267
+ </ax-button>
7268
+ }
7269
+ <ax-button
7270
+ [text]="'Add New'"
7271
+ look="twotone"
7272
+ [disabled]="disabled()"
7273
+ (onClick)="handleAddItemClick()"
7274
+ class="ax-col-start-10 ax-col-end-13"
7275
+ >
7276
+ <ax-prefix>
7277
+ <ax-icon class="fa-solid fa-add"></ax-icon>
7278
+ </ax-prefix>
7279
+ </ax-button>
7280
+ </div>
7281
+ }
7282
+ @else {
7283
+ @for(row of rows();let i=$index; track i)
7284
+ {
7285
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
7286
+ }
7287
+ }
7288
+ <ng-template #tpl let-index>
7289
+ @for (node of children();track $index)
7290
+ {
7291
+ <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="index" [mode]="this.mode"></ng-container>
7292
+ }
7293
+ </ng-template>
7294
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7464
7295
  }
7465
7296
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetEditComponent, decorators: [{
7466
7297
  type: Component,
7467
7298
  args: [{
7468
- template: ``,
7299
+ selector: 'axp-repeater-widget',
7300
+ template: `
7301
+ @if(hasControls())
7302
+ {
7303
+ <div class="ax-grid ax-grid-cols-12 ax-gap-4">
7304
+ @for(row of rows();let i=$index; track i)
7305
+ {
7306
+ <div class="ax-col-span-11">
7307
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
7308
+ </div>
7309
+ <ax-button
7310
+ [disabled]="disabled()"
7311
+ look="twotone"
7312
+ color="danger"
7313
+ class="ax-col-start-12 ax-col-end-13 ax-justify-self-end"
7314
+ >
7315
+ <ax-icon icon="fa-regular fa-xmark"></ax-icon>
7316
+ </ax-button>
7317
+ }
7318
+ <ax-button
7319
+ [text]="'Add New'"
7320
+ look="twotone"
7321
+ [disabled]="disabled()"
7322
+ (onClick)="handleAddItemClick()"
7323
+ class="ax-col-start-10 ax-col-end-13"
7324
+ >
7325
+ <ax-prefix>
7326
+ <ax-icon class="fa-solid fa-add"></ax-icon>
7327
+ </ax-prefix>
7328
+ </ax-button>
7329
+ </div>
7330
+ }
7331
+ @else {
7332
+ @for(row of rows();let i=$index; track i)
7333
+ {
7334
+ <ng-container [ngTemplateOutlet]="tpl" [ngTemplateOutletContext]="{index:i}"></ng-container>
7335
+ }
7336
+ }
7337
+ <ng-template #tpl let-index>
7338
+ @for (node of children();track $index)
7339
+ {
7340
+ <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [index]="index" [mode]="this.mode"></ng-container>
7341
+ }
7342
+ </ng-template>
7343
+ `,
7469
7344
  standalone: true,
7470
7345
  changeDetection: ChangeDetectionStrategy.OnPush,
7471
- imports: [CommonModule, FormsModule],
7472
- inputs: []
7346
+ imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXPLayoutBuilderModule],
7473
7347
  }]
7474
7348
  }] });
7475
7349
 
7350
+ var repeaterWidgetEdit_component = /*#__PURE__*/Object.freeze({
7351
+ __proto__: null,
7352
+ AXPRepeaterWidgetEditComponent: AXPRepeaterWidgetEditComponent
7353
+ });
7354
+
7476
7355
  class AXPRepeaterWidgetPrintComponent extends AXPWidgetComponent {
7477
7356
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7478
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXPRepeaterWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7357
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: AXPRepeaterWidgetPrintComponent, isStandalone: true, selector: "axp-repeater-widget", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7479
7358
  }
7480
7359
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetPrintComponent, decorators: [{
7481
7360
  type: Component,
7482
7361
  args: [{
7362
+ selector: 'axp-repeater-widget',
7483
7363
  template: ``,
7484
7364
  standalone: true,
7485
7365
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -7496,47 +7376,117 @@ var repeaterWidgetPrint_component = /*#__PURE__*/Object.freeze({
7496
7376
  class AXPRepeaterWidgetDesignerComponent extends AXPContainerWidgetComponent {
7497
7377
  constructor() {
7498
7378
  super(...arguments);
7499
- this.rows = signal([0]);
7379
+ this.disabled = computed(() => this.options()["disabled"]);
7380
+ this.hasControls = computed(() => this.options()["hasControls"]);
7381
+ }
7382
+ get __class() {
7383
+ const cls = {};
7384
+ //
7385
+ cls[`ax-block`] = true;
7386
+ cls[`ax-w-full`] = true;
7387
+ return cls;
7500
7388
  }
7501
7389
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7502
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPRepeaterWidgetDesignerComponent, isStandalone: true, selector: "ng-component", providers: [
7390
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.0", type: AXPRepeaterWidgetDesignerComponent, isStandalone: true, selector: "axp-repeater-widget", host: { properties: { "class": "this.__class" } }, providers: [
7503
7391
  {
7504
7392
  provide: AXPContainerWidgetComponent, useExisting: AXPRepeaterWidgetDesignerComponent
7505
7393
  }
7506
7394
  ], usesInheritance: true, ngImport: i0, template: `
7507
- @for(row of rows();let i=$index; track i){
7508
- <ng-container>
7395
+ @if(hasControls())
7396
+ {
7397
+ <div class="ax-grid ax-grid-cols-12 ax-gap-4">
7398
+ <div class="ax-col-span-11 ax-border-dashed ax-border">
7399
+ <ng-container [ngTemplateOutlet]="tpl" ></ng-container>
7400
+ </div>
7401
+ <ax-button
7402
+ [disabled]="disabled()"
7403
+ look="twotone"
7404
+ color="danger"
7405
+ class="ax-col-start-12 ax-col-end-13 ax-justify-self-end"
7406
+ >
7407
+ <ax-icon icon="fa-regular fa-xmark"></ax-icon>
7408
+ </ax-button>
7409
+ <ax-button
7410
+ [text]="'Add New'"
7411
+ look="twotone"
7412
+ [disabled]="disabled()"
7413
+ class="ax-col-start-10 ax-col-end-13"
7414
+ >
7415
+ <ax-prefix>
7416
+ <ax-icon class="fa-solid fa-add"></ax-icon>
7417
+ </ax-prefix>
7418
+ </ax-button>
7419
+ </div>
7420
+ }
7421
+ @else {
7422
+ <ng-container [ngTemplateOutlet]="tpl"></ng-container>
7423
+ }
7424
+ <ng-template #tpl>
7509
7425
  @for (node of children();track $index) {
7510
- <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [index]="i" [mode]="this.mode"> </ng-container>
7426
+ <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </ng-container>
7511
7427
  }
7512
- </ng-container>
7513
- }
7514
- <axp-designer-add-widget-button></axp-designer-add-widget-button>
7515
- `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXPLayoutBuilderModule }, { kind: "directive", type: AXPWidgetDesignerRendererDirective, selector: "[axp-widget-designer-renderer]", inputs: ["parentNode", "index", "mode", "node"] }, { kind: "component", type: AXPDesignerAddWidgetButtonComponent, selector: "axp-designer-add-widget-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7428
+ @empty {
7429
+ <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end axp-empty-space ax-block ax-p-0 " ></axp-designer-add-widget-button>
7430
+ }
7431
+ </ng-template>
7432
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$3.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", "mode", "node"] }, { kind: "component", type: AXPDesignerAddWidgetButtonComponent, selector: "axp-designer-add-widget-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7516
7433
  }
7517
7434
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXPRepeaterWidgetDesignerComponent, decorators: [{
7518
7435
  type: Component,
7519
7436
  args: [{
7437
+ selector: 'axp-repeater-widget',
7520
7438
  template: `
7521
- @for(row of rows();let i=$index; track i){
7522
- <ng-container>
7439
+ @if(hasControls())
7440
+ {
7441
+ <div class="ax-grid ax-grid-cols-12 ax-gap-4">
7442
+ <div class="ax-col-span-11 ax-border-dashed ax-border">
7443
+ <ng-container [ngTemplateOutlet]="tpl" ></ng-container>
7444
+ </div>
7445
+ <ax-button
7446
+ [disabled]="disabled()"
7447
+ look="twotone"
7448
+ color="danger"
7449
+ class="ax-col-start-12 ax-col-end-13 ax-justify-self-end"
7450
+ >
7451
+ <ax-icon icon="fa-regular fa-xmark"></ax-icon>
7452
+ </ax-button>
7453
+ <ax-button
7454
+ [text]="'Add New'"
7455
+ look="twotone"
7456
+ [disabled]="disabled()"
7457
+ class="ax-col-start-10 ax-col-end-13"
7458
+ >
7459
+ <ax-prefix>
7460
+ <ax-icon class="fa-solid fa-add"></ax-icon>
7461
+ </ax-prefix>
7462
+ </ax-button>
7463
+ </div>
7464
+ }
7465
+ @else {
7466
+ <ng-container [ngTemplateOutlet]="tpl"></ng-container>
7467
+ }
7468
+ <ng-template #tpl>
7523
7469
  @for (node of children();track $index) {
7524
- <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [index]="i" [mode]="this.mode"> </ng-container>
7470
+ <ng-container axp-widget-designer-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </ng-container>
7525
7471
  }
7526
- </ng-container>
7527
- }
7528
- <axp-designer-add-widget-button></axp-designer-add-widget-button>
7472
+ @empty {
7473
+ <axp-designer-add-widget-button class="ax-flex-1 ax-self-center ax-place-self-end axp-empty-space ax-block ax-p-0 " ></axp-designer-add-widget-button>
7474
+ }
7475
+ </ng-template>
7529
7476
  `,
7530
7477
  standalone: true,
7531
7478
  changeDetection: ChangeDetectionStrategy.OnPush,
7532
- imports: [CommonModule, AXPLayoutBuilderModule, AXPWidgetDesignerRendererDirective, AXPDesignerAddWidgetButtonComponent],
7479
+ imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXPLayoutBuilderModule, AXPWidgetDesignerRendererDirective, AXPDesignerAddWidgetButtonComponent],
7533
7480
  providers: [
7534
7481
  {
7535
7482
  provide: AXPContainerWidgetComponent, useExisting: AXPRepeaterWidgetDesignerComponent
7536
7483
  }
7537
7484
  ]
7538
7485
  }]
7539
- }] });
7486
+ }], propDecorators: { __class: [{
7487
+ type: HostBinding,
7488
+ args: ['class']
7489
+ }] } });
7540
7490
 
7541
7491
  var repeaterWidgetDesigner_component = /*#__PURE__*/Object.freeze({
7542
7492
  __proto__: null,
@@ -7550,12 +7500,24 @@ const AXPRepeaterWidget = {
7550
7500
  icon: 'fa-solid fa-table-list',
7551
7501
  group: AXP_WIDGETS_LAYOUT_GROUP,
7552
7502
  type: 'container',
7503
+ properties: [
7504
+ AXP_NAME_PROPERTY,
7505
+ AXP_DATA_PATH_PROPERTY,
7506
+ AXP_DISABLED_PROPERTY,
7507
+ createBooleanProperty({
7508
+ name: "hasControls",
7509
+ title: "Controls",
7510
+ group: AXP_BEHAVIOR_PROPERTY_GROUP,
7511
+ defaultValue: true,
7512
+ path: "options.hasControls",
7513
+ })
7514
+ ],
7553
7515
  components: {
7554
7516
  view: {
7555
7517
  component: () => Promise.resolve().then(function () { return repeaterWidgetView_component; }).then((c) => c.AXPRepeaterWidgetViewComponent),
7556
7518
  },
7557
7519
  edit: {
7558
- component: () => Promise.resolve().then(function () { return repeaterWidgetView_component; }).then((c) => c.AXPRepeaterWidgetViewComponent),
7520
+ component: () => Promise.resolve().then(function () { return repeaterWidgetEdit_component; }).then((c) => c.AXPRepeaterWidgetEditComponent),
7559
7521
  },
7560
7522
  print: {
7561
7523
  component: () => Promise.resolve().then(function () { return repeaterWidgetPrint_component; }).then((c) => c.AXPRepeaterWidgetPrintComponent),
@@ -7884,7 +7846,6 @@ class AXPFormFieldWidgetViewComponent extends AXPWidgetComponent {
7884
7846
  <ax-label>{{ label() }}</ax-label>
7885
7847
  @for (node of children(); track $index) {
7886
7848
  <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </ng-container>
7887
- <!-- <axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
7888
7849
  }
7889
7850
  </ax-form-field>
7890
7851
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: AXFormModule }, { kind: "component", type: i4$1.AXFormFieldComponent, selector: "ax-form-field", inputs: ["labelMode"] }, { kind: "ngmodule", type: AXLabelModule }, { kind: "component", type: i2.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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -7898,7 +7859,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
7898
7859
  <ax-label>{{ label() }}</ax-label>
7899
7860
  @for (node of children(); track $index) {
7900
7861
  <ng-container axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </ng-container>
7901
- <!-- <axp-widget-renderer [node]="node" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
7902
7862
  }
7903
7863
  </ax-form-field>
7904
7864
  `,
@@ -8013,7 +7973,6 @@ class AXPGridWidgetViewComponent extends AXPWidgetComponent {
8013
7973
  <div class="ax-grid ax-grid-cols-{{ cols() }} ax-grid-rows-{{ rows() }} ax-gap-{{ gap() }}">
8014
7974
  @for (child of children(); track $index) {
8015
7975
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8016
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
8017
7976
  }
8018
7977
  </div>
8019
7978
  `, 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -8025,7 +7984,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
8025
7984
  <div class="ax-grid ax-grid-cols-{{ cols() }} ax-grid-rows-{{ rows() }} ax-gap-{{ gap() }}">
8026
7985
  @for (child of children(); track $index) {
8027
7986
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8028
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
8029
7987
  }
8030
7988
  </div>
8031
7989
  `,
@@ -8249,9 +8207,7 @@ class AXPGridItemWidgetViewComponent extends AXPContainerWidgetComponent {
8249
8207
  },
8250
8208
  ], usesInheritance: true, ngImport: i0, template: `
8251
8209
  @for (child of children(); track $index) {
8252
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"></axp-widget-renderer> -->
8253
8210
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8254
-
8255
8211
  }
8256
8212
  `, 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8257
8213
  }
@@ -8260,9 +8216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
8260
8216
  args: [{
8261
8217
  template: `
8262
8218
  @for (child of children(); track $index) {
8263
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"></axp-widget-renderer> -->
8264
8219
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8265
-
8266
8220
  }
8267
8221
  `,
8268
8222
  standalone: true,
@@ -8451,7 +8405,6 @@ class AXPGridRowWidgetViewComponent extends AXPWidgetComponent {
8451
8405
  <div class="ax-grid ax-grid-cols-{{ cols() }} ax-grid-rows-{{ rows() }} ax-gap-{{ gap() }}">
8452
8406
  @for (child of children(); track $index) {
8453
8407
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8454
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
8455
8408
  }
8456
8409
  </div>
8457
8410
  `, 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -8463,7 +8416,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
8463
8416
  <div class="ax-grid ax-grid-cols-{{ cols() }} ax-grid-rows-{{ rows() }} ax-gap-{{ gap() }}">
8464
8417
  @for (child of children(); track $index) {
8465
8418
  <ng-container axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </ng-container>
8466
- <!-- <axp-widget-renderer [node]="child" [parentNode]="this" [mode]="this.mode"> </axp-widget-renderer> -->
8467
8419
  }
8468
8420
  </div>
8469
8421
  `,
@@ -8768,5 +8720,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
8768
8720
  * Generated bundle index. Do not edit.
8769
8721
  */
8770
8722
 
8771
- export { AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, 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, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BG_COLOR_PROPERTY, AXP_COLOR_PROPERTY, AXP_CONTENT_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DATA_PROPERTY_GROUP, AXP_DATA_SOURCE_PROPERTY, AXP_DATE_FROMAT_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_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_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 };
8723
+ export { AXPBlockWidget, AXPBlockWidgetDesignerComponent, AXPBlockWidgetViewComponent, 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, AXPTextBoxWidget, AXPTextBoxWidgetColumnComponent, AXPTextBoxWidgetEditComponent, AXPTextBoxWidgetFilterComponent, AXPTextBoxWidgetPrintComponent, AXPTextBoxWidgetViewComponent, AXPToggleWidget, AXPToggleWidgetColumnComponent, AXPToggleWidgetEditComponent, AXPToggleWidgetFilterComponent, AXPToggleWidgetPrintComponent, AXPToggleWidgetViewComponent, AXPWidgetsModule, AXP_ALLOW_MULTIPLE_PROPERTY, AXP_BEHAVIOR_PROPERTY_GROUP, AXP_BG_COLOR_PROPERTY, 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_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_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 };
8772
8724
  //# sourceMappingURL=acorex-platform-widgets.mjs.map