@fangzhongya/fang-ui 0.0.61 → 0.0.63

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 (87) hide show
  1. package/dist/components/array/src/data.cjs +32 -0
  2. package/dist/components/array/src/data.d.ts +32 -0
  3. package/dist/components/array/src/data.js +32 -0
  4. package/dist/components/box-title/src/index2.cjs +10 -11
  5. package/dist/components/box-title/src/index2.js +11 -12
  6. package/dist/components/common/list.cjs +4 -1
  7. package/dist/components/common/list.d.ts +5 -1
  8. package/dist/components/common/list.js +4 -1
  9. package/dist/components/dates-divide/src/data.cjs +6 -0
  10. package/dist/components/dates-divide/src/data.d.ts +8 -4
  11. package/dist/components/dates-divide/src/data.js +6 -0
  12. package/dist/components/dates-divide/src/index2.cjs +17 -9
  13. package/dist/components/dates-divide/src/index2.js +17 -9
  14. package/dist/components/dates2/index.cjs +9 -0
  15. package/dist/components/{transfer → dates2}/index.css +10 -0
  16. package/dist/components/dates2/index.d.ts +4 -0
  17. package/dist/components/dates2/index.js +9 -0
  18. package/dist/components/dates2/index.scss +14 -0
  19. package/dist/components/dates2/src/data.cjs +43 -0
  20. package/dist/components/dates2/src/data.d.ts +121 -0
  21. package/dist/components/dates2/src/data.js +43 -0
  22. package/dist/components/dates2/src/index.cjs +4 -0
  23. package/dist/components/dates2/src/index.js +4 -0
  24. package/dist/components/dates2/src/index2.cjs +100 -0
  25. package/dist/components/dates2/src/index2.js +100 -0
  26. package/dist/components/dates2/src/util.cjs +195 -0
  27. package/dist/components/dates2/src/util.d.ts +14 -0
  28. package/dist/components/dates2/src/util.js +195 -0
  29. package/dist/components/dates2/style/index2.scss +3 -0
  30. package/dist/components/global-config/index.css +0 -4
  31. package/dist/components/global-config/index.scss +2 -7
  32. package/dist/components/global-config/src/data.cjs +1 -1
  33. package/dist/components/global-config/src/data.d.ts +1 -1
  34. package/dist/components/global-config/src/data.js +1 -1
  35. package/dist/components/index.cjs +50 -48
  36. package/dist/components/index.d.ts +1 -0
  37. package/dist/components/index.js +2 -0
  38. package/dist/components/index.scss +1 -0
  39. package/dist/components/index2.scss +1 -0
  40. package/dist/components/list/src/data.cjs +1 -1
  41. package/dist/components/list/src/data.d.ts +1 -1
  42. package/dist/components/list/src/data.js +1 -1
  43. package/dist/components/lists/src/data.cjs +9 -1
  44. package/dist/components/lists/src/data.d.ts +9 -0
  45. package/dist/components/lists/src/data.js +9 -1
  46. package/dist/components/loading/src/index.d.ts +1 -1
  47. package/dist/components/switchs/src/data.d.ts +4 -0
  48. package/dist/components/switchs/src/index2.cjs +1 -0
  49. package/dist/components/switchs/src/index2.js +1 -0
  50. package/dist/components/tables/common/pagin.cjs +2 -0
  51. package/dist/components/tables/common/pagin.d.ts +2 -0
  52. package/dist/components/tables/common/pagin.js +2 -0
  53. package/dist/components/tables/src/data.cjs +3 -0
  54. package/dist/components/tables/src/data.d.ts +3 -0
  55. package/dist/components/tables/src/data.js +3 -0
  56. package/dist/components/window/index.css +1 -0
  57. package/dist/components/window/index.scss +1 -5
  58. package/dist/components/window/src/index2.cjs +2 -2
  59. package/dist/components/window/src/index2.js +2 -2
  60. package/dist/css/{transfer.css → dates2.css} +10 -0
  61. package/dist/css/global-config.css +0 -4
  62. package/dist/css/index.css +11 -4
  63. package/dist/css/window.css +1 -0
  64. package/dist/expand/{chunk-3HYUAX6P.js → chunk-BDTC57P3.js} +2 -0
  65. package/dist/expand/{chunk-IPHLXLMM.cjs → chunk-JHLD73ZJ.cjs} +2 -0
  66. package/dist/expand/components.cjs +5 -5
  67. package/dist/expand/components.js +1 -1
  68. package/dist/expand/config.cjs +2 -2
  69. package/dist/expand/config.js +1 -1
  70. package/dist/icons/index.css +27 -33
  71. package/dist/icons/index.json +9 -9
  72. package/dist/icons/vue/frame.cjs +2 -6
  73. package/dist/icons/vue/frame.js +2 -6
  74. package/dist/icons/vue/star.cjs +7 -4
  75. package/dist/icons/vue/star.js +7 -4
  76. package/dist/index.cjs +68 -66
  77. package/dist/index.css +11 -4
  78. package/dist/index.js +2 -0
  79. package/dist/locale/en.cjs +4 -0
  80. package/dist/locale/en.d.ts +4 -0
  81. package/dist/locale/en.js +4 -0
  82. package/dist/locale/zh-cn.cjs +4 -0
  83. package/dist/locale/zh-cn.d.ts +4 -0
  84. package/dist/locale/zh-cn.js +4 -0
  85. package/package.json +12 -12
  86. /package/dist/components/{forms-items → forms-item}/index.css +0 -0
  87. /package/dist/css/{forms-items.css → forms-item.css} +0 -0
@@ -1,8 +1,3 @@
1
- // @use '../common.scss' as *;
2
-
3
- // @use '../box-mask/src/index.scss' as *;
4
- // @use '../box-title/src/index.scss' as *;
5
-
6
1
  @use '../scss/common.scss' as *;
7
2
  @use '../box-mask/index.scss' as *;
8
3
  @use '../box-title/index.scss' as *;
@@ -30,6 +25,7 @@ $window: 'window';
30
25
  display: inline-flex;
31
26
  align-items: center;
32
27
  margin: 0 4px;
28
+ height: 100%;
33
29
  cursor: pointer;
34
30
  }
35
31
 
@@ -250,9 +250,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
250
250
  vue.createVNode(vue.unref(index$5.Icon), null, {
251
251
  default: vue.withCtx(() => [
252
252
  isMax.value ? vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-full"], { key: 0 }, () => [
253
- vue.createVNode(frame.default)
254
- ]) : vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-max"], { key: 1 }, () => [
255
253
  vue.createVNode(star.default)
254
+ ]) : vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot)["icon-max"], { key: 1 }, () => [
255
+ vue.createVNode(frame.default)
256
256
  ])
257
257
  ]),
258
258
  _: 3
@@ -248,9 +248,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
248
248
  createVNode(unref(Icon), null, {
249
249
  default: withCtx(() => [
250
250
  isMax.value ? renderSlot(_ctx.$slots, unref(dataSlot)["icon-full"], { key: 0 }, () => [
251
- createVNode(Frame)
252
- ]) : renderSlot(_ctx.$slots, unref(dataSlot)["icon-max"], { key: 1 }, () => [
253
251
  createVNode(Star)
252
+ ]) : renderSlot(_ctx.$slots, unref(dataSlot)["icon-max"], { key: 1 }, () => [
253
+ createVNode(Frame)
254
254
  ])
255
255
  ]),
256
256
  _: 3
@@ -10,4 +10,14 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ }
14
+
15
+ .dates2 .dates2-date {
16
+ height: 100%;
17
+ width: 100%;
18
+ box-sizing: border-box;
19
+ }
20
+ .dates2 .dates2-separate {
21
+ display: flex;
22
+ align-items: center;
13
23
  }
@@ -10,8 +10,4 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
- }
14
-
15
- .elglobal-config {
16
- left: 0;
17
13
  }
@@ -361,6 +361,7 @@
361
361
  display: inline-flex;
362
362
  align-items: center;
363
363
  margin: 0 4px;
364
+ height: 100%;
364
365
  cursor: pointer;
365
366
  }
366
367
  .window-body-div {
@@ -378,10 +379,6 @@
378
379
  width: 0 !important;
379
380
  }
380
381
 
381
- .elglobal-config {
382
- left: 0;
383
- }
384
-
385
382
  .icon-picker {
386
383
  height: 30px;
387
384
  }
@@ -851,6 +848,16 @@
851
848
  box-sizing: border-box;
852
849
  }
853
850
 
851
+ .dates2 .dates2-date {
852
+ height: 100%;
853
+ width: 100%;
854
+ box-sizing: border-box;
855
+ }
856
+ .dates2 .dates2-separate {
857
+ display: flex;
858
+ align-items: center;
859
+ }
860
+
854
861
  .edit-float-body {
855
862
  display: inline-flex;
856
863
  align-items: center;
@@ -73,6 +73,7 @@
73
73
  display: inline-flex;
74
74
  align-items: center;
75
75
  margin: 0 4px;
76
+ height: 100%;
76
77
  cursor: pointer;
77
78
  }
78
79
  .window-body-div {
@@ -92,6 +92,7 @@ var config_default = {
92
92
  "dates",
93
93
  "dates-divide",
94
94
  "dates-picker",
95
+ "dates2",
95
96
  "edit",
96
97
  "edit-float",
97
98
  "history",
@@ -199,6 +200,7 @@ var config_default = {
199
200
  "tree-select",
200
201
  "dates",
201
202
  "dates-divide",
203
+ "dates2",
202
204
  "edit",
203
205
  "edit-float",
204
206
  "cascader",
@@ -92,6 +92,7 @@ var config_default = {
92
92
  "dates",
93
93
  "dates-divide",
94
94
  "dates-picker",
95
+ "dates2",
95
96
  "edit",
96
97
  "edit-float",
97
98
  "history",
@@ -199,6 +200,7 @@ var config_default = {
199
200
  "tree-select",
200
201
  "dates",
201
202
  "dates-divide",
203
+ "dates2",
202
204
  "edit",
203
205
  "edit-float",
204
206
  "cascader",
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkIPHLXLMMcjs = require('./chunk-IPHLXLMM.cjs');
3
+ var _chunkJHLD73ZJcjs = require('./chunk-JHLD73ZJ.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 (_chunkIPHLXLMMcjs.config_default.components.includes(filename)) {
32
+ if (_chunkJHLD73ZJcjs.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 (_chunkIPHLXLMMcjs.config_default.sideEffects.includes(filename)) {
36
+ if (_chunkJHLD73ZJcjs.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 (_chunkIPHLXLMMcjs.config_default.directives.includes(filename)) {
52
+ if (_chunkJHLD73ZJcjs.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 (_chunkIPHLXLMMcjs.config_default.directives.includes("v-" + filename)) {
59
+ } else if (_chunkJHLD73ZJcjs.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-3HYUAX6P.js";
3
+ } from "./chunk-BDTC57P3.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 _chunkIPHLXLMMcjs = require('./chunk-IPHLXLMM.cjs');
3
+ var _chunkJHLD73ZJcjs = require('./chunk-JHLD73ZJ.cjs');
4
4
 
5
5
 
6
- exports.default = _chunkIPHLXLMMcjs.config_default;
6
+ exports.default = _chunkJHLD73ZJcjs.config_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-3HYUAX6P.js";
3
+ } from "./chunk-BDTC57P3.js";
4
4
  export {
5
5
  config_default as default
6
6
  };
@@ -1,17 +1,17 @@
1
1
  :root {
2
2
  --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
3
3
  --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");
4
- --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
5
4
  --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");
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
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");
7
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-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
9
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
- --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z' %3E%3C/path%3E %3C/svg%3E");
11
- --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
12
- --icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
13
- --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z' %3E%3C/path%3E %3C/svg%3E");
14
10
  --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");
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
+ --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-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z' p-id='1087'%3E%3C/path%3E%3Cpath d='M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z' p-id='1088'%3E%3C/path%3E %3C/svg%3E");
14
+ --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z'%3E%3C/path%3E %3C/svg%3E");
15
15
  }
16
16
  .icon-below {
17
17
  height: 1em;
@@ -33,22 +33,22 @@
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
35
35
  }
36
- .icon-bottom-left {
36
+ .icon-bottom {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
41
- mask: var(--icon-svg-bottom-left) no-repeat;
40
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
41
+ mask: var(--icon-svg-bottom) 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;
@@ -93,32 +93,32 @@
93
93
  mask-size: 100% 100%;
94
94
  color: inherit;
95
95
  }
96
- .icon-frame {
96
+ .icon-clear {
97
97
  height: 1em;
98
98
  width: 1em;
99
99
  background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-frame) no-repeat;
101
- mask: var(--icon-svg-frame) no-repeat;
100
+ -webkit-mask: var(--icon-svg-clear) no-repeat;
101
+ mask: var(--icon-svg-clear) no-repeat;
102
102
  -webkit-mask-size: 100% 100%;
103
103
  mask-size: 100% 100%;
104
104
  color: inherit;
105
105
  }
106
- .icon-left {
106
+ .icon-right {
107
107
  height: 1em;
108
108
  width: 1em;
109
109
  background-color: currentColor;
110
- -webkit-mask: var(--icon-svg-left) no-repeat;
111
- mask: var(--icon-svg-left) no-repeat;
110
+ -webkit-mask: var(--icon-svg-right) no-repeat;
111
+ mask: var(--icon-svg-right) no-repeat;
112
112
  -webkit-mask-size: 100% 100%;
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;
@@ -126,20 +126,14 @@
126
126
  .icon-star {
127
127
  height: 1em;
128
128
  width: 1em;
129
- background-color: currentColor;
130
- -webkit-mask: var(--icon-svg-star) no-repeat;
131
- mask: var(--icon-svg-star) no-repeat;
132
- -webkit-mask-size: 100% 100%;
133
- mask-size: 100% 100%;
134
- color: inherit;
129
+ background: var(--icon-svg-star) no-repeat;
130
+ background-size: 100% 100%;
131
+ background-color: transparent;
135
132
  }
136
- .icon-clear {
133
+ .icon-frame {
137
134
  height: 1em;
138
135
  width: 1em;
139
- background-color: currentColor;
140
- -webkit-mask: var(--icon-svg-clear) no-repeat;
141
- mask: var(--icon-svg-clear) no-repeat;
142
- -webkit-mask-size: 100% 100%;
143
- mask-size: 100% 100%;
144
- color: inherit;
136
+ background: var(--icon-svg-frame) no-repeat;
137
+ background-size: 100% 100%;
138
+ background-color: transparent;
145
139
  }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1758680191477,
4
+ "lastModified": 1760147265840,
5
5
  "icons": {
6
6
  "below": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z\" ></path> "
8
8
  },
9
- "bottom-left": {
10
- "body": "<path fill=\"currentColor\" d=\"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z\"/><path fill=\"currentColor\" d=\"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z\"/>"
9
+ "bottom": {
10
+ "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\"/>"
11
11
  },
12
12
  "bicycle": {
13
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\"/>"
@@ -15,14 +15,14 @@
15
15
  "close": {
16
16
  "body": " <path fill=\"currentColor\" d=\"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z\" ></path> "
17
17
  },
18
- "frame": {
19
- "body": " <path fill=\"currentColor\" d=\"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z\" ></path> "
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> "
23
- },
24
18
  "clear": {
25
19
  "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> "
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
+ "frame": {
25
+ "body": "<path d=\"M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z\"></path> "
26
26
  }
27
27
  },
28
28
  "aliases": {},
@@ -6,15 +6,11 @@ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helpe
6
6
  const _hoisted_1 = {
7
7
  id: "icon-frame",
8
8
  viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- "data-v-ea893728": ""
9
+ xmlns: "http://www.w3.org/2000/svg"
11
10
  };
12
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
12
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
- vue.createElementVNode("path", {
15
- fill: "currentColor",
16
- d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
17
- }, null, -1)
13
+ vue.createElementVNode("path", { d: "M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z" }, null, -1)
18
14
  ])]);
19
15
  }
20
16
  const Frame = /* @__PURE__ */ _pluginVue_exportHelper.default(frame_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
@@ -4,15 +4,11 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const _hoisted_1 = {
5
5
  id: "icon-frame",
6
6
  viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg",
8
- "data-v-ea893728": ""
7
+ xmlns: "http://www.w3.org/2000/svg"
9
8
  };
10
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
10
  return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
12
- createElementVNode("path", {
13
- fill: "currentColor",
14
- d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
15
- }, null, -1)
11
+ createElementVNode("path", { d: "M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z" }, null, -1)
16
12
  ])]);
17
13
  }
18
14
  const Frame = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
@@ -6,14 +6,17 @@ const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helpe
6
6
  const _hoisted_1 = {
7
7
  id: "icon-star",
8
8
  viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- "data-v-ea893728": ""
9
+ xmlns: "http://www.w3.org/2000/svg"
11
10
  };
12
11
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
12
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
13
  vue.createElementVNode("path", {
15
- fill: "currentColor",
16
- d: "m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"
14
+ d: "M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z",
15
+ "p-id": "1087"
16
+ }, null, -1),
17
+ vue.createElementVNode("path", {
18
+ d: "M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z",
19
+ "p-id": "1088"
17
20
  }, null, -1)
18
21
  ])]);
19
22
  }
@@ -4,14 +4,17 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const _hoisted_1 = {
5
5
  id: "icon-star",
6
6
  viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg",
8
- "data-v-ea893728": ""
7
+ xmlns: "http://www.w3.org/2000/svg"
9
8
  };
10
9
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11
10
  return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
12
11
  createElementVNode("path", {
13
- fill: "currentColor",
14
- d: "m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"
12
+ d: "M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z",
13
+ "p-id": "1087"
14
+ }, null, -1),
15
+ createElementVNode("path", {
16
+ d: "M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z",
17
+ "p-id": "1088"
15
18
  }, null, -1)
16
19
  ])]);
17
20
  }