chore: update tto v3.29.0 (#4061)

This commit is contained in:
ajaxzheng 2026-02-04 17:14:37 +08:00 committed by GitHub
parent 9c09ef6516
commit c24e1ea660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
249 changed files with 1183 additions and 700 deletions

View File

@ -1,6 +1,6 @@
{
"name": "opentiny-vue",
"version": "3.26.0",
"version": "3.29.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

View File

@ -1,11 +1,11 @@
{
"name": "@opentiny/vue-design-aurora",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"license": "MIT",
"sideEffects": false,
"main": "index.ts",
"dependencies": {
"@opentiny/vue-icon": "workspace:~"
}
}
}

View File

@ -1,11 +1,11 @@
{
"name": "@opentiny/vue-design-saas",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"license": "MIT",
"sideEffects": false,
"main": "index.ts",
"dependencies": {
"@opentiny/vue-icon-saas": "workspace:~"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-design-smb",
"version": "3.28.0",
"version": "3.29.0",
"main": "index.ts",
"sideEffects": false,
"dependencies": {
@ -8,4 +8,4 @@
},
"type": "module",
"license": "MIT"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-renderless",
"version": "3.28.0",
"version": "3.29.0",
"private": true,
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
@ -44,4 +44,4 @@
"esno": "^4.7.0",
"tsup": "7.2.0"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-theme-saas",
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
@ -101,4 +101,4 @@
]
}
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-theme",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
@ -93,4 +93,4 @@
]
}
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/utils",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "nanoid console xss",
"author": "",
"license": "ISC",
@ -31,4 +31,4 @@
"vite-plugin-dts": "~4.3.0",
"vitest": "catalog:"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-common",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"private": true,
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
@ -39,4 +39,4 @@
"@opentiny/vue-theme": "workspace:~",
"tailwind-merge": "^1.8.0"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-directive",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"author": "",
"license": "ISC",
@ -18,4 +18,4 @@
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-tooltip": "workspace:~"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-hooks",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"author": "",
"license": "ISC",
@ -25,4 +25,4 @@
"vite-plugin-dts": "~4.3.0",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-icon-multicolor",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "index.ts",
"license": "MIT",
@ -16,4 +16,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-icon-saas",
"private": true,
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-icon",
"private": true,
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-locale",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"private": true,
"description": "",
"license": "MIT",
@ -16,4 +16,4 @@
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-theme": "workspace:~"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-runtime",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
@ -31,4 +31,4 @@
"dist2",
"dist3"
]
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-saas-common",
"private": true,
"version": "3.28.0",
"version": "3.29.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"keywords": [
@ -36,4 +36,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -418,7 +418,7 @@ export const install = (app, opts = {}) => {
})
}
export const version = '3.27.0'
export const version = '3.29.0'
export {
ActionMenu,

View File

@ -73,6 +73,7 @@ import Select from '@opentiny/vue-select'
import SelectDropdown from '@opentiny/vue-select-dropdown'
import SelectMobile from '@opentiny/vue-select-mobile'
import SelectView from '@opentiny/vue-select-view'
import SelectWrapper from '@opentiny/vue-select-wrapper'
import SelectedBox from '@opentiny/vue-selected-box'
import Signature from '@opentiny/vue-signature'
import Skeleton from '@opentiny/vue-skeleton'
@ -184,6 +185,7 @@ const components = [
SelectDropdown,
SelectMobile,
SelectView,
SelectWrapper,
SelectedBox,
Signature,
Skeleton,
@ -239,7 +241,7 @@ export const install = (app, opts = {}) => {
})
}
export const version = '3.27.0'
export const version = '3.29.0'
export {
ActionSheet,
@ -392,6 +394,8 @@ export {
SelectMobile as TinySelectMobile,
SelectView,
SelectView as TinySelectView,
SelectWrapper,
SelectWrapper as TinySelectWrapper,
SelectedBox,
SelectedBox as TinySelectedBox,
Signature,
@ -611,6 +615,8 @@ export default {
TinySelectMobile: SelectMobile,
SelectView,
TinySelectView: SelectView,
SelectWrapper,
TinySelectWrapper: SelectWrapper,
SelectedBox,
TinySelectedBox: SelectedBox,
Signature,

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"private": true,
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",

View File

@ -139,6 +139,7 @@ import Table from '@opentiny/vue-table'
import Tabs from '@opentiny/vue-tabs'
import Tag from '@opentiny/vue-tag'
import TagGroup from '@opentiny/vue-tag-group'
import TagInput from '@opentiny/vue-tag-input'
import TextPopup from '@opentiny/vue-text-popup'
import Time from '@opentiny/vue-time'
import TimeLine from '@opentiny/vue-time-line'
@ -314,6 +315,7 @@ const components = [
Tabs,
Tag,
TagGroup,
TagInput,
TextPopup,
Time,
TimeLine,
@ -367,7 +369,7 @@ export const install = (app, opts = {}) => {
})
}
export const version = '3.27.0'
export const version = '3.29.0'
export {
ActionMenu,
@ -652,6 +654,8 @@ export {
Tag as TinyTag,
TagGroup,
TagGroup as TinyTagGroup,
TagInput,
TagInput as TinyTagInput,
TextPopup,
TextPopup as TinyTextPopup,
Time,
@ -999,6 +1003,8 @@ export default {
TinyTag: Tag,
TagGroup,
TinyTagGroup: TagGroup,
TagInput,
TinyTagInput: TagInput,
TextPopup,
TinyTextPopup: TextPopup,
Time,

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-action-menu",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -24,4 +24,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-action-sheet",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -23,4 +23,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-alert",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -21,4 +21,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-amount",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -31,4 +31,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-anchor",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -21,4 +21,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-area",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-async-flowchart",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-loading": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-autocomplete",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -24,4 +24,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-badge",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-base-select",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -34,4 +34,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-breadcrumb-item",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-breadcrumb",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-breadcrumb-item": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-bulletin-board",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -23,4 +23,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-button-group",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-button",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-calendar-bar",
"private": true,
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-calendar-view",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -24,4 +24,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-calendar",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"@opentiny/vue-button": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-card-group",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -16,4 +16,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-card-template",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-card",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-carousel-item",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-carousel",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-cascader-menu",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -23,4 +23,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-cascader-mobile",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"//postversion": "pnpm build"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-cascader-node",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -25,4 +25,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-cascader-panel",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-cascader-select",
"private": true,
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-cascader-view",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-cascader",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -30,4 +30,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-cell",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-checkbox-button",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-checkbox-group",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-checkbox",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-col",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-collapse-item",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-collapse-transition": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-collapse-transition",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -20,4 +20,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-collapse",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-color-picker",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -17,4 +17,4 @@
"vitest": "catalog:"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-color-select-panel",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -26,4 +26,4 @@
"gradient-parser": "^1.1.0",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-column-list-group",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -15,4 +15,4 @@
"@opentiny/vue-renderless": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-column-list-item",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-radio": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-company",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-config-provider",
"version": "3.28.0",
"version": "3.29.0",
"main": "lib/index.js",
"module": "index.ts",
"sideEffects": false,
@ -19,4 +19,4 @@
"@opentiny/utils": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-container",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-country",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-crop",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -22,4 +22,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-currency",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-date-panel",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -30,4 +30,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-date-picker-mobile-first",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -24,4 +24,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-date-picker",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -23,4 +23,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-date-range",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-date-table",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -21,4 +21,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dept",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -27,4 +27,4 @@
"@opentiny/vue-dialog-box": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dialog-box",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dialog-select",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -25,4 +25,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-divider",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -16,4 +16,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-drawer",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -19,4 +19,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-drop-roles",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -23,4 +23,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-drop-times",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-dropdown-item",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -22,4 +22,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dropdown-menu",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-dropdown",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -25,4 +25,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dynamic-scroller-item",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -15,4 +15,4 @@
"@opentiny/vue-renderless": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dynamic-scroller",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -16,4 +16,4 @@
"@opentiny/vue-recycle-scroller": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-espace",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -21,4 +21,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-exception",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-fall-menu",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -23,4 +23,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-file-upload",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -31,4 +31,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-filter-bar",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-filter-box",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -18,4 +18,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-filter-panel",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -18,4 +18,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-filter",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -22,4 +22,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-float-button",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -22,4 +22,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-floatbar",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
@ -20,4 +20,4 @@
"@opentiny/vue-theme": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-floating-button",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"module": "index.ts",
"sideEffects": false,
@ -20,4 +20,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-flowchart",
"type": "module",
"version": "3.28.0",
"version": "3.29.0",
"description": "",
"license": "MIT",
"sideEffects": false,
@ -24,4 +24,4 @@
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}
}

Some files were not shown because too many files have changed in this diff Show More