@befly-addon/admin 1.1.22 → 1.1.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@befly-addon/admin",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "title": "管理后台",
5
5
  "description": "Befly - 管理后台功能组件",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "url": "https://github.com/chenbimo/befly.git",
45
45
  "directory": "packages/addon-admin"
46
46
  },
47
- "gitHead": "7287680c89b51f165086410727cd4e769e87cd46",
47
+ "gitHead": "ed24f85db82e27e6963a0c786ebe80d0164c2822",
48
48
  "dependencies": {
49
49
  "befly": "^3.9.32",
50
50
  "befly-shared": "^1.2.7",
@@ -28,7 +28,7 @@
28
28
  <TDropdown trigger="click" placement="bottom-right" @click="(data) => $Method.onAction(data.value, row)">
29
29
  <TButton theme="primary" size="small">
30
30
  操作
31
- <template #suffix> <t-icon name="chevron-down" size="16" /></template>
31
+ <template #suffix> <ILucideChevronDown /></template>
32
32
  </TButton>
33
33
  <TDropdownMenu slot="dropdown">
34
34
  <TDropdownItem value="upd">
@@ -65,6 +65,7 @@ import ILucidePlus from '~icons/lucide/plus';
65
65
  import ILucideRotateCw from '~icons/lucide/rotate-cw';
66
66
  import ILucidePencil from '~icons/lucide/pencil';
67
67
  import ILucideTrash2 from '~icons/lucide/trash-2';
68
+ import ILucideChevronDown from '~icons/lucide/chevron-down';
68
69
  import EditDialog from './components/edit.vue';
69
70
  import DetailPanel from '@/components/DetailPanel.vue';
70
71
  import { $Http } from '@/plugins/http';
@@ -39,7 +39,7 @@
39
39
  <TDropdown trigger="click" placement="bottom-right" @click="(data) => $Method.onAction(data.value, row)">
40
40
  <TButton theme="primary" size="small">
41
41
  操作
42
- <template #suffix><t-icon name="chevron-down" size="16" /></template>
42
+ <template #suffix><ILucideChevronDown /></template>
43
43
  </TButton>
44
44
  <TDropdownMenu slot="dropdown">
45
45
  <TDropdownItem value="upd">
@@ -87,6 +87,7 @@ import ILucidePlus from '~icons/lucide/plus';
87
87
  import ILucideRotateCw from '~icons/lucide/rotate-cw';
88
88
  import ILucidePencil from '~icons/lucide/pencil';
89
89
  import ILucideTrash2 from '~icons/lucide/trash-2';
90
+ import ILucideChevronDown from '~icons/lucide/chevron-down';
90
91
  import EditDialog from './components/edit.vue';
91
92
  import DetailPanel from '@/components/DetailPanel.vue';
92
93
  import { $Http } from '@/plugins/http';
@@ -29,7 +29,7 @@
29
29
  <TDropdown trigger="click" placement="bottom-right" @click="(data) => $Method.onAction(data.value, row)">
30
30
  <TButton theme="primary" size="small">
31
31
  操作
32
- <template #suffix> <t-icon name="chevron-down" size="16" /></template>
32
+ <template #suffix> <ILucideChevronDown /></template>
33
33
  </TButton>
34
34
  <TDropdownMenu slot="dropdown">
35
35
  <TDropdownItem value="upd">
@@ -66,6 +66,7 @@ import ILucidePlus from '~icons/lucide/plus';
66
66
  import ILucideRotateCw from '~icons/lucide/rotate-cw';
67
67
  import ILucidePencil from '~icons/lucide/pencil';
68
68
  import ILucideTrash2 from '~icons/lucide/trash-2';
69
+ import ILucideChevronDown from '~icons/lucide/chevron-down';
69
70
  import EditDialog from './components/edit.vue';
70
71
  import DetailPanel from '@/components/DetailPanel.vue';
71
72
  import { $Http } from '@/plugins/http';
@@ -28,7 +28,7 @@
28
28
  <TDropdown trigger="click" placement="bottom-right" @click="(data) => $Method.onAction(data.value, row)">
29
29
  <TButton theme="primary" size="small">
30
30
  操作
31
- <template #suffix> <t-icon name="chevron-down" size="16" /></template>
31
+ <template #suffix> <ILucideChevronDown /></template>
32
32
  </TButton>
33
33
  <TDropdownMenu slot="dropdown">
34
34
  <TDropdownItem value="upd">
@@ -81,6 +81,7 @@ import ILucidePencil from '~icons/lucide/pencil';
81
81
  import ILucideSettings from '~icons/lucide/settings';
82
82
  import ILucideCode from '~icons/lucide/code';
83
83
  import ILucideTrash2 from '~icons/lucide/trash-2';
84
+ import ILucideChevronDown from '~icons/lucide/chevron-down';
84
85
  import EditDialog from './components/edit.vue';
85
86
  import MenuDialog from './components/menu.vue';
86
87
  import ApiDialog from './components/api.vue';