sakura-ui-plus 1.0.1 → 1.0.2

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.
@@ -29,70 +29,70 @@ declare module 'vue' {
29
29
  /**
30
30
  * 选择器组件
31
31
  */
32
- Select: typeof Select;
32
+ SakuraSelect: typeof Select;
33
33
  /**
34
34
  * 单元格组件
35
35
  */
36
- Cell: typeof Cell;
36
+ SakuraCell: typeof Cell;
37
37
  /**
38
38
  * 单元格组组件
39
39
  */
40
- CellGroup: typeof CellGroup;
40
+ SakuraCellGroup: typeof CellGroup;
41
41
  /**
42
42
  * 状态组件
43
43
  */
44
- Status: typeof Status;
44
+ SakuraStatus: typeof Status;
45
45
  /**
46
46
  * 容器组件
47
47
  */
48
- Container: typeof Container;
48
+ SakuraContainer: typeof Container;
49
49
  /**
50
50
  * 分页组件
51
51
  */
52
- Pagination: typeof Pagination;
52
+ SakuraPagination: typeof Pagination;
53
53
  /**
54
54
  * 搜索输入框组件
55
55
  */
56
- SearchInput: typeof SearchInput;
56
+ SakuraSearchInput: typeof SearchInput;
57
57
  /**
58
58
  * 过滤器项组件
59
59
  */
60
- FilterItem: typeof FilterItem;
60
+ SakuraFilterItem: typeof FilterItem;
61
61
  /**
62
62
  * 过滤器组组件
63
63
  */
64
- FilterGroup: typeof FilterGroup;
64
+ SakuraFilterGroup: typeof FilterGroup;
65
65
  /**
66
66
  * 标签页组件
67
67
  */
68
- Tabs: typeof Tabs;
68
+ SakuraTabs: typeof Tabs;
69
69
  /**
70
70
  * 文本提示组件
71
71
  */
72
- TooltipText: typeof TooltipText;
72
+ SakuraTooltipText: typeof TooltipText;
73
73
  /**
74
74
  * 文件项组件
75
75
  */
76
- FileItem: typeof FileItem;
76
+ SakuraFileItem: typeof FileItem;
77
77
  /**
78
78
  * 文件列表组件
79
79
  */
80
- FileList: typeof FileList;
80
+ SakuraFileList: typeof FileList;
81
81
  /**
82
82
  * 倒计时组件
83
83
  */
84
- CountDown: typeof CountDown;
84
+ SakuraCountDown: typeof CountDown;
85
85
  /**
86
86
  * 对话框组件
87
87
  */
88
- Dialog: typeof Dialog;
88
+ SakuraDialog: typeof Dialog;
89
89
  /**
90
90
  * 抽屉组件
91
91
  */
92
- Drawer: typeof Drawer;
92
+ SakuraDrawer: typeof Drawer;
93
93
  /**
94
94
  * 模态窗组件
95
95
  */
96
- ShowModal: typeof ShowModal;
96
+ SakuraShowModal: typeof ShowModal;
97
97
  }
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sakura-ui-plus",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "开发常用组件",
5
5
  "type": "module",
6
6
  "sideEffects": [