sohelp-eleplus 1.1.16 → 1.1.17-beta.0

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": "sohelp-eleplus",
3
- "version": "1.1.16",
3
+ "version": "1.1.17-beta.0",
4
4
  "description": "SohelpEleplus Extension Components",
5
5
  "public": true,
6
6
  "main": "index.js",
@@ -97,7 +97,7 @@
97
97
  import { computed, nextTick, onMounted, reactive, ref } from 'vue';
98
98
  import { dictCache } from '../cache/DictCache';
99
99
  import * as ElementPlusIcons from '@element-plus/icons-vue';
100
- import * as EleAdminPlusIcons from '@/components/icons';
100
+ import * as EleAdminPlusIcons from '../sohelp-icon-select/icons';
101
101
 
102
102
  const modelValue = defineModel('modelValue', { type: [String, Number, Array], default: '' });
103
103
  const emit = defineEmits('change');
@@ -11,8 +11,8 @@ import { ElMessageBox } from "element-plus/es";
11
11
  import { useFormData } from "@/utils/use-form-data";
12
12
  import { resetCommonConfig, updateCommonConfig } from "../http/ModuleHttp.js";
13
13
  import CrudHttp from "../http/CrudHttp.js";
14
- import ApprovalModal from "sohelp-eleplus/sohelp-workflow-drawer/components/approval-modal.vue";
15
- import WorkflowDrawer from "sohelp-eleplus/sohelp-workflow-drawer/index.vue";
14
+ import ApprovalModal from "../sohelp-workflow-drawer/components/approval-modal.vue";
15
+ import WorkflowDrawer from "../sohelp-workflow-drawer/index.vue";
16
16
  import SohelpTextareaInput from "../sohelp-textarea-input/index.vue";
17
17
  import SohelpPower from "../sohelp-power/index.vue";
18
18
  import FilterConditionItem from "./components/filter-condition-item.vue";
@@ -20,7 +20,7 @@ import { useSohelpGridConfig } from "./js/useSohelpGridConfig.js";
20
20
  import { useI18n } from "vue-i18n";
21
21
  import SohelpEntityForm from "../sohelp-entity-form/index.vue";
22
22
  import * as ElementPlusIcons from '@element-plus/icons-vue';
23
- import * as EleAdminPlusIcons from '@/components/icons';
23
+ import * as EleAdminPlusIcons from '../sohelp-icon-select/icons';
24
24
 
25
25
  const { initial, isConfigDone } = useSohelpGridConfig();
26
26
  const { t } = useI18n();
@@ -163,7 +163,7 @@
163
163
  import { ref, watch, computed, toRaw } from 'vue';
164
164
  import VueDraggable from 'vuedraggable';
165
165
  import { ArrowLeft, ArrowRight } from '@element-plus/icons-vue';
166
- import { DragOutlined } from '@/components/icons';
166
+ import { DragOutlined } from '../../../sohelp-icon-select/icons';
167
167
 
168
168
  const CondictionOptions = [
169
169
  {
@@ -163,7 +163,7 @@
163
163
  import { ref, watch, computed } from 'vue';
164
164
  import VueDraggable from 'vuedraggable';
165
165
  import { ArrowLeft, ArrowRight } from '@element-plus/icons-vue';
166
- import { DragOutlined } from '@/components/icons';
166
+ import { DragOutlined } from '../../../sohelp-icon-select/icons';
167
167
 
168
168
  const props = defineProps({
169
169
  modelValue: {
@@ -165,7 +165,7 @@
165
165
  import { ref, watch, computed } from 'vue';
166
166
  import VueDraggable from 'vuedraggable';
167
167
  import { ArrowLeft, ArrowRight } from '@element-plus/icons-vue';
168
- import { DragOutlined } from '@/components/icons';
168
+ import { DragOutlined } from '../../../sohelp-icon-select/icons';
169
169
 
170
170
  const props = defineProps({
171
171
  modelValue: {
@@ -163,7 +163,7 @@
163
163
  import { ref, watch, computed } from 'vue';
164
164
  import VueDraggable from 'vuedraggable';
165
165
  import { ArrowLeft, ArrowRight } from '@element-plus/icons-vue';
166
- import { DragOutlined } from '@/components/icons';
166
+ import { DragOutlined } from '../../../sohelp-icon-select/icons';
167
167
 
168
168
  const props = defineProps({
169
169
  modelValue: {
@@ -40,7 +40,7 @@
40
40
  <script setup>
41
41
  import { ref } from 'vue';
42
42
  import * as ElementPlusIcons from '@element-plus/icons-vue';
43
- import * as EleAdminPlusIcons from '@/components/icons';
43
+ import * as EleAdminPlusIcons from './icons';
44
44
  import { VxeIcon } from './vxeui-icon.js';
45
45
  const modelValue = defineModel('modelValue');
46
46
  const iconData = ref([]);
@@ -29,7 +29,6 @@ export default {
29
29
  mouseConfig: {
30
30
  selected: true
31
31
  },
32
-
33
32
  checkboxConfig: {
34
33
  checkRowKey: "id",
35
34
  highlight: true,
@@ -72,7 +71,6 @@ export default {
72
71
  buttons: "searchSlot"
73
72
  }
74
73
  },
75
-
76
74
  proxyConfig: {
77
75
  response: {
78
76
  result: "result",
@@ -80,7 +78,6 @@ export default {
80
78
  },
81
79
  ajax: {}
82
80
  },
83
-
84
81
  menuConfig: {
85
82
  //右键菜单配置
86
83
  header: {
@@ -49,7 +49,7 @@
49
49
 
50
50
  <script>
51
51
  import { EleMessage } from '@/components/ele-admin-plus/components';
52
- import { DragOutlined } from '@/components/icons';
52
+ import { DragOutlined } from '../sohelp-icon-select/icons';
53
53
  import { reactive, ref, nextTick, watch, computed } from 'vue';
54
54
  import DefaultProps from './DefaultProps';
55
55
  import initial from './SohelpGridConfig';
@@ -30,7 +30,7 @@
30
30
  <script>
31
31
  import { reactive, ref, nextTick } from 'vue';
32
32
  import { EleMessage } from '@/components/ele-admin-plus/components';
33
- import { DragOutlined } from '@/components/icons';
33
+ import { DragOutlined } from '../sohelp-icon-select/icons';
34
34
  import Sortable from 'sortablejs';
35
35
  import {moduleCache} from '../cache/ModuleCache';
36
36