@fangzhongya/fang-ui 0.0.43 → 0.0.45

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 (173) hide show
  1. package/bin/fang-ui.js +1 -1
  2. package/dist/components/alert/src/data.d.ts +1 -1
  3. package/dist/components/box/src/data.cjs +10 -6
  4. package/dist/components/box/src/data.d.ts +10 -1
  5. package/dist/components/box/src/data.js +10 -6
  6. package/dist/components/box/src/index2.cjs +2 -3
  7. package/dist/components/box/src/index2.js +2 -3
  8. package/dist/components/box-adjust/src/data.cjs +4 -2
  9. package/dist/components/box-adjust/src/data.d.ts +10 -3
  10. package/dist/components/box-adjust/src/data.js +4 -2
  11. package/dist/components/box-adjust/src/index2.cjs +2 -3
  12. package/dist/components/box-adjust/src/index2.js +2 -3
  13. package/dist/components/box-local/src/data.d.ts +6 -1
  14. package/dist/components/box-local/src/index2.cjs +5 -4
  15. package/dist/components/box-local/src/index2.js +5 -4
  16. package/dist/components/box-mask/src/data.cjs +2 -1
  17. package/dist/components/box-mask/src/data.d.ts +2 -5
  18. package/dist/components/box-mask/src/data.js +2 -1
  19. package/dist/components/box-teleport/src/data.cjs +5 -1
  20. package/dist/components/box-teleport/src/data.d.ts +5 -5
  21. package/dist/components/box-teleport/src/data.js +5 -1
  22. package/dist/components/box-teleport/src/index2.cjs +7 -2
  23. package/dist/components/box-teleport/src/index2.js +7 -2
  24. package/dist/components/box-title/src/data.cjs +2 -7
  25. package/dist/components/box-title/src/data.d.ts +4 -11
  26. package/dist/components/box-title/src/data.js +2 -7
  27. package/dist/components/button/src/data.d.ts +1 -1
  28. package/dist/components/card/src/data.d.ts +1 -1
  29. package/dist/components/cascader/src/data.d.ts +1 -1
  30. package/dist/components/cascader-panel/src/data.d.ts +1 -1
  31. package/dist/components/checkbox/src/data.d.ts +1 -1
  32. package/dist/components/checkbox-group/src/data.d.ts +1 -1
  33. package/dist/components/collapse/src/data.d.ts +1 -1
  34. package/dist/components/collapse-item/src/data.d.ts +1 -1
  35. package/dist/components/color-picker/src/data.d.ts +1 -1
  36. package/dist/components/common/urls.cjs +14 -8
  37. package/dist/components/common/urls.d.ts +14 -8
  38. package/dist/components/common/urls.js +14 -8
  39. package/dist/components/config-provider/src/data.d.ts +1 -1
  40. package/dist/components/date-picker/src/data.d.ts +1 -1
  41. package/dist/components/dialog/src/data.d.ts +1 -1
  42. package/dist/components/dialogs/src/data.cjs +9 -1
  43. package/dist/components/dialogs/src/data.d.ts +17 -1
  44. package/dist/components/dialogs/src/data.js +9 -1
  45. package/dist/components/divider/src/data.d.ts +1 -1
  46. package/dist/components/drawer/src/data.d.ts +1 -1
  47. package/dist/components/dropdown/src/data.d.ts +1 -1
  48. package/dist/components/dropdown-item/src/data.d.ts +1 -1
  49. package/dist/components/dropdown-menu/src/data.d.ts +1 -1
  50. package/dist/components/form/src/data.d.ts +1 -1
  51. package/dist/components/form-item/src/data.d.ts +1 -1
  52. package/dist/components/forms/src/data.cjs +63 -7
  53. package/dist/components/forms/src/data.d.ts +63 -15
  54. package/dist/components/forms/src/data.js +63 -7
  55. package/dist/components/forms/src/index2.cjs +3 -3
  56. package/dist/components/forms/src/index2.js +3 -3
  57. package/dist/components/forms-div/src/data.cjs +15 -2
  58. package/dist/components/forms-div/src/data.d.ts +15 -4
  59. package/dist/components/forms-div/src/data.js +15 -2
  60. package/dist/components/forms-item/src/data.cjs +22 -1
  61. package/dist/components/forms-item/src/data.d.ts +24 -5
  62. package/dist/components/forms-item/src/data.js +22 -1
  63. package/dist/components/forms-items/src/data.cjs +11 -2
  64. package/dist/components/forms-items/src/data.d.ts +12 -5
  65. package/dist/components/forms-items/src/data.js +11 -2
  66. package/dist/components/global-config/src/data.cjs +9 -1
  67. package/dist/components/global-config/src/data.d.ts +12 -1
  68. package/dist/components/global-config/src/data.js +9 -1
  69. package/dist/components/icon/index.css +13 -0
  70. package/dist/components/icon/index.scss +14 -0
  71. package/dist/components/icon/src/data.cjs +16 -2
  72. package/dist/components/icon/src/data.d.ts +16 -2
  73. package/dist/components/icon/src/data.js +16 -2
  74. package/dist/components/icon/src/index2.cjs +18 -17
  75. package/dist/components/icon/src/index2.js +19 -18
  76. package/dist/components/icon/style/index2.scss +1 -0
  77. package/dist/components/icon/tests/cs3/assets/index.scss +70 -0
  78. package/dist/components/icon-picker/src/data.cjs +3 -3
  79. package/dist/components/icon-picker/src/data.d.ts +3 -3
  80. package/dist/components/icon-picker/src/data.js +3 -3
  81. package/dist/components/iframe/src/data.cjs +3 -3
  82. package/dist/components/iframe/src/data.d.ts +6 -3
  83. package/dist/components/iframe/src/data.js +3 -3
  84. package/dist/components/iframe/src/index2.cjs +4 -0
  85. package/dist/components/iframe/src/index2.js +4 -0
  86. package/dist/components/image/src/data.d.ts +1 -1
  87. package/dist/components/index.scss +1 -0
  88. package/dist/components/index2.scss +2 -1
  89. package/dist/components/input/src/data.d.ts +1 -1
  90. package/dist/components/input-number/src/data.d.ts +1 -1
  91. package/dist/components/lists/src/data.cjs +36 -4
  92. package/dist/components/lists/src/data.d.ts +36 -2
  93. package/dist/components/lists/src/data.js +36 -4
  94. package/dist/components/menus/src/index2.cjs +11 -1
  95. package/dist/components/menus/src/index2.js +11 -1
  96. package/dist/components/option-group/src/data.d.ts +1 -1
  97. package/dist/components/pagination/src/data.d.ts +1 -1
  98. package/dist/components/popconfirm/src/data.d.ts +1 -1
  99. package/dist/components/popover/src/data.d.ts +1 -1
  100. package/dist/components/popup/index.scss +1 -0
  101. package/dist/components/popup/src/data.cjs +14 -7
  102. package/dist/components/popup/src/data.d.ts +20 -8
  103. package/dist/components/popup/src/data.js +14 -7
  104. package/dist/components/popup/src/index2.cjs +3 -4
  105. package/dist/components/popup/src/index2.js +3 -4
  106. package/dist/components/radio/src/data.d.ts +1 -1
  107. package/dist/components/radio-group/src/data.d.ts +1 -1
  108. package/dist/components/retract/index.cjs +1 -0
  109. package/dist/components/retract/index.css +87 -0
  110. package/dist/components/retract/index.js +1 -0
  111. package/dist/components/retract/index.scss +76 -0
  112. package/dist/components/retract/src/data.cjs +3 -5
  113. package/dist/components/retract/src/data.d.ts +4 -8
  114. package/dist/components/retract/src/data.js +3 -5
  115. package/dist/components/retract/src/index2.cjs +1 -1
  116. package/dist/components/retract/src/index2.js +1 -1
  117. package/dist/components/right-key/src/data.cjs +10 -9
  118. package/dist/components/right-key/src/data.d.ts +15 -4
  119. package/dist/components/right-key/src/data.js +10 -9
  120. package/dist/components/seamless-scroll/index.css +1 -0
  121. package/dist/components/seamless-scroll/index.scss +1 -0
  122. package/dist/components/seamless-scroll/src/data.cjs +13 -12
  123. package/dist/components/seamless-scroll/src/data.d.ts +13 -15
  124. package/dist/components/seamless-scroll/src/data.js +13 -12
  125. package/dist/components/seamless-scroll/src/index2.cjs +6 -3
  126. package/dist/components/seamless-scroll/src/index2.js +6 -3
  127. package/dist/components/select/src/data.d.ts +1 -1
  128. package/dist/components/slider/src/data.d.ts +1 -1
  129. package/dist/components/stick-div/src/data.cjs +6 -3
  130. package/dist/components/stick-div/src/data.d.ts +6 -3
  131. package/dist/components/stick-div/src/data.js +6 -3
  132. package/dist/components/stick-edge/src/data.cjs +6 -3
  133. package/dist/components/stick-edge/src/data.d.ts +6 -3
  134. package/dist/components/stick-edge/src/data.js +6 -3
  135. package/dist/components/stick-window/src/data.cjs +6 -30
  136. package/dist/components/stick-window/src/data.d.ts +13 -19
  137. package/dist/components/stick-window/src/data.js +6 -30
  138. package/dist/components/switch/src/data.d.ts +1 -1
  139. package/dist/components/tab-pane/src/data.d.ts +1 -1
  140. package/dist/components/tabs/src/data.d.ts +1 -1
  141. package/dist/components/time-picker/src/data.d.ts +1 -1
  142. package/dist/components/time-select/src/data.d.ts +1 -1
  143. package/dist/components/tooltip/src/data.d.ts +1 -1
  144. package/dist/components/tree/src/data.d.ts +1 -1
  145. package/dist/components/tree-select/src/data.d.ts +1 -1
  146. package/dist/components/upload/src/data.d.ts +1 -1
  147. package/dist/components/window/index.css +3 -2
  148. package/dist/components/window/index.scss +7 -9
  149. package/dist/components/window/src/data.cjs +22 -9
  150. package/dist/components/window/src/data.d.ts +34 -10
  151. package/dist/components/window/src/data.js +22 -9
  152. package/dist/components/window/src/index2.cjs +39 -25
  153. package/dist/components/window/src/index2.js +39 -25
  154. package/dist/css/icon.css +13 -0
  155. package/dist/css/index.css +91 -2
  156. package/dist/css/retract.css +87 -0
  157. package/dist/css/seamless-scroll.css +1 -0
  158. package/dist/css/window.css +3 -2
  159. package/dist/directives/drag/index.cjs +2 -0
  160. package/dist/directives/drag/index.d.ts +0 -1
  161. package/dist/directives/drag/index.js +2 -0
  162. package/dist/expand/{chunk-NWMTWNXH.cjs → chunk-J3OWSCOI.cjs} +1 -0
  163. package/dist/expand/{chunk-5DCURPLA.js → chunk-WXZESOPO.js} +1 -0
  164. package/dist/expand/components.cjs +5 -5
  165. package/dist/expand/components.js +1 -1
  166. package/dist/expand/config.cjs +2 -2
  167. package/dist/expand/config.js +1 -1
  168. package/dist/icons/index.css +31 -31
  169. package/dist/icons/index.json +9 -9
  170. package/dist/index.css +91 -2
  171. package/package.json +9 -9
  172. /package/dist/components/{popover → button}/index.css +0 -0
  173. /package/dist/css/{popover.css → button.css} +0 -0
@@ -0,0 +1,87 @@
1
+ :root {
2
+ --on: rgb(91, 189, 246);
3
+ --color-primary: #409eff;
4
+ --bag-primary: #409eff;
5
+ --bag-primary-text: #fff;
6
+ --border: #eee;
7
+ --layout-panel-gap: 10px;
8
+ --layout-panel-padding: 20px;
9
+ --layout-form-item-padding-right: var(
10
+ --layout-panel-gap
11
+ );
12
+ --g-main-bg: var(--bg-color-page);
13
+ }
14
+
15
+ .retract {
16
+ position: relative;
17
+ }
18
+ .retract .retract-but {
19
+ position: absolute;
20
+ background-color: rgba(201, 201, 201, 0.5);
21
+ }
22
+ .retract .retract-but .retract-icon {
23
+ width: 100%;
24
+ height: 100%;
25
+ display: inline-flex;
26
+ pointer-events: all;
27
+ align-items: center;
28
+ justify-content: center;
29
+ cursor: pointer;
30
+ transform: rotate(0);
31
+ transition: transform 0.3s;
32
+ }
33
+ .retract .retract-but .retract-icon.is-reverse {
34
+ transform: rotate(-180deg);
35
+ }
36
+ .retract .retract-but.is-left {
37
+ top: 50%;
38
+ width: 20px;
39
+ height: 50px;
40
+ margin-top: -25px;
41
+ left: -20px;
42
+ }
43
+ .retract .retract-but.is-left .retract-icon {
44
+ transform: rotate(0);
45
+ }
46
+ .retract .retract-but.is-left .retract-icon.is-reverse {
47
+ transform: rotate(-180deg);
48
+ }
49
+ .retract .retract-but.is-right {
50
+ top: 50%;
51
+ width: 20px;
52
+ height: 50px;
53
+ margin-top: -25px;
54
+ right: -20px;
55
+ }
56
+ .retract .retract-but.is-right .retract-icon {
57
+ transform: rotate(-180deg);
58
+ }
59
+ .retract .retract-but.is-right .retract-icon.is-reverse {
60
+ transform: rotate(0);
61
+ }
62
+ .retract .retract-but.is-top {
63
+ left: 50%;
64
+ width: 50px;
65
+ height: 20px;
66
+ margin-left: -25px;
67
+ top: -20px;
68
+ }
69
+ .retract .retract-but.is-top .retract-icon {
70
+ transform: rotate(90deg);
71
+ }
72
+ .retract .retract-but.is-top .retract-icon.is-reverse {
73
+ transform: rotate(-90deg);
74
+ }
75
+ .retract .retract-but.is-bottom {
76
+ left: 50%;
77
+ width: 50px;
78
+ height: 20px;
79
+ margin-left: -25px;
80
+ bottom: -20px;
81
+ }
82
+ .retract .retract-but.is-bottom .retract-icon {
83
+ transform: rotate(-90deg);
84
+ }
85
+ .retract .retract-but.is-bottom .retract-icon.is-reverse {
86
+ transform: rotate(90deg);
87
+ }
@@ -18,6 +18,7 @@
18
18
  padding: 0;
19
19
  margin: 0;
20
20
  transition: 0s;
21
+ min-height: 60px;
21
22
  }
22
23
  .seamless-scroll .seamless-scroll-warp-line,
23
24
  .seamless-scroll .seamless-scroll-warp {
@@ -67,9 +67,10 @@
67
67
  display: flex;
68
68
  flex-direction: column;
69
69
  }
70
- .window-body-title .com-title-close i {
70
+ .window-body .window-title-icon {
71
71
  width: 20px;
72
- height: 20px;
72
+ display: inline-flex;
73
+ align-items: center;
73
74
  margin: 0 4px;
74
75
  cursor: pointer;
75
76
  }
@@ -72,6 +72,8 @@ const vDrag = {
72
72
  if (value.dom) {
73
73
  if (typeof value.dom == "string") {
74
74
  dom = el.querySelector(value.dom);
75
+ } else if (typeof value.dom == "boolean") {
76
+ dom = el;
75
77
  } else {
76
78
  dom = value.dom;
77
79
  }
@@ -1,7 +1,6 @@
1
1
  import { Directive } from 'vue';
2
2
  /**
3
3
  * Drag
4
- * ��ק
5
4
  */
6
5
  declare const _default: Directive;
7
6
  export default _default;
@@ -70,6 +70,8 @@ const vDrag = {
70
70
  if (value.dom) {
71
71
  if (typeof value.dom == "string") {
72
72
  dom = el.querySelector(value.dom);
73
+ } else if (typeof value.dom == "boolean") {
74
+ dom = el;
73
75
  } else {
74
76
  dom = value.dom;
75
77
  }
@@ -123,6 +123,7 @@ var config_default = {
123
123
  "lists",
124
124
  "menus",
125
125
  "page",
126
+ "retract",
126
127
  "button",
127
128
  "card",
128
129
  "color-picker",
@@ -123,6 +123,7 @@ var config_default = {
123
123
  "lists",
124
124
  "menus",
125
125
  "page",
126
+ "retract",
126
127
  "button",
127
128
  "card",
128
129
  "color-picker",
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkNWMTWNXHcjs = require('./chunk-NWMTWNXH.cjs');
3
+ var _chunkJ3OWSCOIcjs = require('./chunk-J3OWSCOI.cjs');
4
4
 
5
5
  // expand/components.ts
6
6
  var _humpToLine = require('@fangzhongya/utils/name/humpToLine');
@@ -29,11 +29,11 @@ function namefilter(c, name) {
29
29
  function getFrom(mc, type, conf) {
30
30
  const filename = mc.replace(new RegExp("^" + config.prefix + "-"), "");
31
31
  if (type == 1) {
32
- if (_chunkNWMTWNXHcjs.config_default.components.includes(filename)) {
32
+ if (_chunkJ3OWSCOIcjs.config_default.components.includes(filename)) {
33
33
  const name = _lineToLargeHump.lineToLargeHump.call(void 0, mc);
34
34
  const from = `${config.name}/components/${filename}/index`;
35
35
  let sideEffects;
36
- if (_chunkNWMTWNXHcjs.config_default.sideEffects.includes(filename)) {
36
+ if (_chunkJ3OWSCOIcjs.config_default.sideEffects.includes(filename)) {
37
37
  if (conf.css) {
38
38
  sideEffects = `${config.name}/components/${filename}/style/index2/.scss`;
39
39
  } else {
@@ -49,14 +49,14 @@ function getFrom(mc, type, conf) {
49
49
  return;
50
50
  }
51
51
  } else {
52
- if (_chunkNWMTWNXHcjs.config_default.directives.includes(filename)) {
52
+ if (_chunkJ3OWSCOIcjs.config_default.directives.includes(filename)) {
53
53
  const name = "default";
54
54
  const from = `${config.name}/directives/${filename}/index`;
55
55
  return {
56
56
  name,
57
57
  from
58
58
  };
59
- } else if (_chunkNWMTWNXHcjs.config_default.directives.includes("v-" + filename)) {
59
+ } else if (_chunkJ3OWSCOIcjs.config_default.directives.includes("v-" + filename)) {
60
60
  const name = "default";
61
61
  const from = `${config.name}/directives/${"v-" + filename}/index`;
62
62
  return {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-5DCURPLA.js";
3
+ } from "./chunk-WXZESOPO.js";
4
4
 
5
5
  // expand/components.ts
6
6
  import { humpToLine } from "@fangzhongya/utils/name/humpToLine";
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkNWMTWNXHcjs = require('./chunk-NWMTWNXH.cjs');
3
+ var _chunkJ3OWSCOIcjs = require('./chunk-J3OWSCOI.cjs');
4
4
 
5
5
 
6
- exports.default = _chunkNWMTWNXHcjs.config_default;
6
+ exports.default = _chunkJ3OWSCOIcjs.config_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-5DCURPLA.js";
3
+ } from "./chunk-WXZESOPO.js";
4
4
  export {
5
5
  config_default as default
6
6
  };
@@ -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-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
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");
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");
5
6
  --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
7
  --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
- --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
- --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
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
11
  --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");
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
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-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
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-below {
36
+ .icon-bottom-right {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-below) no-repeat;
41
- mask: var(--icon-svg-below) 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-bottom {
46
+ .icon-bottom-left {
47
47
  height: 1em;
48
48
  width: 1em;
49
49
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-bottom) no-repeat;
51
- mask: var(--icon-svg-bottom) 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-bicycle {
56
+ .icon-bottom {
57
57
  height: 1em;
58
58
  width: 1em;
59
59
  background-color: currentColor;
60
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
61
- mask: var(--icon-svg-bicycle) no-repeat;
60
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
61
+ mask: var(--icon-svg-bottom) 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-bicycle {
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-bicycle) no-repeat;
71
+ mask: var(--icon-svg-bicycle) no-repeat;
72
72
  -webkit-mask-size: 100% 100%;
73
73
  mask-size: 100% 100%;
74
74
  color: inherit;
@@ -83,22 +83,22 @@
83
83
  mask-size: 100% 100%;
84
84
  color: inherit;
85
85
  }
86
- .icon-edit {
86
+ .icon-close {
87
87
  height: 1em;
88
88
  width: 1em;
89
89
  background-color: currentColor;
90
- -webkit-mask: var(--icon-svg-edit) no-repeat;
91
- mask: var(--icon-svg-edit) no-repeat;
90
+ -webkit-mask: var(--icon-svg-close) no-repeat;
91
+ mask: var(--icon-svg-close) no-repeat;
92
92
  -webkit-mask-size: 100% 100%;
93
93
  mask-size: 100% 100%;
94
94
  color: inherit;
95
95
  }
96
- .icon-close {
96
+ .icon-edit {
97
97
  height: 1em;
98
98
  width: 1em;
99
99
  background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-close) no-repeat;
101
- mask: var(--icon-svg-close) no-repeat;
100
+ -webkit-mask: var(--icon-svg-edit) no-repeat;
101
+ mask: var(--icon-svg-edit) no-repeat;
102
102
  -webkit-mask-size: 100% 100%;
103
103
  mask-size: 100% 100%;
104
104
  color: inherit;
@@ -113,22 +113,22 @@
113
113
  mask-size: 100% 100%;
114
114
  color: inherit;
115
115
  }
116
- .icon-left {
116
+ .icon-right {
117
117
  height: 1em;
118
118
  width: 1em;
119
119
  background-color: currentColor;
120
- -webkit-mask: var(--icon-svg-left) no-repeat;
121
- mask: var(--icon-svg-left) no-repeat;
120
+ -webkit-mask: var(--icon-svg-right) no-repeat;
121
+ mask: var(--icon-svg-right) no-repeat;
122
122
  -webkit-mask-size: 100% 100%;
123
123
  mask-size: 100% 100%;
124
124
  color: inherit;
125
125
  }
126
- .icon-right {
126
+ .icon-left {
127
127
  height: 1em;
128
128
  width: 1em;
129
129
  background-color: currentColor;
130
- -webkit-mask: var(--icon-svg-right) no-repeat;
131
- mask: var(--icon-svg-right) no-repeat;
130
+ -webkit-mask: var(--icon-svg-left) no-repeat;
131
+ mask: var(--icon-svg-left) no-repeat;
132
132
  -webkit-mask-size: 100% 100%;
133
133
  mask-size: 100% 100%;
134
134
  color: inherit;
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1754967282007,
4
+ "lastModified": 1755568408293,
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
- "below": {
10
- "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> "
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
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": {
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
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
- "close": {
19
- "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> "
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
- "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> "
21
+ "right": {
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
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> "
package/dist/index.css CHANGED
@@ -310,6 +310,7 @@
310
310
  padding: 0;
311
311
  margin: 0;
312
312
  transition: 0s;
313
+ min-height: 60px;
313
314
  }
314
315
  .seamless-scroll .seamless-scroll-warp-line,
315
316
  .seamless-scroll .seamless-scroll-warp {
@@ -340,9 +341,10 @@
340
341
  display: flex;
341
342
  flex-direction: column;
342
343
  }
343
- .window-body-title .com-title-close i {
344
+ .window-body .window-title-icon {
344
345
  width: 20px;
345
- height: 20px;
346
+ display: inline-flex;
347
+ align-items: center;
346
348
  margin: 0 4px;
347
349
  cursor: pointer;
348
350
  }
@@ -367,6 +369,9 @@
367
369
 
368
370
  .icon {
369
371
  --color: inherit;
372
+ height: 1em;
373
+ width: 1em;
374
+ line-height: 1em;
370
375
  display: inline-flex;
371
376
  justify-content: center;
372
377
  align-items: center;
@@ -375,6 +380,16 @@
375
380
  color: var(--color);
376
381
  font-size: inherit;
377
382
  }
383
+ .icon-cont {
384
+ border: 0;
385
+ display: inline-flex;
386
+ align-items: center;
387
+ object-fit: contain;
388
+ justify-content: center;
389
+ font-size: inherit !important;
390
+ width: inherit !important;
391
+ height: inherit !important;
392
+ }
378
393
 
379
394
  .lists-div .lists-table {
380
395
  width: 100%;
@@ -573,6 +588,80 @@
573
588
  background-color: #f5f5f5;
574
589
  }
575
590
 
591
+ .retract {
592
+ position: relative;
593
+ }
594
+ .retract .retract-but {
595
+ position: absolute;
596
+ background-color: rgba(201, 201, 201, 0.5);
597
+ }
598
+ .retract .retract-but .retract-icon {
599
+ width: 100%;
600
+ height: 100%;
601
+ display: inline-flex;
602
+ pointer-events: all;
603
+ align-items: center;
604
+ justify-content: center;
605
+ cursor: pointer;
606
+ transform: rotate(0);
607
+ transition: transform 0.3s;
608
+ }
609
+ .retract .retract-but .retract-icon.is-reverse {
610
+ transform: rotate(-180deg);
611
+ }
612
+ .retract .retract-but.is-left {
613
+ top: 50%;
614
+ width: 20px;
615
+ height: 50px;
616
+ margin-top: -25px;
617
+ left: -20px;
618
+ }
619
+ .retract .retract-but.is-left .retract-icon {
620
+ transform: rotate(0);
621
+ }
622
+ .retract .retract-but.is-left .retract-icon.is-reverse {
623
+ transform: rotate(-180deg);
624
+ }
625
+ .retract .retract-but.is-right {
626
+ top: 50%;
627
+ width: 20px;
628
+ height: 50px;
629
+ margin-top: -25px;
630
+ right: -20px;
631
+ }
632
+ .retract .retract-but.is-right .retract-icon {
633
+ transform: rotate(-180deg);
634
+ }
635
+ .retract .retract-but.is-right .retract-icon.is-reverse {
636
+ transform: rotate(0);
637
+ }
638
+ .retract .retract-but.is-top {
639
+ left: 50%;
640
+ width: 50px;
641
+ height: 20px;
642
+ margin-left: -25px;
643
+ top: -20px;
644
+ }
645
+ .retract .retract-but.is-top .retract-icon {
646
+ transform: rotate(90deg);
647
+ }
648
+ .retract .retract-but.is-top .retract-icon.is-reverse {
649
+ transform: rotate(-90deg);
650
+ }
651
+ .retract .retract-but.is-bottom {
652
+ left: 50%;
653
+ width: 50px;
654
+ height: 20px;
655
+ margin-left: -25px;
656
+ bottom: -20px;
657
+ }
658
+ .retract .retract-but.is-bottom .retract-icon {
659
+ transform: rotate(-90deg);
660
+ }
661
+ .retract .retract-but.is-bottom .retract-icon.is-reverse {
662
+ transform: rotate(90deg);
663
+ }
664
+
576
665
  .array {
577
666
  width: 100%;
578
667
  display: inline-flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.43",
4
+ "version": "0.0.45",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -24,16 +24,16 @@
24
24
  "fangui": "bin/fang-ui.js"
25
25
  },
26
26
  "dependencies": {
27
- "@fangzhongya/utils": "0.0.25"
27
+ "@fangzhongya/utils": "0.0.28"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fangzhongya/create": "0.2.34",
31
- "@types/node": "^24.2.1",
31
+ "@types/node": "^24.3.0",
32
32
  "@vitejs/plugin-vue": "^6.0.1",
33
33
  "@vue/shared": "3.5.18",
34
34
  "axios": "^1.11.0",
35
35
  "d3-timer": "3.0.1",
36
- "element-plus": "^2.10.6",
36
+ "element-plus": "^2.10.7",
37
37
  "fast-glob": "^3.3.3",
38
38
  "sass": "^1.90.0",
39
39
  "ts-node": "^10.9.2",
@@ -42,20 +42,20 @@
42
42
  "unplugin-auto-import": "20.0.0",
43
43
  "unplugin-dts": "1.0.0-beta.6",
44
44
  "unplugin-vue-components": "29.0.0",
45
- "vite": "^7.1.1",
45
+ "vite": "^7.1.2",
46
46
  "vitepress": "1.6.4",
47
47
  "vitest": "^3.2.4",
48
48
  "vue": "^3.5.18",
49
49
  "vue-tsc": "^3.0.5",
50
50
  "vuedraggable": "4.1.0",
51
- "vxe-table": "4.15.6",
51
+ "vxe-table": "4.15.8",
52
+ "@fang-ui/directives": "0.0.1-0",
52
53
  "@fang-ui/components": "0.0.1-0",
53
54
  "@fang-ui/hooks": "0.0.1-0",
54
- "@fang-ui/directives": "0.0.1-0",
55
- "@fang-ui/theme": "0.0.1-0",
55
+ "@fang-ui/icons": "0.0.1-0",
56
56
  "@fang-ui/locale": "0.0.1-0",
57
+ "@fang-ui/theme": "0.0.1-0",
57
58
  "@fang-ui/types": "0.0.1-0",
58
- "@fang-ui/icons": "0.0.1-0",
59
59
  "@fang-ui/utils": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
File without changes
File without changes