@acorex/platform 21.0.0-next.50 → 21.0.0-next.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-platform-common.mjs +6 -4
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +4933 -4818
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +38 -25
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +31 -25
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-DK6R87Lf.mjs → acorex-platform-themes-shared-settings.provider-BgXYCFia.mjs} +3 -10
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BgXYCFia.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +4 -4
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +1 -1
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/package.json +6 -6
- package/types/acorex-platform-common.d.ts +12 -5
- package/types/acorex-platform-layout-components.d.ts +719 -627
- package/types/acorex-platform-layout-entity.d.ts +4 -0
- package/types/acorex-platform-layout-widgets.d.ts +4 -2
- package/types/acorex-platform-workflow.d.ts +19 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-DK6R87Lf.mjs.map +0 -1
|
@@ -2314,7 +2314,7 @@ class AXPCheckBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
|
|
|
2314
2314
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: AXPCheckBoxWidgetColumnComponent, isStandalone: true, selector: "axp-checkbox-widget-column", inputs: { rawValue: "rawValue", rowData: "rowData" }, usesInheritance: true, ngImport: i0, template: ` <div>
|
|
2315
2315
|
@if (this.rawValue === null || this.rawValue === undefined) {
|
|
2316
2316
|
@if (nullText) {
|
|
2317
|
-
<span>{{ nullText }}</span>
|
|
2317
|
+
<span>{{ nullText | translate | async }}</span>
|
|
2318
2318
|
} @else {
|
|
2319
2319
|
<span>---</span>
|
|
2320
2320
|
}
|
|
@@ -2326,7 +2326,7 @@ class AXPCheckBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
|
|
|
2326
2326
|
[ngClass]="visual.chipClass"
|
|
2327
2327
|
[ngStyle]="visual.chipStyle"
|
|
2328
2328
|
>
|
|
2329
|
-
{{ trulyText }}
|
|
2329
|
+
{{ (trulyText | translate | async)! }}
|
|
2330
2330
|
</span>
|
|
2331
2331
|
} @else {
|
|
2332
2332
|
@if (negative) {
|
|
@@ -2343,7 +2343,7 @@ class AXPCheckBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
|
|
|
2343
2343
|
[ngClass]="visual.chipClass"
|
|
2344
2344
|
[ngStyle]="visual.chipStyle"
|
|
2345
2345
|
>
|
|
2346
|
-
{{ falsyText }}
|
|
2346
|
+
{{ (falsyText | translate | async)! }}
|
|
2347
2347
|
</span>
|
|
2348
2348
|
} @else {
|
|
2349
2349
|
@if (negative) {
|
|
@@ -2353,7 +2353,7 @@ class AXPCheckBoxWidgetColumnComponent extends AXPColumnWidgetComponent {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
}
|
|
2355
2355
|
}
|
|
2356
|
-
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2356
|
+
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1$4.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2357
2357
|
}
|
|
2358
2358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPCheckBoxWidgetColumnComponent, decorators: [{
|
|
2359
2359
|
type: Component,
|
|
@@ -2362,7 +2362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2362
2362
|
template: ` <div>
|
|
2363
2363
|
@if (this.rawValue === null || this.rawValue === undefined) {
|
|
2364
2364
|
@if (nullText) {
|
|
2365
|
-
<span>{{ nullText }}</span>
|
|
2365
|
+
<span>{{ nullText | translate | async }}</span>
|
|
2366
2366
|
} @else {
|
|
2367
2367
|
<span>---</span>
|
|
2368
2368
|
}
|
|
@@ -2374,7 +2374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2374
2374
|
[ngClass]="visual.chipClass"
|
|
2375
2375
|
[ngStyle]="visual.chipStyle"
|
|
2376
2376
|
>
|
|
2377
|
-
{{ trulyText }}
|
|
2377
|
+
{{ (trulyText | translate | async)! }}
|
|
2378
2378
|
</span>
|
|
2379
2379
|
} @else {
|
|
2380
2380
|
@if (negative) {
|
|
@@ -2391,7 +2391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2391
2391
|
[ngClass]="visual.chipClass"
|
|
2392
2392
|
[ngStyle]="visual.chipStyle"
|
|
2393
2393
|
>
|
|
2394
|
-
{{ falsyText }}
|
|
2394
|
+
{{ (falsyText | translate | async)! }}
|
|
2395
2395
|
</span>
|
|
2396
2396
|
} @else {
|
|
2397
2397
|
@if (negative) {
|
|
@@ -2403,7 +2403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2403
2403
|
}
|
|
2404
2404
|
</div>`,
|
|
2405
2405
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2406
|
-
imports: [CommonModule, AXDecoratorModule],
|
|
2406
|
+
imports: [CommonModule, AXDecoratorModule, AXTranslationModule],
|
|
2407
2407
|
inputs: ['rawValue', 'rowData'],
|
|
2408
2408
|
}]
|
|
2409
2409
|
}] });
|
|
@@ -2538,7 +2538,7 @@ class AXPCheckBoxWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2538
2538
|
<div class="ax-font-semibold">
|
|
2539
2539
|
@if (this.getValue() === null || this.getValue() === undefined) {
|
|
2540
2540
|
@if (nullText()) {
|
|
2541
|
-
<span>{{ nullText() }}</span>
|
|
2541
|
+
<span>{{ nullText() | translate | async }}</span>
|
|
2542
2542
|
} @else {
|
|
2543
2543
|
<span>---</span>
|
|
2544
2544
|
}
|
|
@@ -2550,7 +2550,7 @@ class AXPCheckBoxWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2550
2550
|
[ngClass]="visual.chipClass"
|
|
2551
2551
|
[ngStyle]="visual.chipStyle"
|
|
2552
2552
|
>
|
|
2553
|
-
{{ trulyText() }}
|
|
2553
|
+
{{ (trulyText() | translate | async)! }}
|
|
2554
2554
|
</span>
|
|
2555
2555
|
} @else {
|
|
2556
2556
|
@if (negative()) {
|
|
@@ -2567,7 +2567,7 @@ class AXPCheckBoxWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2567
2567
|
[ngClass]="visual.chipClass"
|
|
2568
2568
|
[ngStyle]="visual.chipStyle"
|
|
2569
2569
|
>
|
|
2570
|
-
{{ falsyText() }}
|
|
2570
|
+
{{ (falsyText() | translate | async)! }}
|
|
2571
2571
|
</span>
|
|
2572
2572
|
} @else {
|
|
2573
2573
|
@if (negative()) {
|
|
@@ -2578,7 +2578,7 @@ class AXPCheckBoxWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2578
2578
|
}
|
|
2579
2579
|
}
|
|
2580
2580
|
</div>
|
|
2581
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2581
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1$4.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2582
2582
|
}
|
|
2583
2583
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPCheckBoxWidgetViewComponent, decorators: [{
|
|
2584
2584
|
type: Component,
|
|
@@ -2588,7 +2588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2588
2588
|
<div class="ax-font-semibold">
|
|
2589
2589
|
@if (this.getValue() === null || this.getValue() === undefined) {
|
|
2590
2590
|
@if (nullText()) {
|
|
2591
|
-
<span>{{ nullText() }}</span>
|
|
2591
|
+
<span>{{ nullText() | translate | async }}</span>
|
|
2592
2592
|
} @else {
|
|
2593
2593
|
<span>---</span>
|
|
2594
2594
|
}
|
|
@@ -2600,7 +2600,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2600
2600
|
[ngClass]="visual.chipClass"
|
|
2601
2601
|
[ngStyle]="visual.chipStyle"
|
|
2602
2602
|
>
|
|
2603
|
-
{{ trulyText() }}
|
|
2603
|
+
{{ (trulyText() | translate | async)! }}
|
|
2604
2604
|
</span>
|
|
2605
2605
|
} @else {
|
|
2606
2606
|
@if (negative()) {
|
|
@@ -2617,7 +2617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2617
2617
|
[ngClass]="visual.chipClass"
|
|
2618
2618
|
[ngStyle]="visual.chipStyle"
|
|
2619
2619
|
>
|
|
2620
|
-
{{ falsyText() }}
|
|
2620
|
+
{{ (falsyText() | translate | async)! }}
|
|
2621
2621
|
</span>
|
|
2622
2622
|
} @else {
|
|
2623
2623
|
@if (negative()) {
|
|
@@ -2630,7 +2630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2630
2630
|
</div>
|
|
2631
2631
|
`,
|
|
2632
2632
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2633
|
-
imports: [CommonModule, AXDecoratorModule],
|
|
2633
|
+
imports: [CommonModule, AXDecoratorModule, AXTranslationModule],
|
|
2634
2634
|
}]
|
|
2635
2635
|
}] });
|
|
2636
2636
|
|
|
@@ -7726,6 +7726,8 @@ class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
|
7726
7726
|
this.placeholder = computed(() => this.options()['placeholder'] ?? '', ...(ngDevMode ? [{ debugName: "placeholder" }] : /* istanbul ignore next */ []));
|
|
7727
7727
|
this.hasClearButton = computed(() => this.options()['hasClearButton'] ?? false, ...(ngDevMode ? [{ debugName: "hasClearButton" }] : /* istanbul ignore next */ []));
|
|
7728
7728
|
this.allowSearch = computed(() => this.options()['allowSearch'] ?? false, ...(ngDevMode ? [{ debugName: "allowSearch" }] : /* istanbul ignore next */ []));
|
|
7729
|
+
this.showItemTooltip = computed(() => this.options()['showItemTooltip'] ?? false, ...(ngDevMode ? [{ debugName: "showItemTooltip" }] : /* istanbul ignore next */ []));
|
|
7730
|
+
this.isItemTruncated = computed(() => this.options()['isItemTruncated'] ?? true, ...(ngDevMode ? [{ debugName: "isItemTruncated" }] : /* istanbul ignore next */ []));
|
|
7729
7731
|
this.filter = computed(() => this.options()['filter'], ...(ngDevMode ? [{ debugName: "filter" }] : /* istanbul ignore next */ []));
|
|
7730
7732
|
this.filterMode = computed(() => this.options()['filterMode'] ?? false, ...(ngDevMode ? [{ debugName: "filterMode" }] : /* istanbul ignore next */ []));
|
|
7731
7733
|
/** For filter mode: display valueField from object to avoid [object Object] when value is stored as full item */
|
|
@@ -7955,6 +7957,8 @@ class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
|
7955
7957
|
[textTemplate]="textTemplate()"
|
|
7956
7958
|
[multiple]="multiple()"
|
|
7957
7959
|
[readonly]="readonly()"
|
|
7960
|
+
[showItemTooltip]="showItemTooltip()"
|
|
7961
|
+
[isItemTruncated]="isItemTruncated()"
|
|
7958
7962
|
[ngModel]="filterMode() ? selectFilterDisplayValue() : getValue()"
|
|
7959
7963
|
(onValueChanged)="handleValueChange($event)"
|
|
7960
7964
|
>
|
|
@@ -7990,6 +7994,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
7990
7994
|
[textTemplate]="textTemplate()"
|
|
7991
7995
|
[multiple]="multiple()"
|
|
7992
7996
|
[readonly]="readonly()"
|
|
7997
|
+
[showItemTooltip]="showItemTooltip()"
|
|
7998
|
+
[isItemTruncated]="isItemTruncated()"
|
|
7993
7999
|
[ngModel]="filterMode() ? selectFilterDisplayValue() : getValue()"
|
|
7994
8000
|
(onValueChanged)="handleValueChange($event)"
|
|
7995
8001
|
>
|
|
@@ -9827,7 +9833,7 @@ class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
9827
9833
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPToggleWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
9828
9834
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: AXPToggleWidgetViewComponent, isStandalone: true, selector: "axp-toggle-widget-view", usesInheritance: true, ngImport: i0, template: ` @if (getValue() === null || getValue() === undefined) {
|
|
9829
9835
|
@if (nullText()) {
|
|
9830
|
-
<span>{{ nullText() }}</span>
|
|
9836
|
+
<span>{{ nullText() | translate | async }}</span>
|
|
9831
9837
|
} @else {
|
|
9832
9838
|
<span>---</span>
|
|
9833
9839
|
}
|
|
@@ -9839,7 +9845,7 @@ class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
9839
9845
|
[ngClass]="visual.chipClass"
|
|
9840
9846
|
[ngStyle]="visual.chipStyle"
|
|
9841
9847
|
>
|
|
9842
|
-
{{ trulyText() }}
|
|
9848
|
+
{{ (trulyText() | translate | async)! }}
|
|
9843
9849
|
</span>
|
|
9844
9850
|
} @else {
|
|
9845
9851
|
@if (negative()) {
|
|
@@ -9856,7 +9862,7 @@ class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
9856
9862
|
[ngClass]="visual.chipClass"
|
|
9857
9863
|
[ngStyle]="visual.chipStyle"
|
|
9858
9864
|
>
|
|
9859
|
-
{{ falsyText() }}
|
|
9865
|
+
{{ (falsyText() | translate | async)! }}
|
|
9860
9866
|
</span>
|
|
9861
9867
|
} @else {
|
|
9862
9868
|
@if (negative()) {
|
|
@@ -9865,7 +9871,7 @@ class AXPToggleWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
9865
9871
|
<ax-icon class="fa-solid fa-xmark ax-text-danger-500"> </ax-icon>
|
|
9866
9872
|
}
|
|
9867
9873
|
}
|
|
9868
|
-
}`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9874
|
+
}`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i2$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "pipe", type: i1$4.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9869
9875
|
}
|
|
9870
9876
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AXPToggleWidgetViewComponent, decorators: [{
|
|
9871
9877
|
type: Component,
|
|
@@ -9873,7 +9879,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
9873
9879
|
selector: 'axp-toggle-widget-view',
|
|
9874
9880
|
template: ` @if (getValue() === null || getValue() === undefined) {
|
|
9875
9881
|
@if (nullText()) {
|
|
9876
|
-
<span>{{ nullText() }}</span>
|
|
9882
|
+
<span>{{ nullText() | translate | async }}</span>
|
|
9877
9883
|
} @else {
|
|
9878
9884
|
<span>---</span>
|
|
9879
9885
|
}
|
|
@@ -9885,7 +9891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
9885
9891
|
[ngClass]="visual.chipClass"
|
|
9886
9892
|
[ngStyle]="visual.chipStyle"
|
|
9887
9893
|
>
|
|
9888
|
-
{{ trulyText() }}
|
|
9894
|
+
{{ (trulyText() | translate | async)! }}
|
|
9889
9895
|
</span>
|
|
9890
9896
|
} @else {
|
|
9891
9897
|
@if (negative()) {
|
|
@@ -9902,7 +9908,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
9902
9908
|
[ngClass]="visual.chipClass"
|
|
9903
9909
|
[ngStyle]="visual.chipStyle"
|
|
9904
9910
|
>
|
|
9905
|
-
{{ falsyText() }}
|
|
9911
|
+
{{ (falsyText() | translate | async)! }}
|
|
9906
9912
|
</span>
|
|
9907
9913
|
} @else {
|
|
9908
9914
|
@if (negative()) {
|
|
@@ -9913,7 +9919,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
9913
9919
|
}
|
|
9914
9920
|
}`,
|
|
9915
9921
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9916
|
-
imports: [CommonModule, AXDecoratorModule],
|
|
9922
|
+
imports: [CommonModule, AXDecoratorModule, AXTranslationModule],
|
|
9917
9923
|
}]
|
|
9918
9924
|
}] });
|
|
9919
9925
|
|
|
@@ -29983,7 +29989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
29983
29989
|
const AXP_WIDGET_AI_AGENT_FORM_LAYOUT = 'widget-form-layout';
|
|
29984
29990
|
const AXP_WIDGET_AI_AGENT_CHART_LAYOUT = 'widget-chart-layout';
|
|
29985
29991
|
/** Assist/conversation chip rows — only `flex-layout` + `button-action` catalog rows. */
|
|
29986
|
-
const AXP_WIDGET_AI_AGENT_ASSIST_FOLLOW_UP_CHIPS_LAYOUT = '
|
|
29992
|
+
const AXP_WIDGET_AI_AGENT_ASSIST_FOLLOW_UP_CHIPS_LAYOUT = 'follow-up-prompt-generator';
|
|
29987
29993
|
const AXP_WIDGET_AI_AGENT_NAMES = [
|
|
29988
29994
|
AXP_WIDGET_AI_AGENT_FORM_LAYOUT,
|
|
29989
29995
|
AXP_WIDGET_AI_AGENT_CHART_LAYOUT,
|