@fangzhongya/fang-ui 0.0.63 → 0.0.65

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 (39) hide show
  1. package/dist/components/common/list.cjs +4 -1
  2. package/dist/components/common/list.d.ts +3 -0
  3. package/dist/components/common/list.js +4 -1
  4. package/dist/components/dates-divide/src/data.cjs +3 -3
  5. package/dist/components/dates-divide/src/data.d.ts +0 -3
  6. package/dist/components/dates-divide/src/data.js +3 -3
  7. package/dist/components/dates-divide/src/index2.cjs +27 -13
  8. package/dist/components/dates-divide/src/index2.js +22 -8
  9. package/dist/components/dates2/src/index2.cjs +14 -12
  10. package/dist/components/dates2/src/index2.js +4 -2
  11. package/dist/components/iframe/src/index2.cjs +2 -1
  12. package/dist/components/iframe/src/index2.js +2 -1
  13. package/dist/components/labels/src/data.cjs +6 -2
  14. package/dist/components/labels/src/data.d.ts +6 -0
  15. package/dist/components/labels/src/data.js +7 -3
  16. package/dist/components/labels/src/index2.cjs +13 -4
  17. package/dist/components/labels/src/index2.js +13 -4
  18. package/dist/components/lists/src/index2.cjs +3 -5
  19. package/dist/components/lists/src/index2.js +3 -5
  20. package/dist/components/selects/src/index2.cjs +17 -1
  21. package/dist/components/selects/src/index2.js +17 -1
  22. package/dist/components/tables/common/pagin.d.ts +4 -3
  23. package/dist/components/tables/src/index2.cjs +2 -1
  24. package/dist/components/tables/src/index2.js +2 -1
  25. package/dist/components/user-select/src/index2.cjs +5 -4
  26. package/dist/components/user-select/src/index2.js +6 -5
  27. package/dist/icons/index.css +34 -34
  28. package/dist/icons/index.json +13 -13
  29. package/dist/locale/en.cjs +1 -0
  30. package/dist/locale/en.d.ts +1 -0
  31. package/dist/locale/en.js +1 -0
  32. package/dist/locale/zh-cn.cjs +1 -0
  33. package/dist/locale/zh-cn.d.ts +1 -0
  34. package/dist/locale/zh-cn.js +1 -0
  35. package/package.json +7 -7
  36. /package/dist/components/{global-config → config-provider}/index.css +0 -0
  37. /package/dist/components/{forms-item → forms-items}/index.css +0 -0
  38. /package/dist/css/{global-config.css → config-provider.css} +0 -0
  39. /package/dist/css/{forms-item.css → forms-items.css} +0 -0
@@ -152,7 +152,7 @@ function comHandle(props2, emit, config) {
152
152
  };
153
153
  setMultipleValue = (v) => {
154
154
  let arr = [];
155
- if (v) {
155
+ if (v && typeof v === "string") {
156
156
  arr = v.split(props2.multiple);
157
157
  }
158
158
  return arr;
@@ -199,6 +199,9 @@ function comHandle(props2, emit, config) {
199
199
  }
200
200
  }
201
201
  return {
202
+ setMultipleValue,
203
+ getMultipleValue,
204
+ getValueObjs,
202
205
  value,
203
206
  multiple: selectMultiple
204
207
  };
@@ -72,6 +72,9 @@ type HandleConfig = {
72
72
  getValue: <T>(v: T) => T;
73
73
  };
74
74
  export declare function comHandle(props: any, emit: any, config?: HandleConfig): {
75
+ setMultipleValue: (v: any) => any;
76
+ getMultipleValue: (v: any) => any;
77
+ getValueObjs: (v: any) => any;
75
78
  value: WritableComputedRef<any, any>;
76
79
  multiple: Ref<boolean, boolean>;
77
80
  };
@@ -150,7 +150,7 @@ function comHandle(props2, emit, config) {
150
150
  };
151
151
  setMultipleValue = (v) => {
152
152
  let arr = [];
153
- if (v) {
153
+ if (v && typeof v === "string") {
154
154
  arr = v.split(props2.multiple);
155
155
  }
156
156
  return arr;
@@ -197,6 +197,9 @@ function comHandle(props2, emit, config) {
197
197
  }
198
198
  }
199
199
  return {
200
+ setMultipleValue,
201
+ getMultipleValue,
202
+ getValueObjs,
200
203
  value,
201
204
  multiple: selectMultiple
202
205
  };
@@ -18,9 +18,9 @@ const dataProps = {
18
18
  defaultTime: {
19
19
  type: Object
20
20
  },
21
- rangeSeparator: { type: String, default: "至" },
22
- startPlaceholder: { type: String, default: "开始" },
23
- endPlaceholder: { type: String, default: "结束" }
21
+ rangeSeparator: { type: String },
22
+ startPlaceholder: { type: String },
23
+ endPlaceholder: { type: String }
24
24
  };
25
25
  const dataEmits = ["update:modelValue"];
26
26
  const dataSlot = {
@@ -31,15 +31,12 @@ export declare const dataProps: {
31
31
  };
32
32
  rangeSeparator: {
33
33
  type: StringConstructor;
34
- default: string;
35
34
  };
36
35
  startPlaceholder: {
37
36
  type: StringConstructor;
38
- default: string;
39
37
  };
40
38
  endPlaceholder: {
41
39
  type: StringConstructor;
42
- default: string;
43
40
  };
44
41
  format: {
45
42
  type: StringConstructor;
@@ -16,9 +16,9 @@ const dataProps = {
16
16
  defaultTime: {
17
17
  type: Object
18
18
  },
19
- rangeSeparator: { type: String, default: "至" },
20
- startPlaceholder: { type: String, default: "开始" },
21
- endPlaceholder: { type: String, default: "结束" }
19
+ rangeSeparator: { type: String },
20
+ startPlaceholder: { type: String },
21
+ endPlaceholder: { type: String }
22
22
  };
23
23
  const dataEmits = ["update:modelValue"];
24
24
  const dataSlot = {
@@ -2,16 +2,30 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
4
  const data = require("./data.cjs");
5
- const index = require("../../../hooks/cssname/index.cjs");
5
+ const index$1 = require("../../../hooks/cssname/index.cjs");
6
6
  const util = require("../../dates2/src/util.cjs");
7
- const index$1 = require("element-plus/es/components/date-picker/index");
7
+ const index$2 = require("element-plus/es/components/date-picker/index");
8
+ const use = require("../../common/use.cjs");
9
+ const index = require("../../../hooks/locale/index.cjs");
8
10
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
9
11
  __name: "index",
10
12
  props: data.dataProps,
11
13
  emits: data.dataEmits,
12
14
  setup(__props, { expose: __expose, emit: __emit }) {
13
- const cs = index.useCssName("dates-divide");
14
- const props = __props;
15
+ const { getLocale } = index.useLocale();
16
+ const cs = index$1.useCssName("dates-divide");
17
+ const prs = __props;
18
+ const props = use.uesPropsDefault(prs, {
19
+ rangeSeparator() {
20
+ return getLocale("to");
21
+ },
22
+ startPlaceholder() {
23
+ return getLocale("began");
24
+ },
25
+ endPlaceholder() {
26
+ return getLocale("end");
27
+ }
28
+ });
15
29
  const emit = __emit;
16
30
  const setDefaultTime = (i) => {
17
31
  if (props.defaultTime instanceof Array) {
@@ -68,23 +82,23 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
68
82
  class: vue.normalizeClass(vue.unref(cs).z())
69
83
  }, [
70
84
  vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).prefix),
71
- vue.createVNode(vue.unref(index$1.ElDatePicker), {
85
+ vue.createVNode(vue.unref(index$2.ElDatePicker), {
72
86
  "disabled-date": disabledDateStart,
73
- type: props.type,
74
- format: props.format,
75
- placeholder: props.startPlaceholder,
87
+ type: vue.unref(props).type,
88
+ format: vue.unref(props).format,
89
+ placeholder: vue.unref(props).startPlaceholder,
76
90
  "default-time": setDefaultTime(0),
77
91
  modelValue: start.value,
78
92
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => start.value = $event)
79
93
  }, null, 8, ["type", "format", "placeholder", "default-time", "modelValue"]),
80
94
  vue.createElementVNode("span", {
81
95
  class: vue.normalizeClass(vue.unref(cs).z("range"))
82
- }, vue.toDisplayString(props.rangeSeparator), 3),
83
- vue.createVNode(vue.unref(index$1.ElDatePicker), {
96
+ }, vue.toDisplayString(vue.unref(props).rangeSeparator), 3),
97
+ vue.createVNode(vue.unref(index$2.ElDatePicker), {
84
98
  "disabled-date": disabledDateEnd,
85
- placeholder: props.endPlaceholder,
86
- type: props.type,
87
- format: props.format,
99
+ placeholder: vue.unref(props).endPlaceholder,
100
+ type: vue.unref(props).type,
101
+ format: vue.unref(props).format,
88
102
  "default-time": setDefaultTime(1),
89
103
  modelValue: end.value,
90
104
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => end.value = $event)
@@ -3,13 +3,27 @@ import { dataExpose, dataSlot, dataEmits, dataProps } from "./data.js";
3
3
  import { useCssName } from "../../../hooks/cssname/index.js";
4
4
  import { getDate } from "../../dates2/src/util.js";
5
5
  import { ElDatePicker } from "element-plus/es/components/date-picker/index";
6
+ import { uesPropsDefault } from "../../common/use.js";
7
+ import { useLocale } from "../../../hooks/locale/index.js";
6
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
7
9
  __name: "index",
8
10
  props: dataProps,
9
11
  emits: dataEmits,
10
12
  setup(__props, { expose: __expose, emit: __emit }) {
13
+ const { getLocale } = useLocale();
11
14
  const cs = useCssName("dates-divide");
12
- const props = __props;
15
+ const prs = __props;
16
+ const props = uesPropsDefault(prs, {
17
+ rangeSeparator() {
18
+ return getLocale("to");
19
+ },
20
+ startPlaceholder() {
21
+ return getLocale("began");
22
+ },
23
+ endPlaceholder() {
24
+ return getLocale("end");
25
+ }
26
+ });
13
27
  const emit = __emit;
14
28
  const setDefaultTime = (i) => {
15
29
  if (props.defaultTime instanceof Array) {
@@ -68,21 +82,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
68
82
  renderSlot(_ctx.$slots, unref(dataSlot).prefix),
69
83
  createVNode(unref(ElDatePicker), {
70
84
  "disabled-date": disabledDateStart,
71
- type: props.type,
72
- format: props.format,
73
- placeholder: props.startPlaceholder,
85
+ type: unref(props).type,
86
+ format: unref(props).format,
87
+ placeholder: unref(props).startPlaceholder,
74
88
  "default-time": setDefaultTime(0),
75
89
  modelValue: start.value,
76
90
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => start.value = $event)
77
91
  }, null, 8, ["type", "format", "placeholder", "default-time", "modelValue"]),
78
92
  createElementVNode("span", {
79
93
  class: normalizeClass(unref(cs).z("range"))
80
- }, toDisplayString(props.rangeSeparator), 3),
94
+ }, toDisplayString(unref(props).rangeSeparator), 3),
81
95
  createVNode(unref(ElDatePicker), {
82
96
  "disabled-date": disabledDateEnd,
83
- placeholder: props.endPlaceholder,
84
- type: props.type,
85
- format: props.format,
97
+ placeholder: unref(props).endPlaceholder,
98
+ type: unref(props).type,
99
+ format: unref(props).format,
86
100
  "default-time": setDefaultTime(1),
87
101
  modelValue: end.value,
88
102
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => end.value = $event)
@@ -2,20 +2,22 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
4
  const data = require("./data.cjs");
5
- const index$1 = require("../../../hooks/cssname/index.cjs");
6
- const index = require("../../../hooks/inherit/index.cjs");
5
+ const index$2 = require("../../../hooks/cssname/index.cjs");
6
+ const index$1 = require("../../../hooks/inherit/index.cjs");
7
7
  const util = require("./util.cjs");
8
- const index$3 = require("../../dates-divide/index.cjs");
9
- const index$2 = require("../../selects/index.cjs");
10
- const index$4 = require("element-plus/es/components/date-picker/index");
8
+ const index$4 = require("../../dates-divide/index.cjs");
9
+ const index$3 = require("../../selects/index.cjs");
10
+ const index$5 = require("element-plus/es/components/date-picker/index");
11
+ const index = require("../../../hooks/locale/index.cjs");
11
12
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
12
13
  __name: "index",
13
14
  props: data.dataProps,
14
15
  emits: data.dataEmits,
15
16
  setup(__props, { expose: __expose, emit: __emit }) {
16
- const attrs = index.useInherit(vue.useAttrs());
17
+ const { getLocale } = index.useLocale();
18
+ const attrs = index$1.useInherit(vue.useAttrs());
17
19
  const slots = vue.useSlots();
18
- const cs = index$1.useCssName("dates2");
20
+ const cs = index$2.useCssName("dates2");
19
21
  const props = __props;
20
22
  const emit = __emit;
21
23
  const defaultTime = [
@@ -60,23 +62,23 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
60
62
  key: 0,
61
63
  class: vue.normalizeClass([vue.unref(cs).z("separate")])
62
64
  }, [
63
- props.shortcuts && props.shortcuts.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.Selects), {
65
+ props.shortcuts && props.shortcuts.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$3.Selects), {
64
66
  key: 0,
65
67
  options: props.shortcuts,
66
68
  optobj: "",
67
- placeholder: "快捷选择",
69
+ placeholder: vue.unref(getLocale)("quick"),
68
70
  onChange,
69
71
  label: "text",
70
72
  prop: "text"
71
- }, null, 8, ["options"])) : vue.createCommentVNode("", true),
72
- vue.createVNode(vue.unref(index$3.DatesDivide), vue.mergeProps(vue.unref(attrs).assem, {
73
+ }, null, 8, ["options", "placeholder"])) : vue.createCommentVNode("", true),
74
+ vue.createVNode(vue.unref(index$4.DatesDivide), vue.mergeProps(vue.unref(attrs).assem, {
73
75
  type: ((_a = types.value) == null ? void 0 : _a.type) || props.type,
74
76
  format: props.format || ((_b = types.value) == null ? void 0 : _b.format),
75
77
  "default-time": defaultTime,
76
78
  modelValue: vue.unref(value),
77
79
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(value) ? value.value = $event : null)
78
80
  }), null, 16, ["type", "format", "modelValue"])
79
- ], 2)) : (vue.openBlock(), vue.createBlock(vue.unref(index$4.ElDatePicker), vue.mergeProps({ key: 1 }, vue.unref(attrs).assem, {
81
+ ], 2)) : (vue.openBlock(), vue.createBlock(vue.unref(index$5.ElDatePicker), vue.mergeProps({ key: 1 }, vue.unref(attrs).assem, {
80
82
  type: type.value,
81
83
  format: props.format || ((_c = types.value) == null ? void 0 : _c.format),
82
84
  "default-time": vue.unref(multiple) ? defaultTime : void 0,
@@ -6,11 +6,13 @@ import { getType, formatType } from "./util.js";
6
6
  import { DatesDivide } from "../../dates-divide/index.js";
7
7
  import { Selects } from "../../selects/index.js";
8
8
  import { ElDatePicker } from "element-plus/es/components/date-picker/index";
9
+ import { useLocale } from "../../../hooks/locale/index.js";
9
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
10
11
  __name: "index",
11
12
  props: dataProps,
12
13
  emits: dataEmits,
13
14
  setup(__props, { expose: __expose, emit: __emit }) {
15
+ const { getLocale } = useLocale();
14
16
  const attrs = useInherit(useAttrs());
15
17
  const slots = useSlots();
16
18
  const cs = useCssName("dates2");
@@ -62,11 +64,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
64
  key: 0,
63
65
  options: props.shortcuts,
64
66
  optobj: "",
65
- placeholder: "快捷选择",
67
+ placeholder: unref(getLocale)("quick"),
66
68
  onChange,
67
69
  label: "text",
68
70
  prop: "text"
69
- }, null, 8, ["options"])) : createCommentVNode("", true),
71
+ }, null, 8, ["options", "placeholder"])) : createCommentVNode("", true),
70
72
  createVNode(unref(DatesDivide), mergeProps(unref(attrs).assem, {
71
73
  type: ((_a = types.value) == null ? void 0 : _a.type) || props.type,
72
74
  format: props.format || ((_b = types.value) == null ? void 0 : _b.format),
@@ -3,10 +3,11 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const data = require("./data.cjs");
5
5
  require("../../../hooks/index.cjs");
6
- const index$3 = require("element-plus/es/components/loading/index");
6
+ require("../../loading/index.cjs");
7
7
  const index = require("../../../hooks/locale/index.cjs");
8
8
  const index$1 = require("../../../hooks/cssname/index.cjs");
9
9
  const index$2 = require("../../../hooks/inherit/index.cjs");
10
+ const index$3 = require("../../loading/src/index.cjs");
10
11
  const _hoisted_1 = ["width", "height", "frameborder", "src"];
11
12
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
12
13
  __name: "index",
@@ -1,10 +1,11 @@
1
1
  import { defineComponent, useAttrs, ref, computed, withDirectives, openBlock, createElementBlock, mergeProps, unref, createElementVNode } from "vue";
2
2
  import { dataExpose, dataEmits, dataProps } from "./data.js";
3
3
  import "../../../hooks/index.js";
4
- import { vLoading } from "element-plus/es/components/loading/index";
4
+ import "../../loading/index.js";
5
5
  import { useLocale } from "../../../hooks/locale/index.js";
6
6
  import { useCssName } from "../../../hooks/cssname/index.js";
7
7
  import { useInherit } from "../../../hooks/inherit/index.js";
8
+ import { vLoading } from "../../loading/src/index.js";
8
9
  const _hoisted_1 = ["width", "height", "frameborder", "src"];
9
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
10
11
  __name: "index",
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const list = require("../../common/list.cjs");
4
+ const data = require("../../checks/src/data.cjs");
4
5
  const dataProps = {
5
- ...list.props,
6
+ ...data.dataProps,
6
7
  nowhole: {
7
8
  type: Boolean
8
9
  },
@@ -10,13 +11,16 @@ const dataProps = {
10
11
  type: String,
11
12
  default: "全部"
12
13
  },
14
+ select: {
15
+ type: Boolean
16
+ },
13
17
  compact: {
14
18
  type: Boolean,
15
19
  default: true
16
20
  }
17
21
  };
18
22
  const dataHandle = list.comHandle;
19
- const dataEmits = [...list.emits];
23
+ const dataEmits = [...data.dataEmits];
20
24
  exports.dataEmits = dataEmits;
21
25
  exports.dataHandle = dataHandle;
22
26
  exports.dataProps = dataProps;
@@ -8,10 +8,16 @@ export declare const dataProps: {
8
8
  type: StringConstructor;
9
9
  default: string;
10
10
  };
11
+ select: {
12
+ type: BooleanConstructor;
13
+ };
11
14
  compact: {
12
15
  type: BooleanConstructor;
13
16
  default: boolean;
14
17
  };
18
+ but: {
19
+ type: BooleanConstructor;
20
+ };
15
21
  options: {
16
22
  type: {
17
23
  (arrayLength: number): ObjAny[];
@@ -1,6 +1,7 @@
1
- import { props, comHandle, emits } from "../../common/list.js";
1
+ import { comHandle } from "../../common/list.js";
2
+ import { dataProps as dataProps$1, dataEmits as dataEmits$1 } from "../../checks/src/data.js";
2
3
  const dataProps = {
3
- ...props,
4
+ ...dataProps$1,
4
5
  nowhole: {
5
6
  type: Boolean
6
7
  },
@@ -8,13 +9,16 @@ const dataProps = {
8
9
  type: String,
9
10
  default: "全部"
10
11
  },
12
+ select: {
13
+ type: Boolean
14
+ },
11
15
  compact: {
12
16
  type: Boolean,
13
17
  default: true
14
18
  }
15
19
  };
16
20
  const dataHandle = comHandle;
17
- const dataEmits = [...emits];
21
+ const dataEmits = [...dataEmits$1];
18
22
  export {
19
23
  dataEmits,
20
24
  dataHandle,
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
- const index$1 = require("../../checks/index.cjs");
4
+ const index$2 = require("../../checks/index.cjs");
5
+ const index$1 = require("../../selects/index.cjs");
5
6
  const use = require("../../common/use.cjs");
6
7
  const index = require("../../../hooks/cssname/index.cjs");
7
8
  const data = require("./data.cjs");
@@ -15,6 +16,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
15
16
  const cs = index.useCssName("labels");
16
17
  const props = __props;
17
18
  const emit = __emit;
19
+ const comps = vue.computed(() => {
20
+ if (props.select) {
21
+ return index$1.Selects;
22
+ } else {
23
+ return index$2.Checks;
24
+ }
25
+ });
18
26
  const listFuObj = data.dataHandle(props, emit);
19
27
  const value = listFuObj.value;
20
28
  const multiple = listFuObj.multiple;
@@ -46,7 +54,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
46
54
  });
47
55
  const valueMultiple = vue.computed({
48
56
  get() {
49
- if (value.value) {
57
+ if (value.value !== void 0) {
50
58
  if (value.value.length === props.options.filter((item) => !item.disabled).length) {
51
59
  return [...value.value, wholeValue];
52
60
  } else {
@@ -90,13 +98,14 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
90
98
  return vue.openBlock(), vue.createElementBlock("div", {
91
99
  class: vue.normalizeClass([vue.unref(cs).z(), vue.unref(cs).is("compact", props.compact)])
92
100
  }, [
93
- vue.unref(multiple) ? (vue.openBlock(), vue.createBlock(vue.unref(index$1.Checks), vue.mergeProps({ key: 0 }, props, {
101
+ vue.unref(multiple) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(comps.value), vue.mergeProps({ key: 0 }, props, {
94
102
  class: [vue.unref(cs).z("whole")],
95
103
  options: options.value,
96
104
  modelValue: valueMultiple.value,
97
105
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => valueMultiple.value = $event),
106
+ multiple: vue.unref(multiple),
98
107
  onClickMultiple: onClickWholes
99
- }), null, 16, ["class", "options", "modelValue"])) : (vue.openBlock(), vue.createBlock(vue.unref(index$1.Checks), vue.mergeProps({ key: 1 }, props, {
108
+ }), null, 16, ["class", "options", "modelValue", "multiple"])) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(comps.value), vue.mergeProps({ key: 1 }, props, {
100
109
  options: options.value,
101
110
  modelValue: vue.unref(value),
102
111
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(value) ? value.value = $event : null)
@@ -1,5 +1,6 @@
1
- import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, mergeProps, isRef } from "vue";
1
+ import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, resolveDynamicComponent, mergeProps, isRef } from "vue";
2
2
  import { Checks } from "../../checks/index.js";
3
+ import { Selects } from "../../selects/index.js";
3
4
  import { useVueValue } from "../../common/use.js";
4
5
  import { useCssName } from "../../../hooks/cssname/index.js";
5
6
  import { dataHandle, dataEmits, dataProps } from "./data.js";
@@ -13,6 +14,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
14
  const cs = useCssName("labels");
14
15
  const props = __props;
15
16
  const emit = __emit;
17
+ const comps = computed(() => {
18
+ if (props.select) {
19
+ return Selects;
20
+ } else {
21
+ return Checks;
22
+ }
23
+ });
16
24
  const listFuObj = dataHandle(props, emit);
17
25
  const value = listFuObj.value;
18
26
  const multiple = listFuObj.multiple;
@@ -44,7 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
52
  });
45
53
  const valueMultiple = computed({
46
54
  get() {
47
- if (value.value) {
55
+ if (value.value !== void 0) {
48
56
  if (value.value.length === props.options.filter((item) => !item.disabled).length) {
49
57
  return [...value.value, wholeValue];
50
58
  } else {
@@ -88,13 +96,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
88
96
  return openBlock(), createElementBlock("div", {
89
97
  class: normalizeClass([unref(cs).z(), unref(cs).is("compact", props.compact)])
90
98
  }, [
91
- unref(multiple) ? (openBlock(), createBlock(unref(Checks), mergeProps({ key: 0 }, props, {
99
+ unref(multiple) ? (openBlock(), createBlock(resolveDynamicComponent(comps.value), mergeProps({ key: 0 }, props, {
92
100
  class: [unref(cs).z("whole")],
93
101
  options: options.value,
94
102
  modelValue: valueMultiple.value,
95
103
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => valueMultiple.value = $event),
104
+ multiple: unref(multiple),
96
105
  onClickMultiple: onClickWholes
97
- }), null, 16, ["class", "options", "modelValue"])) : (openBlock(), createBlock(unref(Checks), mergeProps({ key: 1 }, props, {
106
+ }), null, 16, ["class", "options", "modelValue", "multiple"])) : (openBlock(), createBlock(resolveDynamicComponent(comps.value), mergeProps({ key: 1 }, props, {
98
107
  options: options.value,
99
108
  modelValue: unref(value),
100
109
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(value) ? value.value = $event : null)
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const es = require("element-plus/es");
4
- require("element-plus/es/components/base/style/css");
5
- require("element-plus/es/components/loading/style/css");
6
3
  const vue = require("vue");
7
4
  const data = require("./data.cjs");
8
5
  const index$3 = require("element-plus/es/components/card/index");
6
+ require("../../loading/index.cjs");
9
7
  const index$5 = require("../../no-data/index.cjs");
10
8
  const index$2 = require("../../../hooks/cssname/index.cjs");
11
9
  const index$1 = require("../../../hooks/locale/index.cjs");
@@ -13,6 +11,7 @@ const index = require("../../../hooks/inherit/index.cjs");
13
11
  const index$4 = require("../../list/index.cjs");
14
12
  require("../../../utils/css.cjs");
15
13
  const setObjStyle = require("@fangzhongya/utils/css/setObjStyle");
14
+ const index$6 = require("../../loading/src/index.cjs");
16
15
  const _hoisted_1 = ["onClick"];
17
16
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
18
17
  __name: "index",
@@ -147,7 +146,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
147
146
  toggleRowSelection
148
147
  });
149
148
  return (_ctx, _cache) => {
150
- const _directive_loading = es.ElLoadingDirective;
151
149
  return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
152
150
  class: vue.unref(cs).z(),
153
151
  style: vue.unref(cs).vdo({
@@ -259,7 +257,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
259
257
  vue.createVNode(vue.unref(index$5.NoData))
260
258
  ])
261
259
  ], 6)), [
262
- [_directive_loading, props.loading]
260
+ [vue.unref(index$6.vLoading), props.loading]
263
261
  ])
264
262
  ], 16);
265
263
  };
@@ -1,9 +1,7 @@
1
- import { ElLoadingDirective } from "element-plus/es";
2
- import "element-plus/es/components/base/style/css";
3
- import "element-plus/es/components/loading/style/css";
4
1
  import { defineComponent, useSlots, useAttrs, ref, watch, createElementBlock, openBlock, mergeProps, unref, withDirectives, normalizeStyle, normalizeClass, renderSlot, Fragment, renderList, createVNode, createSlots, withCtx } from "vue";
5
2
  import { dataExpose, dataSlot, dataEmits, dataProps } from "./data.js";
6
3
  import { ElCard } from "element-plus/es/components/card/index";
4
+ import "../../loading/index.js";
7
5
  import { NoData } from "../../no-data/index.js";
8
6
  import { useCssName } from "../../../hooks/cssname/index.js";
9
7
  import { useLocale } from "../../../hooks/locale/index.js";
@@ -11,6 +9,7 @@ import { useInherit } from "../../../hooks/inherit/index.js";
11
9
  import { List } from "../../list/index.js";
12
10
  import "../../../utils/css.js";
13
11
  import { setObjStyle } from "@fangzhongya/utils/css/setObjStyle";
12
+ import { vLoading } from "../../loading/src/index.js";
14
13
  const _hoisted_1 = ["onClick"];
15
14
  const _sfc_main = /* @__PURE__ */ defineComponent({
16
15
  __name: "index",
@@ -145,7 +144,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
144
  toggleRowSelection
146
145
  });
147
146
  return (_ctx, _cache) => {
148
- const _directive_loading = ElLoadingDirective;
149
147
  return openBlock(), createElementBlock("div", mergeProps({
150
148
  class: unref(cs).z(),
151
149
  style: unref(cs).vdo({
@@ -257,7 +255,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
257
255
  createVNode(unref(NoData))
258
256
  ])
259
257
  ], 6)), [
260
- [_directive_loading, props.loading]
258
+ [unref(vLoading), props.loading]
261
259
  ])
262
260
  ], 16);
263
261
  };
@@ -3,6 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const index$3 = require("../../../directives/expose/index.cjs");
5
5
  const index$2 = require("element-plus/es/components/select/index");
6
+ const compareArray = require("@fangzhongya/utils/basic/array/compareArray");
6
7
  const index = require("../../../hooks/inherit/index.cjs");
7
8
  const use = require("../../common/use.cjs");
8
9
  const index$1 = require("../../../hooks/cssname/index.cjs");
@@ -28,6 +29,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28
29
  const listFuObj = data.dataHandle(props, emit);
29
30
  const value = listFuObj.value;
30
31
  const multiple = listFuObj.multiple;
32
+ const onClickMultiple = (value2, is) => {
33
+ emit("click-multiple", listFuObj.getValueObjs(value2)[0], is);
34
+ };
35
+ const onChange = (v) => {
36
+ if (multiple.value) {
37
+ const obj = compareArray.compareArray(value.value || [], v || []);
38
+ let is = obj.after.length == 0;
39
+ onClickMultiple(obj.value[0], is);
40
+ }
41
+ };
42
+ const onRemoveTag = (value2) => {
43
+ onClickMultiple(value2, true);
44
+ };
31
45
  __expose({
32
46
  el: refEl
33
47
  });
@@ -44,7 +58,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
44
58
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(value) ? value.value = $event : null)
45
59
  }, vue.unref(attrs).assem, {
46
60
  multiple: vue.unref(multiple),
47
- placeholder: placeholder.value
61
+ placeholder: placeholder.value,
62
+ onChange,
63
+ onRemoveTag
48
64
  }), {
49
65
  default: vue.withCtx(() => [
50
66
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.options, (item) => {
@@ -1,6 +1,7 @@
1
1
  import { defineComponent, ref, useAttrs, computed, createElementBlock, openBlock, mergeProps, unref, withDirectives, createBlock, isRef, withCtx, Fragment, renderList } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { ElSelect, ElOption } from "element-plus/es/components/select/index";
4
+ import { compareArray } from "@fangzhongya/utils/basic/array/compareArray";
4
5
  import { useInherit } from "../../../hooks/inherit/index.js";
5
6
  import { useVueValue } from "../../common/use.js";
6
7
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -26,6 +27,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
27
  const listFuObj = dataHandle(props, emit);
27
28
  const value = listFuObj.value;
28
29
  const multiple = listFuObj.multiple;
30
+ const onClickMultiple = (value2, is) => {
31
+ emit("click-multiple", listFuObj.getValueObjs(value2)[0], is);
32
+ };
33
+ const onChange = (v) => {
34
+ if (multiple.value) {
35
+ const obj = compareArray(value.value || [], v || []);
36
+ let is = obj.after.length == 0;
37
+ onClickMultiple(obj.value[0], is);
38
+ }
39
+ };
40
+ const onRemoveTag = (value2) => {
41
+ onClickMultiple(value2, true);
42
+ };
29
43
  __expose({
30
44
  el: refEl
31
45
  });
@@ -42,7 +56,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
42
56
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(value) ? value.value = $event : null)
43
57
  }, unref(attrs).assem, {
44
58
  multiple: unref(multiple),
45
- placeholder: placeholder.value
59
+ placeholder: placeholder.value,
60
+ onChange,
61
+ onRemoveTag
46
62
  }), {
47
63
  default: withCtx(() => [
48
64
  (openBlock(true), createElementBlock(Fragment, null, renderList(props.options, (item) => {
@@ -1,4 +1,5 @@
1
1
  import { Ref, Component, ExtractPropTypes, ComputedRef } from 'vue';
2
+ import { Translator } from '../../types/locale';
2
3
  export declare const dataProps: {
3
4
  configs: {
4
5
  type: () => Config;
@@ -67,7 +68,7 @@ export declare const dataProps: {
67
68
  };
68
69
  };
69
70
  export declare const dataEmit: string[];
70
- export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit: Function, refTable: Ref, getLocale: Function, isEl?: boolean) => {
71
+ export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit: Function, refTable: Ref, getLocale: Translator, isEl?: boolean) => {
71
72
  height: ComputedRef<any>;
72
73
  tableConfig: Ref<{
73
74
  [x: string]: any;
@@ -258,8 +259,8 @@ export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit:
258
259
  is: boolean;
259
260
  load: Ref<boolean, boolean>;
260
261
  end: ComputedRef<boolean>;
261
- endText: any;
262
- loadText: any;
262
+ endText: string;
263
+ loadText: string;
263
264
  onChange: () => void;
264
265
  }>;
265
266
  onSortChange: (obj: ObjAny) => void;
@@ -3,7 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const data = require("./data.cjs");
5
5
  const index$2 = require("element-plus/es/components/table/index");
6
- const index$4 = require("element-plus/es/components/loading/index");
6
+ require("../../loading/index.cjs");
7
7
  const index$3 = require("../../no-data/index.cjs");
8
8
  require("./columns.cjs");
9
9
  const index = require("../../../hooks/cssname/index.cjs");
@@ -11,6 +11,7 @@ const index$1 = require("../../../hooks/inherit/index.cjs");
11
11
  const use = require("../../common/use.cjs");
12
12
  const compons = require("../../common/compons.cjs");
13
13
  const columns_vue_vue_type_script_lang = require("./columns2.cjs");
14
+ const index$4 = require("../../loading/src/index.cjs");
14
15
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
15
16
  __name: "index",
16
17
  props: data.dataProps,
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, useSlots, useAttrs, provide, ref, computed, watch, onMounted, createElementBlock, openBlock, mergeProps, unref, withDirectives, createBlock, withModifiers, withCtx, createVNode, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import { dataExpose, dataEmits, dataProps } from "./data.js";
3
3
  import { ElTable } from "element-plus/es/components/table/index";
4
- import { vLoading } from "element-plus/es/components/loading/index";
4
+ import "../../loading/index.js";
5
5
  import { NoData } from "../../no-data/index.js";
6
6
  import "./columns.js";
7
7
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -9,6 +9,7 @@ import { useInherit } from "../../../hooks/inherit/index.js";
9
9
  import { uesObjComponSelected } from "../../common/use.js";
10
10
  import { getCompons } from "../../common/compons.js";
11
11
  import _sfc_main$1 from "./columns2.js";
12
+ import { vLoading } from "../../loading/src/index.js";
12
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
13
14
  __name: "index",
14
15
  props: dataProps,
@@ -14,6 +14,7 @@ const index$5 = require("../../tree/index.cjs");
14
14
  const index$2 = require("../../select-dialog/index.cjs");
15
15
  const index = require("../../../hooks/locale/index.cjs");
16
16
  const index$1 = require("../../../hooks/cssname/index.cjs");
17
+ const _hoisted_1 = ["placeholder"];
17
18
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
18
19
  __name: "index",
19
20
  props: data.dataProps,
@@ -166,7 +167,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
166
167
  }
167
168
  });
168
169
  return (_ctx, _cache) => {
169
- const _component_bv_input = vue.resolveComponent("bv-input");
170
170
  return vue.openBlock(), vue.createElementBlock("div", {
171
171
  class: vue.normalizeClass(vue.unref(cs).z())
172
172
  }, [
@@ -243,13 +243,14 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
243
243
  vue.createElementVNode("div", {
244
244
  class: vue.normalizeClass(vue.unref(cs).z("dialog-li-top"))
245
245
  }, [
246
- vue.createVNode(_component_bv_input, {
246
+ vue.withDirectives(vue.createElementVNode("input", {
247
247
  placeholder: psprops.value.searchPlaceholder,
248
248
  clearable: "",
249
- modelValue: search.value,
250
249
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => search.value = $event),
251
250
  onKeyup: vue.withKeys(onInput, ["enter", "native"])
252
- }, null, 8, ["placeholder", "modelValue"])
251
+ }, null, 40, _hoisted_1), [
252
+ [vue.vModelText, search.value]
253
+ ])
253
254
  ], 2),
254
255
  vue.createElementVNode("div", {
255
256
  class: vue.normalizeClass(vue.unref(cs).z("dialog-gap"))
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, watch, nextTick, resolveComponent, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, createElementVNode, withKeys, createBlock, Fragment, renderList, createCommentVNode, toDisplayString, createTextVNode, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, watch, nextTick, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, createElementVNode, withDirectives, withKeys, vModelText, createBlock, Fragment, renderList, createCommentVNode, toDisplayString, createTextVNode, renderSlot } from "vue";
2
2
  import { roleSelect, dataExpose, dataEmits, dataProps } from "./data.js";
3
3
  import "../../../hooks/index.js";
4
4
  import { Tabs } from "../../tabs/index.js";
@@ -12,6 +12,7 @@ import { Tree } from "../../tree/index.js";
12
12
  import { SelectDialog } from "../../select-dialog/index.js";
13
13
  import { useLocale } from "../../../hooks/locale/index.js";
14
14
  import { useCssName } from "../../../hooks/cssname/index.js";
15
+ const _hoisted_1 = ["placeholder"];
15
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
16
17
  __name: "index",
17
18
  props: dataProps,
@@ -164,7 +165,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
164
165
  }
165
166
  });
166
167
  return (_ctx, _cache) => {
167
- const _component_bv_input = resolveComponent("bv-input");
168
168
  return openBlock(), createElementBlock("div", {
169
169
  class: normalizeClass(unref(cs).z())
170
170
  }, [
@@ -241,13 +241,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
241
241
  createElementVNode("div", {
242
242
  class: normalizeClass(unref(cs).z("dialog-li-top"))
243
243
  }, [
244
- createVNode(_component_bv_input, {
244
+ withDirectives(createElementVNode("input", {
245
245
  placeholder: psprops.value.searchPlaceholder,
246
246
  clearable: "",
247
- modelValue: search.value,
248
247
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => search.value = $event),
249
248
  onKeyup: withKeys(onInput, ["enter", "native"])
250
- }, null, 8, ["placeholder", "modelValue"])
249
+ }, null, 40, _hoisted_1), [
250
+ [vModelText, search.value]
251
+ ])
251
252
  ], 2),
252
253
  createElementVNode("div", {
253
254
  class: normalizeClass(unref(cs).z("dialog-gap"))
@@ -1,54 +1,64 @@
1
1
  :root {
2
- --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
3
2
  --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
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
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");
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");
4
+ --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");
7
5
  --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
+ --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");
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
+ --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
8
9
  --icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
9
10
  --icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
10
- --icon-svg-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-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");
11
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");
12
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");
13
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'%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
- .icon-below {
16
+ .icon-bar {
17
17
  height: 1em;
18
18
  width: 1em;
19
19
  background-color: currentColor;
20
- -webkit-mask: var(--icon-svg-below) no-repeat;
21
- mask: var(--icon-svg-below) no-repeat;
20
+ -webkit-mask: var(--icon-svg-bar) no-repeat;
21
+ mask: var(--icon-svg-bar) no-repeat;
22
22
  -webkit-mask-size: 100% 100%;
23
23
  mask-size: 100% 100%;
24
24
  color: inherit;
25
25
  }
26
- .icon-bar {
26
+ .icon-bottom-left {
27
27
  height: 1em;
28
28
  width: 1em;
29
29
  background-color: currentColor;
30
- -webkit-mask: var(--icon-svg-bar) no-repeat;
31
- mask: var(--icon-svg-bar) no-repeat;
30
+ -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
31
+ mask: var(--icon-svg-bottom-left) no-repeat;
32
32
  -webkit-mask-size: 100% 100%;
33
33
  mask-size: 100% 100%;
34
34
  color: inherit;
35
35
  }
36
- .icon-bottom {
36
+ .icon-below {
37
37
  height: 1em;
38
38
  width: 1em;
39
39
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bottom) no-repeat;
41
- mask: var(--icon-svg-bottom) no-repeat;
40
+ -webkit-mask: var(--icon-svg-below) no-repeat;
41
+ mask: var(--icon-svg-below) no-repeat;
42
42
  -webkit-mask-size: 100% 100%;
43
43
  mask-size: 100% 100%;
44
44
  color: inherit;
45
45
  }
46
- .icon-bottom-left {
46
+ .icon-bottom-right {
47
47
  height: 1em;
48
48
  width: 1em;
49
49
  background-color: currentColor;
50
- -webkit-mask: var(--icon-svg-bottom-left) no-repeat;
51
- mask: var(--icon-svg-bottom-left) no-repeat;
50
+ -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
51
+ mask: var(--icon-svg-bottom-right) no-repeat;
52
+ -webkit-mask-size: 100% 100%;
53
+ mask-size: 100% 100%;
54
+ color: inherit;
55
+ }
56
+ .icon-clear {
57
+ height: 1em;
58
+ width: 1em;
59
+ background-color: currentColor;
60
+ -webkit-mask: var(--icon-svg-clear) no-repeat;
61
+ mask: var(--icon-svg-clear) no-repeat;
52
62
  -webkit-mask-size: 100% 100%;
53
63
  mask-size: 100% 100%;
54
64
  color: inherit;
@@ -63,12 +73,12 @@
63
73
  mask-size: 100% 100%;
64
74
  color: inherit;
65
75
  }
66
- .icon-bottom-right {
76
+ .icon-bottom {
67
77
  height: 1em;
68
78
  width: 1em;
69
79
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
71
- mask: var(--icon-svg-bottom-right) no-repeat;
80
+ -webkit-mask: var(--icon-svg-bottom) no-repeat;
81
+ mask: var(--icon-svg-bottom) no-repeat;
72
82
  -webkit-mask-size: 100% 100%;
73
83
  mask-size: 100% 100%;
74
84
  color: inherit;
@@ -93,15 +103,12 @@
93
103
  mask-size: 100% 100%;
94
104
  color: inherit;
95
105
  }
96
- .icon-clear {
106
+ .icon-frame {
97
107
  height: 1em;
98
108
  width: 1em;
99
- background-color: currentColor;
100
- -webkit-mask: var(--icon-svg-clear) no-repeat;
101
- mask: var(--icon-svg-clear) no-repeat;
102
- -webkit-mask-size: 100% 100%;
103
- mask-size: 100% 100%;
104
- color: inherit;
109
+ background: var(--icon-svg-frame) no-repeat;
110
+ background-size: 100% 100%;
111
+ background-color: transparent;
105
112
  }
106
113
  .icon-right {
107
114
  height: 1em;
@@ -129,11 +136,4 @@
129
136
  background: var(--icon-svg-star) no-repeat;
130
137
  background-size: 100% 100%;
131
138
  background-color: transparent;
132
- }
133
- .icon-frame {
134
- height: 1em;
135
- width: 1em;
136
- background: var(--icon-svg-frame) no-repeat;
137
- background-size: 100% 100%;
138
- background-color: transparent;
139
139
  }
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1760147265840,
4
+ "lastModified": 1760515681778,
5
5
  "icons": {
6
+ "bar": {
7
+ "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
8
+ },
6
9
  "below": {
7
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> "
8
11
  },
12
+ "clear": {
13
+ "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> "
14
+ },
9
15
  "bottom": {
10
16
  "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
17
  },
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\"/>"
14
- },
15
- "close": {
16
- "body": " <path fill=\"currentColor\" d=\"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z\" ></path> "
17
- },
18
- "clear": {
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> "
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
- "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> "
24
+ "star": {
25
+ "body": "<path 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\"></path><path 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\"></path> "
26
26
  }
27
27
  },
28
28
  "aliases": {},
@@ -27,6 +27,7 @@ const En = {
27
27
  end: "End",
28
28
  cannot: "Cannot be greater than",
29
29
  serial: "Serial number",
30
+ quick: "Quick select",
30
31
  page: {
31
32
  add: "Add",
32
33
  edit: "Edit",
@@ -25,6 +25,7 @@ declare const _default: {
25
25
  end: string;
26
26
  cannot: string;
27
27
  serial: string;
28
+ quick: string;
28
29
  page: {
29
30
  add: string;
30
31
  edit: string;
package/dist/locale/en.js CHANGED
@@ -25,6 +25,7 @@ const En = {
25
25
  end: "End",
26
26
  cannot: "Cannot be greater than",
27
27
  serial: "Serial number",
28
+ quick: "Quick select",
28
29
  page: {
29
30
  add: "Add",
30
31
  edit: "Edit",
@@ -27,6 +27,7 @@ const ZhCn = {
27
27
  end: "结束",
28
28
  cannot: "不能大于",
29
29
  serial: "序号",
30
+ quick: "快捷选择",
30
31
  page: {
31
32
  add: "添加",
32
33
  edit: "编辑",
@@ -25,6 +25,7 @@ declare const _default: {
25
25
  end: string;
26
26
  cannot: string;
27
27
  serial: string;
28
+ quick: string;
28
29
  page: {
29
30
  add: string;
30
31
  edit: string;
@@ -25,6 +25,7 @@ const ZhCn = {
25
25
  end: "结束",
26
26
  cannot: "不能大于",
27
27
  serial: "序号",
28
+ quick: "快捷选择",
28
29
  page: {
29
30
  add: "添加",
30
31
  edit: "编辑",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.63",
4
+ "version": "0.0.65",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -24,11 +24,11 @@
24
24
  "fangui": "bin/fang-ui.js"
25
25
  },
26
26
  "dependencies": {
27
- "@fangzhongya/utils": "0.0.33"
27
+ "@fangzhongya/utils": "0.0.35"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fangzhongya/create": "0.2.34",
31
- "@types/node": "^24.7.1",
31
+ "@types/node": "^24.7.2",
32
32
  "@vitejs/plugin-vue": "^6.0.1",
33
33
  "@vue/shared": "3.5.22",
34
34
  "axios": "^1.12.2",
@@ -50,13 +50,13 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.16.21",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/directives": "0.0.1-0",
53
+ "@fang-ui/locale": "0.0.1-0",
54
+ "@fang-ui/hooks": "0.0.1-0",
54
55
  "@fang-ui/theme": "0.0.1-0",
55
56
  "@fang-ui/icons": "0.0.1-0",
56
- "@fang-ui/types": "0.0.1-0",
57
- "@fang-ui/hooks": "0.0.1-0",
57
+ "@fang-ui/directives": "0.0.1-0",
58
58
  "@fang-ui/utils": "0.0.1-0",
59
- "@fang-ui/locale": "0.0.1-0"
59
+ "@fang-ui/types": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes