@opensumi/ide-preferences 2.27.3-next-1706509546.0 → 2.27.3-next-1706520813.0

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.
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { PreferenceScope, IResolvedPreferenceViewDesc } from '@opensumi/ide-core-browser';
3
3
  /**
4
4
  * 用于展示单个设置项的视图
@@ -17,5 +17,5 @@ export declare const NextPreferenceItem: ({ preferenceId, localizedName, prefere
17
17
  preference: IResolvedPreferenceViewDesc;
18
18
  localizedName?: string | undefined;
19
19
  scope: PreferenceScope;
20
- }) => React.JSX.Element;
20
+ }) => JSX.Element;
21
21
  //# sourceMappingURL=preferenceItem.view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"preferenceItem.view.d.ts","sourceRoot":"","sources":["../../src/browser/preferenceItem.view.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAKzE,OAAO,EAQL,eAAe,EAOf,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AA+BpC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,kBAAkB;kBAMf,MAAM;gBACR,2BAA2B;;WAEhC,eAAe;uBAyIvB,CAAC"}
1
+ {"version":3,"file":"preferenceItem.view.d.ts","sourceRoot":"","sources":["../../src/browser/preferenceItem.view.tsx"],"names":[],"mappings":";AAOA,OAAO,EAQL,eAAe,EAOf,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AA+BpC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,kBAAkB;kBAMf,MAAM;gBACR,2BAA2B;;WAEhC,eAAe;iBAyIvB,CAAC"}
@@ -273,7 +273,7 @@
273
273
  .preferences_flex_row {
274
274
  display: flex;
275
275
  align-items: center;
276
- justify-content: flex-start;
276
+ justify-content: start;
277
277
  }
278
278
  }
279
279
 
@@ -5,6 +5,6 @@ export declare const PreferenceView: ReactEditorComponent<null>;
5
5
  export declare const PreferenceItem: ({ data, index }: {
6
6
  data: ISectionItemData;
7
7
  index: number;
8
- }) => React.JSX.Element | undefined;
8
+ }) => JSX.Element | undefined;
9
9
  export declare const PreferenceBody: React.FunctionComponent<object>;
10
10
  //# sourceMappingURL=preferences.view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"preferences.view.d.ts","sourceRoot":"","sources":["../../src/browser/preferences.view.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAExE,OAAO,EAAoB,gBAAgB,EAAgB,MAAM,WAAW,CAAC;AAoD7E,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,IAAI,CA0EpD,CAAC;AAEH,eAAO,MAAM,cAAc;UAA6B,gBAAgB;WAAS,MAAM;mCA2BtF,CAAC;AAwGF,eAAO,MAAM,cAAc,iCAmIzB,CAAC"}
1
+ {"version":3,"file":"preferences.view.d.ts","sourceRoot":"","sources":["../../src/browser/preferences.view.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAExE,OAAO,EAAoB,gBAAgB,EAAgB,MAAM,WAAW,CAAC;AAoD7E,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,IAAI,CA0EpD,CAAC;AAEH,eAAO,MAAM,cAAc;UAA6B,gBAAgB;WAAS,MAAM;6BA2BtF,CAAC;AAwGF,eAAO,MAAM,cAAc,iCAmIzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"user-storage.d.ts","sourceRoot":"","sources":["../../src/common/user-storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AAEjE,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"user-storage.d.ts","sourceRoot":"","sources":["../../src/common/user-storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AAGjE,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-preferences",
3
- "version": "2.27.3-next-1706509546.0",
3
+ "version": "2.27.3-next-1706520813.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -17,15 +17,15 @@
17
17
  "url": "git@github.com:opensumi/core.git"
18
18
  },
19
19
  "dependencies": {
20
- "@opensumi/ide-core-common": "2.27.3-next-1706509546.0"
20
+ "@opensumi/ide-core-common": "2.27.3-next-1706520813.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@opensumi/ide-components": "2.27.3-next-1706509546.0",
24
- "@opensumi/ide-core-browser": "2.27.3-next-1706509546.0",
23
+ "@opensumi/ide-components": "2.27.3-next-1706520813.0",
24
+ "@opensumi/ide-core-browser": "2.27.3-next-1706520813.0",
25
25
  "@opensumi/ide-dev-tool": "1.3.1",
26
- "@opensumi/ide-editor": "2.27.3-next-1706509546.0",
27
- "@opensumi/ide-file-service": "2.27.3-next-1706509546.0",
28
- "@opensumi/ide-workspace": "2.27.3-next-1706509546.0"
26
+ "@opensumi/ide-editor": "2.27.3-next-1706520813.0",
27
+ "@opensumi/ide-file-service": "2.27.3-next-1706520813.0",
28
+ "@opensumi/ide-workspace": "2.27.3-next-1706520813.0"
29
29
  },
30
- "gitHead": "7723bd52cbed2e3053b16d7e6ec0f66261e2ddc2"
30
+ "gitHead": "ab440e0a62600ed6d6b577fc520d8b42db9d6394"
31
31
  }
@@ -273,7 +273,7 @@
273
273
  .preferences_flex_row {
274
274
  display: flex;
275
275
  align-items: center;
276
- justify-content: flex-start;
276
+ justify-content: start;
277
277
  }
278
278
  }
279
279
 
@@ -2,4 +2,5 @@ import { FileSystemProvider } from '@opensumi/ide-core-browser';
2
2
 
3
3
  export const IUserStorageService = Symbol('IUserStorageService');
4
4
 
5
+ // tslint:disable-next-line: no-empty-interface
5
6
  export type IUserStorageService = FileSystemProvider;