@coze-editor/preset-code 0.1.0-alpha.1e5e87 → 0.1.0-alpha.241d91
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +12 -12
package/dist/index.d.mts
CHANGED
|
@@ -89,7 +89,7 @@ declare const createTheme: ({ variant, settings, styles }: Theme) => Extension;
|
|
|
89
89
|
|
|
90
90
|
declare const transformerCreator: (processor: (text: Text) => Text) => Transformer;
|
|
91
91
|
|
|
92
|
-
declare const preset: (_coze_editor_core.ExtensionPluginSpec | _coze_editor_core.OptionPluginSpec<"fontSize", number> | _coze_editor_core.OptionPluginSpec<"placeholder", string | HTMLElement> | _coze_editor_core.OptionPluginSpec<"readOnly", boolean> | _coze_editor_core.OptionPluginSpec<"editable", boolean> | _coze_editor_core.OptionPluginSpec<"lineWrapping", boolean> | _coze_editor_core.OptionPluginSpec<"height", string | number> | _coze_editor_core.OptionPluginSpec<"minHeight", string | number> | _coze_editor_core.OptionPluginSpec<"maxHeight", string | number> | _coze_editor_core.APIPluginSpec<"getValue", [], string> | _coze_editor_core.APIPluginSpec<"setValue", [value: string], void> | _coze_editor_core.APIPluginSpec<"replaceText", [options: {
|
|
92
|
+
declare const preset: (_coze_editor_core.ExtensionPluginSpec | _coze_editor_core.OptionPluginSpec<"fontSize", number> | _coze_editor_core.OptionPluginSpec<"placeholder", string | HTMLElement> | _coze_editor_core.OptionPluginSpec<"readOnly", boolean> | _coze_editor_core.OptionPluginSpec<"editable", boolean> | _coze_editor_core.OptionPluginSpec<"lineWrapping", boolean> | _coze_editor_core.OptionPluginSpec<"height", string | number> | _coze_editor_core.OptionPluginSpec<"minHeight", string | number> | _coze_editor_core.OptionPluginSpec<"maxHeight", string | number> | _coze_editor_core.OptionPluginSpec<"value", string> | _coze_editor_core.APIPluginSpec<"getValue", [], string> | _coze_editor_core.APIPluginSpec<"setValue", [value: string], void> | _coze_editor_core.APIPluginSpec<"replaceText", [options: {
|
|
93
93
|
from: number;
|
|
94
94
|
to: number;
|
|
95
95
|
text: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ declare const createTheme: ({ variant, settings, styles }: Theme) => Extension;
|
|
|
89
89
|
|
|
90
90
|
declare const transformerCreator: (processor: (text: Text) => Text) => Transformer;
|
|
91
91
|
|
|
92
|
-
declare const preset: (_coze_editor_core.ExtensionPluginSpec | _coze_editor_core.OptionPluginSpec<"fontSize", number> | _coze_editor_core.OptionPluginSpec<"placeholder", string | HTMLElement> | _coze_editor_core.OptionPluginSpec<"readOnly", boolean> | _coze_editor_core.OptionPluginSpec<"editable", boolean> | _coze_editor_core.OptionPluginSpec<"lineWrapping", boolean> | _coze_editor_core.OptionPluginSpec<"height", string | number> | _coze_editor_core.OptionPluginSpec<"minHeight", string | number> | _coze_editor_core.OptionPluginSpec<"maxHeight", string | number> | _coze_editor_core.APIPluginSpec<"getValue", [], string> | _coze_editor_core.APIPluginSpec<"setValue", [value: string], void> | _coze_editor_core.APIPluginSpec<"replaceText", [options: {
|
|
92
|
+
declare const preset: (_coze_editor_core.ExtensionPluginSpec | _coze_editor_core.OptionPluginSpec<"fontSize", number> | _coze_editor_core.OptionPluginSpec<"placeholder", string | HTMLElement> | _coze_editor_core.OptionPluginSpec<"readOnly", boolean> | _coze_editor_core.OptionPluginSpec<"editable", boolean> | _coze_editor_core.OptionPluginSpec<"lineWrapping", boolean> | _coze_editor_core.OptionPluginSpec<"height", string | number> | _coze_editor_core.OptionPluginSpec<"minHeight", string | number> | _coze_editor_core.OptionPluginSpec<"maxHeight", string | number> | _coze_editor_core.OptionPluginSpec<"value", string> | _coze_editor_core.APIPluginSpec<"getValue", [], string> | _coze_editor_core.APIPluginSpec<"setValue", [value: string], void> | _coze_editor_core.APIPluginSpec<"replaceText", [options: {
|
|
93
93
|
from: number;
|
|
94
94
|
to: number;
|
|
95
95
|
text: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coze-editor/preset-code",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.241d91",
|
|
4
4
|
"description": "preset-code",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "fengzilong",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@codemirror/autocomplete": "^6.18.0",
|
|
26
26
|
"@codemirror/language": "^6.10.1",
|
|
27
|
-
"@coze-editor/core": "0.1.0-alpha.
|
|
28
|
-
"@coze-editor/core-plugins": "0.1.0-alpha.
|
|
29
|
-
"@coze-editor/extension-completion-icons": "0.1.0-alpha.
|
|
30
|
-
"@coze-editor/extension-links": "0.1.0-alpha.
|
|
31
|
-
"@coze-editor/extension-lint": "0.1.0-alpha.
|
|
32
|
-
"@coze-editor/extension-scrollbar": "0.1.0-alpha.
|
|
33
|
-
"@coze-editor/extensions": "0.1.0-alpha.
|
|
34
|
-
"@coze-editor/preset-universal": "0.1.0-alpha.
|
|
35
|
-
"@coze-editor/utils": "0.1.0-alpha.
|
|
36
|
-
"@coze-editor/vscode": "0.1.0-alpha.
|
|
27
|
+
"@coze-editor/core": "0.1.0-alpha.241d91",
|
|
28
|
+
"@coze-editor/core-plugins": "0.1.0-alpha.241d91",
|
|
29
|
+
"@coze-editor/extension-completion-icons": "0.1.0-alpha.241d91",
|
|
30
|
+
"@coze-editor/extension-links": "0.1.0-alpha.241d91",
|
|
31
|
+
"@coze-editor/extension-lint": "0.1.0-alpha.241d91",
|
|
32
|
+
"@coze-editor/extension-scrollbar": "0.1.0-alpha.241d91",
|
|
33
|
+
"@coze-editor/extensions": "0.1.0-alpha.241d91",
|
|
34
|
+
"@coze-editor/preset-universal": "0.1.0-alpha.241d91",
|
|
35
|
+
"@coze-editor/utils": "0.1.0-alpha.241d91",
|
|
36
|
+
"@coze-editor/vscode": "0.1.0-alpha.241d91",
|
|
37
37
|
"@lezer/highlight": "~1.2.0",
|
|
38
38
|
"@nozbe/microfuzz": "^1.0.0",
|
|
39
39
|
"@shikijs/langs": "~3.12.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@codemirror/commands": "^6.3.3",
|
|
63
63
|
"@codemirror/state": "^6.4.1",
|
|
64
64
|
"@codemirror/view": "^6.26.1",
|
|
65
|
-
"@coze-editor/code-language-shared": "0.1.0-alpha.
|
|
65
|
+
"@coze-editor/code-language-shared": "0.1.0-alpha.241d91"
|
|
66
66
|
},
|
|
67
67
|
"packageManager": "pnpm@9.15.0",
|
|
68
68
|
"publishConfig": {
|