cnhis-design-vue 3.1.14-beta.11.1 → 3.1.14-beta.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode, createVNode, normalizeClass } from 'vue';
2
- import InfoEllipsis from '../../../packages/info-header/src/InfoEllipsis.vue';
2
+ import './InfoEllipsis.js';
3
+ import script$1 from './InfoEllipsis.vue_vue_type_script_setup_true_lang.js';
3
4
 
4
5
  const _hoisted_1 = { class: "c-info-header__hidden--content" };
5
6
  var script = /* @__PURE__ */ defineComponent({
@@ -46,7 +47,7 @@ var script = /* @__PURE__ */ defineComponent({
46
47
  style: normalizeStyle(unref(wrapperStyle))
47
48
  }, [
48
49
  createElementVNode("div", _hoisted_1, [
49
- createVNode(InfoEllipsis, {
50
+ createVNode(script$1, {
50
51
  "content-style": unref(parsedContentStyle),
51
52
  content: unref(displayContent),
52
53
  tip: __props.tip
@@ -2,9 +2,10 @@ import { defineComponent, ref, nextTick, onMounted, watch, openBlock, createElem
2
2
  import { NTag, NDescriptions, NDescriptionsItem } from 'naive-ui';
3
3
  import { useThrottleFn, useEventListener } from '@vueuse/core';
4
4
  import SlotRender from '../../../src/components/SlotRender';
5
- import InfoEllipsis from '../../../packages/info-header/src/InfoEllipsis.vue';
5
+ import './InfoEllipsis.js';
6
6
  import './HiddenContent.js';
7
7
  import script$1 from './HiddenContent.vue_vue_type_script_setup_true_lang.js';
8
+ import script$2 from './InfoEllipsis.vue_vue_type_script_setup_true_lang.js';
8
9
 
9
10
  const _hoisted_1 = { class: "c-info-header__operation" };
10
11
  const _hoisted_2 = {
@@ -177,7 +178,7 @@ var script = /* @__PURE__ */ defineComponent({
177
178
  tip: item.tip,
178
179
  "content-style": getDescriptionItemStyle(item),
179
180
  width: descriptionWidthList.value[index]
180
- }, null, 8, ["content", "tip", "content-style", "width"])) : (openBlock(), createBlock(InfoEllipsis, {
181
+ }, null, 8, ["content", "tip", "content-style", "width"])) : (openBlock(), createBlock(script$2, {
181
182
  key: 2,
182
183
  "content-style": getEllipsisStyle(index, item),
183
184
  content: item[__props.valueField],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
3
  "private": false,
4
- "version": "3.1.14-beta.11.1",
4
+ "version": "3.1.14-beta.11.2",
5
5
  "license": "ISC",
6
6
  "module": "es/packages/index.js",
7
7
  "main": "es/packages/index.js",