ados-rcm 1.1.560 → 1.1.562

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.
@@ -72,11 +72,11 @@ export interface IAFloatMenuProps<T> {
72
72
  */
73
73
  defs: TAFloatMenuDefs<T>;
74
74
  /**
75
- * item : T
75
+ * items : T[]
76
76
  *
77
- * Description : item data for AFloatMenu
77
+ * Description : items data for AFloatMenu
78
78
  */
79
- item: T;
79
+ items?: T[];
80
80
  /**
81
81
  * offset? : IOffset
82
82
  *