@coze-editor/editor 0.1.0-alpha.0fd19e → 0.1.0-alpha.1bed7f
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/esm/react-merge.js +3 -0
- package/dist/esm/react-merge.js.map +1 -0
- package/dist/esm/react.js +0 -1
- package/dist/esm/react.js.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/react-merge.d.mts +1 -0
- package/dist/react-merge.d.ts +1 -0
- package/dist/react-merge.js +24 -0
- package/dist/react-merge.js.map +1 -0
- package/dist/react.d.mts +0 -1
- package/dist/react.d.ts +0 -1
- package/dist/react.js +1 -3
- package/dist/react.js.map +1 -1
- package/package.json +34 -29
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/react-merge.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react-merge';\n"],"mappings":";AAGA,cAAc;","names":[]}
|
package/dist/esm/react.js
CHANGED
package/dist/esm/react.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/react.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react';\nexport * from '@coze-editor/react-components';\nexport * from '@coze-editor/react-hooks';\
|
|
1
|
+
{"version":3,"sources":["../../src/react.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react';\nexport * from '@coze-editor/react-components';\nexport * from '@coze-editor/react-hooks';\n"],"mappings":";AAGA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/dist/index.d.mts
CHANGED
|
@@ -12,8 +12,8 @@ import '@coze-editor/preset-none';
|
|
|
12
12
|
import '@coze-editor/preset-prompt';
|
|
13
13
|
import '@coze-editor/preset-universal';
|
|
14
14
|
import '@coze-editor/preset-variable';
|
|
15
|
+
import '@coze-editor/react-merge';
|
|
15
16
|
import '@coze-editor/react';
|
|
16
17
|
import '@coze-editor/react-components';
|
|
17
18
|
import '@coze-editor/react-hooks';
|
|
18
|
-
import '@coze-editor/react-merge';
|
|
19
19
|
import '@coze-editor/vscode';
|
package/dist/index.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ import '@coze-editor/preset-none';
|
|
|
12
12
|
import '@coze-editor/preset-prompt';
|
|
13
13
|
import '@coze-editor/preset-universal';
|
|
14
14
|
import '@coze-editor/preset-variable';
|
|
15
|
+
import '@coze-editor/react-merge';
|
|
15
16
|
import '@coze-editor/react';
|
|
16
17
|
import '@coze-editor/react-components';
|
|
17
18
|
import '@coze-editor/react-hooks';
|
|
18
|
-
import '@coze-editor/react-merge';
|
|
19
19
|
import '@coze-editor/vscode';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@coze-editor/react-merge';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@coze-editor/react-merge';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/react-merge.ts
|
|
17
|
+
var react_merge_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(react_merge_exports);
|
|
19
|
+
__reExport(react_merge_exports, require("@coze-editor/react-merge"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("@coze-editor/react-merge")
|
|
23
|
+
});
|
|
24
|
+
//# sourceMappingURL=react-merge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/react-merge.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react-merge';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;AAGA,gCAAc,qCAHd;","names":[]}
|
package/dist/react.d.mts
CHANGED
package/dist/react.d.ts
CHANGED
package/dist/react.js
CHANGED
|
@@ -19,12 +19,10 @@ module.exports = __toCommonJS(react_exports);
|
|
|
19
19
|
__reExport(react_exports, require("@coze-editor/react"), module.exports);
|
|
20
20
|
__reExport(react_exports, require("@coze-editor/react-components"), module.exports);
|
|
21
21
|
__reExport(react_exports, require("@coze-editor/react-hooks"), module.exports);
|
|
22
|
-
__reExport(react_exports, require("@coze-editor/react-merge"), module.exports);
|
|
23
22
|
// Annotate the CommonJS export names for ESM import in node:
|
|
24
23
|
0 && (module.exports = {
|
|
25
24
|
...require("@coze-editor/react"),
|
|
26
25
|
...require("@coze-editor/react-components"),
|
|
27
|
-
...require("@coze-editor/react-hooks")
|
|
28
|
-
...require("@coze-editor/react-merge")
|
|
26
|
+
...require("@coze-editor/react-hooks")
|
|
29
27
|
});
|
|
30
28
|
//# sourceMappingURL=react.js.map
|
package/dist/react.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/react.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react';\nexport * from '@coze-editor/react-components';\nexport * from '@coze-editor/react-hooks';\
|
|
1
|
+
{"version":3,"sources":["../src/react.ts"],"sourcesContent":["// Copyright (c) 2025 coze-dev\n// SPDX-License-Identifier: MIT\n\nexport * from '@coze-editor/react';\nexport * from '@coze-editor/react-components';\nexport * from '@coze-editor/react-hooks';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;AAGA,0BAAc,+BAHd;AAIA,0BAAc,0CAJd;AAKA,0BAAc,qCALd;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coze-editor/editor",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.1bed7f",
|
|
4
4
|
"description": "editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "fengzilong",
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"require": "./dist/react.js",
|
|
23
23
|
"import": "./dist/esm/react.js"
|
|
24
24
|
},
|
|
25
|
+
"./react-merge": {
|
|
26
|
+
"types": "./dist/react-merge.d.ts",
|
|
27
|
+
"require": "./dist/react-merge.js",
|
|
28
|
+
"import": "./dist/esm/react-merge.js"
|
|
29
|
+
},
|
|
25
30
|
"./vscode": {
|
|
26
31
|
"types": "./dist/vscode.d.ts",
|
|
27
32
|
"require": "./dist/vscode.js",
|
|
@@ -95,32 +100,32 @@
|
|
|
95
100
|
},
|
|
96
101
|
"dependencies": {
|
|
97
102
|
"@codemirror/commands": "^6.3.3",
|
|
98
|
-
"@coze-editor/code-language-json": "0.1.0-alpha.
|
|
99
|
-
"@coze-editor/code-language-python": "0.1.0-alpha.
|
|
100
|
-
"@coze-editor/code-language-shared": "0.1.0-alpha.
|
|
101
|
-
"@coze-editor/code-language-shell": "0.1.0-alpha.
|
|
102
|
-
"@coze-editor/code-language-typescript": "0.1.0-alpha.
|
|
103
|
-
"@coze-editor/core": "0.1.0-alpha.
|
|
104
|
-
"@coze-editor/extension-json-ast": "0.1.0-alpha.
|
|
105
|
-
"@coze-editor/extension-json-empty-string-value-completion": "0.1.0-alpha.
|
|
106
|
-
"@coze-editor/extension-json-hover": "0.1.0-alpha.
|
|
107
|
-
"@coze-editor/extension-json-unnecessary-properties": "0.1.0-alpha.
|
|
108
|
-
"@coze-editor/extension-regexp-decorator": "0.1.0-alpha.
|
|
109
|
-
"@coze-editor/extensions": "0.1.0-alpha.
|
|
110
|
-
"@coze-editor/preset-code": "0.1.0-alpha.
|
|
111
|
-
"@coze-editor/preset-expression": "0.1.0-alpha.
|
|
112
|
-
"@coze-editor/preset-none": "0.1.0-alpha.
|
|
113
|
-
"@coze-editor/preset-prompt": "0.1.0-alpha.
|
|
114
|
-
"@coze-editor/preset-universal": "0.1.0-alpha.
|
|
115
|
-
"@coze-editor/preset-variable": "0.1.0-alpha.
|
|
116
|
-
"@coze-editor/react": "0.1.0-alpha.
|
|
117
|
-
"@coze-editor/react-components": "0.1.0-alpha.
|
|
118
|
-
"@coze-editor/react-hooks": "0.1.0-alpha.
|
|
119
|
-
"@coze-editor/react-merge": "0.1.0-alpha.
|
|
120
|
-
"@coze-editor/utils": "0.1.0-alpha.
|
|
121
|
-
"@coze-editor/vscode": "0.1.0-alpha.
|
|
122
|
-
"@coze-editor/vue": "0.1.0-alpha.
|
|
123
|
-
"@coze-editor/vue-components": "0.1.0-alpha.
|
|
103
|
+
"@coze-editor/code-language-json": "0.1.0-alpha.1bed7f",
|
|
104
|
+
"@coze-editor/code-language-python": "0.1.0-alpha.1bed7f",
|
|
105
|
+
"@coze-editor/code-language-shared": "0.1.0-alpha.1bed7f",
|
|
106
|
+
"@coze-editor/code-language-shell": "0.1.0-alpha.1bed7f",
|
|
107
|
+
"@coze-editor/code-language-typescript": "0.1.0-alpha.1bed7f",
|
|
108
|
+
"@coze-editor/core": "0.1.0-alpha.1bed7f",
|
|
109
|
+
"@coze-editor/extension-json-ast": "0.1.0-alpha.1bed7f",
|
|
110
|
+
"@coze-editor/extension-json-empty-string-value-completion": "0.1.0-alpha.1bed7f",
|
|
111
|
+
"@coze-editor/extension-json-hover": "0.1.0-alpha.1bed7f",
|
|
112
|
+
"@coze-editor/extension-json-unnecessary-properties": "0.1.0-alpha.1bed7f",
|
|
113
|
+
"@coze-editor/extension-regexp-decorator": "0.1.0-alpha.1bed7f",
|
|
114
|
+
"@coze-editor/extensions": "0.1.0-alpha.1bed7f",
|
|
115
|
+
"@coze-editor/preset-code": "0.1.0-alpha.1bed7f",
|
|
116
|
+
"@coze-editor/preset-expression": "0.1.0-alpha.1bed7f",
|
|
117
|
+
"@coze-editor/preset-none": "0.1.0-alpha.1bed7f",
|
|
118
|
+
"@coze-editor/preset-prompt": "0.1.0-alpha.1bed7f",
|
|
119
|
+
"@coze-editor/preset-universal": "0.1.0-alpha.1bed7f",
|
|
120
|
+
"@coze-editor/preset-variable": "0.1.0-alpha.1bed7f",
|
|
121
|
+
"@coze-editor/react": "0.1.0-alpha.1bed7f",
|
|
122
|
+
"@coze-editor/react-components": "0.1.0-alpha.1bed7f",
|
|
123
|
+
"@coze-editor/react-hooks": "0.1.0-alpha.1bed7f",
|
|
124
|
+
"@coze-editor/react-merge": "0.1.0-alpha.1bed7f",
|
|
125
|
+
"@coze-editor/utils": "0.1.0-alpha.1bed7f",
|
|
126
|
+
"@coze-editor/vscode": "0.1.0-alpha.1bed7f",
|
|
127
|
+
"@coze-editor/vue": "0.1.0-alpha.1bed7f",
|
|
128
|
+
"@coze-editor/vue-components": "0.1.0-alpha.1bed7f"
|
|
124
129
|
},
|
|
125
130
|
"devDependencies": {
|
|
126
131
|
"@codemirror/state": "^6.4.1",
|
|
@@ -140,8 +145,8 @@
|
|
|
140
145
|
"peerDependencies": {
|
|
141
146
|
"@codemirror/state": "^6.4.1",
|
|
142
147
|
"@codemirror/view": "^6.26.1",
|
|
143
|
-
"react": "
|
|
144
|
-
"react-dom": "
|
|
148
|
+
"react": ">=16.8",
|
|
149
|
+
"react-dom": ">=16.8"
|
|
145
150
|
},
|
|
146
151
|
"publishConfig": {
|
|
147
152
|
"access": "public",
|