@94ai/nf-toast-demo 3.3.69 → 3.3.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.
package/lib/index.d.ts CHANGED
@@ -38,7 +38,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
38
38
  message: string;
39
39
  tip: "success" | "info" | "warning" | "error";
40
40
  closable: boolean;
41
- }, true, import("vue-demi").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
41
+ }, true, import("vue/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
42
42
  message: {
43
43
  type: StringConstructor;
44
44
  default: () => string;
@@ -76,7 +76,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
76
76
  closend: {
77
77
  type: FunctionConstructor;
78
78
  };
79
- }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue-demi").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
79
+ }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue/types/v3-component-options").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
80
80
  message: {
81
81
  type: StringConstructor;
82
82
  default: () => string;
@@ -98,7 +98,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
98
98
  }, {
99
99
  getIcon(): Record<string, any>;
100
100
  style(): {};
101
- }, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, {
101
+ }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, {
102
102
  message: string;
103
103
  tip: "success" | "info" | "warning" | "error";
104
104
  closable: boolean;
@@ -21,7 +21,7 @@ declare const _default: import("vue-demi").DefineComponent<{
21
21
  }, {
22
22
  getIcon(): Record<string, any>;
23
23
  style(): {};
24
- }, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{
24
+ }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{
25
25
  message: {
26
26
  type: StringConstructor;
27
27
  default: () => string;
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  }, {
22
22
  getIcon(): Record<string, any>;
23
23
  style(): {};
24
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
24
+ }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
25
25
  message: {
26
26
  type: StringConstructor;
27
27
  default: () => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "3.3.69",
3
+ "version": "3.3.70",
4
4
  "description": "toast示例组件",
5
5
  "keywords": [
6
6
  "toast"
@@ -16,7 +16,7 @@
16
16
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
17
17
  },
18
18
  "dependencies": {
19
- "@94ai/nf-theme-chalk": "^3.3.69",
19
+ "@94ai/nf-theme-chalk": "^3.3.70",
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-toast-demo.cjs.js",
34
34
  "module": "lib/nf-toast-demo.esm-bundler.js",
35
- "gitHead": "e681a4e9428cd1c1d6ce91e4cf863c4cea49c7d2"
35
+ "gitHead": "1bf946dcf2e1977ee3779c3d1c7d204e161e3b71"
36
36
  }