v2.6.0-rc.0 (#1466)

This commit is contained in:
chilingling 2025-06-05 21:52:25 +08:00 committed by GitHub
parent 5a5e912048
commit eb4d608b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
62 changed files with 676 additions and 159 deletions

View File

@ -1,7 +1,7 @@
{
"name": "designer-demo",
"private": true,
"version": "2.5.0",
"version": "2.6.0-rc.0",
"type": "module",
"scripts": {
"dev": "cross-env vite",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-mock",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-block-compiler",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-block-build",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "translate block to webcomponent template",
"main": "./dist/web-components.es.js",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-vite-config",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"type": "module",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-vite-plugin-meta-comments",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"type": "module",
"main": "dist/index.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-builtin-component",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"main": "dist/index.mjs",
"module": "dist/index.mjs",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-canvas",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-common",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-configurator",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"type": "module",
"description": "TinyEngine enables developers to customize low-code platforms, build low-bit platforms online in real time, and support secondary development or integration of low-bit platform capabilities.",
"homepage": "https://opentiny.design/tiny-engine",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-cli",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"main": "dist/index.js",
"scripts": {

View File

@ -11,8 +11,9 @@
"serve:mock": "node node_modules/@opentiny/tiny-engine-mock/dist/app.js"
},
"dependencies": {
"@opentiny/tiny-engine": "^2.5.0",
"@opentiny/tiny-engine-utils": "^2.5.0",
"@opentiny/tiny-engine": "^2.6.0-rc.0",
"@opentiny/tiny-engine-meta-register": "^2.6.0-rc.0",
"@opentiny/tiny-engine-utils": "^2.6.0-rc.0",
"@opentiny/vue": "~3.20.0",
"@opentiny/vue-design-smb": "~3.20.0",
"@opentiny/vue-icon": "~3.20.0",
@ -23,8 +24,8 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@opentiny/tiny-engine-mock": "^2.5.0",
"@opentiny/tiny-engine-vite-config": "^2.5.0",
"@opentiny/tiny-engine-mock": "^2.6.0-rc.0",
"@opentiny/tiny-engine-vite-config": "^2.6.0-rc.0",
"@vitejs/plugin-vue": "^5.1.2",
"cross-env": "^7.0.3",
"vite": "^5.4.2",

View File

@ -43,7 +43,7 @@
"properties": ["type", "size"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -279,6 +279,473 @@
}
}
},
{
"id": 1,
"version": "2.4.2",
"name": {
"zh_CN": "日期选择器"
},
"component": "ElDatePicker",
"icon": "datepick",
"description": "日期选择器",
"doc_url": "",
"screenshot": "",
"tags": "",
"keywords": "",
"dev_mode": "proCode",
"npm": {
"package": "element-plus",
"exportName": "ElDatePicker",
"destructuring": true
},
"group": "表单组件",
"category": "element-plus",
"configure": {
"loop": true,
"condition": true,
"styles": true,
"isContainer": false,
"isModal": false,
"isPopper": false,
"nestingRule": {
"childWhitelist": "",
"parentWhitelist": "",
"descendantBlacklist": "",
"ancestorWhitelist": ""
},
"isNullNode": false,
"isLayout": false,
"rootSelector": "",
"shortcuts": {
"properties": ["type", "size"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
"clickCapture": true,
"framework": "Vue"
},
"schema": {
"properties": [
{
"name": "0",
"label": {
"zh_CN": "基础属性"
},
"content": [
{
"property": "modelValue",
"label": {
"text": {
"zh_CN": "绑定值"
}
},
"description": {
"zh_CN": "绑定值"
},
"required": false,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "string",
"widget": {
"component": "InputConfigurator",
"props": {}
}
},
{
"property": "readonly",
"label": {
"text": {
"zh_CN": "只读"
}
},
"description": {
"zh_CN": "是否只读"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "boolean",
"defaultValue": false,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
}
},
{
"property": "disabled",
"label": {
"text": {
"zh_CN": "禁用"
}
},
"description": {
"zh_CN": "是否禁用"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "boolean",
"defaultValue": false,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
}
},
{
"property": "size",
"label": {
"text": {
"zh_CN": "尺寸"
}
},
"description": {
"zh_CN": "输入框尺寸"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "string",
"defaultValue": "",
"widget": {
"component": "SelectConfigurator",
"props": {
"allowClear": true,
"options": [
{
"label": "large",
"value": "large"
},
{
"label": "default",
"value": "default"
},
{
"label": "small",
"value": "small"
}
]
}
}
},
{
"property": "editable",
"label": {
"text": {
"zh_CN": "是否可编辑"
}
},
"description": {
"zh_CN": "文本框是否可编辑"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "boolean",
"defaultValue": true,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
},
"device": []
},
{
"property": "clearable",
"label": {
"text": {
"zh_CN": "是否可清除"
}
},
"description": {
"zh_CN": "是否显示清楚按钮"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"type": "boolean",
"defaultValue": true,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
},
"device": []
},
{
"property": "placeholder",
"label": {
"text": {
"zh_CN": "占位文本"
}
},
"description": {
"zh_CN": "非范围选择时的占位内容"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"defaultValue": "",
"type": "string",
"widget": {
"component": "InputConfigurator",
"props": {}
},
"device": []
},
{
"property": "start-placeholder",
"label": {
"text": {
"zh_CN": "起始占位文本"
}
},
"description": {
"zh_CN": "范围选择时开始日期的占位内容"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"defaultValue": "",
"type": "string",
"widget": {
"component": "InputConfigurator",
"props": {}
},
"device": []
},
{
"property": "end-placeholder",
"label": {
"text": {
"zh_CN": "结束占位文本"
}
},
"description": {
"zh_CN": "范围选择时结束日期的占位内容"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"defaultValue": "",
"type": "string",
"widget": {
"component": "InputConfigurator",
"props": {}
},
"device": []
},
{
"property": "type",
"label": {
"text": {
"zh_CN": "类型"
}
},
"description": {
"zh_CN": "显示类型"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"defaultValue": "date",
"type": "string",
"widget": {
"component": "SelectConfigurator",
"props": {
"options": [
{
"label": "year",
"value": "year"
},
{
"label": "years",
"value": "years"
},
{
"label": "month",
"value": "month"
},
{
"label": "months",
"value": "months"
},
{
"label": "date",
"value": "date"
},
{
"label": "dates",
"value": "dates"
},
{
"label": "datetime",
"value": "datetime"
},
{
"label": "week",
"value": "week"
},
{
"label": "datetimerange",
"value": "datetimerange"
},
{
"label": "daterange",
"value": "daterange"
},
{
"label": "monthrange",
"value": "monthrange"
},
{
"label": "yearrange",
"value": "yearrange"
}
]
}
},
"device": []
},
{
"property": "popper-class",
"label": {
"text": {
"zh_CN": "下拉框类名"
}
},
"description": {
"zh_CN": "DatePicker 下拉框的类名"
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"labelPosition": "left",
"defaultValue": "",
"type": "string",
"widget": {
"component": "InputConfigurator",
"props": {}
},
"device": []
}
],
"description": {
"zh_CN": ""
}
}
],
"events": {
"onUpdate:modelValue": {
"label": {
"zh_CN": "双向绑定值改变时触发"
},
"description": {
"zh_CN": "双向绑定值改变时触发"
}
},
"onChange": {
"label": {
"zh_CN": "用户确认选定的值时触发"
},
"description": {
"zh_CN": "用户确认选定的值时触发"
},
"type": "event",
"defaultValue": ""
},
"onBlur": {
"label": {
"zh_CN": "在组件 Input 失去焦点时触发"
},
"description": {
"zh_CN": "在组件 Input 失去焦点时触发"
},
"type": "event",
"defaultValue": ""
},
"onFocus": {
"label": {
"zh_CN": "在组件 Input 获得焦点时触发"
},
"description": {
"zh_CN": "在组件 Input 获得焦点时触发"
},
"type": "event",
"defaultValue": ""
},
"onCalendarChange": {
"label": {
"zh_CN": "在日历所选日期更改时触发"
},
"description": {
"zh_CN": "在日历所选日期更改时触发"
},
"type": "event",
"defaultValue": ""
},
"onPanelChange": {
"label": {
"zh_CN": "当日期面板改变时触发。"
},
"description": {
"zh_CN": "当日期面板改变时触发。"
},
"type": "event",
"defaultValue": ""
},
"onVisibleChange": {
"label": {
"zh_CN": "当 DatePicker 的下拉列表出现/消失时触发"
},
"description": {
"zh_CN": "当 DatePicker 的下拉列表出现/消失时触发"
},
"type": "event",
"defaultValue": ""
}
},
"slots": {
"default": {
"label": {
"zh_CN": "自定义单元格内容"
},
"description": {
"zh_CN": "自定义单元格内容"
}
},
"range-separator": {
"label": {
"zh_CN": "自定义范围分割符内容"
},
"description": {
"zh_CN": "自定义范围分割符内容"
}
}
}
}
},
{
"id": 1,
"version": "2.4.2",
@ -319,7 +786,7 @@
"properties": ["type", "size"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -636,7 +1103,7 @@
"properties": ["inline", "label-width"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -1087,7 +1554,7 @@
"properties": ["inline", "label-width"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -1432,7 +1899,7 @@
"properties": ["inline", "label-width"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -2665,7 +3132,7 @@
"properties": ["inline", "label-width"]
},
"contextMenu": {
"actions": ["copy", "remove", "insert", "updateAttr", "bindEevent", "createBlock"],
"actions": ["copy", "remove", "insert", "updateAttr", "bindEvent", "createBlock"],
"disable": []
},
"invalidity": [""],
@ -8438,26 +8905,6 @@
"zh_CN": "基础信息"
},
"content": [
{
"property": "showEditIcon",
"label": {
"text": {
"zh_CN": "显示编辑图标"
}
},
"required": true,
"readOnly": false,
"disabled": false,
"cols": 12,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
},
"description": {
"zh_CN": "是否显示标题后编辑 ICON"
},
"labelPosition": "left"
},
{
"property": "tabs",
"label": {
@ -11169,35 +11616,6 @@
"zh_CN": "基础信息"
},
"content": [
{
"property": "horizontal",
"type": "Boolean",
"defaultValue": {
"type": "i18n",
"zh_CN": "布局",
"en_US": "layout",
"key": ""
},
"label": {
"text": {
"zh_CN": "水平布局"
}
},
"cols": 12,
"rules": [],
"hidden": false,
"required": true,
"readOnly": false,
"disabled": false,
"widget": {
"component": "CheckBoxConfigurator",
"props": {}
},
"description": {
"zh_CN": "节点和文字横向布局"
},
"labelPosition": "left"
},
{
"property": "vertical",
"type": "Boolean",
@ -12632,7 +13050,7 @@
"zh_CN": "加减按钮位置"
}
},
"required": true,
"required": false,
"readOnly": false,
"disabled": false,
"cols": 12,
@ -13380,7 +13798,7 @@
"name": {
"zh_CN": "互斥按钮组"
},
"icon": "buttons",
"icon": "MutexButtons",
"snippetName": "TinyButtonGroup",
"screenshot": "",
"schema": {
@ -13661,7 +14079,7 @@
"props": {
"allow-empty": true,
"placeholder": "请输入",
"controlsPosition": "right",
"controls-position": "right",
"step": 1
}
}
@ -13922,7 +14340,7 @@
"props": {
"modelValue": "",
"placeholder": "请选择",
"gridOp": {
"grid-op": {
"columns": [
{
"field": "id",
@ -14245,6 +14663,15 @@
"zh_CN": "Element Plus组件"
},
"children": [
{
"name": {
"zh_CN": "日期选择器"
},
"icon": "datepick",
"screenshot": "",
"snippetName": "ElDatePicker",
"schema": {}
},
{
"name": {
"zh_CN": "输入框"

View File

@ -0,0 +1,62 @@
/**
* Copyright (c) 2023 - present TinyEngine Authors.
* Copyright (c) 2023 - present Huawei Cloud Computing Technologies Co., Ltd.
*
* Use of this source code is governed by an MIT-style license.
*
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
// 注册表示例
import { META_SERVICE, META_APP } from '@opentiny/tiny-engine-meta-register'
import engineConfig from './engine.config'
import { HttpService } from './src/composable'
import scriptPlugin from './src/plugins/script'
export default {
[META_SERVICE.Http]: HttpService,
'engine.config': {
...engineConfig
},
// 配置 false 隐藏工具栏清空按钮
[META_APP.Clean]: false,
// 配置 false 隐藏大纲树,手动配置 tree-shaking 为 false仍然不会被 tree-shaking
// #__TINY_ENGINE_TREE_SHAKING__: false
[META_APP.OutlineTree]: false,
// 替换整个页面JS插件手动配置 tree-shaking 为 true
/* #__TINY_ENGINE_TREE_SHAKING__: true */
[META_APP.Page]: scriptPlugin,
// 新增模块
'engine.plugins.custom_id': {
...cuttomPlugin,
id: 'engine.plugins.custom_id'
},
// 调整插件顺序
[META_APP.Layout]: {
options: {
relativeLayoutConfig: {
[META_APP.Script]: {
insertBefore: META_APP.AppManage
},
// 调整插件顺序
[META_APP.Materials]: {
insertAfter: META_APP.State
},
// 调整插件上下位置
[META_APP.Schema]: {
insertBefore: META_APP.Materials
},
// 调整工具栏顺序
[META_APP.Save]: {
insertBefore: META_APP.ThemeSwitch
},
// 支持切换组
[META_APP.Lang]: {
insertAfter: META_APP.Breadcrumb
}
}
}
}
}

View File

@ -9,7 +9,7 @@
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
import { META_SERVICE } from '@opentiny/tiny-engine'
import { META_SERVICE, META_APP } from '@opentiny/tiny-engine-meta-register'
import engineConfig from './engine.config'
import { HttpService } from './src/composable'
@ -17,5 +17,31 @@ export default {
[META_SERVICE.Http]: HttpService,
'engine.config': {
...engineConfig
},
// 调整插件顺序示例:
[META_APP.Layout]: {
options: {
relativeLayoutConfig: {
[META_APP.Page]: {
insertBefore: META_APP.State
},
// 调整插件顺序
[META_APP.OutlineTree]: {
insertAfter: META_APP.Materials
},
// 调整插件上下位置
[META_APP.Schema]: {
insertBefore: META_APP.Help
},
// 调整工具栏顺序
[META_APP.Save]: {
insertAfter: META_APP.GenerateCode
},
// 支持切换组
[META_APP.Lang]: {
insertAfter: META_APP.ViewSetting
}
}
}
}
}

View File

@ -1,18 +0,0 @@
/**
* Copyright (c) 2023 - present TinyEngine Authors.
* Copyright (c) 2023 - present Huawei Cloud Computing Technologies Co., Ltd.
*
* Use of this source code is governed by an MIT-style license.
*
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
import registry from '../registry.js'
import { defineEntry } from '@opentiny/tiny-engine'
defineEntry(registry)
export { registry }

View File

@ -9,15 +9,19 @@
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
// 导入@opentiny/tiny-engine时内部的依赖包也会逐个导入可能会执行useComplie此时需要templateHashMap。所以需要先执行一次defineEntry
import { init } from '@opentiny/tiny-engine'
import { configurators } from './configurators/'
import registry from '../registry'
import 'virtual:svg-icons-register'
init({
registry,
configurators,
createAppSignal: ['global_service_init_finish']
})
async function startApp() {
const registry = await import('../registry')
const { init } = await import('@opentiny/tiny-engine')
init({
// 合并多个注册表
registry: [registry.default],
configurators,
createAppSignal: ['global_service_init_finish']
})
}
startApp()

View File

@ -9,20 +9,34 @@
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
import { initHook, HOOK_NAME, META_SERVICE, initPreview } from '@opentiny/tiny-engine'
import { defineEntry } from '@opentiny/tiny-engine-meta-register'
import 'virtual:svg-icons-register'
import { HttpService } from './composable'
const beforeAppCreate = () => {
initHook(HOOK_NAME.useEnv, import.meta.env)
async function startApp() {
const { initHook, HOOK_NAME, META_SERVICE, initPreview } = await import('@opentiny/tiny-engine')
const { HttpService } = await import('./composable')
const beforeAppCreate = () => {
initHook(HOOK_NAME.useEnv, import.meta.env)
}
const registry = {
[META_SERVICE.Http]: HttpService,
'engine.config': {
id: 'engine.config',
theme: 'light',
material: ['/mock/bundle.json']
}
}
defineEntry(registry)
initPreview({
registry,
lifeCycles: {
beforeAppCreate
}
})
}
initPreview({
registry: {
[META_SERVICE.Http]: HttpService
},
lifeCycles: {
beforeAppCreate
}
})
startApp()

View File

@ -8,7 +8,8 @@ export default defineConfig((configEnv) => {
root: __dirname,
iconDirs: [path.resolve(__dirname, './node_modules/@opentiny/tiny-engine/assets/')],
useSourceAlias: false,
envDir: './env'
envDir: './env',
registryPath: './registry.js'
})
const customConfig = {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-i18n-host",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-layout",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"scripts": {
"build": "vite build"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-block",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-bridge",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-datasource",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-help",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-i18n",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-materials",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-page",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-robot",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-schema",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-script",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-state",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-tree",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-tutorial",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-meta-register",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"description": "",
"type": "module",
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-design",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-events",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-settings-panel",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-props",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-styles",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-svgs",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-theme-base",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-breadcrumb",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-clean",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-collaboration",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-fullscreen",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-generate-code",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-lang",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-lock",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-logo",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-media",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-preview",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-redoundo",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-refresh",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-save",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-setting",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-theme-switch",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-view-setting",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-utils",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-dsl-vue",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-webcomponent-core",
"version": "2.5.0",
"version": "2.6.0-rc.0",
"publishConfig": {
"access": "public"
},