namespace Hcs.WebApp.Components.Shared { public enum DataPageState { Init, Loading, Idle, DataWaiting } }