@vtj/materials 0.13.21 → 0.13.23

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/materials",
3
3
  "private": false,
4
- "version": "0.13.21",
4
+ "version": "0.13.23",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -34,12 +34,12 @@
34
34
  "vue": "~3.5.5",
35
35
  "vue-i18n": "~11.1.11",
36
36
  "vue-router": "~4.5.0",
37
+ "@vtj/charts": "~0.13.23",
37
38
  "@vtj/cli": "~0.12.12",
38
- "@vtj/charts": "~0.13.21",
39
- "@vtj/utils": "~0.13.21",
40
- "@vtj/icons": "~0.13.21",
41
- "@vtj/core": "~0.13.21",
42
- "@vtj/ui": "~0.13.21"
39
+ "@vtj/core": "~0.13.23",
40
+ "@vtj/icons": "~0.13.23",
41
+ "@vtj/utils": "~0.13.23",
42
+ "@vtj/ui": "~0.13.23"
43
43
  },
44
44
  "files": [
45
45
  "dist",
@@ -27,7 +27,7 @@ const desc: MaterialDescription[] = [
27
27
  children: [
28
28
  {
29
29
  name: 'UniCollapseItem',
30
- props: { title: '默认开启"' },
30
+ props: { title: '默认开启' },
31
31
  children: [
32
32
  {
33
33
  name: 'Text',
@@ -42,8 +42,8 @@ import searchBar from './searchBar';
42
42
  import section from './section';
43
43
  import segmentedControl from './segmentedControl';
44
44
  import steps from './steps';
45
- // import swipeAction from './swipeAction';
46
- // import swiperDot from './swiperDot';
45
+ import swipeAction from './swipeAction';
46
+ import swiperDot from './swiperDot';
47
47
  import table from './table';
48
48
  import tag from './tag';
49
49
  import title from './title';
@@ -89,8 +89,8 @@ const components: MaterialDescription[] = [
89
89
  section,
90
90
  segmentedControl,
91
91
  steps,
92
- // swipeAction,
93
- // swiperDot,
92
+ swipeAction,
93
+ swiperDot,
94
94
  table,
95
95
  tag,
96
96
  title,
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.13.21
5
+ * @version 0.13.23
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.13.21';
8
+ export const version = '0.13.23';