lew-ui 2.6.7 → 2.6.9
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/dist/components/desc/src/LewDesc.vue.d.ts +1 -1
- package/dist/components/desc/src/LewDescItem.vue.d.ts +1 -1
- package/dist/components/table/src/LewTable.vue.d.ts +18 -7
- package/dist/components/table/src/props.d.ts +5 -0
- package/dist/index.mjs +400 -342
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7454,7 +7454,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
7454
7454
|
delay: props2.delay,
|
|
7455
7455
|
duration: [250, 250],
|
|
7456
7456
|
content: text ? sanitizeHtml(text) : lewTextTrimPopRef.value,
|
|
7457
|
-
animation: "scale",
|
|
7457
|
+
animation: "scale-subtle",
|
|
7458
7458
|
hideOnClick: false,
|
|
7459
7459
|
interactive: true,
|
|
7460
7460
|
appendTo: () => document.body,
|
|
@@ -7578,7 +7578,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
7578
7578
|
};
|
|
7579
7579
|
}
|
|
7580
7580
|
});
|
|
7581
|
-
const LewTextTrim = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-
|
|
7581
|
+
const LewTextTrim = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-94021c25"]]);
|
|
7582
7582
|
const flexProps = {
|
|
7583
7583
|
direction: {
|
|
7584
7584
|
type: String,
|
|
@@ -8238,7 +8238,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
8238
8238
|
};
|
|
8239
8239
|
}
|
|
8240
8240
|
});
|
|
8241
|
-
const LewMenu = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-
|
|
8241
|
+
const LewMenu = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-1d41bd92"]]);
|
|
8242
8242
|
const menuTreeModel = {
|
|
8243
8243
|
modelValue: {
|
|
8244
8244
|
type: String,
|
|
@@ -13661,7 +13661,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
13661
13661
|
};
|
|
13662
13662
|
}
|
|
13663
13663
|
});
|
|
13664
|
-
const LewRadio = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-
|
|
13664
|
+
const LewRadio = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-aa830ef3"]]);
|
|
13665
13665
|
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
13666
13666
|
__name: "LewRadioGroup",
|
|
13667
13667
|
props: /* @__PURE__ */ mergeModels(radioGroupProps, {
|
|
@@ -15103,9 +15103,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
15103
15103
|
() => props2.options,
|
|
15104
15104
|
() => {
|
|
15105
15105
|
var _a;
|
|
15106
|
-
state.keyword = (_a = props2.options.find(
|
|
15107
|
-
(e) => e.value === selectValue.value
|
|
15108
|
-
)) == null ? void 0 : _a.label;
|
|
15106
|
+
state.keyword = (_a = props2.options.find((e) => e.value === selectValue.value)) == null ? void 0 : _a.label;
|
|
15109
15107
|
},
|
|
15110
15108
|
{
|
|
15111
15109
|
deep: true
|
|
@@ -15287,9 +15285,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
15287
15285
|
if (props2.searchable) {
|
|
15288
15286
|
search({ target: { value: "" } });
|
|
15289
15287
|
}
|
|
15290
|
-
const index2 = state.options.findIndex(
|
|
15291
|
-
(e) => e.value === selectValue.value
|
|
15292
|
-
);
|
|
15288
|
+
const index2 = state.options.findIndex((e) => e.value === selectValue.value);
|
|
15293
15289
|
if (index2 > -1) {
|
|
15294
15290
|
poll({
|
|
15295
15291
|
callback: () => {
|
|
@@ -15470,7 +15466,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
15470
15466
|
};
|
|
15471
15467
|
}
|
|
15472
15468
|
});
|
|
15473
|
-
const LewSelect = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
15469
|
+
const LewSelect = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-161b8f0d"]]);
|
|
15474
15470
|
const selectMultipleModel = {
|
|
15475
15471
|
modelValue: {
|
|
15476
15472
|
type: Array,
|
|
@@ -16613,7 +16609,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
16613
16609
|
};
|
|
16614
16610
|
}
|
|
16615
16611
|
});
|
|
16616
|
-
const LewDate = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
16612
|
+
const LewDate = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-caa9240e"]]);
|
|
16617
16613
|
const _hoisted_1$r = { class: "lew-date-picker-view" };
|
|
16618
16614
|
const _hoisted_2$e = ["onClick"];
|
|
16619
16615
|
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
@@ -16804,7 +16800,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16804
16800
|
};
|
|
16805
16801
|
}
|
|
16806
16802
|
});
|
|
16807
|
-
const LewDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
16803
|
+
const LewDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-d8485a76"]]);
|
|
16808
16804
|
const dateRangePickerModel = {
|
|
16809
16805
|
modelValue: {
|
|
16810
16806
|
type: Object,
|
|
@@ -16935,8 +16931,8 @@ const _hoisted_11$1 = { class: "lew-date-control-left" };
|
|
|
16935
16931
|
const _hoisted_12$1 = { class: "cur-date" };
|
|
16936
16932
|
const _hoisted_13$1 = { class: "lew-date-control-right" };
|
|
16937
16933
|
const _hoisted_14$1 = { class: "lew-date-box" };
|
|
16938
|
-
const _hoisted_15
|
|
16939
|
-
const _hoisted_16
|
|
16934
|
+
const _hoisted_15 = { class: "lew-date-num" };
|
|
16935
|
+
const _hoisted_16 = ["onClick", "onMouseenter"];
|
|
16940
16936
|
const _hoisted_17 = {
|
|
16941
16937
|
key: 0,
|
|
16942
16938
|
class: "lew-date-item-today"
|
|
@@ -17365,7 +17361,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17365
17361
|
key: `h${index2}`,
|
|
17366
17362
|
class: "lew-date-item"
|
|
17367
17363
|
}, [
|
|
17368
|
-
createElementVNode("div", _hoisted_15
|
|
17364
|
+
createElementVNode("div", _hoisted_15, toDisplayString$1(item), 1)
|
|
17369
17365
|
]);
|
|
17370
17366
|
}), 128)),
|
|
17371
17367
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(state).rightPanel, (item, index2) => {
|
|
@@ -17383,7 +17379,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17383
17379
|
class: normalizeClass(["lew-date-value", unref(object2class2)("selected", item)])
|
|
17384
17380
|
}, toDisplayString$1(item.showDate), 3)
|
|
17385
17381
|
], 2)
|
|
17386
|
-
], 42, _hoisted_16
|
|
17382
|
+
], 42, _hoisted_16);
|
|
17387
17383
|
}), 128))
|
|
17388
17384
|
])
|
|
17389
17385
|
])
|
|
@@ -17391,7 +17387,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17391
17387
|
};
|
|
17392
17388
|
}
|
|
17393
17389
|
});
|
|
17394
|
-
const LewDateRange = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-
|
|
17390
|
+
const LewDateRange = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-a4b5c316"]]);
|
|
17395
17391
|
const _hoisted_1$p = { class: "lew-date-range-picker-view" };
|
|
17396
17392
|
const _hoisted_2$c = {
|
|
17397
17393
|
key: 0,
|
|
@@ -17561,7 +17557,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
17561
17557
|
};
|
|
17562
17558
|
}
|
|
17563
17559
|
});
|
|
17564
|
-
const LewDateRangePicker = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
17560
|
+
const LewDateRangePicker = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-2df69772"]]);
|
|
17565
17561
|
const cascaderModel = {
|
|
17566
17562
|
modelValue: {
|
|
17567
17563
|
type: [String, Number],
|
|
@@ -21385,6 +21381,11 @@ const tableProps = {
|
|
|
21385
21381
|
return true;
|
|
21386
21382
|
}
|
|
21387
21383
|
},
|
|
21384
|
+
bordered: {
|
|
21385
|
+
type: Boolean,
|
|
21386
|
+
default: false,
|
|
21387
|
+
description: "是否显示边框"
|
|
21388
|
+
},
|
|
21388
21389
|
dataSource: {
|
|
21389
21390
|
type: Array,
|
|
21390
21391
|
default: () => [],
|
|
@@ -21511,25 +21512,26 @@ const SortIcon = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v
|
|
|
21511
21512
|
const _hoisted_1$d = { class: "lew-table-wrapper" };
|
|
21512
21513
|
const _hoisted_2$7 = { class: "lew-table-header" };
|
|
21513
21514
|
const _hoisted_3$6 = { class: "lew-table-tr" };
|
|
21514
|
-
const _hoisted_4$4 = { class: "lew-table-
|
|
21515
|
-
const _hoisted_5$2 = { class: "lew-table-
|
|
21515
|
+
const _hoisted_4$4 = { class: "lew-table-main" };
|
|
21516
|
+
const _hoisted_5$2 = { class: "lew-table-tr" };
|
|
21516
21517
|
const _hoisted_6$1 = { class: "lew-table-tr" };
|
|
21517
|
-
const _hoisted_7 = {
|
|
21518
|
-
|
|
21519
|
-
|
|
21520
|
-
|
|
21518
|
+
const _hoisted_7 = {
|
|
21519
|
+
key: 0,
|
|
21520
|
+
class: "lew-table-empty"
|
|
21521
|
+
};
|
|
21522
|
+
const _hoisted_8 = {
|
|
21521
21523
|
key: 0,
|
|
21522
21524
|
class: "lew-table-fixed-left"
|
|
21523
21525
|
};
|
|
21526
|
+
const _hoisted_9 = ["onClick", "onMouseenter"];
|
|
21527
|
+
const _hoisted_10 = { class: "lew-table-main" };
|
|
21524
21528
|
const _hoisted_11 = ["onClick", "onMouseenter"];
|
|
21525
|
-
const _hoisted_12 = {
|
|
21526
|
-
const _hoisted_13 = ["onClick", "onMouseenter"];
|
|
21527
|
-
const _hoisted_14 = {
|
|
21529
|
+
const _hoisted_12 = {
|
|
21528
21530
|
key: 1,
|
|
21529
21531
|
class: "lew-table-fixed-right"
|
|
21530
21532
|
};
|
|
21531
|
-
const
|
|
21532
|
-
const
|
|
21533
|
+
const _hoisted_13 = ["onMouseenter"];
|
|
21534
|
+
const _hoisted_14 = { class: "lew-table-footer" };
|
|
21533
21535
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
21534
21536
|
__name: "LewTable",
|
|
21535
21537
|
props: /* @__PURE__ */ mergeModels(tableProps, {
|
|
@@ -21562,148 +21564,146 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21562
21564
|
fixedRightWidth: 0,
|
|
21563
21565
|
selectedRowsMap: {}
|
|
21564
21566
|
});
|
|
21567
|
+
const getCheckableWidth = computed(() => {
|
|
21568
|
+
const sizeMap = {
|
|
21569
|
+
small: 50,
|
|
21570
|
+
medium: 60,
|
|
21571
|
+
large: 70
|
|
21572
|
+
};
|
|
21573
|
+
return sizeMap[props2.size];
|
|
21574
|
+
});
|
|
21575
|
+
const getHeadHeight = computed(() => {
|
|
21576
|
+
const sizeMap = {
|
|
21577
|
+
small: 34,
|
|
21578
|
+
medium: 42,
|
|
21579
|
+
large: 50
|
|
21580
|
+
};
|
|
21581
|
+
return sizeMap[props2.size];
|
|
21582
|
+
});
|
|
21583
|
+
const getFontSize = computed(() => {
|
|
21584
|
+
const sizeMap = {
|
|
21585
|
+
small: 13,
|
|
21586
|
+
medium: 14,
|
|
21587
|
+
large: 16
|
|
21588
|
+
};
|
|
21589
|
+
return sizeMap[props2.size];
|
|
21590
|
+
});
|
|
21591
|
+
const getPadding = computed(() => {
|
|
21592
|
+
const paddingMap = {
|
|
21593
|
+
small: "8px 10px",
|
|
21594
|
+
medium: "10px 14px",
|
|
21595
|
+
large: "12px 18px"
|
|
21596
|
+
};
|
|
21597
|
+
return paddingMap[props2.size];
|
|
21598
|
+
});
|
|
21599
|
+
const getEmptyPadding = computed(() => {
|
|
21600
|
+
const paddingMap = {
|
|
21601
|
+
small: 20,
|
|
21602
|
+
medium: 30,
|
|
21603
|
+
large: 40
|
|
21604
|
+
};
|
|
21605
|
+
return paddingMap[props2.size];
|
|
21606
|
+
});
|
|
21607
|
+
const getEmptyProps = computed(() => {
|
|
21608
|
+
const widthMap = {
|
|
21609
|
+
small: 150,
|
|
21610
|
+
medium: 200,
|
|
21611
|
+
large: 250
|
|
21612
|
+
};
|
|
21613
|
+
const fontSizeMap = {
|
|
21614
|
+
small: 13,
|
|
21615
|
+
medium: 14,
|
|
21616
|
+
large: 16
|
|
21617
|
+
};
|
|
21618
|
+
return {
|
|
21619
|
+
width: widthMap[props2.size],
|
|
21620
|
+
fontSize: fontSizeMap[props2.size]
|
|
21621
|
+
};
|
|
21622
|
+
});
|
|
21623
|
+
const calculateColumnWidth = (column) => {
|
|
21624
|
+
if (column.children && column.children.length > 0) {
|
|
21625
|
+
const totalChildWidth = column.children.reduce((sum, child) => {
|
|
21626
|
+
return sum + (calculateColumnWidth(child) || 100);
|
|
21627
|
+
}, 0);
|
|
21628
|
+
column.width = totalChildWidth;
|
|
21629
|
+
return totalChildWidth;
|
|
21630
|
+
}
|
|
21631
|
+
if (!column.width || column.width === 0) {
|
|
21632
|
+
column.width = 100;
|
|
21633
|
+
}
|
|
21634
|
+
return column.width;
|
|
21635
|
+
};
|
|
21636
|
+
const processColumnsWidth = (columns) => {
|
|
21637
|
+
return columns.map((col) => {
|
|
21638
|
+
const cloneCol = { ...col };
|
|
21639
|
+
cloneCol.width = calculateColumnWidth(cloneCol);
|
|
21640
|
+
return cloneCol;
|
|
21641
|
+
});
|
|
21642
|
+
};
|
|
21643
|
+
const formatColumns = computed(() => {
|
|
21644
|
+
return processColumnsWidth(props2.columns);
|
|
21645
|
+
});
|
|
21565
21646
|
const totalColumnWidth = computed(() => {
|
|
21566
|
-
let width = sumBy(
|
|
21647
|
+
let width = sumBy(formatColumns.value, "width");
|
|
21567
21648
|
if (props2.checkable) width += getCheckableWidth.value;
|
|
21568
21649
|
return width;
|
|
21569
21650
|
});
|
|
21651
|
+
const nonFixedHeaderColumns = computed(() => {
|
|
21652
|
+
return formatColumns.value.filter((col) => !col.fixed);
|
|
21653
|
+
});
|
|
21654
|
+
const getFixedHeaderColumns = computed(() => (direction) => {
|
|
21655
|
+
return formatColumns.value.filter((col) => col.fixed === direction);
|
|
21656
|
+
});
|
|
21657
|
+
const getLeafColumns = (columns) => {
|
|
21658
|
+
const result = [];
|
|
21659
|
+
const traverse = (cols) => {
|
|
21660
|
+
cols.forEach((col) => {
|
|
21661
|
+
if (col.children && col.children.length > 0) {
|
|
21662
|
+
traverse(col.children);
|
|
21663
|
+
} else {
|
|
21664
|
+
result.push(col);
|
|
21665
|
+
}
|
|
21666
|
+
});
|
|
21667
|
+
};
|
|
21668
|
+
traverse(columns);
|
|
21669
|
+
return result;
|
|
21670
|
+
};
|
|
21570
21671
|
const nonFixedColumns = computed(() => {
|
|
21571
|
-
return
|
|
21672
|
+
return getLeafColumns(formatColumns.value).filter((col) => !col.fixed);
|
|
21572
21673
|
});
|
|
21573
21674
|
const getFixedColumns = computed(() => (direction) => {
|
|
21574
|
-
return
|
|
21675
|
+
return getLeafColumns(formatColumns.value).filter((col) => col.fixed === direction);
|
|
21676
|
+
});
|
|
21677
|
+
const columnLevel = computed(() => {
|
|
21678
|
+
const findMaxDepth = (columns, currentDepth = 1) => {
|
|
21679
|
+
if (!columns || columns.length === 0) return currentDepth;
|
|
21680
|
+
let maxDepth = currentDepth;
|
|
21681
|
+
for (const col of columns) {
|
|
21682
|
+
if (col.children && col.children.length > 0) {
|
|
21683
|
+
const childDepth = findMaxDepth(col.children, currentDepth + 1);
|
|
21684
|
+
maxDepth = Math.max(maxDepth, childDepth);
|
|
21685
|
+
}
|
|
21686
|
+
}
|
|
21687
|
+
return maxDepth;
|
|
21688
|
+
};
|
|
21689
|
+
return findMaxDepth(props2.columns);
|
|
21575
21690
|
});
|
|
21576
21691
|
const hasPartialSelection = computed(() => {
|
|
21577
21692
|
const selectedRowsMap = state.selectedRowsMap;
|
|
21578
21693
|
return props2.dataSource.some((row) => selectedRowsMap[row[props2.rowKey]]);
|
|
21579
21694
|
});
|
|
21580
|
-
const
|
|
21581
|
-
|
|
21582
|
-
const
|
|
21583
|
-
const
|
|
21584
|
-
|
|
21585
|
-
if (state.isScrollbarVisible || column.fixed) {
|
|
21586
|
-
return `${sizeStyle};width: ${width}px;${customStyle}`;
|
|
21587
|
-
}
|
|
21588
|
-
const fixedWidth = sumBy(
|
|
21589
|
-
props2.columns.filter((col) => col.fixed),
|
|
21590
|
-
"width"
|
|
21591
|
-
) + (props2.checkable ? getCheckableWidth.value : 0);
|
|
21592
|
-
const tdWidth = width / (totalColumnWidth.value - fixedWidth) * (state.scrollClientWidth - fixedWidth);
|
|
21593
|
-
return `${sizeStyle};width: ${tdWidth}px;${customStyle}`;
|
|
21594
|
-
});
|
|
21595
|
-
watch(
|
|
21596
|
-
() => props2.dataSource,
|
|
21597
|
-
() => {
|
|
21598
|
-
state.selectedRowsMap = mapValues(
|
|
21599
|
-
keyBy(props2.dataSource, props2.rowKey),
|
|
21600
|
-
() => false
|
|
21601
|
-
);
|
|
21602
|
-
updateAllCheckedState();
|
|
21603
|
-
},
|
|
21604
|
-
{ deep: true }
|
|
21605
|
-
);
|
|
21606
|
-
watch(selectedKeys, (newVal) => {
|
|
21607
|
-
if (props2.checkable) {
|
|
21608
|
-
updateSelectedKeys(newVal);
|
|
21609
|
-
}
|
|
21610
|
-
});
|
|
21611
|
-
const initTableObserver = () => {
|
|
21612
|
-
resizeObserver = new ResizeObserver(() => {
|
|
21613
|
-
state.isInitialized = false;
|
|
21614
|
-
handleTableResize();
|
|
21615
|
-
});
|
|
21616
|
-
resizeObserver.observe(tableRef.value);
|
|
21617
|
-
};
|
|
21618
|
-
const updateScrollState = () => {
|
|
21619
|
-
const element = tableRef.value;
|
|
21620
|
-
const { clientWidth, scrollWidth, scrollLeft } = element;
|
|
21621
|
-
const scrollThreshold = 10;
|
|
21622
|
-
if (scrollWidth === clientWidth) {
|
|
21623
|
-
state.hiddenScrollLine = "all";
|
|
21624
|
-
return;
|
|
21625
|
-
}
|
|
21626
|
-
if (scrollLeft < scrollThreshold) {
|
|
21627
|
-
state.hiddenScrollLine = "left";
|
|
21628
|
-
return;
|
|
21629
|
-
}
|
|
21630
|
-
if (scrollLeft + clientWidth > scrollWidth - scrollThreshold) {
|
|
21631
|
-
state.hiddenScrollLine = "right";
|
|
21632
|
-
return;
|
|
21633
|
-
}
|
|
21634
|
-
state.hiddenScrollLine = "";
|
|
21635
|
-
};
|
|
21636
|
-
const compTrHeight = () => {
|
|
21637
|
-
nextTick(() => {
|
|
21638
|
-
(trRefArr.value || []).forEach(
|
|
21639
|
-
(element, index2) => {
|
|
21640
|
-
if (element) {
|
|
21641
|
-
trHeightArr.value[index2] = element.getBoundingClientRect().height;
|
|
21642
|
-
}
|
|
21643
|
-
}
|
|
21644
|
-
);
|
|
21645
|
-
});
|
|
21695
|
+
const updateAllCheckedState = () => {
|
|
21696
|
+
const checkedKeys = keys(pickBy(state.selectedRowsMap, Boolean));
|
|
21697
|
+
const allDataKeys = props2.dataSource.map((row) => String(row[props2.rowKey]));
|
|
21698
|
+
const uncheckedKeys = difference(allDataKeys, checkedKeys);
|
|
21699
|
+
state.isAllChecked = isEmpty(uncheckedKeys) && props2.multiple && props2.checkable && checkedKeys.length > 0;
|
|
21646
21700
|
};
|
|
21647
|
-
watch(
|
|
21648
|
-
() => trRefArr.value,
|
|
21649
|
-
() => {
|
|
21650
|
-
compTrHeight();
|
|
21651
|
-
},
|
|
21652
|
-
{
|
|
21653
|
-
deep: true
|
|
21654
|
-
}
|
|
21655
|
-
);
|
|
21656
|
-
watch(
|
|
21657
|
-
() => props2.dataSource,
|
|
21658
|
-
() => {
|
|
21659
|
-
compTrHeight();
|
|
21660
|
-
},
|
|
21661
|
-
{
|
|
21662
|
-
deep: true
|
|
21663
|
-
}
|
|
21664
|
-
);
|
|
21665
|
-
const handleTableResize = throttle(() => {
|
|
21666
|
-
const table = tableRef.value;
|
|
21667
|
-
if (!table) return;
|
|
21668
|
-
compTrHeight();
|
|
21669
|
-
let totalWidth = props2.columns.reduce(
|
|
21670
|
-
(sum, col) => sum + Number(col.width),
|
|
21671
|
-
0
|
|
21672
|
-
);
|
|
21673
|
-
if (props2.checkable) {
|
|
21674
|
-
totalWidth += getCheckableWidth.value;
|
|
21675
|
-
}
|
|
21676
|
-
if (fixedLeftRef.value) {
|
|
21677
|
-
state.fixedLeftWidth = fixedLeftRef.value.clientWidth || 0;
|
|
21678
|
-
}
|
|
21679
|
-
if (fixedRightRef.value) {
|
|
21680
|
-
state.fixedRightWidth = fixedRightRef.value.clientWidth || 0;
|
|
21681
|
-
if (table.clientHeight < table.scrollHeight) {
|
|
21682
|
-
state.fixedRightWidth += 6;
|
|
21683
|
-
}
|
|
21684
|
-
}
|
|
21685
|
-
state.scrollClientWidth = table.clientWidth;
|
|
21686
|
-
state.isScrollbarVisible = totalWidth > state.scrollClientWidth;
|
|
21687
|
-
state.isInitialized = true;
|
|
21688
|
-
updateScrollState();
|
|
21689
|
-
}, 250);
|
|
21690
21701
|
const setAllRowsChecked = (checked) => {
|
|
21691
|
-
state.selectedRowsMap = mapValues(
|
|
21692
|
-
keyBy(props2.dataSource, props2.rowKey),
|
|
21693
|
-
() => checked
|
|
21694
|
-
);
|
|
21702
|
+
state.selectedRowsMap = mapValues(keyBy(props2.dataSource, props2.rowKey), () => checked);
|
|
21695
21703
|
if (props2.multiple) {
|
|
21696
21704
|
selectedKeys.value = checked ? keys(state.selectedRowsMap) : [];
|
|
21697
21705
|
}
|
|
21698
21706
|
};
|
|
21699
|
-
const updateAllCheckedState = () => {
|
|
21700
|
-
const checkedKeys = keys(pickBy(state.selectedRowsMap, Boolean));
|
|
21701
|
-
const allDataKeys = props2.dataSource.map(
|
|
21702
|
-
(row) => String(row[props2.rowKey])
|
|
21703
|
-
);
|
|
21704
|
-
const uncheckedKeys = difference(allDataKeys, checkedKeys);
|
|
21705
|
-
state.isAllChecked = isEmpty(uncheckedKeys) && props2.multiple && props2.checkable && checkedKeys.length > 0;
|
|
21706
|
-
};
|
|
21707
21707
|
const toggleRowSelection = (row) => {
|
|
21708
21708
|
if (!props2.checkable) return;
|
|
21709
21709
|
const rowKey = row[props2.rowKey];
|
|
@@ -21720,10 +21720,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21720
21720
|
};
|
|
21721
21721
|
const updateSelectedKeys = (keys2) => {
|
|
21722
21722
|
if (props2.multiple) {
|
|
21723
|
-
state.selectedRowsMap = mapValues(
|
|
21724
|
-
keyBy(props2.dataSource, props2.rowKey),
|
|
21725
|
-
() => false
|
|
21726
|
-
);
|
|
21723
|
+
state.selectedRowsMap = mapValues(keyBy(props2.dataSource, props2.rowKey), () => false);
|
|
21727
21724
|
keys2.forEach((key) => {
|
|
21728
21725
|
state.selectedRowsMap[key] = true;
|
|
21729
21726
|
});
|
|
@@ -21731,11 +21728,37 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21731
21728
|
state.selectedRowsMap = { [keys2]: true };
|
|
21732
21729
|
}
|
|
21733
21730
|
};
|
|
21734
|
-
const
|
|
21735
|
-
|
|
21736
|
-
|
|
21737
|
-
|
|
21738
|
-
|
|
21731
|
+
const getHeaderColumnStyle = computed(() => (column, row) => {
|
|
21732
|
+
var _a;
|
|
21733
|
+
const width = column.width;
|
|
21734
|
+
const customStyle = row && ((_a = row.tdStyle) == null ? void 0 : _a[column.field]);
|
|
21735
|
+
const sizeStyle = `fontSize:${getFontSize.value}px;`;
|
|
21736
|
+
if (state.isScrollbarVisible || column.fixed) {
|
|
21737
|
+
return `${sizeStyle};width: ${width}px;${customStyle}`;
|
|
21738
|
+
}
|
|
21739
|
+
const fixedWidth = sumBy(
|
|
21740
|
+
formatColumns.value.filter((col) => col.fixed),
|
|
21741
|
+
"width"
|
|
21742
|
+
) + (props2.checkable ? getCheckableWidth.value : 0);
|
|
21743
|
+
const tdWidth = width / (totalColumnWidth.value - fixedWidth) * (state.scrollClientWidth - fixedWidth);
|
|
21744
|
+
return `${sizeStyle};width: ${tdWidth}px;${customStyle}`;
|
|
21745
|
+
});
|
|
21746
|
+
const getColumnStyle = computed(() => (column, row) => {
|
|
21747
|
+
var _a;
|
|
21748
|
+
const width = column.width;
|
|
21749
|
+
const customStyle = row && ((_a = row.tdStyle) == null ? void 0 : _a[column.field]);
|
|
21750
|
+
const sizeStyle = `padding: ${getPadding.value}; fontSize:${getFontSize.value}px;`;
|
|
21751
|
+
if (state.isScrollbarVisible || column.fixed) {
|
|
21752
|
+
return `${sizeStyle};width: ${width}px;${customStyle}`;
|
|
21753
|
+
}
|
|
21754
|
+
const fixedWidth = sumBy(
|
|
21755
|
+
formatColumns.value.filter((col) => col.fixed),
|
|
21756
|
+
"width"
|
|
21757
|
+
) + (props2.checkable ? getCheckableWidth.value : 0);
|
|
21758
|
+
const tdWidth = width / (totalColumnWidth.value - fixedWidth) * (state.scrollClientWidth - fixedWidth);
|
|
21759
|
+
return `${sizeStyle};width: ${tdWidth}px;${customStyle}`;
|
|
21760
|
+
});
|
|
21761
|
+
const renderCell = ({ column, row, index: index2 }) => {
|
|
21739
21762
|
if (column.customRender) {
|
|
21740
21763
|
return column.customRender({ row, column, index: index2, text: row[column.field] });
|
|
21741
21764
|
}
|
|
@@ -21752,62 +21775,57 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21752
21775
|
return isString$1(text) ? text : JSON.stringify(text);
|
|
21753
21776
|
}
|
|
21754
21777
|
};
|
|
21755
|
-
const
|
|
21756
|
-
|
|
21757
|
-
|
|
21758
|
-
|
|
21759
|
-
|
|
21760
|
-
|
|
21761
|
-
|
|
21762
|
-
|
|
21763
|
-
|
|
21764
|
-
|
|
21765
|
-
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21769
|
-
|
|
21770
|
-
|
|
21771
|
-
|
|
21772
|
-
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
|
|
21776
|
-
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
|
|
21780
|
-
|
|
21781
|
-
|
|
21782
|
-
|
|
21783
|
-
|
|
21784
|
-
|
|
21785
|
-
|
|
21786
|
-
|
|
21787
|
-
|
|
21788
|
-
|
|
21789
|
-
|
|
21790
|
-
|
|
21791
|
-
|
|
21792
|
-
|
|
21793
|
-
|
|
21794
|
-
|
|
21795
|
-
|
|
21796
|
-
|
|
21797
|
-
|
|
21798
|
-
|
|
21799
|
-
|
|
21800
|
-
|
|
21801
|
-
|
|
21802
|
-
|
|
21803
|
-
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
return {
|
|
21807
|
-
width: widthMap[props2.size],
|
|
21808
|
-
fontSize: fontSizeMap[props2.size]
|
|
21809
|
-
};
|
|
21810
|
-
});
|
|
21778
|
+
const readerHeaderTd = ({ column }) => {
|
|
21779
|
+
return h(
|
|
21780
|
+
"div",
|
|
21781
|
+
{
|
|
21782
|
+
class: ["lew-table-td", column.sortable ? "lew-table-td-sortable" : ""],
|
|
21783
|
+
onClick: () => {
|
|
21784
|
+
if (column.sortable) {
|
|
21785
|
+
sort(column);
|
|
21786
|
+
}
|
|
21787
|
+
},
|
|
21788
|
+
style: `display: flex; flex-direction: column; width: ${any2px(
|
|
21789
|
+
column.width
|
|
21790
|
+
)}; justify-content: center; align-items: ${column.x || "start"};`
|
|
21791
|
+
},
|
|
21792
|
+
[
|
|
21793
|
+
h(
|
|
21794
|
+
"span",
|
|
21795
|
+
{
|
|
21796
|
+
style: `padding: ${getPadding.value};
|
|
21797
|
+
display: flex; align-items:center; justify-content: ${column.x};width: ${any2px(
|
|
21798
|
+
column.width
|
|
21799
|
+
)}; height:100%; box-sizing: border-box; `
|
|
21800
|
+
},
|
|
21801
|
+
[
|
|
21802
|
+
h(
|
|
21803
|
+
"span",
|
|
21804
|
+
{
|
|
21805
|
+
class: "lew-table-title-span"
|
|
21806
|
+
},
|
|
21807
|
+
[
|
|
21808
|
+
column == null ? void 0 : column.title,
|
|
21809
|
+
column.sortable && h(SortIcon, {
|
|
21810
|
+
"sort-value": sortValue.value[column.field],
|
|
21811
|
+
size: props2.size,
|
|
21812
|
+
class: "lew-table-sorter"
|
|
21813
|
+
})
|
|
21814
|
+
]
|
|
21815
|
+
)
|
|
21816
|
+
]
|
|
21817
|
+
),
|
|
21818
|
+
(column == null ? void 0 : column.children) && column.children.length > 0 ? h(
|
|
21819
|
+
"div",
|
|
21820
|
+
{
|
|
21821
|
+
class: "lew-table-td-group",
|
|
21822
|
+
style: `display: flex;`
|
|
21823
|
+
},
|
|
21824
|
+
column.children.map((child) => readerHeaderTd({ column: child }))
|
|
21825
|
+
) : null
|
|
21826
|
+
]
|
|
21827
|
+
);
|
|
21828
|
+
};
|
|
21811
21829
|
const sort = (column) => {
|
|
21812
21830
|
var _a;
|
|
21813
21831
|
if (column.sortable) {
|
|
@@ -21830,19 +21848,62 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21830
21848
|
emit2("sortChange", cloneDeep(sortValue.value));
|
|
21831
21849
|
}
|
|
21832
21850
|
};
|
|
21833
|
-
|
|
21834
|
-
|
|
21835
|
-
|
|
21836
|
-
|
|
21837
|
-
|
|
21838
|
-
|
|
21839
|
-
|
|
21840
|
-
|
|
21841
|
-
|
|
21851
|
+
const updateScrollState = () => {
|
|
21852
|
+
const element = tableRef.value;
|
|
21853
|
+
const { clientWidth, scrollWidth, scrollLeft } = element;
|
|
21854
|
+
const scrollThreshold = 10;
|
|
21855
|
+
if (scrollWidth === clientWidth) {
|
|
21856
|
+
state.hiddenScrollLine = "all";
|
|
21857
|
+
return;
|
|
21858
|
+
}
|
|
21859
|
+
if (scrollLeft < scrollThreshold) {
|
|
21860
|
+
state.hiddenScrollLine = "left";
|
|
21861
|
+
return;
|
|
21862
|
+
}
|
|
21863
|
+
if (scrollLeft + clientWidth > scrollWidth - scrollThreshold) {
|
|
21864
|
+
state.hiddenScrollLine = "right";
|
|
21865
|
+
return;
|
|
21866
|
+
}
|
|
21867
|
+
state.hiddenScrollLine = "";
|
|
21868
|
+
};
|
|
21869
|
+
const compTrHeight = () => {
|
|
21870
|
+
nextTick(() => {
|
|
21871
|
+
(trRefArr.value || []).forEach((element, index2) => {
|
|
21872
|
+
if (element) {
|
|
21873
|
+
trHeightArr.value[index2] = element.getBoundingClientRect().height;
|
|
21842
21874
|
}
|
|
21843
21875
|
});
|
|
21876
|
+
});
|
|
21877
|
+
};
|
|
21878
|
+
const handleTableResize = throttle(() => {
|
|
21879
|
+
const table = tableRef.value;
|
|
21880
|
+
if (!table) return;
|
|
21881
|
+
compTrHeight();
|
|
21882
|
+
let totalWidth = formatColumns.value.reduce((sum, col) => sum + Number(col.width), 0);
|
|
21883
|
+
if (props2.checkable) {
|
|
21884
|
+
totalWidth += getCheckableWidth.value;
|
|
21844
21885
|
}
|
|
21845
|
-
|
|
21886
|
+
if (fixedLeftRef.value) {
|
|
21887
|
+
state.fixedLeftWidth = fixedLeftRef.value.clientWidth || 0;
|
|
21888
|
+
}
|
|
21889
|
+
if (fixedRightRef.value) {
|
|
21890
|
+
state.fixedRightWidth = fixedRightRef.value.clientWidth || 0;
|
|
21891
|
+
if (table.clientHeight < table.scrollHeight) {
|
|
21892
|
+
state.fixedRightWidth += 6;
|
|
21893
|
+
}
|
|
21894
|
+
}
|
|
21895
|
+
state.scrollClientWidth = table.clientWidth;
|
|
21896
|
+
state.isScrollbarVisible = totalWidth > state.scrollClientWidth;
|
|
21897
|
+
state.isInitialized = true;
|
|
21898
|
+
updateScrollState();
|
|
21899
|
+
}, 250);
|
|
21900
|
+
const initTableObserver = () => {
|
|
21901
|
+
resizeObserver = new ResizeObserver(() => {
|
|
21902
|
+
state.isInitialized = false;
|
|
21903
|
+
handleTableResize();
|
|
21904
|
+
});
|
|
21905
|
+
resizeObserver.observe(tableRef.value);
|
|
21906
|
+
};
|
|
21846
21907
|
const init = () => {
|
|
21847
21908
|
nextTick(() => {
|
|
21848
21909
|
initTableObserver();
|
|
@@ -21859,11 +21920,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21859
21920
|
onActivated(() => {
|
|
21860
21921
|
init();
|
|
21861
21922
|
if (props2.checkable && !props2.rowKey) {
|
|
21862
|
-
throw new Error(
|
|
21863
|
-
"LewTable error: rowKey is required when checkable is enabled!"
|
|
21864
|
-
);
|
|
21923
|
+
throw new Error("LewTable error: rowKey is required when checkable is enabled!");
|
|
21865
21924
|
}
|
|
21866
|
-
if (props2.columns.some(
|
|
21925
|
+
if (props2.columns.some(
|
|
21926
|
+
(col) => !col.width && (!col.children || col.children.length === 0)
|
|
21927
|
+
)) {
|
|
21867
21928
|
throw new Error("LewTable error: width must be set for every column");
|
|
21868
21929
|
}
|
|
21869
21930
|
});
|
|
@@ -21873,6 +21934,50 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21873
21934
|
resizeObserver = null;
|
|
21874
21935
|
}
|
|
21875
21936
|
});
|
|
21937
|
+
watch(
|
|
21938
|
+
() => props2.dataSource,
|
|
21939
|
+
() => {
|
|
21940
|
+
state.selectedRowsMap = mapValues(keyBy(props2.dataSource, props2.rowKey), () => false);
|
|
21941
|
+
updateAllCheckedState();
|
|
21942
|
+
},
|
|
21943
|
+
{ deep: true }
|
|
21944
|
+
);
|
|
21945
|
+
watch(selectedKeys, (newVal) => {
|
|
21946
|
+
if (props2.checkable) {
|
|
21947
|
+
updateSelectedKeys(newVal);
|
|
21948
|
+
}
|
|
21949
|
+
});
|
|
21950
|
+
watch(
|
|
21951
|
+
() => trRefArr.value,
|
|
21952
|
+
() => {
|
|
21953
|
+
compTrHeight();
|
|
21954
|
+
},
|
|
21955
|
+
{
|
|
21956
|
+
deep: true
|
|
21957
|
+
}
|
|
21958
|
+
);
|
|
21959
|
+
watch(
|
|
21960
|
+
() => props2.dataSource,
|
|
21961
|
+
() => {
|
|
21962
|
+
compTrHeight();
|
|
21963
|
+
},
|
|
21964
|
+
{
|
|
21965
|
+
deep: true
|
|
21966
|
+
}
|
|
21967
|
+
);
|
|
21968
|
+
watch(
|
|
21969
|
+
() => props2.size,
|
|
21970
|
+
() => {
|
|
21971
|
+
nextTick(() => {
|
|
21972
|
+
initTableObserver();
|
|
21973
|
+
updateScrollState();
|
|
21974
|
+
handleTableResize();
|
|
21975
|
+
if (props2.checkable) {
|
|
21976
|
+
updateSelectedKeys(selectedKeys.value);
|
|
21977
|
+
}
|
|
21978
|
+
});
|
|
21979
|
+
}
|
|
21980
|
+
);
|
|
21876
21981
|
return (_ctx, _cache) => {
|
|
21877
21982
|
return openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
21878
21983
|
createElementVNode("i", {
|
|
@@ -21893,20 +21998,20 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21893
21998
|
createElementVNode("div", {
|
|
21894
21999
|
ref_key: "tableRef",
|
|
21895
22000
|
ref: tableRef,
|
|
21896
|
-
class: "lew-table lew-scrollbar",
|
|
22001
|
+
class: normalizeClass(["lew-table lew-scrollbar", { "lew-table-bordered": _ctx.bordered }]),
|
|
21897
22002
|
style: normalizeStyle(`max-height: ${unref(any2px)(_ctx.maxHeight)}`),
|
|
21898
22003
|
onScroll: updateScrollState,
|
|
21899
22004
|
onMouseleave: _cache[3] || (_cache[3] = ($event) => unref(state).hoverRowIndex = -1)
|
|
21900
22005
|
}, [
|
|
21901
22006
|
createElementVNode("div", {
|
|
21902
|
-
class: "lew-table-head",
|
|
22007
|
+
class: normalizeClass(["lew-table-head", { "lew-table-head-bordered": unref(columnLevel) > 1 }]),
|
|
21903
22008
|
style: normalizeStyle({
|
|
21904
22009
|
width: unref(totalColumnWidth) + "px",
|
|
21905
|
-
height: unref(getHeadHeight) + "px"
|
|
22010
|
+
height: unref(getHeadHeight) * unref(columnLevel) + unref(columnLevel) * 1 + "px"
|
|
21906
22011
|
}),
|
|
21907
22012
|
onMouseenter: _cache[2] || (_cache[2] = ($event) => unref(state).hoverRowIndex = -1)
|
|
21908
22013
|
}, [
|
|
21909
|
-
unref(
|
|
22014
|
+
unref(getFixedHeaderColumns)("left").length > 0 || _ctx.checkable ? (openBlock(), createElementBlock("div", {
|
|
21910
22015
|
key: 0,
|
|
21911
22016
|
ref_key: "fixedLeftRef",
|
|
21912
22017
|
ref: fixedLeftRef,
|
|
@@ -21934,100 +22039,72 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
21934
22039
|
]),
|
|
21935
22040
|
_: 1
|
|
21936
22041
|
}, 8, ["style"])) : createCommentVNode("", true),
|
|
21937
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(
|
|
21938
|
-
return openBlock(), createBlock(
|
|
22042
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getFixedHeaderColumns)("left"), (column, index2) => {
|
|
22043
|
+
return openBlock(), createBlock(readerHeaderTd, {
|
|
22044
|
+
column,
|
|
21939
22045
|
key: `columns${index2}`,
|
|
21940
|
-
class: normalizeClass(["lew-table-td", { "lew-table-td-sortable": column.sortable }]),
|
|
21941
22046
|
x: column.x || "start",
|
|
21942
22047
|
y: column.y,
|
|
21943
|
-
style: normalizeStyle(unref(
|
|
21944
|
-
gap: "5"
|
|
21945
|
-
|
|
21946
|
-
}, {
|
|
21947
|
-
default: withCtx(() => [
|
|
21948
|
-
createElementVNode("span", _hoisted_4$4, [
|
|
21949
|
-
createTextVNode(toDisplayString$1(column.title) + " ", 1),
|
|
21950
|
-
column.sortable ? (openBlock(), createBlock(SortIcon, {
|
|
21951
|
-
key: 0,
|
|
21952
|
-
"sort-value": sortValue.value[column.field],
|
|
21953
|
-
size: _ctx.size,
|
|
21954
|
-
class: "lew-table-sorter"
|
|
21955
|
-
}, null, 8, ["sort-value", "size"])) : createCommentVNode("", true)
|
|
21956
|
-
])
|
|
21957
|
-
]),
|
|
21958
|
-
_: 2
|
|
21959
|
-
}, 1032, ["class", "x", "y", "style", "onClick"]);
|
|
22048
|
+
style: normalizeStyle(unref(getHeaderColumnStyle)(column)),
|
|
22049
|
+
gap: "5"
|
|
22050
|
+
}, null, 8, ["column", "x", "y", "style"]);
|
|
21960
22051
|
}), 128))
|
|
21961
22052
|
])
|
|
21962
22053
|
], 512)) : createCommentVNode("", true),
|
|
21963
|
-
createElementVNode("div",
|
|
21964
|
-
createElementVNode("div",
|
|
21965
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(
|
|
21966
|
-
return openBlock(), createBlock(
|
|
22054
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
22055
|
+
createElementVNode("div", _hoisted_5$2, [
|
|
22056
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(nonFixedHeaderColumns), (column, index2) => {
|
|
22057
|
+
return openBlock(), createBlock(readerHeaderTd, {
|
|
22058
|
+
column,
|
|
21967
22059
|
key: `columns${index2}`,
|
|
21968
|
-
class: normalizeClass(["lew-table-td", { "lew-table-td-sortable": column.sortable }]),
|
|
21969
22060
|
x: column.x || "start",
|
|
21970
22061
|
y: column.y,
|
|
21971
|
-
style: normalizeStyle(unref(
|
|
21972
|
-
gap: "5"
|
|
21973
|
-
|
|
21974
|
-
}, {
|
|
21975
|
-
default: withCtx(() => [
|
|
21976
|
-
createElementVNode("span", _hoisted_7, [
|
|
21977
|
-
createTextVNode(toDisplayString$1(column.title) + " ", 1),
|
|
21978
|
-
column.sortable ? (openBlock(), createBlock(SortIcon, {
|
|
21979
|
-
key: 0,
|
|
21980
|
-
"sort-value": sortValue.value[column.field],
|
|
21981
|
-
size: _ctx.size,
|
|
21982
|
-
class: "lew-table-sorter"
|
|
21983
|
-
}, null, 8, ["sort-value", "size"])) : createCommentVNode("", true)
|
|
21984
|
-
])
|
|
21985
|
-
]),
|
|
21986
|
-
_: 2
|
|
21987
|
-
}, 1032, ["class", "x", "y", "style", "onClick"]);
|
|
22062
|
+
style: normalizeStyle(unref(getHeaderColumnStyle)(column)),
|
|
22063
|
+
gap: "5"
|
|
22064
|
+
}, null, 8, ["column", "x", "y", "style"]);
|
|
21988
22065
|
}), 128))
|
|
21989
22066
|
])
|
|
21990
22067
|
]),
|
|
21991
|
-
unref(
|
|
22068
|
+
unref(getFixedHeaderColumns)("right").length > 0 ? (openBlock(), createElementBlock("div", {
|
|
21992
22069
|
key: 1,
|
|
21993
22070
|
ref_key: "fixedRightRef",
|
|
21994
22071
|
ref: fixedRightRef,
|
|
21995
22072
|
class: "lew-table-fixed-right"
|
|
21996
22073
|
}, [
|
|
21997
|
-
createElementVNode("div",
|
|
21998
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(
|
|
21999
|
-
return openBlock(), createBlock(
|
|
22074
|
+
createElementVNode("div", _hoisted_6$1, [
|
|
22075
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getFixedHeaderColumns)("right"), (column, index2) => {
|
|
22076
|
+
return openBlock(), createBlock(readerHeaderTd, {
|
|
22077
|
+
column,
|
|
22000
22078
|
key: `columns${index2}`,
|
|
22001
22079
|
class: normalizeClass(["lew-table-td", { "lew-table-td-sortable": column.sortable }]),
|
|
22002
22080
|
x: column.x || "start",
|
|
22003
22081
|
y: column.y,
|
|
22004
|
-
style: normalizeStyle(unref(
|
|
22005
|
-
gap: "5"
|
|
22006
|
-
|
|
22007
|
-
}, {
|
|
22008
|
-
default: withCtx(() => [
|
|
22009
|
-
createElementVNode("span", _hoisted_9, [
|
|
22010
|
-
createTextVNode(toDisplayString$1(column.title) + " ", 1),
|
|
22011
|
-
column.sortable ? (openBlock(), createBlock(SortIcon, {
|
|
22012
|
-
key: 0,
|
|
22013
|
-
"sort-value": sortValue.value[column.field],
|
|
22014
|
-
size: _ctx.size,
|
|
22015
|
-
class: "lew-table-sorter"
|
|
22016
|
-
}, null, 8, ["sort-value", "size"])) : createCommentVNode("", true)
|
|
22017
|
-
])
|
|
22018
|
-
]),
|
|
22019
|
-
_: 2
|
|
22020
|
-
}, 1032, ["class", "x", "y", "style", "onClick"]);
|
|
22082
|
+
style: normalizeStyle(unref(getHeaderColumnStyle)(column)),
|
|
22083
|
+
gap: "5"
|
|
22084
|
+
}, null, 8, ["column", "class", "x", "y", "style"]);
|
|
22021
22085
|
}), 128))
|
|
22022
22086
|
])
|
|
22023
22087
|
], 512)) : createCommentVNode("", true)
|
|
22024
|
-
],
|
|
22088
|
+
], 38),
|
|
22089
|
+
_ctx.dataSource.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
22090
|
+
_ctx.$slots.empty ? renderSlot(_ctx.$slots, "empty", { key: 0 }) : (openBlock(), createBlock(unref(LewFlex), {
|
|
22091
|
+
key: 1,
|
|
22092
|
+
x: "center",
|
|
22093
|
+
y: "center",
|
|
22094
|
+
style: normalizeStyle({ padding: unref(getEmptyPadding) + "px" })
|
|
22095
|
+
}, {
|
|
22096
|
+
default: withCtx(() => [
|
|
22097
|
+
createVNode(unref(_sfc_main$2), normalizeProps(guardReactiveProps(unref(getEmptyProps))), null, 16)
|
|
22098
|
+
]),
|
|
22099
|
+
_: 1
|
|
22100
|
+
}, 8, ["style"]))
|
|
22101
|
+
])) : createCommentVNode("", true),
|
|
22025
22102
|
_ctx.dataSource.length > 0 ? (openBlock(), createElementBlock("div", {
|
|
22026
|
-
key:
|
|
22103
|
+
key: 1,
|
|
22027
22104
|
class: "lew-table-body",
|
|
22028
22105
|
style: normalizeStyle(`width: ${unref(totalColumnWidth)}px`)
|
|
22029
22106
|
}, [
|
|
22030
|
-
unref(getFixedColumns)("left").length > 0 || _ctx.checkable ? (openBlock(), createElementBlock("div",
|
|
22107
|
+
unref(getFixedColumns)("left").length > 0 || _ctx.checkable ? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
22031
22108
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dataSource, (row, i) => {
|
|
22032
22109
|
return openBlock(), createElementBlock("div", {
|
|
22033
22110
|
key: `data${i}`,
|
|
@@ -22080,10 +22157,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
22080
22157
|
_: 2
|
|
22081
22158
|
}, 1032, ["x", "y", "style"]);
|
|
22082
22159
|
}), 128))
|
|
22083
|
-
], 46,
|
|
22160
|
+
], 46, _hoisted_9);
|
|
22084
22161
|
}), 128))
|
|
22085
22162
|
])) : createCommentVNode("", true),
|
|
22086
|
-
createElementVNode("div",
|
|
22163
|
+
createElementVNode("div", _hoisted_10, [
|
|
22087
22164
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dataSource, (row, i) => {
|
|
22088
22165
|
return openBlock(), createElementBlock("div", {
|
|
22089
22166
|
key: `data${i}`,
|
|
@@ -22120,10 +22197,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
22120
22197
|
_: 2
|
|
22121
22198
|
}, 1032, ["x", "y", "style"]);
|
|
22122
22199
|
}), 128))
|
|
22123
|
-
], 42,
|
|
22200
|
+
], 42, _hoisted_11);
|
|
22124
22201
|
}), 128))
|
|
22125
22202
|
]),
|
|
22126
|
-
unref(getFixedColumns)("right").length > 0 ? (openBlock(), createElementBlock("div",
|
|
22203
|
+
unref(getFixedColumns)("right").length > 0 ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
22127
22204
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dataSource, (row, i) => {
|
|
22128
22205
|
return openBlock(), createElementBlock("div", {
|
|
22129
22206
|
key: `data${i}`,
|
|
@@ -22160,27 +22237,14 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
22160
22237
|
_: 2
|
|
22161
22238
|
}, 1032, ["x", "y", "style"]);
|
|
22162
22239
|
}), 128))
|
|
22163
|
-
], 46,
|
|
22240
|
+
], 46, _hoisted_13);
|
|
22164
22241
|
}), 128))
|
|
22165
22242
|
])) : createCommentVNode("", true)
|
|
22166
22243
|
], 4)) : createCommentVNode("", true)
|
|
22167
|
-
],
|
|
22168
|
-
createElementVNode("div",
|
|
22244
|
+
], 38),
|
|
22245
|
+
createElementVNode("div", _hoisted_14, [
|
|
22169
22246
|
renderSlot(_ctx.$slots, "table-footer")
|
|
22170
|
-
])
|
|
22171
|
-
_ctx.dataSource.length === 0 ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
22172
|
-
_ctx.$slots.empty ? renderSlot(_ctx.$slots, "empty", { key: 0 }) : (openBlock(), createBlock(unref(LewFlex), {
|
|
22173
|
-
key: 1,
|
|
22174
|
-
x: "center",
|
|
22175
|
-
y: "center",
|
|
22176
|
-
style: normalizeStyle({ padding: unref(getEmptyPadding) + "px" })
|
|
22177
|
-
}, {
|
|
22178
|
-
default: withCtx(() => [
|
|
22179
|
-
createVNode(unref(_sfc_main$2), normalizeProps(guardReactiveProps(unref(getEmptyProps))), null, 16)
|
|
22180
|
-
]),
|
|
22181
|
-
_: 1
|
|
22182
|
-
}, 8, ["style"]))
|
|
22183
|
-
], 64)) : createCommentVNode("", true)
|
|
22247
|
+
])
|
|
22184
22248
|
]);
|
|
22185
22249
|
};
|
|
22186
22250
|
}
|
|
@@ -22874,9 +22938,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
22874
22938
|
const parentKey = props2.extend.parentKey;
|
|
22875
22939
|
const parentNode = findNodeByKey(parentKey, _dataSource.value);
|
|
22876
22940
|
const siblingKeys = ((parentNode == null ? void 0 : parentNode.children) || []).map((e) => e.key);
|
|
22877
|
-
if (siblingKeys.length > 0 && siblingKeys.every(
|
|
22878
|
-
(key) => newModelValue.includes(key)
|
|
22879
|
-
)) {
|
|
22941
|
+
if (siblingKeys.length > 0 && siblingKeys.every((key) => newModelValue.includes(key))) {
|
|
22880
22942
|
if (!newModelValue.includes(parentKey)) {
|
|
22881
22943
|
newModelValue.push(parentKey);
|
|
22882
22944
|
}
|
|
@@ -22916,11 +22978,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
22916
22978
|
});
|
|
22917
22979
|
if (status === "success") {
|
|
22918
22980
|
loaded.value = true;
|
|
22919
|
-
insertChildByKey(
|
|
22920
|
-
_dataSource.value,
|
|
22921
|
-
props2.__key,
|
|
22922
|
-
result
|
|
22923
|
-
);
|
|
22981
|
+
insertChildByKey(_dataSource.value, props2.__key, result);
|
|
22924
22982
|
_dataSource.value = formatTree({
|
|
22925
22983
|
dataSource: _dataSource.value,
|
|
22926
22984
|
keyField,
|
|
@@ -22929,10 +22987,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
22929
22987
|
});
|
|
22930
22988
|
cacheDataSource.value = cloneDeep(_dataSource.value);
|
|
22931
22989
|
console.log(_dataSource.value, "lew-tree-item");
|
|
22932
|
-
expandKeys.value = [
|
|
22933
|
-
...expandKeys.value,
|
|
22934
|
-
props2.__key
|
|
22935
|
-
];
|
|
22990
|
+
expandKeys.value = [...expandKeys.value, props2.__key];
|
|
22936
22991
|
} else {
|
|
22937
22992
|
loaded.value = false;
|
|
22938
22993
|
LewMessage$1.error(error2.message);
|
|
@@ -23028,7 +23083,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
23028
23083
|
};
|
|
23029
23084
|
}
|
|
23030
23085
|
});
|
|
23031
|
-
const LewTreeItem = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
23086
|
+
const LewTreeItem = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-f70f4ff1"]]);
|
|
23032
23087
|
const _hoisted_1$a = {
|
|
23033
23088
|
key: 0,
|
|
23034
23089
|
class: "lew-result-count"
|
|
@@ -23973,7 +24028,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23973
24028
|
};
|
|
23974
24029
|
}
|
|
23975
24030
|
});
|
|
23976
|
-
const LewDescItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
24031
|
+
const LewDescItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-65b841af"]]);
|
|
23977
24032
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
23978
24033
|
__name: "LewDesc",
|
|
23979
24034
|
props: descProps,
|
|
@@ -25423,7 +25478,7 @@ const LewTooltip = {
|
|
|
25423
25478
|
theme: "light",
|
|
25424
25479
|
trigger: _trigger,
|
|
25425
25480
|
content,
|
|
25426
|
-
animation: "scale",
|
|
25481
|
+
animation: "scale-subtle",
|
|
25427
25482
|
interactive: true,
|
|
25428
25483
|
appendTo: () => document.body,
|
|
25429
25484
|
placement,
|
|
@@ -25734,7 +25789,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25734
25789
|
zIndex: 2001,
|
|
25735
25790
|
content: menuDom
|
|
25736
25791
|
});
|
|
25737
|
-
window.LewContextMenu.menuInstance[uniqueId2].popper.children[0].setAttribute(
|
|
25792
|
+
window.LewContextMenu.menuInstance[uniqueId2].popper.children[0].setAttribute(
|
|
25793
|
+
"data-lew",
|
|
25794
|
+
"popover"
|
|
25795
|
+
);
|
|
25738
25796
|
});
|
|
25739
25797
|
};
|
|
25740
25798
|
const renderIcon = ({ renderIcon: renderIcon2 }) => {
|
|
@@ -25773,7 +25831,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25773
25831
|
class: normalizeClass(["lew-context-menu-item", {
|
|
25774
25832
|
"lew-context-menu-item-active": item.active
|
|
25775
25833
|
}]),
|
|
25776
|
-
style: normalizeStyle({ "animation-delay": index2 *
|
|
25834
|
+
style: normalizeStyle({ "animation-delay": index2 * 10 + "ms" })
|
|
25777
25835
|
}, [
|
|
25778
25836
|
_ctx.options.filter((e) => e.checkbox).length > 0 ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
25779
25837
|
item.checked ? (openBlock(), createBlock(Icon, {
|
|
@@ -25815,7 +25873,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25815
25873
|
};
|
|
25816
25874
|
}
|
|
25817
25875
|
});
|
|
25818
|
-
const _LewContextMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
25876
|
+
const _LewContextMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-daf25428"]]);
|
|
25819
25877
|
const initLewHoverMenu = () => {
|
|
25820
25878
|
window.LewHoverMenu = {
|
|
25821
25879
|
menu: {},
|