sard-uniapp 1.4.0-alpha → 1.4.0-beta

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/changelog.md CHANGED
@@ -1,4 +1,4 @@
1
- # [1.4.0-alpha](https://github.com/sutras/sard-uniapp/compare/v1.3.0...v1.4.0-alpha) (2024-08-01)
1
+ # [1.4.0-beta](https://github.com/sutras/sard-uniapp/compare/v1.3.0...v1.4.0-beta) (2024-08-01)
2
2
 
3
3
 
4
4
 
package/global.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import '@vue/runtime-core'
2
-
3
1
  import SarAccordion from './components/accordion/accordion'
4
2
  import SarAccordionItem from './components/accordion-item/accordion-item'
5
3
  import SarActionSheet from './components/action-sheet/action-sheet'
@@ -87,8 +85,7 @@ import SarToast from './components/toast/toast'
87
85
  import SarToastAgent from './components/toast-agent/toast-agent'
88
86
  import SarUpload from './components/upload/upload'
89
87
 
90
- declare module '@vue/runtime-core' {
91
- // GlobalComponents for Volar
88
+ declare module 'vue' {
92
89
  export interface GlobalComponents {
93
90
  SarAccordion: typeof SarAccordion
94
91
  SarAccordionItem: typeof SarAccordionItem
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "sard-uniapp",
3
3
  "name": "sard-uniapp",
4
4
  "displayName": "sard-uniapp",
5
- "version": "1.4.0-alpha",
5
+ "version": "1.4.0-beta",
6
6
  "type": "module",
7
7
  "description": "sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库",
8
8
  "keywords": [