@acorex/platform 21.0.0-beta.5 → 21.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12886,7 +12886,7 @@ class AXPLookupWidgetTagboxComponent extends LookupWidgetLookBase {
12886
12886
  [placeholder]="
12887
12887
  selectedItemsValue().length
12888
12888
  ? ''
12889
- : (placeholderValue() || (('@general:widgets.lookup.placeholder' | translate | async) ?? ''))
12889
+ : placeholderValue() || (('@general:widgets.lookup.placeholder' | translate | async) ?? '')
12890
12890
  "
12891
12891
  [addOnEnter]="false"
12892
12892
  [addOnComma]="false"
@@ -12925,7 +12925,7 @@ class AXPLookupWidgetTagboxComponent extends LookupWidgetLookBase {
12925
12925
  <div class="inline-flex items-center gap-1.5 rounded-md px-3 py-1 text-sm surface">
12926
12926
  <span>{{ getDisplayRaw(item) | translate | async }}</span>
12927
12927
  <button type="button" (click)="tagBoxComponent.removeItem(index)">
12928
- <ax-icon class="icon icon-close"></ax-icon>
12928
+ <ax-icon class="ax-icon ax-icon-close"></ax-icon>
12929
12929
  </button>
12930
12930
  </div>
12931
12931
  </ng-template>
@@ -12946,7 +12946,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
12946
12946
  [placeholder]="
12947
12947
  selectedItemsValue().length
12948
12948
  ? ''
12949
- : (placeholderValue() || (('@general:widgets.lookup.placeholder' | translate | async) ?? ''))
12949
+ : placeholderValue() || (('@general:widgets.lookup.placeholder' | translate | async) ?? '')
12950
12950
  "
12951
12951
  [addOnEnter]="false"
12952
12952
  [addOnComma]="false"
@@ -12985,7 +12985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
12985
12985
  <div class="inline-flex items-center gap-1.5 rounded-md px-3 py-1 text-sm surface">
12986
12986
  <span>{{ getDisplayRaw(item) | translate | async }}</span>
12987
12987
  <button type="button" (click)="tagBoxComponent.removeItem(index)">
12988
- <ax-icon class="icon icon-close"></ax-icon>
12988
+ <ax-icon class="ax-icon ax-icon-close"></ax-icon>
12989
12989
  </button>
12990
12990
  </div>
12991
12991
  </ng-template>
@@ -14919,7 +14919,7 @@ class AXPMultiSourceSelectorWidgetEditComponent extends AXPValueWidgetComponent
14919
14919
  <div class="inline-flex items-center gap-1.5 rounded-md px-3 py-1 text-sm surface">
14920
14920
  <span>{{ getTagLabel(item) }}</span>
14921
14921
  <button type="button" (click)="tagBoxComponent.removeItem(index)">
14922
- <ax-icon class="icon icon-close"></ax-icon>
14922
+ <ax-icon class="ax-icon ax-icon-close"></ax-icon>
14923
14923
  </button>
14924
14924
  </div>
14925
14925
  </ng-template>
@@ -14976,7 +14976,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
14976
14976
  <div class="inline-flex items-center gap-1.5 rounded-md px-3 py-1 text-sm surface">
14977
14977
  <span>{{ getTagLabel(item) }}</span>
14978
14978
  <button type="button" (click)="tagBoxComponent.removeItem(index)">
14979
- <ax-icon class="icon icon-close"></ax-icon>
14979
+ <ax-icon class="ax-icon ax-icon-close"></ax-icon>
14980
14980
  </button>
14981
14981
  </div>
14982
14982
  </ng-template>
@@ -14991,7 +14991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
14991
14991
  AXValidationModule,
14992
14992
  AXFormModule,
14993
14993
  AXTagBoxModule,
14994
- AXTranslationModule
14994
+ AXTranslationModule,
14995
14995
  ],
14996
14996
  }]
14997
14997
  }], propDecorators: { tagBox: [{ type: i0.ViewChild, args: ['tagBoxComponent', { isSignal: true }] }] } });