@opensumi/ide-components 3.8.3-next-1744856097.0 → 3.8.3-next-1744969919.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.
package/dist/index.css CHANGED
@@ -1212,9 +1212,14 @@
1212
1212
  }
1213
1213
  .kt-select-container .kt-select-value.kt-select-disabled {
1214
1214
  pointer-events: none;
1215
+ cursor: not-allowed;
1215
1216
  background-color: var(--kt-select-disableBackground);
1216
1217
  color: var(--kt-select-disableForeground);
1217
1218
  }
1219
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-select-option,
1220
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-icon {
1221
+ color: inherit;
1222
+ }
1218
1223
  .kt-select-container .kt-select-value.kt-select-warning {
1219
1224
  border-color: var(--kt-select-warningForeground);
1220
1225
  }
@@ -2459,9 +2464,14 @@
2459
2464
  }
2460
2465
  .kt-select-container .kt-select-value.kt-select-disabled {
2461
2466
  pointer-events: none;
2467
+ cursor: not-allowed;
2462
2468
  background-color: var(--kt-select-disableBackground);
2463
2469
  color: var(--kt-select-disableForeground);
2464
2470
  }
2471
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-select-option,
2472
+ .kt-select-container .kt-select-value.kt-select-disabled .kt-icon {
2473
+ color: inherit;
2474
+ }
2465
2475
  .kt-select-container .kt-select-value.kt-select-warning {
2466
2476
  border-color: var(--kt-select-warningForeground);
2467
2477
  }
package/dist/index.js CHANGED
@@ -7220,7 +7220,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
7220
7220
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7221
7221
 
7222
7222
  "use strict";
7223
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst tslib_1 = __webpack_require__(/*! tslib */ \"../../node_modules/tslib/tslib.es6.mjs\");\ntslib_1.__exportStar(__webpack_require__(/*! ./di-helper */ \"../core-common/lib/di-helper/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./event-bus */ \"../core-common/lib/event-bus/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./contribution-provider */ \"../core-common/lib/contribution-provider.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./declare */ \"../core-common/lib/declare.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./editor */ \"../core-common/lib/editor.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./reference */ \"../core-common/lib/reference.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./module */ \"../core-common/lib/module.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./command */ \"../core-common/lib/command.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./menu */ \"../core-common/lib/menu.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./localize */ \"../core-common/lib/localize.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./types */ \"../core-common/lib/types/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./preferences */ \"../core-common/lib/preferences/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./storage */ \"../core-common/lib/storage.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./network */ \"../core-common/lib/network.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./log */ \"../core-common/lib/log.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./json-schema */ \"../core-common/lib/json-schema.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./reporter */ \"../core-common/lib/reporter.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./connection */ \"../core-common/lib/connection.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./comparers */ \"../core-common/lib/comparers.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./problem-pattern */ \"../core-common/lib/problem-pattern.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./problem-matcher */ \"../core-common/lib/problem-matcher.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./task-definition */ \"../core-common/lib/task-definition.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./line-text */ \"../core-common/lib/line-text.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./keyboard */ \"../core-common/lib/keyboard/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./theme */ \"../core-common/lib/theme.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./env */ \"../core-common/lib/env.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./credential */ \"../core-common/lib/credential.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./crypto */ \"../core-common/lib/crypto.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./markdown */ \"../core-common/lib/markdown.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./settings */ \"../core-common/lib/settings/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./utils */ \"../core-common/lib/utils/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./clipboard */ \"../core-common/lib/clipboard.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./mime */ \"../core-common/lib/mime.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./application.lifecycle */ \"../core-common/lib/application.lifecycle.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./extension.schema */ \"../core-common/lib/extension.schema.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./ai-native */ \"../core-common/lib/ai-native/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./remote-service */ \"../core-common/lib/remote-service/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./collections */ \"../core-common/lib/collections.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/index.js?");
7223
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst tslib_1 = __webpack_require__(/*! tslib */ \"../../node_modules/tslib/tslib.es6.mjs\");\ntslib_1.__exportStar(__webpack_require__(/*! ./di-helper */ \"../core-common/lib/di-helper/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./event-bus */ \"../core-common/lib/event-bus/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./contribution-provider */ \"../core-common/lib/contribution-provider.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./declare */ \"../core-common/lib/declare.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./editor */ \"../core-common/lib/editor.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./reference */ \"../core-common/lib/reference.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./module */ \"../core-common/lib/module.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./command */ \"../core-common/lib/command.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./menu */ \"../core-common/lib/menu.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./localize */ \"../core-common/lib/localize.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./types */ \"../core-common/lib/types/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./preferences */ \"../core-common/lib/preferences/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./storage */ \"../core-common/lib/storage.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./network */ \"../core-common/lib/network.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./log */ \"../core-common/lib/log.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./json-schema */ \"../core-common/lib/json-schema.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./reporter */ \"../core-common/lib/reporter.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./connection */ \"../core-common/lib/connection.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./comparers */ \"../core-common/lib/comparers.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./problem-pattern */ \"../core-common/lib/problem-pattern.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./problem-matcher */ \"../core-common/lib/problem-matcher.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./task-definition */ \"../core-common/lib/task-definition.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./line-text */ \"../core-common/lib/line-text.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./keyboard */ \"../core-common/lib/keyboard/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./theme */ \"../core-common/lib/theme.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./env */ \"../core-common/lib/env.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./credential */ \"../core-common/lib/credential.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./crypto */ \"../core-common/lib/crypto.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./markdown */ \"../core-common/lib/markdown.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./settings */ \"../core-common/lib/settings/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./utils */ \"../core-common/lib/utils/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./clipboard */ \"../core-common/lib/clipboard.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./mime */ \"../core-common/lib/mime.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./application.lifecycle */ \"../core-common/lib/application.lifecycle.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./extension.schema */ \"../core-common/lib/extension.schema.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./ai-native */ \"../core-common/lib/ai-native/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./remote-service */ \"../core-common/lib/remote-service/index.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./collections */ \"../core-common/lib/collections.js\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./language */ \"../core-common/lib/language.js\"), exports);\n//# sourceMappingURL=index.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/index.js?");
7224
7224
 
7225
7225
  /***/ }),
7226
7226
 
@@ -7268,6 +7268,17 @@ eval("\n/* ---------------------------------------------------------------------
7268
7268
 
7269
7269
  /***/ }),
7270
7270
 
7271
+ /***/ "../core-common/lib/language.js":
7272
+ /*!**************************************!*\
7273
+ !*** ../core-common/lib/language.js ***!
7274
+ \**************************************/
7275
+ /***/ ((__unused_webpack_module, exports) => {
7276
+
7277
+ "use strict";
7278
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.LANGUAGE_TO_SUFFIX = void 0;\nexports.LANGUAGE_TO_SUFFIX = {\n abap: '.abap',\n bat: '.bat',\n bibtex: '.bib',\n c: '.c',\n clojure: '.clj',\n coffeescript: '.coffee',\n cpp: '.cpp',\n csharp: '.cs',\n css: '.css',\n 'cuda-cpp': '.cu',\n dart: '.dart',\n diff: '.diff',\n dockerfile: '.dockerfile',\n fsharp: '.fs',\n go: '.go',\n groovy: '.groovy',\n haml: '.haml',\n handlebars: '.handlebars',\n hlsl: '.hlsl',\n html: '.html',\n ini: '.ini',\n jade: '.jade',\n java: '.java',\n javascript: '.js',\n javascriptreact: '.jsx',\n json: '.json',\n julia: '.jl',\n latex: '.tex',\n less: '.less',\n lua: '.lua',\n makefile: '.make',\n markdown: '.md',\n 'objective-c': '.m',\n 'objective-cpp': '.mm',\n perl: '.pl',\n perl6: '.6pl',\n php: '.php',\n plaintext: '.txt',\n powershell: '.ps1',\n pug: '.pug',\n python: '.py',\n r: '.r',\n razor: '.cshtml',\n ruby: '.rb',\n rust: '.rs',\n sass: '.sass',\n scss: '.scss',\n shaderlab: '.shader',\n shellscript: '.sh',\n slim: '.slim',\n sql: '.sql',\n stylus: '.styl',\n swift: '.swift',\n tex: '.tex',\n typescript: '.ts',\n typescriptreact: '.tsx',\n vb: '.vb',\n vue: '.vue',\n xml: '.xml',\n xsl: '.xsl',\n yaml: '.yaml',\n};\n//# sourceMappingURL=language.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/language.js?");
7279
+
7280
+ /***/ }),
7281
+
7271
7282
  /***/ "../core-common/lib/line-text.js":
7272
7283
  /*!***************************************!*\
7273
7284
  !*** ../core-common/lib/line-text.js ***!
@@ -66,8 +66,13 @@
66
66
 
67
67
  &.kt-select-disabled {
68
68
  pointer-events: none;
69
+ cursor: not-allowed;
69
70
  background-color: var(--kt-select-disableBackground);
70
71
  color: var(--kt-select-disableForeground);
72
+ .kt-select-option,
73
+ .kt-icon {
74
+ color: inherit;
75
+ }
71
76
  }
72
77
  &.kt-select-warning {
73
78
  border-color: var(--kt-select-warningForeground);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.8.3-next-1744856097.0",
3
+ "version": "3.8.3-next-1744969919.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.8.3-next-1744856097.0",
20
- "@opensumi/ide-utils": "3.8.3-next-1744856097.0",
19
+ "@opensumi/ide-core-common": "3.8.3-next-1744969919.0",
20
+ "@opensumi/ide-utils": "3.8.3-next-1744969919.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -39,10 +39,10 @@
39
39
  "react-window": "^1.8.5"
40
40
  },
41
41
  "devDependencies": {
42
- "@opensumi/ide-dev-tool": "3.8.3-next-1744856097.0",
42
+ "@opensumi/ide-dev-tool": "3.8.3-next-1744969919.0",
43
43
  "@types/marked": "^4.0.7",
44
44
  "@types/react-window": "^1.8.5",
45
45
  "prop-types": "^15.8.1"
46
46
  },
47
- "gitHead": "5f4fb6e189e8e5aa423a069849cc6e1c06fda2b6"
47
+ "gitHead": "4f5c5f5d5026d4c12d347c1cb21193f93ecba97d"
48
48
  }