@fangzhongya/fang-ui 0.0.58 → 0.0.60

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 (132) hide show
  1. package/dist/components/array/src/data.cjs +3 -3
  2. package/dist/components/array/src/data.d.ts +0 -3
  3. package/dist/components/array/src/data.js +3 -3
  4. package/dist/components/array/src/index2.cjs +27 -11
  5. package/dist/components/array/src/index2.js +23 -7
  6. package/dist/components/common/use.cjs +1 -1
  7. package/dist/components/common/use.js +1 -1
  8. package/dist/components/dialogs/src/data.cjs +2 -4
  9. package/dist/components/dialogs/src/data.d.ts +0 -2
  10. package/dist/components/dialogs/src/data.js +2 -4
  11. package/dist/components/dialogs/src/index2.cjs +24 -12
  12. package/dist/components/dialogs/src/index2.js +17 -5
  13. package/dist/components/forms/index.css +3 -0
  14. package/dist/components/forms/index.scss +3 -0
  15. package/dist/components/forms/src/index2.cjs +16 -14
  16. package/dist/components/forms/src/index2.js +3 -1
  17. package/dist/components/forms/src/setup.cjs +11 -5
  18. package/dist/components/forms/src/setup.d.ts +1 -1
  19. package/dist/components/forms/src/setup.js +11 -5
  20. package/dist/components/forms/src/util.cjs +5 -4
  21. package/dist/components/forms/src/util.d.ts +1 -1
  22. package/dist/components/forms/src/util.js +5 -4
  23. package/dist/components/forms-drag/src/index2.cjs +96 -45
  24. package/dist/components/forms-drag/src/index2.js +91 -40
  25. package/dist/components/icon-picker/index.css +1 -0
  26. package/dist/components/icon-picker/index.scss +1 -0
  27. package/dist/components/iframe/index.css +4 -0
  28. package/dist/components/iframe/index.scss +4 -0
  29. package/dist/components/iframe/src/index2.cjs +19 -7
  30. package/dist/components/iframe/src/index2.js +20 -8
  31. package/dist/components/iframe/style/index2.scss +3 -0
  32. package/dist/components/index.cjs +110 -108
  33. package/dist/components/index.d.ts +1 -0
  34. package/dist/components/index.js +2 -0
  35. package/dist/components/index.scss +2 -1
  36. package/dist/components/index2.scss +3 -2
  37. package/dist/components/input-history/index.css +7 -17
  38. package/dist/components/input-history/index.scss +34 -42
  39. package/dist/components/input-history/src/index2.cjs +3 -12
  40. package/dist/components/input-history/src/index2.js +3 -12
  41. package/dist/components/inputs/src/index2.cjs +11 -9
  42. package/dist/components/inputs/src/index2.js +3 -1
  43. package/dist/components/keep-com/src/data.d.ts +3 -0
  44. package/dist/components/lists/index.css +0 -5
  45. package/dist/components/lists/index.scss +0 -5
  46. package/dist/components/lists/src/index2.cjs +2 -5
  47. package/dist/components/lists/src/index2.js +3 -6
  48. package/dist/components/listsp/index.css +1 -5
  49. package/dist/components/listsp/src/index2.cjs +11 -9
  50. package/dist/components/listsp/src/index2.js +3 -1
  51. package/dist/components/no-data/index.cjs +9 -0
  52. package/dist/components/no-data/index.css +19 -0
  53. package/dist/components/no-data/index.d.ts +4 -0
  54. package/dist/components/no-data/index.js +9 -0
  55. package/dist/components/no-data/index.scss +8 -0
  56. package/dist/components/no-data/src/data.cjs +24 -0
  57. package/dist/components/no-data/src/data.d.ts +26 -0
  58. package/dist/components/no-data/src/data.js +24 -0
  59. package/dist/components/no-data/src/index.cjs +4 -0
  60. package/dist/components/no-data/src/index.js +4 -0
  61. package/dist/components/no-data/src/index2.cjs +34 -0
  62. package/dist/components/no-data/src/index2.js +34 -0
  63. package/dist/components/page/index.css +4 -0
  64. package/dist/components/page/set-column.css +8 -8
  65. package/dist/components/page/src/index2.cjs +41 -39
  66. package/dist/components/page/src/index2.js +15 -13
  67. package/dist/components/page/src/set-column.cjs +1 -1
  68. package/dist/components/page/src/set-column.js +1 -1
  69. package/dist/components/page/src/set-column2.cjs +3 -6
  70. package/dist/components/page/src/set-column2.js +4 -7
  71. package/dist/components/paging/index.css +1 -0
  72. package/dist/components/paging/index.scss +1 -0
  73. package/dist/components/paging/src/index2.cjs +18 -10
  74. package/dist/components/paging/src/index2.js +12 -4
  75. package/dist/components/selector/src/index2.cjs +17 -15
  76. package/dist/components/selector/src/index2.js +8 -6
  77. package/dist/components/tables/common/pagin.cjs +3 -3
  78. package/dist/components/tables/common/pagin.d.ts +1 -1
  79. package/dist/components/tables/common/pagin.js +3 -3
  80. package/dist/components/tables/src/index2.cjs +4 -7
  81. package/dist/components/tables/src/index2.js +3 -6
  82. package/dist/components/tablesp/index.css +1 -0
  83. package/dist/components/tablesp/src/index2.cjs +11 -9
  84. package/dist/components/tablesp/src/index2.js +3 -1
  85. package/dist/components/tabless/src/index2.cjs +11 -9
  86. package/dist/components/tabless/src/index2.js +3 -1
  87. package/dist/components/tablesv/src/index2.cjs +2 -5
  88. package/dist/components/tablesv/src/index2.js +3 -6
  89. package/dist/components/tablesvp/index.css +1 -0
  90. package/dist/components/tablesvp/src/index2.cjs +9 -7
  91. package/dist/components/tablesvp/src/index2.js +3 -1
  92. package/dist/css/forms.css +3 -0
  93. package/dist/css/icon-picker.css +1 -0
  94. package/dist/css/iframe.css +4 -0
  95. package/dist/css/index.css +44 -22
  96. package/dist/css/input-history.css +7 -17
  97. package/dist/css/lists.css +0 -5
  98. package/dist/css/listsp.css +1 -5
  99. package/dist/css/no-data.css +19 -0
  100. package/dist/css/page/set-column.css +8 -8
  101. package/dist/css/page.css +4 -0
  102. package/dist/css/paging.css +1 -0
  103. package/dist/css/tablesp.css +1 -0
  104. package/dist/css/tablesvp.css +1 -0
  105. package/dist/expand/{chunk-ID2WVA6N.js → chunk-3HYUAX6P.js} +2 -0
  106. package/dist/expand/{chunk-NEHCZ3EJ.cjs → chunk-IPHLXLMM.cjs} +2 -0
  107. package/dist/expand/components.cjs +5 -5
  108. package/dist/expand/components.js +1 -1
  109. package/dist/expand/config.cjs +2 -2
  110. package/dist/expand/config.js +1 -1
  111. package/dist/hooks/index.cjs +2 -0
  112. package/dist/hooks/index.js +3 -1
  113. package/dist/hooks/locale/index.cjs +51 -2
  114. package/dist/hooks/locale/index.d.ts +64 -3
  115. package/dist/hooks/locale/index.js +51 -2
  116. package/dist/icons/index.css +31 -31
  117. package/dist/icons/index.json +7 -7
  118. package/dist/index.cjs +128 -126
  119. package/dist/index.css +44 -22
  120. package/dist/index.js +2 -0
  121. package/dist/locale/en.cjs +38 -15
  122. package/dist/locale/en.d.ts +27 -4
  123. package/dist/locale/en.js +38 -15
  124. package/dist/locale/zh-cn.cjs +24 -3
  125. package/dist/locale/zh-cn.d.ts +23 -2
  126. package/dist/locale/zh-cn.js +24 -3
  127. package/dist/types/locale.d.ts +1 -1
  128. package/package.json +11 -11
  129. /package/dist/components/{forms-item → forms-items}/index.css +0 -0
  130. /package/dist/components/{option → keep-com}/index.css +0 -0
  131. /package/dist/css/{forms-item.css → forms-items.css} +0 -0
  132. /package/dist/css/{option.css → keep-com.css} +0 -0
@@ -1,16 +1,16 @@
1
1
  :root {
2
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
+ --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");
3
5
  --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");
4
6
  --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");
5
- --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");
6
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");
7
- --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");
8
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");
9
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");
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");
11
- --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");
12
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-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");
13
12
  --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");
13
+ --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");
14
14
  --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");
15
15
  }
16
16
  .icon-bar {
@@ -23,52 +23,52 @@
23
23
  mask-size: 100% 100%;
24
24
  color: inherit;
25
25
  }
26
- .icon-bottom-left {
26
+ .icon-below {
27
27
  height: 1em;
28
28
  width: 1em;
29
29
  background-color: currentColor;
30
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
31
- 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;
32
32
  -webkit-mask-size: 100% 100%;
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
35
35
  }
36
- .icon-bicycle {
36
+ .icon-bottom-right {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
41
- mask: var(--icon-svg-bicycle) no-repeat;
40
+ -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
41
+ mask: var(--icon-svg-bottom-right) no-repeat;
42
42
  -webkit-mask-size: 100% 100%;
43
43
  mask-size: 100% 100%;
44
44
  color: inherit;
45
45
  }
46
- .icon-below {
46
+ .icon-bottom-left {
47
47
  height: 1em;
48
48
  width: 1em;
49
49
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-below) no-repeat;
51
- mask: var(--icon-svg-below) no-repeat;
50
+ -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
51
+ mask: var(--icon-svg-bottom-left) no-repeat;
52
52
  -webkit-mask-size: 100% 100%;
53
53
  mask-size: 100% 100%;
54
54
  color: inherit;
55
55
  }
56
- .icon-bottom {
56
+ .icon-bicycle {
57
57
  height: 1em;
58
58
  width: 1em;
59
59
  background-color: currentColor;
60
- -webkit-mask: var(--icon-svg-bottom) no-repeat;
61
- mask: var(--icon-svg-bottom) no-repeat;
60
+ -webkit-mask: var(--icon-svg-bicycle) no-repeat;
61
+ mask: var(--icon-svg-bicycle) no-repeat;
62
62
  -webkit-mask-size: 100% 100%;
63
63
  mask-size: 100% 100%;
64
64
  color: inherit;
65
65
  }
66
- .icon-bottom-right {
66
+ .icon-bottom {
67
67
  height: 1em;
68
68
  width: 1em;
69
69
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
71
- mask: var(--icon-svg-bottom-right) no-repeat;
70
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
71
+ mask: var(--icon-svg-bottom) no-repeat;
72
72
  -webkit-mask-size: 100% 100%;
73
73
  mask-size: 100% 100%;
74
74
  color: inherit;
@@ -93,42 +93,42 @@
93
93
  mask-size: 100% 100%;
94
94
  color: inherit;
95
95
  }
96
- .icon-edit {
96
+ .icon-frame {
97
97
  height: 1em;
98
98
  width: 1em;
99
99
  background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-edit) no-repeat;
101
- mask: var(--icon-svg-edit) no-repeat;
100
+ -webkit-mask: var(--icon-svg-frame) no-repeat;
101
+ mask: var(--icon-svg-frame) no-repeat;
102
102
  -webkit-mask-size: 100% 100%;
103
103
  mask-size: 100% 100%;
104
104
  color: inherit;
105
105
  }
106
- .icon-right {
106
+ .icon-edit {
107
107
  height: 1em;
108
108
  width: 1em;
109
109
  background-color: currentColor;
110
- -webkit-mask: var(--icon-svg-right) no-repeat;
111
- mask: var(--icon-svg-right) no-repeat;
110
+ -webkit-mask: var(--icon-svg-edit) no-repeat;
111
+ mask: var(--icon-svg-edit) no-repeat;
112
112
  -webkit-mask-size: 100% 100%;
113
113
  mask-size: 100% 100%;
114
114
  color: inherit;
115
115
  }
116
- .icon-frame {
116
+ .icon-left {
117
117
  height: 1em;
118
118
  width: 1em;
119
119
  background-color: currentColor;
120
- -webkit-mask: var(--icon-svg-frame) no-repeat;
121
- mask: var(--icon-svg-frame) no-repeat;
120
+ -webkit-mask: var(--icon-svg-left) no-repeat;
121
+ mask: var(--icon-svg-left) no-repeat;
122
122
  -webkit-mask-size: 100% 100%;
123
123
  mask-size: 100% 100%;
124
124
  color: inherit;
125
125
  }
126
- .icon-left {
126
+ .icon-right {
127
127
  height: 1em;
128
128
  width: 1em;
129
129
  background-color: currentColor;
130
- -webkit-mask: var(--icon-svg-left) no-repeat;
131
- mask: var(--icon-svg-left) no-repeat;
130
+ -webkit-mask: var(--icon-svg-right) no-repeat;
131
+ mask: var(--icon-svg-right) no-repeat;
132
132
  -webkit-mask-size: 100% 100%;
133
133
  mask-size: 100% 100%;
134
134
  color: inherit;
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1758014271361,
4
+ "lastModified": 1758617402825,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
8
8
  },
9
+ "bottom-right": {
10
+ "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\"/>"
11
+ },
9
12
  "bicycle": {
10
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\"/>"
11
14
  },
12
- "bottom": {
13
- "body": "<path 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\"/>"
14
- },
15
15
  "clear": {
16
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
- "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
- },
21
18
  "frame": {
22
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> "
23
20
  },
21
+ "left": {
22
+ "body": " <path 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\" ></path> "
23
+ },
24
24
  "star": {
25
25
  "body": " <path 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\" ></path> "
26
26
  }
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const index$1W = require("./components/index.cjs");
4
- const index$1X = require("./directives/index.cjs");
5
- const index$1Y = require("./icons/index.cjs");
3
+ const index$1X = require("./components/index.cjs");
4
+ const index$1Y = require("./directives/index.cjs");
5
+ const index$1Z = require("./icons/index.cjs");
6
6
  const index$1 = require("./components/button/index.cjs");
7
7
  const index$2 = require("./components/card/index.cjs");
8
8
  const index$3 = require("./components/collapse-item/index.cjs");
@@ -64,79 +64,80 @@ const index$W = require("./components/box-teleport/index.cjs");
64
64
  const index$X = require("./components/box-title/index.cjs");
65
65
  const index$Y = require("./components/box/index.cjs");
66
66
  const index$Z = require("./components/dialogs/index.cjs");
67
- const index$_ = require("./components/popup/index.cjs");
68
- const index$$ = require("./components/right-key/index.cjs");
69
- const index$10 = require("./components/seamless-scroll/index.cjs");
70
- const index$11 = require("./components/stick-div/index.cjs");
71
- const index$12 = require("./components/stick-edge/index.cjs");
72
- const index$13 = require("./components/stick-window/index.cjs");
73
- const index$14 = require("./components/window/index.cjs");
74
- const index$15 = require("./components/global-config/index.cjs");
75
- const index$16 = require("./components/icon-picker/index.cjs");
76
- const index$17 = require("./components/icon/index.cjs");
77
- const index$18 = require("./components/iframe/index.cjs");
78
- const index$19 = require("./components/keep-com/index.cjs");
79
- const index$1a = require("./components/menus/index.cjs");
80
- const index$1b = require("./components/page/index.cjs");
81
- const index$1c = require("./components/retract/index.cjs");
82
- const index$1d = require("./components/choice-select/index.cjs");
83
- const index$1e = require("./components/company-select/index.cjs");
84
- const index$1f = require("./components/department-select/index.cjs");
85
- const index$1g = require("./components/role-select/index.cjs");
86
- const index$1h = require("./components/select-dialog/index.cjs");
87
- const index$1i = require("./components/select-popover/index.cjs");
88
- const index$1j = require("./components/tree-select-box/index.cjs");
89
- const index$1k = require("./components/user-select/index.cjs");
90
- const index$1l = require("./components/array/index.cjs");
91
- const index$1m = require("./components/buttons/index.cjs");
92
- const index$1n = require("./components/cascaders/index.cjs");
93
- const index$1o = require("./components/checks/index.cjs");
94
- const index$1p = require("./components/dates-divide/index.cjs");
95
- const index$1q = require("./components/dates-picker/index.cjs");
96
- const index$1r = require("./components/dates/index.cjs");
97
- const index$1s = require("./components/edit-float/index.cjs");
98
- const index$1t = require("./components/edit/index.cjs");
99
- const index$1u = require("./components/history/index.cjs");
100
- const index$1v = require("./components/images/index.cjs");
101
- const index$1w = require("./components/input-array/index.cjs");
102
- const index$1x = require("./components/input-history/index.cjs");
103
- const index$1y = require("./components/input-num/index.cjs");
104
- const index$1z = require("./components/input-select/index.cjs");
105
- const index$1A = require("./components/inputs/index.cjs");
106
- const index$1B = require("./components/labels/index.cjs");
107
- const index$1C = require("./components/select-scroll/index.cjs");
108
- const index$1D = require("./components/selector/index.cjs");
109
- const index$1E = require("./components/selects/index.cjs");
110
- const index$1F = require("./components/switchs/index.cjs");
111
- const index$1G = require("./components/text/index.cjs");
112
- const index$1H = require("./components/list/index.cjs");
113
- const index$1I = require("./components/lists/index.cjs");
114
- const index$1J = require("./components/listsp/index.cjs");
115
- const index$1K = require("./components/paging/index.cjs");
116
- const index$1L = require("./components/tables/index.cjs");
117
- const index$1M = require("./components/tablesp/index.cjs");
118
- const index$1N = require("./components/tabless/index.cjs");
119
- const index$1O = require("./components/tablesv/index.cjs");
120
- const index$1P = require("./components/tablesvp/index.cjs");
121
- const index$1Q = require("./directives/adjust/index.cjs");
122
- const index$1R = require("./directives/drag/index.cjs");
123
- const index$1S = require("./directives/expose/index.cjs");
124
- const index$1T = require("./directives/locus/index.cjs");
125
- const index$1U = require("./directives/scroll/index.cjs");
126
- const index$1V = require("./directives/stick/index.cjs");
67
+ const index$_ = require("./components/no-data/index.cjs");
68
+ const index$$ = require("./components/popup/index.cjs");
69
+ const index$10 = require("./components/right-key/index.cjs");
70
+ const index$11 = require("./components/seamless-scroll/index.cjs");
71
+ const index$12 = require("./components/stick-div/index.cjs");
72
+ const index$13 = require("./components/stick-edge/index.cjs");
73
+ const index$14 = require("./components/stick-window/index.cjs");
74
+ const index$15 = require("./components/window/index.cjs");
75
+ const index$16 = require("./components/global-config/index.cjs");
76
+ const index$17 = require("./components/icon-picker/index.cjs");
77
+ const index$18 = require("./components/icon/index.cjs");
78
+ const index$19 = require("./components/iframe/index.cjs");
79
+ const index$1a = require("./components/keep-com/index.cjs");
80
+ const index$1b = require("./components/menus/index.cjs");
81
+ const index$1c = require("./components/page/index.cjs");
82
+ const index$1d = require("./components/retract/index.cjs");
83
+ const index$1e = require("./components/choice-select/index.cjs");
84
+ const index$1f = require("./components/company-select/index.cjs");
85
+ const index$1g = require("./components/department-select/index.cjs");
86
+ const index$1h = require("./components/role-select/index.cjs");
87
+ const index$1i = require("./components/select-dialog/index.cjs");
88
+ const index$1j = require("./components/select-popover/index.cjs");
89
+ const index$1k = require("./components/tree-select-box/index.cjs");
90
+ const index$1l = require("./components/user-select/index.cjs");
91
+ const index$1m = require("./components/array/index.cjs");
92
+ const index$1n = require("./components/buttons/index.cjs");
93
+ const index$1o = require("./components/cascaders/index.cjs");
94
+ const index$1p = require("./components/checks/index.cjs");
95
+ const index$1q = require("./components/dates-divide/index.cjs");
96
+ const index$1r = require("./components/dates-picker/index.cjs");
97
+ const index$1s = require("./components/dates/index.cjs");
98
+ const index$1t = require("./components/edit-float/index.cjs");
99
+ const index$1u = require("./components/edit/index.cjs");
100
+ const index$1v = require("./components/history/index.cjs");
101
+ const index$1w = require("./components/images/index.cjs");
102
+ const index$1x = require("./components/input-array/index.cjs");
103
+ const index$1y = require("./components/input-history/index.cjs");
104
+ const index$1z = require("./components/input-num/index.cjs");
105
+ const index$1A = require("./components/input-select/index.cjs");
106
+ const index$1B = require("./components/inputs/index.cjs");
107
+ const index$1C = require("./components/labels/index.cjs");
108
+ const index$1D = require("./components/select-scroll/index.cjs");
109
+ const index$1E = require("./components/selector/index.cjs");
110
+ const index$1F = require("./components/selects/index.cjs");
111
+ const index$1G = require("./components/switchs/index.cjs");
112
+ const index$1H = require("./components/text/index.cjs");
113
+ const index$1I = require("./components/list/index.cjs");
114
+ const index$1J = require("./components/lists/index.cjs");
115
+ const index$1K = require("./components/listsp/index.cjs");
116
+ const index$1L = require("./components/paging/index.cjs");
117
+ const index$1M = require("./components/tables/index.cjs");
118
+ const index$1N = require("./components/tablesp/index.cjs");
119
+ const index$1O = require("./components/tabless/index.cjs");
120
+ const index$1P = require("./components/tablesv/index.cjs");
121
+ const index$1Q = require("./components/tablesvp/index.cjs");
122
+ const index$1R = require("./directives/adjust/index.cjs");
123
+ const index$1S = require("./directives/drag/index.cjs");
124
+ const index$1T = require("./directives/expose/index.cjs");
125
+ const index$1U = require("./directives/locus/index.cjs");
126
+ const index$1V = require("./directives/scroll/index.cjs");
127
+ const index$1W = require("./directives/stick/index.cjs");
127
128
  const index = {
128
129
  install: function(app) {
129
- const com = index$1W;
130
+ const com = index$1X;
130
131
  Object.keys(com).forEach((key) => {
131
132
  if (com[key].install) {
132
133
  com[key].install(app);
133
134
  }
134
135
  });
135
- const dire = index$1X;
136
+ const dire = index$1Y;
136
137
  Object.keys(dire).forEach((key) => {
137
138
  app.directive(key, dire[key]);
138
139
  });
139
- index$1Y.default(app);
140
+ index$1Z.default(app);
140
141
  }
141
142
  };
142
143
  exports.Button = index$1.Button;
@@ -201,64 +202,65 @@ exports.BoxTeleport = index$W.BoxTeleport;
201
202
  exports.BoxTitle = index$X.BoxTitle;
202
203
  exports.Box = index$Y.Box;
203
204
  exports.Dialogs = index$Z.Dialogs;
204
- exports.Popup = index$_.Popup;
205
- exports.RightKey = index$$.RightKey;
206
- exports.SeamlessScroll = index$10.SeamlessScroll;
207
- exports.StickDiv = index$11.StickDiv;
208
- exports.StickEdge = index$12.StickEdge;
209
- exports.StickWindow = index$13.StickWindow;
210
- exports.Window = index$14.Window;
211
- exports.GlobalConfig = index$15.GlobalConfig;
212
- exports.IconPicker = index$16.IconPicker;
213
- exports.Icon = index$17.Icon;
214
- exports.Iframe = index$18.Iframe;
215
- exports.KeepCom = index$19.KeepCom;
216
- exports.Menus = index$1a.Menus;
217
- exports.Page = index$1b.Page;
218
- exports.Retract = index$1c.Retract;
219
- exports.ChoiceSelect = index$1d.ChoiceSelect;
220
- exports.CompanySelect = index$1e.CompanySelect;
221
- exports.DepartmentSelect = index$1f.DepartmentSelect;
222
- exports.RoleSelect = index$1g.RoleSelect;
223
- exports.SelectDialog = index$1h.SelectDialog;
224
- exports.SelectPopover = index$1i.SelectPopover;
225
- exports.TreeSelectBox = index$1j.TreeSelectBox;
226
- exports.UserSelect = index$1k.UserSelect;
227
- exports.Array = index$1l.Array;
228
- exports.Buttons = index$1m.Buttons;
229
- exports.Cascaders = index$1n.Cascaders;
230
- exports.Checks = index$1o.Checks;
231
- exports.DatesDivide = index$1p.DatesDivide;
232
- exports.DatesPicker = index$1q.DatesPicker;
233
- exports.Dates = index$1r.Dates;
234
- exports.EditFloat = index$1s.EditFloat;
235
- exports.Edit = index$1t.Edit;
236
- exports.History = index$1u.History;
237
- exports.Images = index$1v.Images;
238
- exports.InputArray = index$1w.InputArray;
239
- exports.InputHistory = index$1x.InputHistory;
240
- exports.InputNum = index$1y.InputNum;
241
- exports.InputSelect = index$1z.InputSelect;
242
- exports.Inputs = index$1A.Inputs;
243
- exports.Labels = index$1B.Labels;
244
- exports.SelectScroll = index$1C.SelectScroll;
245
- exports.Selector = index$1D.Selector;
246
- exports.Selects = index$1E.Selects;
247
- exports.Switchs = index$1F.Switchs;
248
- exports.Text = index$1G.Text;
249
- exports.List = index$1H.List;
250
- exports.Lists = index$1I.Lists;
251
- exports.Listsp = index$1J.Listsp;
252
- exports.Paging = index$1K.Paging;
253
- exports.Tables = index$1L.Tables;
254
- exports.Tablesp = index$1M.Tablesp;
255
- exports.Tabless = index$1N.Tabless;
256
- exports.Tablesv = index$1O.Tablesv;
257
- exports.Tablesvp = index$1P.Tablesvp;
258
- exports.Adjust = index$1Q.default;
259
- exports.Drag = index$1R.default;
260
- exports.Expose = index$1S.default;
261
- exports.Locus = index$1T.default;
262
- exports.Scroll = index$1U.default;
263
- exports.Stick = index$1V.default;
205
+ exports.NoData = index$_.NoData;
206
+ exports.Popup = index$$.Popup;
207
+ exports.RightKey = index$10.RightKey;
208
+ exports.SeamlessScroll = index$11.SeamlessScroll;
209
+ exports.StickDiv = index$12.StickDiv;
210
+ exports.StickEdge = index$13.StickEdge;
211
+ exports.StickWindow = index$14.StickWindow;
212
+ exports.Window = index$15.Window;
213
+ exports.GlobalConfig = index$16.GlobalConfig;
214
+ exports.IconPicker = index$17.IconPicker;
215
+ exports.Icon = index$18.Icon;
216
+ exports.Iframe = index$19.Iframe;
217
+ exports.KeepCom = index$1a.KeepCom;
218
+ exports.Menus = index$1b.Menus;
219
+ exports.Page = index$1c.Page;
220
+ exports.Retract = index$1d.Retract;
221
+ exports.ChoiceSelect = index$1e.ChoiceSelect;
222
+ exports.CompanySelect = index$1f.CompanySelect;
223
+ exports.DepartmentSelect = index$1g.DepartmentSelect;
224
+ exports.RoleSelect = index$1h.RoleSelect;
225
+ exports.SelectDialog = index$1i.SelectDialog;
226
+ exports.SelectPopover = index$1j.SelectPopover;
227
+ exports.TreeSelectBox = index$1k.TreeSelectBox;
228
+ exports.UserSelect = index$1l.UserSelect;
229
+ exports.Array = index$1m.Array;
230
+ exports.Buttons = index$1n.Buttons;
231
+ exports.Cascaders = index$1o.Cascaders;
232
+ exports.Checks = index$1p.Checks;
233
+ exports.DatesDivide = index$1q.DatesDivide;
234
+ exports.DatesPicker = index$1r.DatesPicker;
235
+ exports.Dates = index$1s.Dates;
236
+ exports.EditFloat = index$1t.EditFloat;
237
+ exports.Edit = index$1u.Edit;
238
+ exports.History = index$1v.History;
239
+ exports.Images = index$1w.Images;
240
+ exports.InputArray = index$1x.InputArray;
241
+ exports.InputHistory = index$1y.InputHistory;
242
+ exports.InputNum = index$1z.InputNum;
243
+ exports.InputSelect = index$1A.InputSelect;
244
+ exports.Inputs = index$1B.Inputs;
245
+ exports.Labels = index$1C.Labels;
246
+ exports.SelectScroll = index$1D.SelectScroll;
247
+ exports.Selector = index$1E.Selector;
248
+ exports.Selects = index$1F.Selects;
249
+ exports.Switchs = index$1G.Switchs;
250
+ exports.Text = index$1H.Text;
251
+ exports.List = index$1I.List;
252
+ exports.Lists = index$1J.Lists;
253
+ exports.Listsp = index$1K.Listsp;
254
+ exports.Paging = index$1L.Paging;
255
+ exports.Tables = index$1M.Tables;
256
+ exports.Tablesp = index$1N.Tablesp;
257
+ exports.Tabless = index$1O.Tabless;
258
+ exports.Tablesv = index$1P.Tablesv;
259
+ exports.Tablesvp = index$1Q.Tablesvp;
260
+ exports.Adjust = index$1R.default;
261
+ exports.Drag = index$1S.default;
262
+ exports.Expose = index$1T.default;
263
+ exports.Locus = index$1U.default;
264
+ exports.Scroll = index$1V.default;
265
+ exports.Stick = index$1W.default;
264
266
  exports.default = index;
package/dist/index.css CHANGED
@@ -99,6 +99,9 @@
99
99
  .forms-elf.center .el-form-item__label {
100
100
  justify-content: center;
101
101
  }
102
+ .forms .forms-li.forms-buts {
103
+ margin-right: 0;
104
+ }
102
105
  .forms-buts-div .el-button {
103
106
  height: inherit;
104
107
  }
@@ -234,6 +237,12 @@
234
237
  padding: 20px 20px;
235
238
  }
236
239
 
240
+ .no-data {
241
+ text-align: center;
242
+ margin-top: 20px;
243
+ color: #999;
244
+ }
245
+
237
246
  .popup {
238
247
  position: fixed;
239
248
  width: 100vw;
@@ -420,6 +429,7 @@
420
429
  cursor: pointer;
421
430
  }
422
431
  .icon-picker .icon-picker-dialog-list-item:hover {
432
+ background-color: #e5e5e5;
423
433
  color: var(--on-icon-picker);
424
434
  }
425
435
  .icon-picker .icon-picker-dialog-list-icon {
@@ -463,6 +473,10 @@
463
473
  width: 100%;
464
474
  height: 100%;
465
475
  }
476
+ .iframe > iframe {
477
+ width: 100%;
478
+ height: 100%;
479
+ }
466
480
 
467
481
  .menus .menu-li-item {
468
482
  display: flex;
@@ -584,6 +598,7 @@
584
598
  }
585
599
  .paging-slot > span {
586
600
  margin-right: 10px;
601
+ white-space: nowrap;
587
602
  }
588
603
  .paging .el-pagination__total {
589
604
  font-size: 14px;
@@ -940,7 +955,7 @@
940
955
  padding: 0;
941
956
  box-sizing: border-box;
942
957
  }
943
- .input-history-select-li {
958
+ .input-history-select-ul .input-history-select-li {
944
959
  padding: 0 32px 0 20px;
945
960
  position: relative;
946
961
  white-space: nowrap;
@@ -952,36 +967,26 @@
952
967
  box-sizing: border-box;
953
968
  cursor: pointer;
954
969
  }
955
- .input-history-select-li.hover, .input-history-select-li:hover {
970
+ .input-history-select-ul .input-history-select-li.hover, .input-history-select-ul .input-history-select-li:hover {
956
971
  background-color: #f5f7fa;
957
972
  }
958
- .input-history-select-li.hover .input-history-select-li-clean, .input-history-select-li:hover .input-history-select-li-clean {
973
+ .input-history-select-ul .input-history-select-li.hover .input-history-select-li-clean, .input-history-select-ul .input-history-select-li:hover .input-history-select-li-clean {
959
974
  display: inline-flex;
960
975
  }
961
- .input-history-select-li.selected {
976
+ .input-history-select-ul .input-history-select-li.selected {
962
977
  color: var(--bv-color-primary);
963
978
  font-weight: 700;
964
979
  }
965
- .input-history-select-li.is-disabled {
980
+ .input-history-select-ul .input-history-select-li.is-disabled {
966
981
  background-color: #ffffff;
967
982
  color: #a8abb2;
968
983
  cursor: not-allowed;
969
984
  }
970
- .input-history-select-li-clean {
971
- position: absolute;
985
+ .input-history-select-ul .input-history-select-li-clean {
972
986
  align-items: center;
973
987
  justify-content: center;
974
- right: 16px;
975
- height: 100%;
976
988
  display: none;
977
- }
978
- .input-history-select-clean {
979
- padding: 0 20px;
980
- }
981
- .input-history-select-clean-but {
982
- float: right;
983
- color: #ccc;
984
- cursor: pointer;
989
+ margin-left: 5px;
985
990
  }
986
991
 
987
992
  .input-num-input {
@@ -1190,11 +1195,6 @@
1190
1195
  .lists-list-item .el-card {
1191
1196
  background-color: transparent;
1192
1197
  }
1193
- .lists-list .lists-no-data {
1194
- text-align: center;
1195
- margin-top: 20px;
1196
- color: #999;
1197
- }
1198
1198
 
1199
1199
  .listsp {
1200
1200
  width: 100%;
@@ -1324,4 +1324,26 @@
1324
1324
  left: 0;
1325
1325
  z-index: 1;
1326
1326
  opacity: 0;
1327
+ }
1328
+
1329
+ .tablesvp {
1330
+ width: 100%;
1331
+ height: var(--tablesvp-height);
1332
+ display: flex;
1333
+ flex-direction: column;
1334
+ }
1335
+ .tablesvp-main {
1336
+ display: flex;
1337
+ flex-direction: column;
1338
+ flex: 1;
1339
+ width: 100%;
1340
+ }
1341
+ .tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1342
+ display: none;
1343
+ }
1344
+ .tablesvp-paginat {
1345
+ overflow: hidden;
1346
+ }
1347
+ .tablesvp-paginat .el-pagination {
1348
+ justify-content: flex-end;
1327
1349
  }
package/dist/index.js CHANGED
@@ -62,6 +62,7 @@ import { BoxTeleport } from "./components/box-teleport/index.js";
62
62
  import { BoxTitle } from "./components/box-title/index.js";
63
63
  import { Box } from "./components/box/index.js";
64
64
  import { Dialogs } from "./components/dialogs/index.js";
65
+ import { NoData } from "./components/no-data/index.js";
65
66
  import { Popup } from "./components/popup/index.js";
66
67
  import { RightKey } from "./components/right-key/index.js";
67
68
  import { SeamlessScroll } from "./components/seamless-scroll/index.js";
@@ -212,6 +213,7 @@ export {
212
213
  Menus,
213
214
  Message,
214
215
  MessageBox,
216
+ NoData,
215
217
  Option,
216
218
  OptionGroup,
217
219
  Page,