@halo-dev/ui-shared 2.22.0 → 2.22.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -14
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1304,10 +1304,6 @@ interface GlobalInfo {
1304
1304
  allowComments: boolean;
1305
1305
  allowAnonymousComments: boolean;
1306
1306
  allowRegistration: boolean;
1307
- socialAuthProviders: SocialAuthProvider[];
1308
- useAbsolutePermalink: boolean;
1309
- userInitialized: boolean;
1310
- dataInitialized: boolean;
1311
1307
  favicon?: string;
1312
1308
  postSlugGenerationStrategy: ModeType;
1313
1309
  mustVerifyEmailOnRegistration: boolean;
@@ -1387,15 +1383,6 @@ interface Startup {
1387
1383
  springBootVersion: string;
1388
1384
  timeline: Timeline;
1389
1385
  }
1390
- interface SocialAuthProvider {
1391
- name: string;
1392
- displayName: string;
1393
- description: string;
1394
- logo: string;
1395
- website: string;
1396
- authenticationUrl: string;
1397
- bindingUrl?: string;
1398
- }
1399
1386
  //#endregion
1400
1387
  //#region src/stores/index.d.ts
1401
1388
  /**
@@ -1793,4 +1780,4 @@ declare const utils: {
1793
1780
  id: IdUtils;
1794
1781
  };
1795
1782
  //#endregion
1796
- export { AttachmentLike, AttachmentSelectProvider, AttachmentSimple, BackupTab, Build, CommentContentProvider, CommentEditorProvider, CommentSubjectRefProvider, CommentSubjectRefResult, Commit, CoreMenuGroupId, DashboardResponsiveLayout, DashboardWidget, DashboardWidgetDefinition, DashboardWidgetQuickActionItem, Database, EditorProvider, EntityFieldItem, Event, ExtensionPoint, FormType, Git, GlobalInfo, Info, Java, Jvm, MenuGroupType, MenuItemType, ModeType, OperationItem, Os, PluginInstallationTab, PluginModule, PluginTab, RouteRecordAppend, Runtime, SocialAuthProvider, Startup, StartupStep, THUMBNAIL_WIDTH_MAP, Tag, ThemeListTab, Timeline, UserProfileTab, UserTab, Vendor, definePlugin, events, stores, utils };
1783
+ export { AttachmentLike, AttachmentSelectProvider, AttachmentSimple, BackupTab, Build, CommentContentProvider, CommentEditorProvider, CommentSubjectRefProvider, CommentSubjectRefResult, Commit, CoreMenuGroupId, DashboardResponsiveLayout, DashboardWidget, DashboardWidgetDefinition, DashboardWidgetQuickActionItem, Database, EditorProvider, EntityFieldItem, Event, ExtensionPoint, FormType, Git, GlobalInfo, Info, Java, Jvm, MenuGroupType, MenuItemType, ModeType, OperationItem, Os, PluginInstallationTab, PluginModule, PluginTab, RouteRecordAppend, Runtime, Startup, StartupStep, THUMBNAIL_WIDTH_MAP, Tag, ThemeListTab, Timeline, UserProfileTab, UserTab, Vendor, definePlugin, events, stores, utils };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@halo-dev/ui-shared",
3
3
  "type": "module",
4
- "version": "2.22.0",
4
+ "version": "2.22.1",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/shared#readme",