ll-plus 2.5.18 → 2.5.19

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.
Files changed (36) hide show
  1. package/es/components/cropper/index.d.ts +16 -0
  2. package/es/components/cropper/src/cropper-image.d.ts +4 -0
  3. package/es/components/cropper/src/cropper-modal.vue.d.ts +16 -0
  4. package/es/packages/components/cropper/src/cropper-image.mjs +28 -3
  5. package/es/packages/components/cropper/src/cropper-image.mjs.map +1 -1
  6. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +3 -3
  7. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
  8. package/es/packages/components/select-group/src/select-group.vue2.mjs +8 -5
  9. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  10. package/es/packages/components/table/src/components/main-table.vue2.mjs +278 -291
  11. package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
  12. package/index.full.js +316 -301
  13. package/index.full.min.js +9 -13
  14. package/index.full.min.js.map +1 -1
  15. package/index.full.min.mjs +13 -17
  16. package/index.full.min.mjs.map +1 -1
  17. package/index.full.mjs +316 -301
  18. package/lib/components/cropper/index.d.ts +16 -0
  19. package/lib/components/cropper/src/cropper-image.d.ts +4 -0
  20. package/lib/components/cropper/src/cropper-modal.vue.d.ts +16 -0
  21. package/lib/packages/components/cropper/src/cropper-image.js +28 -3
  22. package/lib/packages/components/cropper/src/cropper-image.js.map +1 -1
  23. package/lib/packages/components/cropper/src/cropper-modal.vue2.js +3 -3
  24. package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
  25. package/lib/packages/components/select-group/src/select-group.vue2.js +8 -5
  26. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  27. package/lib/packages/components/table/src/components/main-table.vue2.js +277 -290
  28. package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
  29. package/package.json +1 -1
  30. package/theme-chalk/css/index.css +1 -1
  31. package/theme-chalk/css/table.css +1 -1
  32. package/theme-chalk/fonts/iconfont.js +1 -1
  33. package/theme-chalk/fonts/iconfont.json +30 -9
  34. package/types/packages/components/cropper/index.d.ts +16 -0
  35. package/types/packages/components/cropper/src/cropper-image.d.ts +4 -0
  36. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +16 -0
package/index.full.mjs CHANGED
@@ -50155,9 +50155,34 @@ const cropperImageEmits = {
50155
50155
  cropendError: () => true
50156
50156
  };
50157
50157
  const cropperModalProps = buildProps({
50158
- circled: { type: Boolean, default: true },
50159
- disabled: { type: Boolean, default: false },
50160
- avatar: { type: String, default: "" }
50158
+ circled: {
50159
+ type: Boolean,
50160
+ default: true
50161
+ },
50162
+ disabled: {
50163
+ type: Boolean,
50164
+ default: false
50165
+ },
50166
+ avatar: {
50167
+ type: String,
50168
+ default: ""
50169
+ },
50170
+ avatarSize: {
50171
+ type: [String, Number],
50172
+ default: 64
50173
+ },
50174
+ avatarType: {
50175
+ type: definePropType(String),
50176
+ default: () => "circle"
50177
+ },
50178
+ title: {
50179
+ type: String,
50180
+ default: "\u56FE\u7247\u88C1\u526A"
50181
+ },
50182
+ width: {
50183
+ type: [String, Number],
50184
+ default: "800px"
50185
+ }
50161
50186
  });
50162
50187
  const cropperModalEmits = {
50163
50188
  confirm: (params) => !!params
@@ -50357,8 +50382,8 @@ var _sfc_main$16 = /* @__PURE__ */ defineComponent({
50357
50382
  [
50358
50383
  createVNode(_component_ll_modal, {
50359
50384
  open: open.value,
50360
- title: "\u56FE\u7247\u88C1\u526A",
50361
- width: "800px",
50385
+ title: props.title,
50386
+ width: props.width,
50362
50387
  keyboard: false,
50363
50388
  "mask-closable": false,
50364
50389
  "ok-text": "\u786E\u5B9A",
@@ -50660,7 +50685,7 @@ var _sfc_main$16 = /* @__PURE__ */ defineComponent({
50660
50685
  ]),
50661
50686
  _: 1
50662
50687
  /* STABLE */
50663
- }, 8, ["open"]),
50688
+ }, 8, ["open", "title", "width"]),
50664
50689
  createElementVNode(
50665
50690
  "div",
50666
50691
  {
@@ -67541,6 +67566,10 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
67541
67566
  value.value === -1 ? null : value.value
67542
67567
  );
67543
67568
  };
67569
+ const setSelectGroup = (selectValue, currentValue) => {
67570
+ typeSelectValue.value = selectValue;
67571
+ value.value = currentValue;
67572
+ };
67544
67573
  watch(
67545
67574
  () => props.data,
67546
67575
  (newData) => {
@@ -67570,6 +67599,9 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
67570
67599
  return newItem;
67571
67600
  });
67572
67601
  newList.value = list;
67602
+ if (newList.value.length && !props.selectValue) {
67603
+ typeSelectValue.value = newList.value[0].value;
67604
+ }
67573
67605
  }
67574
67606
  },
67575
67607
  {
@@ -67577,14 +67609,10 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
67577
67609
  immediate: true
67578
67610
  }
67579
67611
  );
67580
- const setSelectGroup = (selectValue, currentValue) => {
67581
- typeSelectValue.value = selectValue;
67582
- value.value = currentValue;
67583
- };
67584
67612
  watch(
67585
67613
  () => [props.value, props.selectValue],
67586
67614
  ([currentValue, selectValue]) => {
67587
- typeSelectValue.value = selectValue || newList.value[0].value;
67615
+ typeSelectValue.value = selectValue || newList.value.length ? newList.value[0].value : "";
67588
67616
  if (typeSelectValue.value) {
67589
67617
  const find = newList.value.find((e) => e.value === typeSelectValue.value);
67590
67618
  selectItem.value = find;
@@ -75534,324 +75562,311 @@ var _sfc_main$i = /* @__PURE__ */ defineComponent({
75534
75562
  const _component_a_popover = resolveComponent("a-popover");
75535
75563
  const _component_ll_empty = resolveComponent("ll-empty");
75536
75564
  const _component_a_table = resolveComponent("a-table");
75537
- return openBlock(), createElementBlock(
75538
- Fragment,
75539
- null,
75540
- [
75541
- createCommentVNode(` :scroll="{
75542
- scrollToFirstRowOnChange: true,
75543
- x: props?.scroll?.x ? props?.scroll?.x : 'max-content',
75544
- y: props?.scroll?.y ? props?.scroll?.y : '100%'
75545
- }" `),
75546
- createVNode(_component_a_table, mergeProps({
75547
- class: `${unref(bem).e("main-content")}`,
75548
- "row-key": "id"
75549
- }, unref(attrs), {
75550
- columns: newColumns.value,
75551
- "data-source": newDataSource.value,
75552
- "expanded-row-keys": newExpandedRowKeys.value,
75553
- "custom-row": props.showDrag ? dragCustomRow : _ctx.customRowProps,
75554
- pagination: false,
75555
- "show-header": "",
75556
- scroll: _ctx.scroll,
75557
- onExpand: handleExpand,
75558
- onResizeColumn: handleResizeColumn,
75559
- onChange: props.change,
75560
- onExpandedRowsChange: props.expandedRowsChange
75561
- }), createSlots({
75562
- headerCell: withCtx((slots) => [
75563
- slots.column.key === "operate" && _ctx.showSetting ? (openBlock(), createElementBlock(
75564
- "div",
75565
- {
75566
- key: 0,
75567
- class: normalizeClass(`${unref(bem).e("operate")}`)
75568
- },
75569
- [
75565
+ return openBlock(), createBlock(_component_a_table, mergeProps({
75566
+ class: `${unref(bem).e("main-content")}`,
75567
+ "row-key": "id"
75568
+ }, unref(attrs), {
75569
+ columns: newColumns.value,
75570
+ "data-source": newDataSource.value,
75571
+ "expanded-row-keys": newExpandedRowKeys.value,
75572
+ "custom-row": props.showDrag ? dragCustomRow : _ctx.customRowProps,
75573
+ pagination: false,
75574
+ "show-header": "",
75575
+ scroll: _ctx.scroll,
75576
+ onExpand: handleExpand,
75577
+ onResizeColumn: handleResizeColumn,
75578
+ onChange: props.change,
75579
+ onExpandedRowsChange: props.expandedRowsChange
75580
+ }), createSlots({
75581
+ headerCell: withCtx((slots) => [
75582
+ slots.column.key === "operate" && _ctx.showSetting ? (openBlock(), createElementBlock(
75583
+ "div",
75584
+ {
75585
+ key: 0,
75586
+ class: normalizeClass(`${unref(bem).e("operate")}`)
75587
+ },
75588
+ [
75589
+ createElementVNode(
75590
+ "span",
75591
+ null,
75592
+ toDisplayString(slots.column.title),
75593
+ 1
75594
+ /* TEXT */
75595
+ ),
75596
+ createVNode(_component_a_popover, {
75597
+ trigger: "click",
75598
+ placement: "bottomRight",
75599
+ "overlay-inner-style": {
75600
+ padding: "0"
75601
+ }
75602
+ }, {
75603
+ content: withCtx(() => [
75570
75604
  createElementVNode(
75571
- "span",
75572
- null,
75573
- toDisplayString(slots.column.title),
75574
- 1
75575
- /* TEXT */
75576
- ),
75577
- createVNode(_component_a_popover, {
75578
- trigger: "click",
75579
- placement: "bottomRight",
75580
- "overlay-inner-style": {
75581
- padding: "0"
75582
- }
75583
- }, {
75584
- content: withCtx(() => [
75605
+ "div",
75606
+ {
75607
+ class: normalizeClass(`${unref(bem).e("setting-popover")}`)
75608
+ },
75609
+ [
75610
+ createCommentVNode(" \u5934\u90E8 "),
75585
75611
  createElementVNode(
75586
75612
  "div",
75587
75613
  {
75588
- class: normalizeClass(`${unref(bem).e("setting-popover")}`)
75614
+ class: normalizeClass(`${unref(bem).e("setting-popover-header")}`)
75589
75615
  },
75590
75616
  [
75591
- createCommentVNode(" \u5934\u90E8 "),
75617
+ createVNode(_component_a_checkbox, {
75618
+ indeterminate: isIndeterminate.value,
75619
+ checked: isAllCheck.value,
75620
+ onChange: handleAllColumnChange
75621
+ }, {
75622
+ default: withCtx(() => [
75623
+ createTextVNode(" \u5217\u5C55\u793A ")
75624
+ ]),
75625
+ _: 1
75626
+ /* STABLE */
75627
+ }, 8, ["indeterminate", "checked"]),
75592
75628
  createElementVNode(
75593
- "div",
75629
+ "span",
75594
75630
  {
75595
- class: normalizeClass(`${unref(bem).e("setting-popover-header")}`)
75631
+ class: normalizeClass(`${unref(bem).e("setting-reset-btn")}`),
75632
+ onClick: handleClickResetBtn
75596
75633
  },
75597
- [
75598
- createVNode(_component_a_checkbox, {
75599
- indeterminate: isIndeterminate.value,
75600
- checked: isAllCheck.value,
75601
- onChange: handleAllColumnChange
75602
- }, {
75603
- default: withCtx(() => [
75604
- createTextVNode(" \u5217\u5C55\u793A ")
75605
- ]),
75606
- _: 1
75607
- /* STABLE */
75608
- }, 8, ["indeterminate", "checked"]),
75609
- createElementVNode(
75610
- "span",
75611
- {
75612
- class: normalizeClass(`${unref(bem).e("setting-reset-btn")}`),
75613
- onClick: handleClickResetBtn
75614
- },
75615
- " \u91CD\u7F6E ",
75616
- 2
75617
- /* CLASS */
75618
- )
75619
- ],
75634
+ " \u91CD\u7F6E ",
75620
75635
  2
75621
75636
  /* CLASS */
75622
- ),
75623
- createCommentVNode(" \u5185\u5BB9 "),
75624
- createElementVNode(
75625
- "div",
75626
- {
75627
- class: normalizeClass(`${unref(bem).e("setting-popover-content")}`)
75628
- },
75629
- [
75630
- createElementVNode("div", null, [
75631
- createVNode(unref(draggable), {
75632
- list: settingColumns.value,
75633
- "item-key": "key",
75634
- group: { name: "g1" },
75635
- onChange: dragChange
75636
- }, {
75637
- item: withCtx(({ element }) => [
75637
+ )
75638
+ ],
75639
+ 2
75640
+ /* CLASS */
75641
+ ),
75642
+ createCommentVNode(" \u5185\u5BB9 "),
75643
+ createElementVNode(
75644
+ "div",
75645
+ {
75646
+ class: normalizeClass(`${unref(bem).e("setting-popover-content")}`)
75647
+ },
75648
+ [
75649
+ createElementVNode("div", null, [
75650
+ createVNode(unref(draggable), {
75651
+ list: settingColumns.value,
75652
+ "item-key": "key",
75653
+ group: { name: "g1" },
75654
+ onChange: dragChange
75655
+ }, {
75656
+ item: withCtx(({ element }) => [
75657
+ createElementVNode(
75658
+ "div",
75659
+ {
75660
+ class: normalizeClass(`${unref(bem).e("setting-popover-menu")}`)
75661
+ },
75662
+ [
75663
+ createCommentVNode(" \u62D6\u62FD "),
75638
75664
  createElementVNode(
75639
75665
  "div",
75640
75666
  {
75641
- class: normalizeClass(`${unref(bem).e("setting-popover-menu")}`)
75667
+ class: normalizeClass(`flex items-center ${unref(bem).e(
75668
+ "setting-popover-menu-left"
75669
+ )}`)
75642
75670
  },
75643
75671
  [
75644
- createCommentVNode(" \u62D6\u62FD "),
75645
- createElementVNode(
75646
- "div",
75647
- {
75648
- class: normalizeClass(`flex items-center ${unref(bem).e(
75649
- "setting-popover-menu-left"
75650
- )}`)
75651
- },
75652
- [
75653
- createVNode(_component_a_button, {
75654
- type: "text",
75655
- class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75656
- style: {
75657
- marginright: "5px"
75658
- }
75659
- }, {
75660
- default: withCtx(() => [
75661
- createVNode(_component_ll_icon, {
75662
- "icon-name": "icon-move",
75663
- "class-name": "icon"
75664
- })
75665
- ]),
75666
- _: 1
75667
- /* STABLE */
75668
- }, 8, ["class"]),
75669
- createVNode(_component_a_checkbox, {
75670
- checked: element.isCheck,
75671
- onChange: (e) => {
75672
- handleColumnItemChange(
75673
- e.target?.checked,
75674
- element
75675
- );
75676
- }
75677
- }, {
75678
- default: withCtx(() => [
75679
- createTextVNode(
75680
- toDisplayString(element.title),
75681
- 1
75682
- /* TEXT */
75683
- )
75684
- ]),
75685
- _: 2
75686
- /* DYNAMIC */
75687
- }, 1032, ["checked", "onChange"])
75688
- ],
75689
- 2
75690
- /* CLASS */
75691
- ),
75692
- createElementVNode(
75693
- "div",
75694
- {
75695
- class: normalizeClass(`flex items-center ${unref(bem).e(
75696
- "setting-popover-menu-right"
75697
- )}`)
75698
- },
75699
- [
75700
- createCommentVNode(" \u5DE6\u79FB "),
75701
- createVNode(_component_a_button, {
75702
- type: "text",
75703
- class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75704
- onClick: ($event) => handleColumnMove(element, "left")
75705
- }, {
75706
- default: withCtx(() => [
75707
- createVNode(_component_ll_icon, {
75708
- "icon-name": "icon-zuoyi",
75709
- "class-name": `icon ${element.fixed === "left" ? unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
75710
- }, null, 8, ["class-name"])
75711
- ]),
75712
- _: 2
75713
- /* DYNAMIC */
75714
- }, 1032, ["class", "onClick"]),
75715
- createVNode(_component_a_divider, { type: "vertical" }),
75716
- createCommentVNode(" \u53F3\u79FB "),
75717
- createVNode(_component_a_button, {
75718
- type: "text",
75719
- class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75720
- onClick: ($event) => handleColumnMove(element, "right")
75721
- }, {
75722
- default: withCtx(() => [
75723
- createVNode(_component_ll_icon, {
75724
- "icon-name": "icon-youyi",
75725
- "class-name": `icon ${element.fixed === "right" ? unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
75726
- }, null, 8, ["class-name"])
75727
- ]),
75728
- _: 2
75729
- /* DYNAMIC */
75730
- }, 1032, ["class", "onClick"])
75731
- ],
75732
- 2
75733
- /* CLASS */
75734
- )
75672
+ createVNode(_component_a_button, {
75673
+ type: "text",
75674
+ class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75675
+ style: {
75676
+ marginright: "5px"
75677
+ }
75678
+ }, {
75679
+ default: withCtx(() => [
75680
+ createVNode(_component_ll_icon, {
75681
+ "icon-name": "icon-move",
75682
+ "class-name": "icon"
75683
+ })
75684
+ ]),
75685
+ _: 1
75686
+ /* STABLE */
75687
+ }, 8, ["class"]),
75688
+ createVNode(_component_a_checkbox, {
75689
+ checked: element.isCheck,
75690
+ onChange: (e) => {
75691
+ handleColumnItemChange(
75692
+ e.target?.checked,
75693
+ element
75694
+ );
75695
+ }
75696
+ }, {
75697
+ default: withCtx(() => [
75698
+ createTextVNode(
75699
+ toDisplayString(element.title),
75700
+ 1
75701
+ /* TEXT */
75702
+ )
75703
+ ]),
75704
+ _: 2
75705
+ /* DYNAMIC */
75706
+ }, 1032, ["checked", "onChange"])
75707
+ ],
75708
+ 2
75709
+ /* CLASS */
75710
+ ),
75711
+ createElementVNode(
75712
+ "div",
75713
+ {
75714
+ class: normalizeClass(`flex items-center ${unref(bem).e(
75715
+ "setting-popover-menu-right"
75716
+ )}`)
75717
+ },
75718
+ [
75719
+ createCommentVNode(" \u5DE6\u79FB "),
75720
+ createVNode(_component_a_button, {
75721
+ type: "text",
75722
+ class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75723
+ onClick: ($event) => handleColumnMove(element, "left")
75724
+ }, {
75725
+ default: withCtx(() => [
75726
+ createVNode(_component_ll_icon, {
75727
+ "icon-name": "icon-zuoyi",
75728
+ "class-name": `icon ${element.fixed === "left" ? unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
75729
+ }, null, 8, ["class-name"])
75730
+ ]),
75731
+ _: 2
75732
+ /* DYNAMIC */
75733
+ }, 1032, ["class", "onClick"]),
75734
+ createVNode(_component_a_divider, { type: "vertical" }),
75735
+ createCommentVNode(" \u53F3\u79FB "),
75736
+ createVNode(_component_a_button, {
75737
+ type: "text",
75738
+ class: normalizeClass(`${unref(bem).e("setting-popover-menu-icon")}`),
75739
+ onClick: ($event) => handleColumnMove(element, "right")
75740
+ }, {
75741
+ default: withCtx(() => [
75742
+ createVNode(_component_ll_icon, {
75743
+ "icon-name": "icon-youyi",
75744
+ "class-name": `icon ${element.fixed === "right" ? unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
75745
+ }, null, 8, ["class-name"])
75746
+ ]),
75747
+ _: 2
75748
+ /* DYNAMIC */
75749
+ }, 1032, ["class", "onClick"])
75735
75750
  ],
75736
75751
  2
75737
75752
  /* CLASS */
75738
75753
  )
75739
- ]),
75740
- _: 1
75741
- /* STABLE */
75742
- }, 8, ["list"])
75743
- ])
75744
- ],
75745
- 2
75746
- /* CLASS */
75747
- )
75754
+ ],
75755
+ 2
75756
+ /* CLASS */
75757
+ )
75758
+ ]),
75759
+ _: 1
75760
+ /* STABLE */
75761
+ }, 8, ["list"])
75762
+ ])
75748
75763
  ],
75749
75764
  2
75750
75765
  /* CLASS */
75751
75766
  )
75752
- ]),
75767
+ ],
75768
+ 2
75769
+ /* CLASS */
75770
+ )
75771
+ ]),
75772
+ default: withCtx(() => [
75773
+ createVNode(_component_a_button, {
75774
+ type: "text",
75775
+ class: normalizeClass(`${unref(bem).e("setting-icon")}`)
75776
+ }, {
75753
75777
  default: withCtx(() => [
75754
- createVNode(_component_a_button, {
75755
- type: "text",
75756
- class: normalizeClass(`${unref(bem).e("setting-icon")}`)
75757
- }, {
75758
- default: withCtx(() => [
75759
- createVNode(_component_ll_icon, { "icon-name": "icon-set-line" })
75760
- ]),
75761
- _: 1
75762
- /* STABLE */
75763
- }, 8, ["class"])
75778
+ createVNode(_component_ll_icon, { "icon-name": "icon-set-line" })
75764
75779
  ]),
75765
75780
  _: 1
75766
75781
  /* STABLE */
75767
- })
75768
- ],
75769
- 2
75770
- /* CLASS */
75771
- )) : unref(has)(slots.column, "RC_TABLE_INTERNAL_COL_DEFINE") ? renderSlot(_ctx.$slots, "expandedTitle", { key: 1 }) : (openBlock(), createElementBlock(
75772
- Fragment,
75773
- { key: 2 },
75774
- [
75775
- createTextVNode(
75776
- toDisplayString(slots.column.title),
75777
- 1
75778
- /* TEXT */
75779
- )
75780
- ],
75781
- 64
75782
- /* STABLE_FRAGMENT */
75783
- )),
75784
- createCommentVNode(" \u989D\u5916header\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
75785
- renderSlot(_ctx.$slots, "tableHeaderCell", normalizeProps(guardReactiveProps(slots)))
75786
- ]),
75787
- bodyCell: withCtx((slots) => [
75788
- createCommentVNode(" \u6DFB\u52A0\u5E8F\u5217\u5217 "),
75789
- slots.column.key === "#" && _ctx.showIndexColumn ? (openBlock(), createElementBlock(
75790
- Fragment,
75791
- { key: 0 },
75792
- [
75793
- createTextVNode(
75794
- toDisplayString(slots.index + 1),
75795
- 1
75796
- /* TEXT */
75797
- )
75798
- ],
75799
- 64
75800
- /* STABLE_FRAGMENT */
75801
- )) : slots.column.key === "operate" ? (openBlock(), createElementBlock(
75802
- Fragment,
75803
- { key: 1 },
75804
- [
75805
- createCommentVNode(" \u6DFB\u52A0\u64CD\u4F5C\u5217 "),
75806
- renderSlot(_ctx.$slots, "tableOperate", normalizeProps(guardReactiveProps(slots)))
75807
- ],
75808
- 64
75809
- /* STABLE_FRAGMENT */
75810
- )) : createCommentVNode("v-if", true),
75811
- createCommentVNode(" \u989D\u5916Body\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
75812
- renderSlot(_ctx.$slots, "tableBodyCell", normalizeProps(guardReactiveProps(slots)))
75813
- ]),
75814
- emptyText: withCtx(() => [
75815
- renderSlot(_ctx.$slots, "emptyText", {}, () => [
75816
- createVNode(_component_ll_empty)
75817
- ])
75818
- ]),
75819
- _: 2
75820
- /* DYNAMIC */
75821
- }, [
75822
- _ctx.$slots.expandedRow ? {
75823
- name: "expandedRowRender",
75824
- fn: withCtx((slots) => [
75825
- renderSlot(_ctx.$slots, "expandedRow", normalizeProps(guardReactiveProps(slots)))
75826
- ]),
75827
- key: "0"
75828
- } : void 0,
75829
- _ctx.$slots.customFilterDropdown ? {
75830
- name: "customFilterDropdown",
75831
- fn: withCtx((slots) => [
75832
- renderSlot(_ctx.$slots, "customFilterDropdown", normalizeProps(guardReactiveProps(slots)))
75833
- ]),
75834
- key: "1"
75835
- } : void 0,
75836
- _ctx.$slots.customFilterIcon ? {
75837
- name: "customFilterIcon",
75838
- fn: withCtx((slots) => [
75839
- renderSlot(_ctx.$slots, "customFilterIcon", normalizeProps(guardReactiveProps(slots)))
75840
- ]),
75841
- key: "2"
75842
- } : void 0,
75843
- _ctx.$slots.summary ? {
75844
- name: "summary",
75845
- fn: withCtx((slots) => [
75846
- renderSlot(_ctx.$slots, "summary", normalizeProps(guardReactiveProps(slots)))
75847
- ]),
75848
- key: "3"
75849
- } : void 0
75850
- ]), 1040, ["class", "columns", "data-source", "expanded-row-keys", "custom-row", "scroll", "onChange", "onExpandedRowsChange"])
75851
- ],
75852
- 2112
75853
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
75854
- );
75782
+ }, 8, ["class"])
75783
+ ]),
75784
+ _: 1
75785
+ /* STABLE */
75786
+ })
75787
+ ],
75788
+ 2
75789
+ /* CLASS */
75790
+ )) : unref(has)(slots.column, "RC_TABLE_INTERNAL_COL_DEFINE") ? renderSlot(_ctx.$slots, "expandedTitle", { key: 1 }) : (openBlock(), createElementBlock(
75791
+ Fragment,
75792
+ { key: 2 },
75793
+ [
75794
+ createTextVNode(
75795
+ toDisplayString(slots.column.title),
75796
+ 1
75797
+ /* TEXT */
75798
+ )
75799
+ ],
75800
+ 64
75801
+ /* STABLE_FRAGMENT */
75802
+ )),
75803
+ createCommentVNode(" \u989D\u5916header\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
75804
+ renderSlot(_ctx.$slots, "tableHeaderCell", normalizeProps(guardReactiveProps(slots)))
75805
+ ]),
75806
+ bodyCell: withCtx((slots) => [
75807
+ createCommentVNode(" \u6DFB\u52A0\u5E8F\u5217\u5217 "),
75808
+ slots.column.key === "#" && _ctx.showIndexColumn ? (openBlock(), createElementBlock(
75809
+ Fragment,
75810
+ { key: 0 },
75811
+ [
75812
+ createTextVNode(
75813
+ toDisplayString(slots.index + 1),
75814
+ 1
75815
+ /* TEXT */
75816
+ )
75817
+ ],
75818
+ 64
75819
+ /* STABLE_FRAGMENT */
75820
+ )) : slots.column.key === "operate" ? (openBlock(), createElementBlock(
75821
+ Fragment,
75822
+ { key: 1 },
75823
+ [
75824
+ createCommentVNode(" \u6DFB\u52A0\u64CD\u4F5C\u5217 "),
75825
+ renderSlot(_ctx.$slots, "tableOperate", normalizeProps(guardReactiveProps(slots)))
75826
+ ],
75827
+ 64
75828
+ /* STABLE_FRAGMENT */
75829
+ )) : createCommentVNode("v-if", true),
75830
+ createCommentVNode(" \u989D\u5916Body\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
75831
+ renderSlot(_ctx.$slots, "tableBodyCell", normalizeProps(guardReactiveProps(slots)))
75832
+ ]),
75833
+ emptyText: withCtx(() => [
75834
+ renderSlot(_ctx.$slots, "emptyText", {}, () => [
75835
+ createVNode(_component_ll_empty)
75836
+ ])
75837
+ ]),
75838
+ _: 2
75839
+ /* DYNAMIC */
75840
+ }, [
75841
+ _ctx.$slots.expandedRow ? {
75842
+ name: "expandedRowRender",
75843
+ fn: withCtx((slots) => [
75844
+ renderSlot(_ctx.$slots, "expandedRow", normalizeProps(guardReactiveProps(slots)))
75845
+ ]),
75846
+ key: "0"
75847
+ } : void 0,
75848
+ _ctx.$slots.customFilterDropdown ? {
75849
+ name: "customFilterDropdown",
75850
+ fn: withCtx((slots) => [
75851
+ renderSlot(_ctx.$slots, "customFilterDropdown", normalizeProps(guardReactiveProps(slots)))
75852
+ ]),
75853
+ key: "1"
75854
+ } : void 0,
75855
+ _ctx.$slots.customFilterIcon ? {
75856
+ name: "customFilterIcon",
75857
+ fn: withCtx((slots) => [
75858
+ renderSlot(_ctx.$slots, "customFilterIcon", normalizeProps(guardReactiveProps(slots)))
75859
+ ]),
75860
+ key: "2"
75861
+ } : void 0,
75862
+ _ctx.$slots.summary ? {
75863
+ name: "summary",
75864
+ fn: withCtx((slots) => [
75865
+ renderSlot(_ctx.$slots, "summary", normalizeProps(guardReactiveProps(slots)))
75866
+ ]),
75867
+ key: "3"
75868
+ } : void 0
75869
+ ]), 1040, ["class", "columns", "data-source", "expanded-row-keys", "custom-row", "scroll", "onChange", "onExpandedRowsChange"]);
75855
75870
  };
75856
75871
  }
75857
75872
  });