@messaia/cdk 19.0.0-rc07 → 19.0.0-rc08

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.
@@ -10599,6 +10599,10 @@ let MenuItem = class MenuItem extends AuditEntity {
10599
10599
  * The IDs of the roles associated with the menu item.
10600
10600
  */
10601
10601
  roleIds;
10602
+ /**
10603
+ * The categories associated with the menu item.
10604
+ */
10605
+ categories = [];
10602
10606
  /**
10603
10607
  * The description of the menu item.
10604
10608
  */
@@ -10764,6 +10768,15 @@ __decorate([
10764
10768
  Display($localize `:@@roles:Roles`),
10765
10769
  __metadata("design:type", Array)
10766
10770
  ], MenuItem.prototype, "roleIds", void 0);
10771
+ __decorate([
10772
+ prop(),
10773
+ FormField({
10774
+ row: 60,
10775
+ type: FormFieldType.Chips
10776
+ }),
10777
+ Display($localize `:@@categories:Categories`),
10778
+ __metadata("design:type", Array)
10779
+ ], MenuItem.prototype, "categories", void 0);
10767
10780
  __decorate([
10768
10781
  prop(),
10769
10782
  FormField({