@fangzhongya/fang-ui 0.0.45 → 0.0.47

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 (115) hide show
  1. package/dist/components/alert/src/data.d.ts +2 -2
  2. package/dist/components/autocomplete/index.cjs +9 -0
  3. package/dist/components/autocomplete/index.d.ts +2 -0
  4. package/dist/components/autocomplete/index.js +9 -0
  5. package/dist/components/autocomplete/index.scss +5 -0
  6. package/dist/components/autocomplete/src/data.cjs +11 -0
  7. package/dist/components/autocomplete/src/data.d.ts +14 -0
  8. package/dist/components/autocomplete/src/data.js +11 -0
  9. package/dist/components/autocomplete/src/index.cjs +4 -0
  10. package/dist/components/autocomplete/src/index.js +4 -0
  11. package/dist/components/autocomplete/src/index2.cjs +46 -0
  12. package/dist/components/autocomplete/src/index2.js +46 -0
  13. package/dist/components/autocomplete/style/index2.scss +2 -0
  14. package/dist/components/button/src/data.d.ts +1 -1
  15. package/dist/components/card/src/data.d.ts +1 -1
  16. package/dist/components/cascader/src/data.d.ts +2 -2
  17. package/dist/components/cascader-panel/src/data.d.ts +2 -2
  18. package/dist/components/checkbox/src/data.d.ts +2 -2
  19. package/dist/components/checkbox-group/src/data.d.ts +2 -2
  20. package/dist/components/collapse/src/data.d.ts +2 -2
  21. package/dist/components/collapse-item/src/data.d.ts +2 -2
  22. package/dist/components/color-picker/src/data.d.ts +1 -1
  23. package/dist/components/common/use.cjs +1 -1
  24. package/dist/components/common/use.js +2 -2
  25. package/dist/components/config-provider/src/data.d.ts +1 -1
  26. package/dist/components/date-picker/src/data.d.ts +2 -2
  27. package/dist/components/dialog/src/data.d.ts +2 -2
  28. package/dist/components/divider/src/data.d.ts +2 -2
  29. package/dist/components/drawer/src/data.d.ts +2 -2
  30. package/dist/components/dropdown/src/data.d.ts +2 -2
  31. package/dist/components/dropdown-item/src/data.d.ts +2 -2
  32. package/dist/components/dropdown-menu/src/data.d.ts +2 -2
  33. package/dist/components/form/src/data.d.ts +2 -2
  34. package/dist/components/form-item/src/data.d.ts +2 -2
  35. package/dist/components/iframe/src/data.cjs +0 -16
  36. package/dist/components/iframe/src/data.d.ts +0 -16
  37. package/dist/components/iframe/src/data.js +0 -16
  38. package/dist/components/iframe/src/index2.cjs +2 -10
  39. package/dist/components/iframe/src/index2.js +3 -11
  40. package/dist/components/image/src/data.d.ts +1 -1
  41. package/dist/components/index.cjs +172 -164
  42. package/dist/components/index.d.ts +4 -0
  43. package/dist/components/index.js +8 -0
  44. package/dist/components/index.scss +4 -0
  45. package/dist/components/index2.scss +4 -0
  46. package/dist/components/input/src/data.d.ts +2 -2
  47. package/dist/components/input-number/src/data.d.ts +2 -2
  48. package/dist/components/input-tag/index.cjs +9 -0
  49. package/dist/components/input-tag/index.d.ts +2 -0
  50. package/dist/components/input-tag/index.js +9 -0
  51. package/dist/components/input-tag/index.scss +5 -0
  52. package/dist/components/input-tag/src/data.cjs +11 -0
  53. package/dist/components/input-tag/src/data.d.ts +14 -0
  54. package/dist/components/input-tag/src/data.js +11 -0
  55. package/dist/components/input-tag/src/index.cjs +4 -0
  56. package/dist/components/input-tag/src/index.js +4 -0
  57. package/dist/components/input-tag/src/index2.cjs +46 -0
  58. package/dist/components/input-tag/src/index2.js +46 -0
  59. package/dist/components/input-tag/style/index2.scss +2 -0
  60. package/dist/components/mention/index.cjs +9 -0
  61. package/dist/components/mention/index.d.ts +2 -0
  62. package/dist/components/mention/index.js +9 -0
  63. package/dist/components/mention/index.scss +5 -0
  64. package/dist/components/mention/src/data.cjs +11 -0
  65. package/dist/components/mention/src/data.d.ts +14 -0
  66. package/dist/components/mention/src/data.js +11 -0
  67. package/dist/components/mention/src/index.cjs +4 -0
  68. package/dist/components/mention/src/index.js +4 -0
  69. package/dist/components/mention/src/index2.cjs +46 -0
  70. package/dist/components/mention/src/index2.js +46 -0
  71. package/dist/components/mention/style/index2.scss +2 -0
  72. package/dist/components/option-group/src/data.d.ts +2 -2
  73. package/dist/components/pagination/src/data.d.ts +1 -1
  74. package/dist/components/popconfirm/src/data.d.ts +2 -2
  75. package/dist/components/popover/src/data.d.ts +2 -2
  76. package/dist/components/radio/src/data.d.ts +2 -2
  77. package/dist/components/radio-group/src/data.d.ts +2 -2
  78. package/dist/components/seamless-scroll/src/index2.cjs +1 -1
  79. package/dist/components/seamless-scroll/src/index2.js +1 -1
  80. package/dist/components/select/src/data.d.ts +2 -2
  81. package/dist/components/slider/src/data.d.ts +2 -2
  82. package/dist/components/switch/src/data.d.ts +2 -2
  83. package/dist/components/tab-pane/src/data.d.ts +2 -2
  84. package/dist/components/tabs/src/data.d.ts +2 -2
  85. package/dist/components/time-picker/src/data.d.ts +2 -2
  86. package/dist/components/time-select/src/data.d.ts +2 -2
  87. package/dist/components/tooltip/src/data.d.ts +2 -2
  88. package/dist/components/transfer/index.cjs +9 -0
  89. package/dist/components/transfer/index.d.ts +2 -0
  90. package/dist/components/transfer/index.js +9 -0
  91. package/dist/components/transfer/index.scss +5 -0
  92. package/dist/components/transfer/src/data.cjs +11 -0
  93. package/dist/components/transfer/src/data.d.ts +14 -0
  94. package/dist/components/transfer/src/data.js +11 -0
  95. package/dist/components/transfer/src/index.cjs +4 -0
  96. package/dist/components/transfer/src/index.js +4 -0
  97. package/dist/components/transfer/src/index2.cjs +46 -0
  98. package/dist/components/transfer/src/index2.js +46 -0
  99. package/dist/components/transfer/style/index2.scss +2 -0
  100. package/dist/components/tree/src/data.d.ts +2 -2
  101. package/dist/components/tree-select/src/data.d.ts +2 -2
  102. package/dist/components/upload/src/data.d.ts +2 -2
  103. package/dist/expand/{chunk-WXZESOPO.js → chunk-QTEP33RI.js} +8 -0
  104. package/dist/expand/{chunk-J3OWSCOI.cjs → chunk-SJZOTUWF.cjs} +8 -0
  105. package/dist/expand/components.cjs +5 -5
  106. package/dist/expand/components.js +1 -1
  107. package/dist/expand/config.cjs +2 -2
  108. package/dist/expand/config.js +1 -1
  109. package/dist/icons/index.css +18 -18
  110. package/dist/icons/index.json +6 -6
  111. package/dist/index.cjs +190 -182
  112. package/dist/index.js +8 -0
  113. package/package.json +6 -6
  114. /package/dist/components/{button → input}/index.css +0 -0
  115. /package/dist/css/{button.css → input.css} +0 -0
@@ -0,0 +1,46 @@
1
+ import { defineComponent, ref, useAttrs, useSlots, createElementBlock, openBlock, mergeProps, unref, createVNode, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
+ import { dataExpose, dataEmits, dataProps } from "./data.js";
3
+ import { useCssName } from "../../../hooks/cssname/index.js";
4
+ import { useLocale } from "../../../hooks/locale/index.js";
5
+ import { useInherit } from "../../../hooks/inherit/index.js";
6
+ import { ElTransfer } from "element-plus/es/components/transfer/index";
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ __name: "index",
9
+ props: dataProps,
10
+ emits: dataEmits,
11
+ setup(__props, { expose: __expose, emit: __emit }) {
12
+ const refEl = ref();
13
+ const attrs = useInherit(useAttrs());
14
+ const slots = useSlots();
15
+ const cs = useCssName("transfer");
16
+ const { getLocale } = useLocale();
17
+ const props = __props;
18
+ const emit = __emit;
19
+ __expose({
20
+ ...dataExpose,
21
+ refEl
22
+ });
23
+ return (_ctx, _cache) => {
24
+ return openBlock(), createElementBlock("div", mergeProps({
25
+ class: unref(cs).z()
26
+ }, unref(attrs).root), [
27
+ createVNode(unref(ElTransfer), mergeProps(unref(attrs).assem, {
28
+ ref_key: "refEl",
29
+ ref: refEl
30
+ }), createSlots({ _: 2 }, [
31
+ renderList(Object.keys(unref(slots)), (k, i) => {
32
+ return {
33
+ name: k,
34
+ fn: withCtx((scope) => [
35
+ renderSlot(_ctx.$slots, k, normalizeProps(guardReactiveProps(scope)))
36
+ ])
37
+ };
38
+ })
39
+ ]), 1040)
40
+ ], 16);
41
+ };
42
+ }
43
+ });
44
+ export {
45
+ _sfc_main as default
46
+ };
@@ -0,0 +1,2 @@
1
+ @use 'element-plus/theme-chalk/src/transfer.scss' as *;
2
+ @use '../index.scss' as *;
@@ -1,6 +1,6 @@
1
1
  import { ExtractPublicPropTypes } from 'vue';
2
2
  /**
3
- * @title {h3} Tree
3
+ * @title {h3} Tree 树形控件
4
4
  * @text 目前完全继承 element-plus 中 el-tree
5
5
  */
6
6
  export declare const dataProps: {};
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
9
9
  export type DataEmits = typeof dataEmits;
10
10
  export declare const dataSlot: {};
11
11
  /**
12
- * @expose refEl 获取当前组件在element-plus中暴露的方法
12
+ * @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
13
13
  */
14
14
  export declare const dataExpose: {};
@@ -1,6 +1,6 @@
1
1
  import { ExtractPublicPropTypes } from 'vue';
2
2
  /**
3
- * @title {h3} TreeSelect
3
+ * @title {h3} TreeSelect 树形选择
4
4
  * @text 目前完全继承 element-plus 中 el-tree-select
5
5
  */
6
6
  export declare const dataProps: {};
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
9
9
  export type DataEmits = typeof dataEmits;
10
10
  export declare const dataSlot: {};
11
11
  /**
12
- * @expose refEl 获取当前组件在element-plus中暴露的方法
12
+ * @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
13
13
  */
14
14
  export declare const dataExpose: {};
@@ -1,6 +1,6 @@
1
1
  import { ExtractPublicPropTypes } from 'vue';
2
2
  /**
3
- * @title {h3} Upload
3
+ * @title {h3} Upload 上传
4
4
  * @text 目前完全继承 element-plus 中 el-upload
5
5
  */
6
6
  export declare const dataProps: {};
@@ -9,6 +9,6 @@ export declare const dataEmits: never[];
9
9
  export type DataEmits = typeof dataEmits;
10
10
  export declare const dataSlot: {};
11
11
  /**
12
- * @expose refEl 获取当前组件在element-plus中暴露的方法
12
+ * @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
13
13
  */
14
14
  export declare const dataExpose: {};
@@ -26,8 +26,11 @@ var config_default = {
26
26
  "time-select",
27
27
  "form",
28
28
  "form-item",
29
+ "autocomplete",
29
30
  "input",
30
31
  "input-number",
32
+ "input-tag",
33
+ "mention",
31
34
  "radio",
32
35
  "radio-group",
33
36
  "option",
@@ -35,6 +38,7 @@ var config_default = {
35
38
  "select",
36
39
  "slider",
37
40
  "switch",
41
+ "transfer",
38
42
  "upload",
39
43
  "image",
40
44
  "dropdown",
@@ -173,6 +177,7 @@ var config_default = {
173
177
  "tooltip",
174
178
  "slider",
175
179
  "switch",
180
+ "transfer",
176
181
  "upload",
177
182
  "tree",
178
183
  "tree-select",
@@ -187,8 +192,11 @@ var config_default = {
187
192
  "time-select",
188
193
  "form",
189
194
  "form-item",
195
+ "autocomplete",
190
196
  "input",
191
197
  "input-number",
198
+ "input-tag",
199
+ "mention",
192
200
  "radio",
193
201
  "radio-group",
194
202
  "option",
@@ -26,8 +26,11 @@ var config_default = {
26
26
  "time-select",
27
27
  "form",
28
28
  "form-item",
29
+ "autocomplete",
29
30
  "input",
30
31
  "input-number",
32
+ "input-tag",
33
+ "mention",
31
34
  "radio",
32
35
  "radio-group",
33
36
  "option",
@@ -35,6 +38,7 @@ var config_default = {
35
38
  "select",
36
39
  "slider",
37
40
  "switch",
41
+ "transfer",
38
42
  "upload",
39
43
  "image",
40
44
  "dropdown",
@@ -173,6 +177,7 @@ var config_default = {
173
177
  "tooltip",
174
178
  "slider",
175
179
  "switch",
180
+ "transfer",
176
181
  "upload",
177
182
  "tree",
178
183
  "tree-select",
@@ -187,8 +192,11 @@ var config_default = {
187
192
  "time-select",
188
193
  "form",
189
194
  "form-item",
195
+ "autocomplete",
190
196
  "input",
191
197
  "input-number",
198
+ "input-tag",
199
+ "mention",
192
200
  "radio",
193
201
  "radio-group",
194
202
  "option",
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJ3OWSCOIcjs = require('./chunk-J3OWSCOI.cjs');
3
+ var _chunkSJZOTUWFcjs = require('./chunk-SJZOTUWF.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 (_chunkJ3OWSCOIcjs.config_default.components.includes(filename)) {
32
+ if (_chunkSJZOTUWFcjs.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 (_chunkJ3OWSCOIcjs.config_default.sideEffects.includes(filename)) {
36
+ if (_chunkSJZOTUWFcjs.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 (_chunkJ3OWSCOIcjs.config_default.directives.includes(filename)) {
52
+ if (_chunkSJZOTUWFcjs.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 (_chunkJ3OWSCOIcjs.config_default.directives.includes("v-" + filename)) {
59
+ } else if (_chunkSJZOTUWFcjs.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-WXZESOPO.js";
3
+ } from "./chunk-QTEP33RI.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 _chunkJ3OWSCOIcjs = require('./chunk-J3OWSCOI.cjs');
3
+ var _chunkSJZOTUWFcjs = require('./chunk-SJZOTUWF.cjs');
4
4
 
5
5
 
6
- exports.default = _chunkJ3OWSCOIcjs.config_default;
6
+ exports.default = _chunkSJZOTUWFcjs.config_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-WXZESOPO.js";
3
+ } from "./chunk-QTEP33RI.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
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");
4
+ --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
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");
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");
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-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");
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
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-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
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 {
@@ -33,12 +33,12 @@
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
35
35
  }
36
- .icon-bottom-right {
36
+ .icon-bicycle {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
41
- mask: var(--icon-svg-bottom-right) no-repeat;
40
+ -webkit-mask: var(--icon-svg-bicycle) no-repeat;
41
+ mask: var(--icon-svg-bicycle) no-repeat;
42
42
  -webkit-mask-size: 100% 100%;
43
43
  mask-size: 100% 100%;
44
44
  color: inherit;
@@ -53,22 +53,22 @@
53
53
  mask-size: 100% 100%;
54
54
  color: inherit;
55
55
  }
56
- .icon-bottom {
56
+ .icon-bottom-right {
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-bottom-right) no-repeat;
61
+ mask: var(--icon-svg-bottom-right) no-repeat;
62
62
  -webkit-mask-size: 100% 100%;
63
63
  mask-size: 100% 100%;
64
64
  color: inherit;
65
65
  }
66
- .icon-bicycle {
66
+ .icon-bottom {
67
67
  height: 1em;
68
68
  width: 1em;
69
69
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
71
- mask: var(--icon-svg-bicycle) 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;
@@ -113,22 +113,22 @@
113
113
  mask-size: 100% 100%;
114
114
  color: inherit;
115
115
  }
116
- .icon-right {
116
+ .icon-left {
117
117
  height: 1em;
118
118
  width: 1em;
119
119
  background-color: currentColor;
120
- -webkit-mask: var(--icon-svg-right) no-repeat;
121
- mask: var(--icon-svg-right) 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,25 +1,25 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1755568408293,
4
+ "lastModified": 1755660243984,
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
+ "bicycle": {
10
+ "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
+ },
9
12
  "bottom-right": {
10
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\"/>"
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
18
  "edit": {
19
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
- "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> "
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
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> "