@befly-addon/admin 1.0.29 → 1.0.30
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 +2 -2
- package/views/admin/components/edit.vue +0 -1
- package/views/admin/components/role.vue +0 -1
- package/views/admin/index.vue +0 -1
- package/views/dict/components/edit.vue +0 -1
- package/views/dict/index.vue +0 -1
- package/views/index/components/addonList.vue +0 -1
- package/views/index/components/environmentInfo.vue +0 -1
- package/views/index/components/operationLogs.vue +0 -1
- package/views/index/components/performanceMetrics.vue +0 -1
- package/views/index/components/serviceStatus.vue +0 -1
- package/views/index/components/systemNotifications.vue +0 -1
- package/views/index/components/systemOverview.vue +0 -1
- package/views/index/components/systemResources.vue +0 -1
- package/views/index/components/userInfo.vue +0 -1
- package/views/login/components/emailLoginForm.vue +0 -1
- package/views/login/components/registerForm.vue +0 -1
- package/views/login/index_1.vue +0 -1
- package/views/menu/components/edit.vue +0 -1
- package/views/menu/index.vue +0 -1
- package/views/role/components/api.vue +0 -1
- package/views/role/components/edit.vue +0 -1
- package/views/role/components/menu.vue +0 -1
- package/views/role/index.vue +0 -1
- package/views/user/index.vue +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befly-addon/admin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "Befly - 管理后台功能组件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"url": "https://github.com/chenbimo/befly.git",
|
|
40
40
|
"directory": "packages/addon-admin"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "178b2045d0a76ba734ec623b7e478b3024a58e6d",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"befly": "3.8.12"
|
|
45
45
|
}
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script setup>
|
|
37
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
38
37
|
import { Button as TinyButton, DialogBox as TinyDialogBox, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, Radio as TinyRadio, RadioGroup as TinyRadioGroup, Modal } from '@opentiny/vue';
|
|
39
38
|
import { $Http } from '@/plugins/http';
|
|
40
39
|
|
package/views/admin/index.vue
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
</template>
|
|
79
79
|
|
|
80
80
|
<script setup>
|
|
81
|
-
import { $ref } from 'vue-macros/macros';
|
|
82
81
|
import { Button as TinyButton, Grid as TinyGrid, GridColumn as TinyGridColumn, Tag as TinyTag, Dropdown as TinyDropdown, DropdownMenu as TinyDropdownMenu, DropdownItem as TinyDropdownItem, Pager as TinyPager, Modal } from '@opentiny/vue';
|
|
83
82
|
import IconLucidePlus from '~icons/lucide/plus';
|
|
84
83
|
import IconLucideRotateCw from '~icons/lucide/rotate-cw';
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script setup>
|
|
37
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
38
37
|
import { watch } from 'vue';
|
|
39
38
|
import { Button as TinyButton, DialogBox as TinyDialogBox, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, Numeric as TinyNumeric, Radio as TinyRadio, RadioGroup as TinyRadioGroup, Modal } from '@opentiny/vue';
|
|
40
39
|
import { $Http } from '@/plugins/http';
|
package/views/dict/index.vue
CHANGED
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
</template>
|
|
66
66
|
|
|
67
67
|
<script setup>
|
|
68
|
-
import { $ref } from 'vue-macros/macros';
|
|
69
68
|
import { Button as TinyButton, Grid as TinyGrid, GridColumn as TinyGridColumn, Tag as TinyTag, Dropdown as TinyDropdown, DropdownMenu as TinyDropdownMenu, DropdownItem as TinyDropdownItem, Pager as TinyPager, Modal } from '@opentiny/vue';
|
|
70
69
|
import IconLucidePlus from '~icons/lucide/plus';
|
|
71
70
|
import IconLucideRotateCw from '~icons/lucide/rotate-cw';
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
</template>
|
|
54
54
|
|
|
55
55
|
<script setup>
|
|
56
|
-
import { $ref } from 'vue-macros/macros';
|
|
57
56
|
import IconLucideActivity from '~icons/lucide/activity';
|
|
58
57
|
import IconLucideTrendingUp from '~icons/lucide/trending-up';
|
|
59
58
|
import IconLucideAlertCircle from '~icons/lucide/alert-circle';
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
</template>
|
|
27
27
|
|
|
28
28
|
<script setup>
|
|
29
|
-
import { $ref } from 'vue-macros/macros';
|
|
30
29
|
import IconLucideBell from '~icons/lucide/bell';
|
|
31
30
|
import IconLucideCheckCircle from '~icons/lucide/check-circle';
|
|
32
31
|
import IconLucideAlertTriangle from '~icons/lucide/alert-triangle';
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
</template>
|
|
26
26
|
|
|
27
27
|
<script setup>
|
|
28
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
29
28
|
import { useRouter, useRoute } from 'vue-router';
|
|
30
29
|
import { Button as TinyButton, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, Modal } from '@opentiny/vue';
|
|
31
30
|
import IconLucideUser from '~icons/lucide/user';
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup>
|
|
40
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
41
40
|
import { Button as TinyButton, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput } from '@opentiny/vue';
|
|
42
41
|
import IconLucideUser from '~icons/lucide/user';
|
|
43
42
|
import IconLucideMail from '~icons/lucide/mail';
|
package/views/login/index_1.vue
CHANGED
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
</template>
|
|
27
27
|
|
|
28
28
|
<script setup>
|
|
29
|
-
import { $ref } from 'vue-macros/macros';
|
|
30
29
|
import WelcomePanel from './components/welcomePanel.vue';
|
|
31
30
|
import EmailLoginForm from './components/emailLoginForm.vue';
|
|
32
31
|
import RegisterForm from './components/registerForm.vue';
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
</template>
|
|
29
29
|
|
|
30
30
|
<script setup>
|
|
31
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
32
31
|
import { watch } from 'vue';
|
|
33
32
|
import { Button as TinyButton, DialogBox as TinyDialogBox, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, Numeric as TinyNumeric, Radio as TinyRadio, RadioGroup as TinyRadioGroup, Modal } from '@opentiny/vue';
|
|
34
33
|
import { $Http } from '@/plugins/http';
|
package/views/menu/index.vue
CHANGED
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
</template>
|
|
69
69
|
|
|
70
70
|
<script setup>
|
|
71
|
-
import { $ref } from 'vue-macros/macros';
|
|
72
71
|
import { Button as TinyButton, Grid as TinyGrid, GridColumn as TinyGridColumn, Tag as TinyTag, Dropdown as TinyDropdown, DropdownMenu as TinyDropdownMenu, DropdownItem as TinyDropdownItem, Pager as TinyPager, Modal } from '@opentiny/vue';
|
|
73
72
|
import IconLucidePlus from '~icons/lucide/plus';
|
|
74
73
|
import IconLucideRotateCw from '~icons/lucide/rotate-cw';
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
</template>
|
|
34
34
|
|
|
35
35
|
<script setup>
|
|
36
|
-
import { $ref } from 'vue-macros/macros';
|
|
37
36
|
import { Button as TinyButton, DialogBox as TinyDialogBox, Search as TinySearch, Checkbox as TinyCheckbox, CheckboxGroup as TinyCheckboxGroup, Modal } from '@opentiny/vue';
|
|
38
37
|
import { $Http } from '@/plugins/http';
|
|
39
38
|
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
</template>
|
|
31
31
|
|
|
32
32
|
<script setup>
|
|
33
|
-
import { $ref, $shallowRef } from 'vue-macros/macros';
|
|
34
33
|
import { Button as TinyButton, DialogBox as TinyDialogBox, Form as TinyForm, FormItem as TinyFormItem, Input as TinyInput, Numeric as TinyNumeric, Radio as TinyRadio, RadioGroup as TinyRadioGroup, Modal } from '@opentiny/vue';
|
|
35
34
|
import { $Http } from '@/plugins/http';
|
|
36
35
|
|
package/views/role/index.vue
CHANGED
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
</template>
|
|
78
78
|
|
|
79
79
|
<script setup>
|
|
80
|
-
import { $ref } from 'vue-macros/macros';
|
|
81
80
|
import { Button as TinyButton, Grid as TinyGrid, GridColumn as TinyGridColumn, Tag as TinyTag, Dropdown as TinyDropdown, DropdownMenu as TinyDropdownMenu, DropdownItem as TinyDropdownItem, Pager as TinyPager, Modal } from '@opentiny/vue';
|
|
82
81
|
import IconLucidePlus from '~icons/lucide/plus';
|
|
83
82
|
import IconLucideRotateCw from '~icons/lucide/rotate-cw';
|
package/views/user/index.vue
CHANGED