yuang-framework-ui-pc 1.1.55 → 1.1.57

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,4 +1,4 @@
1
- import { defineComponent, ref, computed, watch, onMounted, onActivated, onDeactivated, nextTick, resolveComponent, createBlock, openBlock, Teleport, createTextVNode, createVNode, toDisplayString, mergeProps, createSlots, withCtx, normalizeStyle, normalizeClass, renderSlot, createElementVNode, createElementBlock, createCommentVNode, withModifiers, resolveDynamicComponent } from "vue";
1
+ import { defineComponent, ref, computed, watch, onMounted, onActivated, onDeactivated, nextTick, resolveComponent, createBlock, openBlock, Teleport, createVNode, mergeProps, createSlots, withCtx, normalizeStyle, normalizeClass, renderSlot, createElementVNode, createElementBlock, createCommentVNode, createTextVNode, toDisplayString, withModifiers, resolveDynamicComponent } from "vue";
2
2
  import { ElIcon, ElDialog } from "element-plus";
3
3
  import { ResizeOutlined, ExpandOutlined, CompressOutlined, CloseOutlined } from "../icons";
4
4
  import ReceiverView from "../ele-config-provider/components/receiver-view";
@@ -197,7 +197,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
197
197
  to: _ctx.teleportTo,
198
198
  disabled: _ctx.teleportDisabled
199
199
  }, [
200
- createTextVNode(toDisplayString(_ctx.closeOnClickModal) + "____ ", 1),
201
200
  createVNode(_component_ElDialog, mergeProps(_ctx.$attrs, {
202
201
  ref: "dialogRef",
203
202
  modelValue: _ctx.modelValue,
@@ -2,7 +2,7 @@ import { defineComponent, mergeModels, useModel, ref, onMounted, nextTick, resol
2
2
  import { SearchOutlined, ClusterOutlined, OrganizationOrg, OrganizationUnit, OrganizationDept } from "../../icons";
3
3
  import { deepClone } from "yuang-framework-ui-common/lib/utils/objectUtils";
4
4
  import { Close, Check } from "@element-plus/icons-vue";
5
- import { handleOrganizationTreeDefaultExpandNode } from "yuang-framework-ui-common/lib/hooks/uims/uimsOrganization";
5
+ import { handleUimsOrganizationTreeDefaultExpandNode } from "yuang-framework-ui-common/lib/hooks/uims/uimsOrganization";
6
6
  import { getShortUuid } from "yuang-framework-ui-common/lib/utils/uuidUtils";
7
7
  import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
8
8
  import { application } from "yuang-framework-ui-common/lib/config/applicationConfig";
@@ -41,7 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  name: organization.name
42
42
  });
43
43
  checkedKeys.value.push(props.param.modelValue);
44
- handleOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
44
+ handleUimsOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
45
45
  });
46
46
  }
47
47
  });
@@ -198,7 +198,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
198
198
  to: _ctx.teleportTo,
199
199
  disabled: _ctx.teleportDisabled
200
200
  }, [
201
- vue.createTextVNode(vue.toDisplayString(_ctx.closeOnClickModal) + "____ ", 1),
202
201
  vue.createVNode(_component_ElDialog, vue.mergeProps(_ctx.$attrs, {
203
202
  ref: "dialogRef",
204
203
  modelValue: _ctx.modelValue,
@@ -42,7 +42,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
42
42
  name: organization.name
43
43
  });
44
44
  checkedKeys.value.push(props.param.modelValue);
45
- uimsOrganization.handleOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
45
+ uimsOrganization.handleUimsOrganizationTreeDefaultExpandNode({ id: props.param.modelValue, treeId: treeId.value });
46
46
  });
47
47
  }
48
48
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",
@@ -188,6 +188,6 @@
188
188
  "repository": "",
189
189
  "license": "",
190
190
  "dependencies": {
191
- "yuang-framework-ui-common": "^1.0.73"
191
+ "yuang-framework-ui-common": "^1.0.76"
192
192
  }
193
193
  }