@fangzhongya/fang-ui 0.1.69 → 0.1.70

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.
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
49
49
  isInput.value = false;
50
50
  }
51
51
  function onConfirm() {
52
- if (props.isEmpty && !value.value) {
52
+ if (!props.isEmpty && !value.value) {
53
53
  return false;
54
54
  }
55
55
  isIcon.value = false;
@@ -47,7 +47,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
47
  isInput.value = false;
48
48
  }
49
49
  function onConfirm() {
50
- if (props.isEmpty && !value.value) {
50
+ if (!props.isEmpty && !value.value) {
51
51
  return false;
52
52
  }
53
53
  isIcon.value = false;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1768575098266,
4
+ "lastModified": 1768618303611,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
@@ -1,3 +1,9 @@
1
1
  export declare function getFathers(obj: ListObj, arr: ListObj[]): void;
2
+ /**
3
+ * @error
4
+ * 代码过于复杂,
5
+ * 做了些无用的工作,
6
+ * 使用情况极低
7
+ */
2
8
  export declare function getChildrenData(obj: ListObj, row: ObjAny, is?: boolean): ObjAny;
3
9
  export declare function executionMethod<T>(fun: Function | string, ...arr: any[]): T;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.69",
4
+ "version": "0.1.70",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -56,8 +56,8 @@
56
56
  "@fang-ui/icons": "0.0.1-0",
57
57
  "@fang-ui/locale": "0.0.1-0",
58
58
  "@fang-ui/theme": "0.0.1-0",
59
- "@fang-ui/utils": "0.0.1-0",
60
- "@fang-ui/types": "0.0.1-0"
59
+ "@fang-ui/types": "0.0.1-0",
60
+ "@fang-ui/utils": "0.0.1-0"
61
61
  },
62
62
  "main": "./dist/index.cjs",
63
63
  "module": "./dist/index.js",
File without changes
File without changes
File without changes
File without changes