index.ts 3.3 KB

1234567891011121314151617181920212223242526272829
  1. /**
  2. * Copyright (c) 2022 Huawei Device Co., Ltd.
  3. * Licensed under the Apache License, Version 2.0 (the "License");
  4. * you may not use this file except in compliance with the License.
  5. * You may obtain a copy of the License at
  6. *
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. * Unless required by applicable law or agreed to in writing, software
  10. * distributed under the License is distributed on an "AS IS" BASIS,
  11. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. * See the License for the specific language governing permissions and
  13. * limitations under the License.
  14. */
  15. export { Log, Trace, PinyinSort, CheckEmptyUtils, ObjectCopyUtil } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/utils/index";
  16. export { BaseStage, BaseDragHandler, BaseViewModel, BaseModulePreLoader, BaseCloseAppHandler, BaseStartAppHandler } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/base/index";
  17. export { MenuInfo, MissionInfo, AppItemInfo, DockItemInfo, CardItemInfo, LauncherDragItemInfo, FolderItemInfo, SnapShotInfo, SettingItemInfo, RecentMissionInfo, RecentBundleMissionInfo } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/bean/index";
  18. export { EventConstants, FormConstants, StyleConstants, CommonConstants, PresetStyleConstants, NumberConstants } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/constants/index";
  19. export { FormManager, BadgeManager, windowManager, RdbStoreManager, ResourceManager, localEventManager, amsMissionManager, InputMethodManager, settingsDataManager, launcherAbilityManager, navigationBarCommonEventManager, CloseAppManager } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/manager/index";
  20. export { FolderData } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/interface/index";
  21. export type { DragArea, DragItemPosition, GridLayoutInfo } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/interface/index";
  22. export { AppModel, FormModel, SettingsModel, PageDesktopModel, RecentMissionsModel, AtomicServiceAppModel } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/model/index";
  23. export type { SettingsModelObserver } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/model/index";
  24. export { layoutConfigManager, ILayoutConfig, FormLayoutConfig, FolderLayoutConfig, AppListStyleConfig, AppGridStyleConfig, RecentsModeConfig, PageDesktopModeConfig, PageDesktopLayoutConfig, PageDesktopAppModeConfig, LauncherLayoutStyleConfig } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/layoutconfig/index";
  25. export { FormListInfoCacheManager } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/cache/FormListInfoCacheManager";
  26. export { LayoutViewModel } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/viewmodel/LayoutViewModel";
  27. export { SettingItemsConfig } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/configs/SettingItemsConfig";
  28. export { SettingItemsManager } from "@bundle:com.ohos.launcher/phone_launcher@launcher_common/ets/default/settings/SettingItemsManager";
  29. export type { SettingItemOptionsChecker } from './src/main/ets/default/settings/SettingItemOptionsChecker';