wui-components-v2 1.0.26 → 1.0.27

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.
@@ -1,7 +1,7 @@
1
1
  <script lang="ts" setup>
2
2
  import { computed, defineEmits, defineExpose, defineOptions, defineProps, onBeforeMount, onMounted, reactive, ref, toRaw } from 'vue'
3
3
  import type { FormRules } from 'wot-design-uni/components/wd-form/types'
4
- import dayjs from 'dayjs'
4
+ import dayjs from 'dayjs/esm/index'
5
5
  import type { Enums, Fields, Groups } from '../../type'
6
6
  import mulselectPicker from '../mulselect-picker/mulselect-picker.vue'
7
7
  import TreeSelectControl from '../tree-select/index.vue'
package/index.ts CHANGED
@@ -18,6 +18,7 @@ import DemoBlock from './components/demo-block/demo-block.vue'
18
18
  import List from './components/list/list.vue'
19
19
  import selectList from './components/select-list/select-list.vue'
20
20
  import editPage from './components/edit-page/edit-page.vue'
21
+ import detailsPage from './components/details-page/details-page.vue'
21
22
  // 组件列表
22
23
  const coms: Array<{ name: string }> = [
23
24
  SystemSettings,
@@ -30,6 +31,7 @@ const coms: Array<{ name: string }> = [
30
31
  List,
31
32
  selectList,
32
33
  editPage,
34
+ detailsPage,
33
35
  ]
34
36
 
35
37
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",