@nutui/nutui 4.0.9 → 4.0.10

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 (168) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.js +15382 -0
  4. package/dist/nutui.umd.js +1 -7
  5. package/dist/packages/_es/ActionSheet.js +78 -111
  6. package/dist/packages/_es/Address.js +250 -375
  7. package/dist/packages/_es/AddressList.js +269 -354
  8. package/dist/packages/_es/Animate.js +41 -58
  9. package/dist/packages/_es/Audio.js +128 -197
  10. package/dist/packages/_es/AudioOperate.js +60 -71
  11. package/dist/packages/_es/Avatar.js +66 -89
  12. package/dist/packages/_es/AvatarGroup.js +23 -31
  13. package/dist/packages/_es/Backtop.js +59 -99
  14. package/dist/packages/_es/Badge.js +36 -47
  15. package/dist/packages/_es/Barrage.js +68 -147
  16. package/dist/packages/_es/Button.js +47 -66
  17. package/dist/packages/_es/Calendar.js +135 -157
  18. package/dist/packages/_es/CalendarItem.js +6 -6
  19. package/dist/packages/_es/Card.js +42 -56
  20. package/dist/packages/_es/Cascader.js +315 -474
  21. package/dist/packages/_es/Category.js +29 -39
  22. package/dist/packages/_es/CategoryPane.js +57 -83
  23. package/dist/packages/_es/Cell.js +56 -71
  24. package/dist/packages/_es/CellGroup.js +19 -27
  25. package/dist/packages/_es/Checkbox.js +109 -156
  26. package/dist/packages/_es/CheckboxGroup.js +38 -59
  27. package/dist/packages/_es/CircleProgress.js +67 -96
  28. package/dist/packages/_es/Col.js +23 -31
  29. package/dist/packages/_es/Collapse.js +33 -58
  30. package/dist/packages/_es/CollapseItem.js +78 -108
  31. package/dist/packages/_es/Comment.js +207 -279
  32. package/dist/packages/_es/ConfigProvider.js +37 -55
  33. package/dist/packages/_es/Countdown.js +100 -212
  34. package/dist/packages/_es/Countup.js +232 -445
  35. package/dist/packages/_es/DatePicker.js +162 -265
  36. package/dist/packages/_es/Dialog.js +161 -213
  37. package/dist/packages/_es/Divider.js +42 -57
  38. package/dist/packages/_es/Drag.js +70 -153
  39. package/dist/packages/_es/Ecard.js +64 -104
  40. package/dist/packages/_es/Elevator.js +143 -219
  41. package/dist/packages/_es/Ellipsis.js +95 -178
  42. package/dist/packages/_es/Empty.js +23 -39
  43. package/dist/packages/_es/FixedNav.js +93 -116
  44. package/dist/packages/_es/Form.js +107 -178
  45. package/dist/packages/_es/FormItem.js +48 -61
  46. package/dist/packages/_es/Grid.js +5 -6
  47. package/dist/packages/_es/GridItem.js +58 -84
  48. package/dist/packages/_es/Image.js +90 -129
  49. package/dist/packages/_es/ImagePreview.js +256 -412
  50. package/dist/packages/_es/Indicator.js +30 -34
  51. package/dist/packages/_es/InfiniteLoading.js +83 -136
  52. package/dist/packages/_es/Input.js +160 -264
  53. package/dist/packages/_es/InputNumber.js +81 -117
  54. package/dist/packages/_es/Interceptor-6e26b757.js +18 -0
  55. package/dist/packages/_es/Invoice.js +104 -130
  56. package/dist/packages/_es/Layout.js +3 -4
  57. package/dist/packages/_es/List.js +117 -215
  58. package/dist/packages/_es/Menu.js +96 -152
  59. package/dist/packages/_es/MenuItem.js +117 -172
  60. package/dist/packages/_es/Navbar.js +103 -119
  61. package/dist/packages/_es/Noticebar.js +197 -312
  62. package/dist/packages/_es/Notify.js +110 -166
  63. package/dist/packages/_es/NumberKeyboard.js +127 -202
  64. package/dist/packages/_es/Overlay.js +52 -80
  65. package/dist/packages/_es/Pagination.js +70 -100
  66. package/dist/packages/_es/Picker.js +275 -441
  67. package/dist/packages/_es/Popover.js +122 -225
  68. package/dist/packages/_es/Popup.js +4 -4
  69. package/dist/packages/_es/Price.js +44 -82
  70. package/dist/packages/_es/Progress.js +63 -79
  71. package/dist/packages/_es/PullRefresh.js +95 -173
  72. package/dist/packages/_es/Radio.js +4 -4
  73. package/dist/packages/_es/RadioGroup.js +3 -3
  74. package/dist/packages/_es/Range.js +204 -347
  75. package/dist/packages/_es/Rate.js +92 -141
  76. package/dist/packages/_es/Row.js +21 -27
  77. package/dist/packages/_es/Searchbar.js +130 -179
  78. package/dist/packages/_es/ShortPassword.js +69 -93
  79. package/dist/packages/_es/SideNavbar.js +49 -80
  80. package/dist/packages/_es/SideNavbarItem.js +22 -32
  81. package/dist/packages/_es/Signature.js +83 -146
  82. package/dist/packages/_es/Skeleton.js +110 -130
  83. package/dist/packages/_es/Sku.js +250 -343
  84. package/dist/packages/_es/Step.js +59 -86
  85. package/dist/packages/_es/Steps.js +26 -31
  86. package/dist/packages/_es/Sticky.js +4 -4
  87. package/dist/packages/_es/SubSideNavbar.js +52 -74
  88. package/dist/packages/_es/Swipe.js +83 -155
  89. package/dist/packages/_es/Swiper.js +174 -311
  90. package/dist/packages/_es/SwiperItem.js +28 -44
  91. package/dist/packages/_es/Switch.js +55 -68
  92. package/dist/packages/_es/TabPane.js +30 -41
  93. package/dist/packages/_es/Tabbar.js +41 -52
  94. package/dist/packages/_es/TabbarItem.js +61 -82
  95. package/dist/packages/_es/Table.js +109 -165
  96. package/dist/packages/_es/Tabs.js +240 -388
  97. package/dist/packages/_es/Tag.js +44 -61
  98. package/dist/packages/_es/Textarea.js +80 -124
  99. package/dist/packages/_es/TimeDetail.js +49 -76
  100. package/dist/packages/_es/TimePannel.js +34 -48
  101. package/dist/packages/_es/TimeSelect.js +47 -68
  102. package/dist/packages/_es/Toast.js +144 -218
  103. package/dist/packages/_es/Tour.js +138 -192
  104. package/dist/packages/_es/TrendArrow.js +57 -77
  105. package/dist/packages/_es/Uploader.js +234 -359
  106. package/dist/packages/_es/Video.js +191 -316
  107. package/dist/packages/_es/Watermark.js +84 -117
  108. package/dist/packages/_es/_plugin-vue_export-helper-dad06003.js +9 -0
  109. package/dist/packages/_es/common-d218746f.js +116 -0
  110. package/dist/packages/_es/component-234624bc.js +89 -0
  111. package/dist/packages/_es/index-14dfadc4.js +561 -0
  112. package/dist/packages/_es/index-192a3ef6.js +29 -0
  113. package/dist/packages/_es/index-360c5092.js +210 -0
  114. package/dist/packages/_es/index-496e6e05.js +24 -0
  115. package/dist/packages/_es/index-50eed3d9.js +7 -0
  116. package/dist/packages/_es/index-53ec2d4d.js +34 -0
  117. package/dist/packages/_es/index-fadb0974.js +8 -0
  118. package/dist/packages/_es/index.vue_vue_type_script_lang-1139b29a.js +43 -0
  119. package/dist/packages/_es/index.vue_vue_type_script_lang-43b774dd.js +77 -0
  120. package/dist/packages/_es/index.vue_vue_type_script_lang-f44c159d.js +110 -0
  121. package/dist/packages/_es/mountComponent-6d4ff200.js +23 -0
  122. package/dist/packages/_es/pxCheck-38173291.js +4 -0
  123. package/dist/packages/_es/raf-a74f1a06.js +16 -0
  124. package/dist/packages/_es/renderIcon-47498b32.js +5 -0
  125. package/dist/packages/col/index.scss +2 -2
  126. package/dist/packages/menuitem/index.scss +7 -10
  127. package/dist/packages/searchbar/index.scss +4 -0
  128. package/dist/smartips/web-types.json +2 -2
  129. package/dist/style.css +1 -1
  130. package/dist/styles/themes/default.scss +158 -55
  131. package/dist/styles/themes/jdb.scss +158 -55
  132. package/dist/styles/themes/jddkh.scss +158 -55
  133. package/dist/styles/themes/jdt.scss +158 -55
  134. package/dist/types/__VUE/address/index.vue.d.ts +1 -1
  135. package/dist/types/__VUE/collapseitem/index.vue.d.ts +110 -3
  136. package/dist/types/__VUE/image/index.vue.d.ts +2 -2
  137. package/dist/types/__VUE/menu/index.vue.d.ts +0 -2
  138. package/dist/types/__VUE/menuitem/index.vue.d.ts +9 -17
  139. package/dist/types/__VUE/navbar/index.vue.d.ts +1 -1
  140. package/dist/types/__VUE/picker/usePicker.d.ts +1 -1
  141. package/dist/types/__VUE/rate/index.vue.d.ts +110 -3
  142. package/dist/types/__VUE/row/index.vue.d.ts +1 -1
  143. package/dist/types/__VUE/searchbar/index.vue.d.ts +121 -5
  144. package/dist/types/__VUE/skeleton/index.vue.d.ts +2 -2
  145. package/dist/types/__VUE/swiper/index.vue.d.ts +1 -1
  146. package/dist/types/__VUE/table/common.d.ts +55 -2
  147. package/dist/types/__VUE/timeselect/index.vue.d.ts +1 -1
  148. package/dist/types/__VUE/watermark/index.vue.d.ts +1 -1
  149. package/dist/types/index.d.ts +1 -1
  150. package/package.json +2 -2
  151. package/dist/packages/_es/Interceptor-956b24fc.js +0 -29
  152. package/dist/packages/_es/_plugin-vue_export-helper-cc2b3d55.js +0 -10
  153. package/dist/packages/_es/common-b9a5e726.js +0 -145
  154. package/dist/packages/_es/component-81a4c1d0.js +0 -145
  155. package/dist/packages/_es/index-29892cda.js +0 -33
  156. package/dist/packages/_es/index-43c34ac6.js +0 -30
  157. package/dist/packages/_es/index-54d03fc1.js +0 -8
  158. package/dist/packages/_es/index-79c5dc33.js +0 -10
  159. package/dist/packages/_es/index-7a7385e4.js +0 -67
  160. package/dist/packages/_es/index-87422be8.js +0 -942
  161. package/dist/packages/_es/index-da0a7662.js +0 -259
  162. package/dist/packages/_es/index.vue_vue_type_script_lang-22dfc112.js +0 -46
  163. package/dist/packages/_es/index.vue_vue_type_script_lang-442e4704.js +0 -98
  164. package/dist/packages/_es/index.vue_vue_type_script_lang-cc5c4086.js +0 -151
  165. package/dist/packages/_es/mountComponent-8b24c346.js +0 -39
  166. package/dist/packages/_es/pxCheck-c6b9f6b7.js +0 -6
  167. package/dist/packages/_es/raf-729dad54.js +0 -25
  168. package/dist/packages/_es/renderIcon-3d0fd47c.js +0 -9
@@ -1,58 +1,45 @@
1
- var __defProp = Object.defineProperty;
2
- var __defProps = Object.defineProperties;
3
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
- var __spreadValues = (a, b) => {
9
- for (var prop in b || (b = {}))
10
- if (__hasOwnProp.call(b, prop))
11
- __defNormalProp(a, prop, b[prop]);
12
- if (__getOwnPropSymbols)
13
- for (var prop of __getOwnPropSymbols(b)) {
14
- if (__propIsEnum.call(b, prop))
15
- __defNormalProp(a, prop, b[prop]);
16
- }
17
- return a;
18
- };
19
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { defineComponent, h, reactive, computed, watch, toRefs, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, normalizeStyle, createTextVNode, toDisplayString, renderSlot, createBlock, createCommentVNode } from "vue";
21
- import { c as createComponent } from "./component-81a4c1d0.js";
22
- import { DownArrow } from "@nutui/icons-vue";
23
- import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
1
+ var R = Object.defineProperty, L = Object.defineProperties;
2
+ var T = Object.getOwnPropertyDescriptors;
3
+ var w = Object.getOwnPropertySymbols;
4
+ var V = Object.prototype.hasOwnProperty, j = Object.prototype.propertyIsEnumerable;
5
+ var D = (e, n, r) => n in e ? R(e, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[n] = r, g = (e, n) => {
6
+ for (var r in n || (n = {}))
7
+ V.call(n, r) && D(e, r, n[r]);
8
+ if (w)
9
+ for (var r of w(n))
10
+ j.call(n, r) && D(e, r, n[r]);
11
+ return e;
12
+ }, v = (e, n) => L(e, T(n));
13
+ import { defineComponent as z, h as E, reactive as F, computed as H, watch as M, toRefs as O, resolveComponent as $, openBlock as o, createElementBlock as a, normalizeClass as _, createElementVNode as c, Fragment as h, renderList as p, normalizeStyle as S, createTextVNode as q, toDisplayString as b, renderSlot as I, createBlock as A, createCommentVNode as m } from "vue";
14
+ import { c as G } from "./component-234624bc.js";
15
+ import { DownArrow as J } from "@nutui/icons-vue";
16
+ import { _ as K } from "./_plugin-vue_export-helper-dad06003.js";
24
17
  import "../locale/lang";
25
- const RenderColumn = defineComponent({
26
- setup(props) {
27
- return () => h(`view`, {}, props.slots[0] ? props.slots[0](props.record) : props.slots[1](props.record));
18
+ const P = z({
19
+ setup(e) {
20
+ return () => E("view", {}, e.slots[0] ? e.slots[0](e.record) : e.slots[1](e.record));
28
21
  },
29
22
  props: {
30
23
  slots: Array,
31
24
  record: Object
32
25
  }
33
- });
34
- const { componentName, create, translate } = createComponent("table");
35
- const _sfc_main = create({
26
+ }), { componentName: Q, create: U, translate: W } = G("table"), X = U({
36
27
  components: {
37
- RenderColumn,
38
- DownArrow
28
+ RenderColumn: P,
29
+ DownArrow: J
39
30
  },
40
31
  props: {
41
32
  bordered: {
42
33
  type: Boolean,
43
- default: true
34
+ default: !0
44
35
  },
45
36
  columns: {
46
37
  type: Array,
47
- default: () => {
48
- return [];
49
- }
38
+ default: () => []
50
39
  },
51
40
  data: {
52
41
  type: Object,
53
- default: () => {
54
- return {};
55
- }
42
+ default: () => ({})
56
43
  },
57
44
  summary: {
58
45
  type: Function,
@@ -60,156 +47,113 @@ const _sfc_main = create({
60
47
  },
61
48
  striped: {
62
49
  type: Boolean,
63
- default: false
50
+ default: !1
64
51
  }
65
52
  },
66
53
  emits: ["sorter"],
67
- setup(props, { emit, slots }) {
68
- const state = reactive({
69
- curData: props.data
70
- });
71
- const classes = computed(() => {
72
- const prefixCls = componentName;
73
- return {
74
- [prefixCls]: true
75
- };
76
- });
77
- const cellClasses = (item) => {
78
- return {
79
- "nut-table__main__head__tr--border": props.bordered,
80
- [`nut-table__main__head__tr--align${item.align ? item.align : ""}`]: true
81
- };
82
- };
83
- const stylehead = (item) => {
84
- return item.stylehead ? item.stylehead : "";
85
- };
86
- const stylecolumn = (item) => {
87
- return item.stylecolumn ? item.stylecolumn : "";
88
- };
89
- const getColumnItem = (value) => {
90
- return props.columns.filter((item) => item.key === value)[0];
91
- };
92
- const getColumnItemStyle = (value) => {
93
- const style = props.columns.filter((item) => item.key === value);
94
- return style[0].stylecolumn ? style[0].stylecolumn : "";
95
- };
96
- const handleSorterClick = (item) => {
97
- if (item.sorter) {
98
- emit("sorter", item);
99
- state.curData = typeof item.sorter === "function" ? state.curData.sort(item.sorter) : item.sorter === "default" ? state.curData.sort() : state.curData;
54
+ setup(e, { emit: n, slots: r }) {
55
+ const u = F({
56
+ curData: e.data
57
+ }), C = H(() => ({
58
+ [Q]: !0
59
+ })), k = (t) => ({
60
+ "nut-table__main__head__tr--border": e.bordered,
61
+ [`nut-table__main__head__tr--align${t.align ? t.align : ""}`]: !0
62
+ }), y = (t) => t.stylehead ? t.stylehead : "", f = (t) => t.stylecolumn ? t.stylecolumn : "", s = (t) => e.columns.filter((i) => i.key === t)[0], l = (t) => {
63
+ const i = e.columns.filter((N) => N.key === t);
64
+ return i[0].stylecolumn ? i[0].stylecolumn : "";
65
+ }, d = (t) => {
66
+ t.sorter && (n("sorter", t), u.curData = typeof t.sorter == "function" ? u.curData.sort(t.sorter) : t.sorter === "default" ? u.curData.sort() : u.curData);
67
+ }, B = () => e.columns.map((t) => [t.key, t.render]);
68
+ return M(
69
+ () => e.data,
70
+ (t) => {
71
+ u.curData = t.slice();
100
72
  }
101
- };
102
- const sortDataItem = () => {
103
- return props.columns.map((columns) => {
104
- return [columns.key, columns.render];
105
- });
106
- };
107
- watch(
108
- () => props.data,
109
- (val) => {
110
- state.curData = val.slice();
111
- }
112
- );
113
- return __spreadProps(__spreadValues({}, toRefs(state)), {
114
- classes,
115
- cellClasses,
116
- getColumnItem,
117
- getColumnItemStyle,
118
- handleSorterClick,
119
- sortDataItem,
120
- translate,
121
- stylehead,
122
- stylecolumn
73
+ ), v(g({}, O(u)), {
74
+ classes: C,
75
+ cellClasses: k,
76
+ getColumnItem: s,
77
+ getColumnItemStyle: l,
78
+ handleSorterClick: d,
79
+ sortDataItem: B,
80
+ translate: W,
81
+ stylehead: y,
82
+ stylecolumn: f
123
83
  });
124
84
  }
125
- });
126
- const _hoisted_1 = { class: "nut-table__main__head" };
127
- const _hoisted_2 = { class: "nut-table__main__head__tr" };
128
- const _hoisted_3 = ["onClick"];
129
- const _hoisted_4 = { class: "nut-table__main__body" };
130
- const _hoisted_5 = { key: 1 };
131
- const _hoisted_6 = {
85
+ }), Y = { class: "nut-table__main__head" }, Z = { class: "nut-table__main__head__tr" }, x = ["onClick"], ee = { class: "nut-table__main__body" }, te = { key: 1 }, ne = {
132
86
  key: 0,
133
87
  class: "nut-table__nodata"
134
- };
135
- const _hoisted_7 = {
88
+ }, se = {
136
89
  key: 0,
137
90
  class: "nut-table__nodata__text"
138
- };
139
- const _hoisted_8 = {
91
+ }, oe = {
140
92
  key: 1,
141
93
  class: "nut-table__summary"
142
- };
143
- const _hoisted_9 = ["innerHTML"];
144
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
145
- const _component_DownArrow = resolveComponent("DownArrow");
146
- const _component_RenderColumn = resolveComponent("RenderColumn");
147
- return openBlock(), createElementBlock("view", {
148
- class: normalizeClass(_ctx.classes)
94
+ }, re = ["innerHTML"];
95
+ function ae(e, n, r, u, C, k) {
96
+ const y = $("DownArrow"), f = $("RenderColumn");
97
+ return o(), a("view", {
98
+ class: _(e.classes)
149
99
  }, [
150
- createElementVNode("view", {
151
- class: normalizeClass(["nut-table__main", { "nut-table__main--striped": _ctx.striped }])
100
+ c("view", {
101
+ class: _(["nut-table__main", { "nut-table__main--striped": e.striped }])
152
102
  }, [
153
- createElementVNode("view", _hoisted_1, [
154
- createElementVNode("view", _hoisted_2, [
155
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, (item) => {
156
- return openBlock(), createElementBlock("span", {
157
- class: normalizeClass(["nut-table__main__head__tr__th", _ctx.cellClasses(item)]),
158
- key: item.key,
159
- onClick: ($event) => _ctx.handleSorterClick(item),
160
- style: normalizeStyle(item.stylehead)
161
- }, [
162
- createTextVNode(toDisplayString(item.title) + " ", 1),
163
- renderSlot(_ctx.$slots, "icon"),
164
- !_ctx.$slots.icon && item.sorter ? (openBlock(), createBlock(_component_DownArrow, {
165
- key: 0,
166
- width: "12px",
167
- height: "12px"
168
- })) : createCommentVNode("", true)
169
- ], 14, _hoisted_3);
170
- }), 128))
103
+ c("view", Y, [
104
+ c("view", Z, [
105
+ (o(!0), a(h, null, p(e.columns, (s) => (o(), a("span", {
106
+ class: _(["nut-table__main__head__tr__th", e.cellClasses(s)]),
107
+ key: s.key,
108
+ onClick: (l) => e.handleSorterClick(s),
109
+ style: S(s.stylehead)
110
+ }, [
111
+ q(b(s.title) + " ", 1),
112
+ I(e.$slots, "icon"),
113
+ !e.$slots.icon && s.sorter ? (o(), A(y, {
114
+ key: 0,
115
+ width: "12px",
116
+ height: "12px"
117
+ })) : m("", !0)
118
+ ], 14, x))), 128))
171
119
  ])
172
120
  ]),
173
- createElementVNode("view", _hoisted_4, [
174
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.curData, (item) => {
175
- return openBlock(), createElementBlock("view", {
176
- class: "nut-table__main__body__tr",
177
- key: item
121
+ c("view", ee, [
122
+ (o(!0), a(h, null, p(e.curData, (s) => (o(), a("view", {
123
+ class: "nut-table__main__body__tr",
124
+ key: s
125
+ }, [
126
+ (o(!0), a(h, null, p(e.sortDataItem(), ([l, d]) => (o(), a("span", {
127
+ class: _(["nut-table__main__body__tr__td", e.cellClasses(e.getColumnItem(l))]),
128
+ key: l,
129
+ style: S(e.getColumnItemStyle(l))
178
130
  }, [
179
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sortDataItem(), ([value, render]) => {
180
- return openBlock(), createElementBlock("span", {
181
- class: normalizeClass(["nut-table__main__body__tr__td", _ctx.cellClasses(_ctx.getColumnItem(value))]),
182
- key: value,
183
- style: normalizeStyle(_ctx.getColumnItemStyle(value))
184
- }, [
185
- typeof item[value] === "function" || typeof render === "function" ? (openBlock(), createBlock(_component_RenderColumn, {
186
- key: 0,
187
- slots: [render, item[value]],
188
- record: item
189
- }, null, 8, ["slots", "record"])) : (openBlock(), createElementBlock("view", _hoisted_5, toDisplayString(item[value]), 1))
190
- ], 6);
191
- }), 128))
192
- ]);
193
- }), 128))
131
+ typeof s[l] == "function" || typeof d == "function" ? (o(), A(f, {
132
+ key: 0,
133
+ slots: [d, s[l]],
134
+ record: s
135
+ }, null, 8, ["slots", "record"])) : (o(), a("view", te, b(s[l]), 1))
136
+ ], 6))), 128))
137
+ ]))), 128))
194
138
  ])
195
139
  ], 2),
196
- !_ctx.curData.length ? (openBlock(), createElementBlock("view", _hoisted_6, [
197
- createElementVNode("div", {
198
- class: normalizeClass(["nut-table__nodata", { "nut-table__nodata--border": _ctx.bordered }])
140
+ e.curData.length ? m("", !0) : (o(), a("view", ne, [
141
+ c("div", {
142
+ class: _(["nut-table__nodata", { "nut-table__nodata--border": e.bordered }])
199
143
  }, [
200
- renderSlot(_ctx.$slots, "nodata"),
201
- !_ctx.$slots.nodata ? (openBlock(), createElementBlock("div", _hoisted_7, toDisplayString(_ctx.translate("noData")), 1)) : createCommentVNode("", true)
144
+ I(e.$slots, "nodata"),
145
+ e.$slots.nodata ? m("", !0) : (o(), a("div", se, b(e.translate("noData")), 1))
202
146
  ], 2)
203
- ])) : createCommentVNode("", true),
204
- _ctx.summary ? (openBlock(), createElementBlock("view", _hoisted_8, [
205
- createElementVNode("span", {
147
+ ])),
148
+ e.summary ? (o(), a("view", oe, [
149
+ c("span", {
206
150
  class: "nut-table__summary__text",
207
- innerHTML: _ctx.summary().value
208
- }, null, 8, _hoisted_9)
209
- ])) : createCommentVNode("", true)
151
+ innerHTML: e.summary().value
152
+ }, null, 8, re)
153
+ ])) : m("", !0)
210
154
  ], 2);
211
155
  }
212
- const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
156
+ const me = /* @__PURE__ */ K(X, [["render", ae]]);
213
157
  export {
214
- index as default
158
+ me as default
215
159
  };