@befly-addon/admin 1.1.23 → 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.23",
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": "7f6c5bf6b8f3240f4001e457bfecdd1da90874d4",
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> <ILucideChevronDown :size="16" /></template>
31
+ <template #suffix> <ILucideChevronDown /></template>
32
32
  </TButton>
33
33
  <TDropdownMenu slot="dropdown">
34
34
  <TDropdownItem value="upd">
@@ -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><ILucideChevronDown :size="16" /></template>
42
+ <template #suffix><ILucideChevronDown /></template>
43
43
  </TButton>
44
44
  <TDropdownMenu slot="dropdown">
45
45
  <TDropdownItem value="upd">
@@ -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> <ILucideChevronDown :size="16" /></template>
32
+ <template #suffix> <ILucideChevronDown /></template>
33
33
  </TButton>
34
34
  <TDropdownMenu slot="dropdown">
35
35
  <TDropdownItem value="upd">
@@ -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> <ILucideChevronDown :size="16" /></template>
31
+ <template #suffix> <ILucideChevronDown /></template>
32
32
  </TButton>
33
33
  <TDropdownMenu slot="dropdown">
34
34
  <TDropdownItem value="upd">