-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from xinnian999/v4.4
V4.4
- Loading branch information
Showing
272 changed files
with
5,071 additions
and
3,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "restricted", | ||
"baseBranch": "master", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @vue-form-craft/docs | ||
|
||
## 4.4.0 | ||
|
||
### Minor Changes | ||
|
||
- feat pnpm workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "@vue-form-craft/docs", | ||
"version": "4.4.0", | ||
"private": false, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vitepress", | ||
"build": "vitepress build", | ||
"preview": "vitepress preview" | ||
}, | ||
"devDependencies": { | ||
"vitepress-vue-demo": "^1.0.10", | ||
"@arco-design/web-vue": "^2.56.2", | ||
"axios": "^1.6.2", | ||
"vitepress": "^1.2.3", | ||
"postcss": "^8.4.47", | ||
"md-editor-v3": "^4.20.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<script setup> | ||
import FormRender from '../demo/FormRender.vue' | ||
|
||
</script> | ||
|
||
# FormRender 表单渲染器 | ||
|
||
## 简介 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,47 @@ | ||
{ | ||
"name": "vue-form-craft", | ||
"version": "4.3.2", | ||
"private": false, | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"preview": "vitepress preview docs", | ||
"build": "vite build", | ||
"release": "pnpm build && npm version patch && npm publish" | ||
"dev": "pnpm -C play dev", | ||
"build": "pnpm -C packages/vue-form-craft build", | ||
"release": "pnpm -C packages/vue-form-craft release", | ||
"docs:dev": "pnpm -C docs dev", | ||
"docs:build": "pnpm -C docs build", | ||
"docs:preview": "pnpm -C docs preview" | ||
}, | ||
"dependencies": { | ||
"element-plus": "^2.8.3", | ||
"json-editor-vue3": "^1.0.9", | ||
"lodash": "^4.17.21", | ||
"vue": "^3.5.8", | ||
"vuedraggable-es": "^4.1.1" | ||
"vue": "^3.5.8" | ||
}, | ||
"devDependencies": { | ||
"@arco-design/web-vue": "^2.56.2", | ||
"@originjs/vite-plugin-commonjs": "^1.0.3", | ||
"@changesets/cli": "^2.27.9", | ||
"@rushstack/eslint-patch": "^1.3.3", | ||
"@tsconfig/node20": "^20.1.2", | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "^20.10.5", | ||
"@vitejs/plugin-vue": "^4.5.2", | ||
"@vitejs/plugin-vue-jsx": "^3.1.0", | ||
"@vue-form-craft/components": "workspace:*", | ||
"@vue-form-craft/config": "workspace:*", | ||
"@vue-form-craft/elements": "workspace:*", | ||
"@vue-form-craft/entry": "workspace:*", | ||
"@vue-form-craft/form-design": "workspace:*", | ||
"@vue-form-craft/form-render": "workspace:*", | ||
"@vue-form-craft/hooks": "workspace:*", | ||
"@vue-form-craft/icons": "workspace:*", | ||
"@vue-form-craft/styles": "workspace:*", | ||
"@vue-form-craft/types": "workspace:*", | ||
"@vue-form-craft/utils": "workspace:*", | ||
"@vue/eslint-config-prettier": "^8.0.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"@vue/shared": "^3.4.38", | ||
"@vue/tsconfig": "^0.5.1", | ||
"axios": "^1.6.2", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"md-editor-v3": "^4.20.1", | ||
"npm-run-all2": "^6.1.1", | ||
"postcss": "^8.4.47", | ||
"prettier": "^3.0.3", | ||
"sass": "~1.32.6", | ||
"shiki": "^1.21.0", | ||
"typescript": "~5.3.0", | ||
"vite": "^5.0.10", | ||
"vite-plugin-dts": "^3.7.3", | ||
"vite-plugin-libcss": "^1.1.1", | ||
"vitepress": "^1.2.3", | ||
"vitepress-vue-demo": "^1.0.8", | ||
"vue-tsc": "^1.8.27" | ||
}, | ||
"files": [ | ||
"dist", | ||
"global.d.ts" | ||
], | ||
"main": "./dist/vue-form-craft.umd.cjs", | ||
"module": "./dist/vue-form-craft.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/vue-form-craft.js", | ||
"require": "./dist/vue-form-craft.umd.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"keywords": [ | ||
"component", | ||
"vue", | ||
"form", | ||
"element-ui" | ||
] | ||
"vue-form-craft": "^4.4.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @vue-form-craft/components | ||
|
||
## 4.4.0 | ||
|
||
### Minor Changes | ||
|
||
- feat pnpm workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { default as FormItem } from './FormItem.vue' | ||
export { default as Disabled } from './Disabled.vue' | ||
export { default as CodeHighLight } from './CodeHighLight.vue' | ||
export { default as DefaultCanvasWrapper } from './DefaultCanvasWrapper.vue' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "@vue-form-craft/components", | ||
"version": "4.4.0", | ||
"description": "", | ||
"main": "index.ts", | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"shiki": "^1.21.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @vue-form-craft/config | ||
|
||
## 4.4.0 | ||
|
||
### Minor Changes | ||
|
||
- feat pnpm workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export * from './symbol' | ||
export { default as locales } from './locales' | ||
export { default as optionConfig } from './optionConfig' | ||
export { default as template } from './template' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.