wui-components-v2 1.1.39 → 1.1.41
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.
|
@@ -4,7 +4,7 @@ import { useEnums } from '../../composables/useEnumes'
|
|
|
4
4
|
import type { Config, Entities, Enums } from '../../type'
|
|
5
5
|
import {pageConfig } from '../../api/page'
|
|
6
6
|
defineOptions({
|
|
7
|
-
name: '
|
|
7
|
+
name: 'WuiEnumeSelectControl',
|
|
8
8
|
})
|
|
9
9
|
|
|
10
10
|
const props = defineProps<{
|
package/index.ts
CHANGED
|
@@ -26,7 +26,7 @@ import WuiUser from './components/wui-user/wui-user.vue'
|
|
|
26
26
|
import WuiAutoUpdateComponent from './components/wui-auto-update-component/wui-auto-update-component.vue'
|
|
27
27
|
import iData from './utils/idata-scan'// PAD扫描
|
|
28
28
|
import wuiSearchHistoryBabbar from './components/wui-search-history-babbar/wui-search-history-babbar.vue'
|
|
29
|
-
import
|
|
29
|
+
import wuienumeSelectControl from './components/wui-enume-select-control/wui-enume-select-control.vue'
|
|
30
30
|
// 组件列表
|
|
31
31
|
const coms: Array<{ name: string }> = [
|
|
32
32
|
WuiSystemSettings,
|
|
@@ -45,6 +45,7 @@ const coms: Array<{ name: string }> = [
|
|
|
45
45
|
Wuilogin1,
|
|
46
46
|
WuiMenus1,
|
|
47
47
|
wuiSearchHistoryBabbar,
|
|
48
|
+
wuienumeSelectControl
|
|
48
49
|
]
|
|
49
50
|
|
|
50
51
|
/**
|
|
@@ -73,7 +74,7 @@ export {
|
|
|
73
74
|
iData, // PAD扫描
|
|
74
75
|
// nfc, // nfc读取
|
|
75
76
|
useLanguageStore, // 语言
|
|
76
|
-
|
|
77
|
+
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
export default install
|