@fangzhongya/fang-ui 0.0.61 → 0.0.62

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.
@@ -28,21 +28,20 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28
28
  vue.createElementVNode("span", {
29
29
  class: vue.normalizeClass(vue.unref(cs).z("name"))
30
30
  }, vue.toDisplayString(props.title), 3),
31
+ vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).icon),
31
32
  vue.createElementVNode("span", {
32
33
  class: vue.normalizeClass(vue.unref(cs).z("close")),
33
34
  onClick: onClose
34
35
  }, [
35
- vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).icon, {}, () => [
36
- vue.createVNode(vue.unref(index$2.Icon), {
37
- class: vue.normalizeClass(vue.unref(cs).z("close-icon")),
38
- title: vue.unref(getLocale)("close")
39
- }, {
40
- default: vue.withCtx(() => [
41
- vue.createVNode(close.default)
42
- ]),
43
- _: 1
44
- }, 8, ["class", "title"])
45
- ])
36
+ vue.createVNode(vue.unref(index$2.Icon), {
37
+ class: vue.normalizeClass(vue.unref(cs).z("close-icon")),
38
+ title: vue.unref(getLocale)("close")
39
+ }, {
40
+ default: vue.withCtx(() => [
41
+ vue.createVNode(close.default)
42
+ ]),
43
+ _: 1
44
+ }, 8, ["class", "title"])
46
45
  ], 2)
47
46
  ], 2);
48
47
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, toDisplayString, renderSlot, createVNode, withCtx } from "vue";
1
+ import { defineComponent, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, renderSlot, toDisplayString, createVNode, withCtx } from "vue";
2
2
  import { dataExpose, dataSlot, dataEmits, dataProps } from "./data.js";
3
3
  import { Icon } from "../../icon/index.js";
4
4
  import Close from "../../../icons/vue/close.js";
@@ -26,21 +26,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  createElementVNode("span", {
27
27
  class: normalizeClass(unref(cs).z("name"))
28
28
  }, toDisplayString(props.title), 3),
29
+ renderSlot(_ctx.$slots, unref(dataSlot).icon),
29
30
  createElementVNode("span", {
30
31
  class: normalizeClass(unref(cs).z("close")),
31
32
  onClick: onClose
32
33
  }, [
33
- renderSlot(_ctx.$slots, unref(dataSlot).icon, {}, () => [
34
- createVNode(unref(Icon), {
35
- class: normalizeClass(unref(cs).z("close-icon")),
36
- title: unref(getLocale)("close")
37
- }, {
38
- default: withCtx(() => [
39
- createVNode(Close)
40
- ]),
41
- _: 1
42
- }, 8, ["class", "title"])
43
- ])
34
+ createVNode(unref(Icon), {
35
+ class: normalizeClass(unref(cs).z("close-icon")),
36
+ title: unref(getLocale)("close")
37
+ }, {
38
+ default: withCtx(() => [
39
+ createVNode(Close)
40
+ ]),
41
+ _: 1
42
+ }, 8, ["class", "title"])
44
43
  ], 2)
45
44
  ], 2);
46
45
  };
@@ -94,4 +94,4 @@
94
94
  @use './tables/index.scss' as *;
95
95
  @use './tablesp/index.scss' as *;
96
96
  @use './tabless/index.scss' as *;
97
- @use './tablesv/index.scss' as *;
97
+ @use './tablesvp/index.scss' as *;
@@ -94,4 +94,4 @@
94
94
  @use './tables/style/index2.scss' as *;
95
95
  @use './tablesp/style/index2.scss' as *;
96
96
  @use './tabless/style/index2.scss' as *;
97
- @use './tablesv/style/index2.scss' as *;
97
+ @use './tablesvp/style/index2.scss' as *;
@@ -609,6 +609,8 @@ const useInit = (props2, emit, refTable, getLocale, isEl) => {
609
609
  is: paginat.is && paginat.scroll,
610
610
  load: loading,
611
611
  end,
612
+ endText: getLocale("scroll.end"),
613
+ loadText: getLocale("scroll.load"),
612
614
  onChange: onScroll
613
615
  };
614
616
  });
@@ -258,6 +258,8 @@ export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit:
258
258
  is: boolean;
259
259
  load: Ref<boolean, boolean>;
260
260
  end: ComputedRef<boolean>;
261
+ endText: any;
262
+ loadText: any;
261
263
  onChange: () => void;
262
264
  }>;
263
265
  onSortChange: (obj: ObjAny) => void;
@@ -607,6 +607,8 @@ const useInit = (props2, emit, refTable, getLocale, isEl) => {
607
607
  is: paginat.is && paginat.scroll,
608
608
  load: loading,
609
609
  end,
610
+ endText: getLocale("scroll.end"),
611
+ loadText: getLocale("scroll.load"),
610
612
  onChange: onScroll
611
613
  };
612
614
  });
@@ -73,6 +73,7 @@
73
73
  display: inline-flex;
74
74
  align-items: center;
75
75
  margin: 0 4px;
76
+ height: 100%;
76
77
  cursor: pointer;
77
78
  }
78
79
  .window-body-div {
@@ -1,8 +1,3 @@
1
- // @use '../common.scss' as *;
2
-
3
- // @use '../box-mask/src/index.scss' as *;
4
- // @use '../box-title/src/index.scss' as *;
5
-
6
1
  @use '../scss/common.scss' as *;
7
2
  @use '../box-mask/index.scss' as *;
8
3
  @use '../box-title/index.scss' as *;
@@ -30,6 +25,7 @@ $window: 'window';
30
25
  display: inline-flex;
31
26
  align-items: center;
32
27
  margin: 0 4px;
28
+ height: 100%;
33
29
  cursor: pointer;
34
30
  }
35
31
 
@@ -250,9 +250,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
250
250
  vue.createVNode(vue.unref(index$5.Icon), null, {
251
251
  default: vue.withCtx(() => [
252
252
  isMax.value ? vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-full"], { key: 0 }, () => [
253
- vue.createVNode(frame.default)
254
- ]) : vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-max"], { key: 1 }, () => [
255
253
  vue.createVNode(star.default)
254
+ ]) : vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-max"], { key: 1 }, () => [
255
+ vue.createVNode(frame.default)
256
256
  ])
257
257
  ]),
258
258
  _: 3
@@ -248,9 +248,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
248
248
  createVNode(unref(Icon), null, {
249
249
  default: withCtx(() => [
250
250
  isMax.value ? renderSlot(_ctx.$slots, unref(dataSlot)["icon-full"], { key: 0 }, () => [
251
- createVNode(Frame)
252
- ]) : renderSlot(_ctx.$slots, unref(dataSlot)["icon-max"], { key: 1 }, () => [
253
251
  createVNode(Star)
252
+ ]) : renderSlot(_ctx.$slots, unref(dataSlot)["icon-max"], { key: 1 }, () => [
253
+ createVNode(Frame)
254
254
  ])
255
255
  ]),
256
256
  _: 3
@@ -361,6 +361,7 @@
361
361
  display: inline-flex;
362
362
  align-items: center;
363
363
  margin: 0 4px;
364
+ height: 100%;
364
365
  cursor: pointer;
365
366
  }
366
367
  .window-body-div {
@@ -1324,4 +1325,26 @@
1324
1325
  left: 0;
1325
1326
  z-index: 1;
1326
1327
  opacity: 0;
1328
+ }
1329
+
1330
+ .tablesvp {
1331
+ width: 100%;
1332
+ height: var(--tablesvp-height);
1333
+ display: flex;
1334
+ flex-direction: column;
1335
+ }
1336
+ .tablesvp-main {
1337
+ display: flex;
1338
+ flex-direction: column;
1339
+ flex: 1;
1340
+ width: 100%;
1341
+ }
1342
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1343
+ display: none;
1344
+ }
1345
+ .tablesvp-paginat {
1346
+ overflow: hidden;
1347
+ }
1348
+ .tablesvp-paginat .el-pagination {
1349
+ justify-content: flex-end;
1327
1350
  }
@@ -73,6 +73,7 @@
73
73
  display: inline-flex;
74
74
  align-items: center;
75
75
  margin: 0 4px;
76
+ height: 100%;
76
77
  cursor: pointer;
77
78
  }
78
79
  .window-body-div {
@@ -1,27 +1,17 @@
1
1
  :root {
2
- --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
3
2
  --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
3
+ --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
4
4
  --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
5
- --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
6
5
  --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
7
6
  --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
7
+ --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
8
+ --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
8
9
  --icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
9
10
  --icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
10
- --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z' %3E%3C/path%3E %3C/svg%3E");
11
- --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
11
+ --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z' p-id='1087'%3E%3C/path%3E%3Cpath d='M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z' p-id='1088'%3E%3C/path%3E %3C/svg%3E");
12
12
  --icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
13
- --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z' %3E%3C/path%3E %3C/svg%3E");
14
- --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
15
- }
16
- .icon-below {
17
- height: 1em;
18
- width: 1em;
19
- background-color: currentColor;
20
- -webkit-mask: var(--icon-svg-below) no-repeat;
21
- mask: var(--icon-svg-below) no-repeat;
22
- -webkit-mask-size: 100% 100%;
23
- mask-size: 100% 100%;
24
- color: inherit;
13
+ --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
14
+ --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z'%3E%3C/path%3E %3C/svg%3E");
25
15
  }
26
16
  .icon-bar {
27
17
  height: 1em;
@@ -33,22 +23,22 @@
33
23
  mask-size: 100% 100%;
34
24
  color: inherit;
35
25
  }
36
- .icon-bottom-left {
26
+ .icon-below {
37
27
  height: 1em;
38
28
  width: 1em;
39
29
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
41
- mask: var(--icon-svg-bottom-left) no-repeat;
30
+ -webkit-mask: var(--icon-svg-below) no-repeat;
31
+ mask: var(--icon-svg-below) no-repeat;
42
32
  -webkit-mask-size: 100% 100%;
43
33
  mask-size: 100% 100%;
44
34
  color: inherit;
45
35
  }
46
- .icon-bottom {
36
+ .icon-bottom-left {
47
37
  height: 1em;
48
38
  width: 1em;
49
39
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-bottom) no-repeat;
51
- mask: var(--icon-svg-bottom) no-repeat;
40
+ -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
41
+ mask: var(--icon-svg-bottom-left) no-repeat;
52
42
  -webkit-mask-size: 100% 100%;
53
43
  mask-size: 100% 100%;
54
44
  color: inherit;
@@ -73,46 +63,53 @@
73
63
  mask-size: 100% 100%;
74
64
  color: inherit;
75
65
  }
76
- .icon-close {
66
+ .icon-bottom {
77
67
  height: 1em;
78
68
  width: 1em;
79
69
  background-color: currentColor;
80
- -webkit-mask: var(--icon-svg-close) no-repeat;
81
- mask: var(--icon-svg-close) no-repeat;
70
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
71
+ mask: var(--icon-svg-bottom) no-repeat;
82
72
  -webkit-mask-size: 100% 100%;
83
73
  mask-size: 100% 100%;
84
74
  color: inherit;
85
75
  }
86
- .icon-edit {
76
+ .icon-clear {
87
77
  height: 1em;
88
78
  width: 1em;
89
79
  background-color: currentColor;
90
- -webkit-mask: var(--icon-svg-edit) no-repeat;
91
- mask: var(--icon-svg-edit) no-repeat;
80
+ -webkit-mask: var(--icon-svg-clear) no-repeat;
81
+ mask: var(--icon-svg-clear) no-repeat;
92
82
  -webkit-mask-size: 100% 100%;
93
83
  mask-size: 100% 100%;
94
84
  color: inherit;
95
85
  }
96
- .icon-frame {
86
+ .icon-close {
97
87
  height: 1em;
98
88
  width: 1em;
99
89
  background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-frame) no-repeat;
101
- mask: var(--icon-svg-frame) no-repeat;
90
+ -webkit-mask: var(--icon-svg-close) no-repeat;
91
+ mask: var(--icon-svg-close) no-repeat;
102
92
  -webkit-mask-size: 100% 100%;
103
93
  mask-size: 100% 100%;
104
94
  color: inherit;
105
95
  }
106
- .icon-left {
96
+ .icon-edit {
107
97
  height: 1em;
108
98
  width: 1em;
109
99
  background-color: currentColor;
110
- -webkit-mask: var(--icon-svg-left) no-repeat;
111
- mask: var(--icon-svg-left) no-repeat;
100
+ -webkit-mask: var(--icon-svg-edit) no-repeat;
101
+ mask: var(--icon-svg-edit) no-repeat;
112
102
  -webkit-mask-size: 100% 100%;
113
103
  mask-size: 100% 100%;
114
104
  color: inherit;
115
105
  }
106
+ .icon-star {
107
+ height: 1em;
108
+ width: 1em;
109
+ background: var(--icon-svg-star) no-repeat;
110
+ background-size: 100% 100%;
111
+ background-color: transparent;
112
+ }
116
113
  .icon-right {
117
114
  height: 1em;
118
115
  width: 1em;
@@ -123,23 +120,20 @@
123
120
  mask-size: 100% 100%;
124
121
  color: inherit;
125
122
  }
126
- .icon-star {
123
+ .icon-left {
127
124
  height: 1em;
128
125
  width: 1em;
129
126
  background-color: currentColor;
130
- -webkit-mask: var(--icon-svg-star) no-repeat;
131
- mask: var(--icon-svg-star) no-repeat;
127
+ -webkit-mask: var(--icon-svg-left) no-repeat;
128
+ mask: var(--icon-svg-left) no-repeat;
132
129
  -webkit-mask-size: 100% 100%;
133
130
  mask-size: 100% 100%;
134
131
  color: inherit;
135
132
  }
136
- .icon-clear {
133
+ .icon-frame {
137
134
  height: 1em;
138
135
  width: 1em;
139
- background-color: currentColor;
140
- -webkit-mask: var(--icon-svg-clear) no-repeat;
141
- mask: var(--icon-svg-clear) no-repeat;
142
- -webkit-mask-size: 100% 100%;
143
- mask-size: 100% 100%;
144
- color: inherit;
136
+ background: var(--icon-svg-frame) no-repeat;
137
+ background-size: 100% 100%;
138
+ background-color: transparent;
145
139
  }
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1758680191477,
4
+ "lastModified": 1758683178816,
5
5
  "icons": {
6
- "below": {
7
- "body": " <path fill=\"currentColor\" d=\"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z\" ></path> "
6
+ "bar": {
7
+ "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
8
8
  },
9
9
  "bottom-left": {
10
10
  "body": "<path fill=\"currentColor\" d=\"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z\"/><path fill=\"currentColor\" d=\"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z\"/>"
11
11
  },
12
- "bicycle": {
13
- "body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
12
+ "bottom-right": {
13
+ "body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
14
14
  },
15
- "close": {
16
- "body": " <path fill=\"currentColor\" d=\"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z\" ></path> "
15
+ "clear": {
16
+ "body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
17
17
  },
18
- "frame": {
19
- "body": " <path fill=\"currentColor\" d=\"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z\" ></path> "
18
+ "edit": {
19
+ "body": " <path fill=\"currentColor\" d=\"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z\" ></path> <path fill=\"currentColor\" d=\"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z\" ></path> "
20
20
  },
21
21
  "right": {
22
22
  "body": " <path fill=\"currentColor\" d=\"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z\" ></path> "
23
23
  },
24
- "clear": {
25
- "body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
24
+ "frame": {
25
+ "body": "<path d=\"M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z\"></path> "
26
26
  }
27
27
  },
28
28
  "aliases": {},
@@ -6,15 +6,11 @@ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helpe
6
6
  const _hoisted_1 = {
7
7
  id: "icon-frame",
8
8
  viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- "data-v-ea893728": ""
9
+ xmlns: "http://www.w3.org/2000/svg"
11
10
  };
12
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
12
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
- vue.createElementVNode("path", {
15
- fill: "currentColor",
16
- d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
17
- }, null, -1)
13
+ vue.createElementVNode("path", { d: "M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z" }, null, -1)
18
14
  ])]);
19
15
  }
20
16
  const Frame = /* @__PURE__ */ _pluginVue_exportHelper.default(frame_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
@@ -4,15 +4,11 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const _hoisted_1 = {
5
5
  id: "icon-frame",
6
6
  viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg",
8
- "data-v-ea893728": ""
7
+ xmlns: "http://www.w3.org/2000/svg"
9
8
  };
10
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
10
  return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
12
- createElementVNode("path", {
13
- fill: "currentColor",
14
- d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
15
- }, null, -1)
11
+ createElementVNode("path", { d: "M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z" }, null, -1)
16
12
  ])]);
17
13
  }
18
14
  const Frame = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
@@ -6,14 +6,17 @@ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helpe
6
6
  const _hoisted_1 = {
7
7
  id: "icon-star",
8
8
  viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- "data-v-ea893728": ""
9
+ xmlns: "http://www.w3.org/2000/svg"
11
10
  };
12
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
12
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
13
  vue.createElementVNode("path", {
15
- fill: "currentColor",
16
- d: "m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"
14
+ d: "M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z",
15
+ "p-id": "1087"
16
+ }, null, -1),
17
+ vue.createElementVNode("path", {
18
+ d: "M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z",
19
+ "p-id": "1088"
17
20
  }, null, -1)
18
21
  ])]);
19
22
  }
@@ -4,14 +4,17 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const _hoisted_1 = {
5
5
  id: "icon-star",
6
6
  viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg",
8
- "data-v-ea893728": ""
7
+ xmlns: "http://www.w3.org/2000/svg"
9
8
  };
10
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
10
  return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
12
11
  createElementVNode("path", {
13
- fill: "currentColor",
14
- d: "m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"
12
+ d: "M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z",
13
+ "p-id": "1087"
14
+ }, null, -1),
15
+ createElementVNode("path", {
16
+ d: "M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z",
17
+ "p-id": "1088"
15
18
  }, null, -1)
16
19
  ])]);
17
20
  }
package/dist/index.css CHANGED
@@ -361,6 +361,7 @@
361
361
  display: inline-flex;
362
362
  align-items: center;
363
363
  margin: 0 4px;
364
+ height: 100%;
364
365
  cursor: pointer;
365
366
  }
366
367
  .window-body-div {
@@ -1324,4 +1325,26 @@
1324
1325
  left: 0;
1325
1326
  z-index: 1;
1326
1327
  opacity: 0;
1328
+ }
1329
+
1330
+ .tablesvp {
1331
+ width: 100%;
1332
+ height: var(--tablesvp-height);
1333
+ display: flex;
1334
+ flex-direction: column;
1335
+ }
1336
+ .tablesvp-main {
1337
+ display: flex;
1338
+ flex-direction: column;
1339
+ flex: 1;
1340
+ width: 100%;
1341
+ }
1342
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1343
+ display: none;
1344
+ }
1345
+ .tablesvp-paginat {
1346
+ overflow: hidden;
1347
+ }
1348
+ .tablesvp-paginat .el-pagination {
1349
+ justify-content: flex-end;
1327
1350
  }
@@ -43,6 +43,10 @@ const En = {
43
43
  total: "Total $1 page",
44
44
  cur: "Current Page $1",
45
45
  per: "$1 items per page"
46
+ },
47
+ scroll: {
48
+ load: "Loading...",
49
+ end: "No more data"
46
50
  }
47
51
  }
48
52
  };
@@ -42,6 +42,10 @@ declare const _default: {
42
42
  cur: string;
43
43
  per: string;
44
44
  };
45
+ scroll: {
46
+ load: string;
47
+ end: string;
48
+ };
45
49
  };
46
50
  };
47
51
  export default _default;
package/dist/locale/en.js CHANGED
@@ -41,6 +41,10 @@ const En = {
41
41
  total: "Total $1 page",
42
42
  cur: "Current Page $1",
43
43
  per: "$1 items per page"
44
+ },
45
+ scroll: {
46
+ load: "Loading...",
47
+ end: "No more data"
44
48
  }
45
49
  }
46
50
  };
@@ -43,6 +43,10 @@ const ZhCn = {
43
43
  total: "共$1页",
44
44
  cur: "当前第$1页",
45
45
  per: "每页$1条"
46
+ },
47
+ scroll: {
48
+ load: "加载中...",
49
+ end: "无更多数据"
46
50
  }
47
51
  }
48
52
  };
@@ -42,6 +42,10 @@ declare const _default: {
42
42
  cur: string;
43
43
  per: string;
44
44
  };
45
+ scroll: {
46
+ load: string;
47
+ end: string;
48
+ };
45
49
  };
46
50
  };
47
51
  export default _default;
@@ -41,6 +41,10 @@ const ZhCn = {
41
41
  total: "共$1页",
42
42
  cur: "当前第$1页",
43
43
  per: "每页$1条"
44
+ },
45
+ scroll: {
46
+ load: "加载中...",
47
+ end: "无更多数据"
44
48
  }
45
49
  }
46
50
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.61",
4
+ "version": "0.0.62",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,13 +50,13 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.16.19",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/hooks": "0.0.1-0",
54
- "@fang-ui/directives": "0.0.1-0",
55
- "@fang-ui/theme": "0.0.1-0",
56
53
  "@fang-ui/icons": "0.0.1-0",
54
+ "@fang-ui/hooks": "0.0.1-0",
55
+ "@fang-ui/types": "0.0.1-0",
57
56
  "@fang-ui/utils": "0.0.1-0",
57
+ "@fang-ui/directives": "0.0.1-0",
58
58
  "@fang-ui/locale": "0.0.1-0",
59
- "@fang-ui/types": "0.0.1-0"
59
+ "@fang-ui/theme": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes