@94ai/nf-conditions 3.3.53 → 3.3.55

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.
@@ -7,7 +7,7 @@ declare const _default: import("vue-demi").DefineComponent<{
7
7
  type: ObjectConstructor;
8
8
  default: () => {};
9
9
  };
10
- }, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{
10
+ }, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{
11
11
  tag: {
12
12
  type: StringConstructor;
13
13
  default: string;
package/lib/index.d.ts CHANGED
@@ -627,7 +627,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
627
627
  addConditionDesc: string;
628
628
  deleteConditionDesc: string;
629
629
  initAddRuleData: boolean;
630
- }, true, import("vue/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
630
+ }, true, import("vue-demi").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
631
631
  tag: {
632
632
  type: import("vue-demi").PropType<string>;
633
633
  default: string;
@@ -1352,7 +1352,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
1352
1352
  type: import("vue-demi").PropType<boolean>;
1353
1353
  default: boolean;
1354
1354
  };
1355
- }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue/types/v3-component-options").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
1355
+ }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue-demi").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
1356
1356
  tag: {
1357
1357
  type: import("vue-demi").PropType<string>;
1358
1358
  default: string;
@@ -1793,7 +1793,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
1793
1793
  }[] | undefined;
1794
1794
  }[] | undefined;
1795
1795
  }>;
1796
- }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
1796
+ }, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
1797
1797
  reduceCondition: (event: Record<string, any>) => void;
1798
1798
  addCondition: (event: Record<string, any>) => void;
1799
1799
  }, string, {
@@ -320,7 +320,7 @@ declare const _default: import("vue-demi").DefineComponent<__VLS_WithDefaults<__
320
320
  }[] | undefined;
321
321
  }[] | undefined;
322
322
  }>;
323
- }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
323
+ }, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
324
324
  reduceCondition: (event: Record<string, any>) => void;
325
325
  addCondition: (event: Record<string, any>) => void;
326
326
  }, string, Readonly<import("vue-demi").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-conditions",
3
- "version": "3.3.53",
3
+ "version": "3.3.55",
4
4
  "description": "> TODO: description",
5
5
  "keywords": [],
6
6
  "author": "zoujiahe <zoujiahe@94ai.com>",
@@ -14,9 +14,9 @@
14
14
  "url": "http://94ai.gitlab.com/ui/common-ui.git"
15
15
  },
16
16
  "dependencies": {
17
- "@94ai/common-utils": "^3.3.53",
18
- "@94ai/nf-rules": "^3.3.53",
19
- "@94ai/nf-theme-chalk": "^3.3.53",
17
+ "@94ai/common-utils": "^3.3.55",
18
+ "@94ai/nf-rules": "^3.3.55",
19
+ "@94ai/nf-theme-chalk": "^3.3.55",
20
20
  "vue-demi": "^0.14.5"
21
21
  },
22
22
  "peerDependenciesMeta": {
@@ -32,5 +32,5 @@
32
32
  "types": "lib/index.d.ts",
33
33
  "main": "lib/nf-conditions.cjs.js",
34
34
  "module": "lib/nf-conditions.esm-bundler.js",
35
- "gitHead": "8e20e21ea67d158ed0a8246e18320f2432268704"
35
+ "gitHead": "cc3f63b52b5840e0550cd66ec9264185a77012f2"
36
36
  }