cnhis-design-vue 3.1.14-beta.11.1 → 3.1.14-beta.11.2
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,5 +1,6 @@
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode, createVNode, normalizeClass } from 'vue';
|
2
|
-
import
|
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(
|
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
|
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(
|
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],
|