cnhis-design-vue 3.2.3-beta.2 → 3.2.3-release.0

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.
@@ -500,7 +500,7 @@ declare const _default: import("vue").DefineComponent<{
500
500
  onConfirm?: ((...args: any[]) => any) | undefined;
501
501
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
502
502
  }>>;
503
- emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
503
+ emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
504
504
  formRef: import("vue").Ref<any>;
505
505
  conditionRef: import("vue").Ref<any>;
506
506
  filterVisible: import("vue").Ref<boolean>;
@@ -1370,7 +1370,7 @@ declare const _default: import("vue").DefineComponent<{
1370
1370
  onConfirm?: ((...args: any[]) => any) | undefined;
1371
1371
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1372
1372
  }>>;
1373
- emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
1373
+ emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
1374
1374
  conditionRef: import("vue").Ref<any>;
1375
1375
  onConfirm: () => void;
1376
1376
  onClose: () => void;
@@ -1614,7 +1614,7 @@ declare const _default: import("vue").DefineComponent<{
1614
1614
  }>>, {
1615
1615
  data: AnyObject;
1616
1616
  }>;
1617
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1617
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1618
1618
  visible: {
1619
1619
  type: BooleanConstructor;
1620
1620
  default: boolean;
@@ -1630,7 +1630,7 @@ declare const _default: import("vue").DefineComponent<{
1630
1630
  visible: boolean;
1631
1631
  model: AnyObject;
1632
1632
  }>;
1633
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1633
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1634
1634
  visible: {
1635
1635
  type: BooleanConstructor;
1636
1636
  default: boolean;
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
40
40
  onConfirm?: ((...args: any[]) => any) | undefined;
41
41
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
42
42
  }>>;
43
- emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
43
+ emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
44
44
  formRef: import("vue").Ref<any>;
45
45
  conditionRef: import("vue").Ref<any>;
46
46
  filterVisible: import("vue").Ref<boolean>;
@@ -910,7 +910,7 @@ declare const _default: import("vue").DefineComponent<{
910
910
  onConfirm?: ((...args: any[]) => any) | undefined;
911
911
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
912
912
  }>>;
913
- emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
913
+ emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
914
914
  conditionRef: import("vue").Ref<any>;
915
915
  onConfirm: () => void;
916
916
  onClose: () => void;
@@ -1154,7 +1154,7 @@ declare const _default: import("vue").DefineComponent<{
1154
1154
  }>>, {
1155
1155
  data: AnyObject;
1156
1156
  }>;
1157
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1157
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1158
1158
  visible: {
1159
1159
  type: BooleanConstructor;
1160
1160
  default: boolean;
@@ -1170,7 +1170,7 @@ declare const _default: import("vue").DefineComponent<{
1170
1170
  visible: boolean;
1171
1171
  model: AnyObject;
1172
1172
  }>;
1173
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1173
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1174
1174
  visible: {
1175
1175
  type: BooleanConstructor;
1176
1176
  default: boolean;
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
23
23
  onConfirm?: ((...args: any[]) => any) | undefined;
24
24
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
25
25
  }>>;
26
- emit: (event: "update:visible" | "confirm", ...args: any[]) => void;
26
+ emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
27
27
  conditionRef: import("vue").Ref<any>;
28
28
  onConfirm: () => void;
29
29
  onClose: () => void;
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{
267
267
  }>>, {
268
268
  data: AnyObject;
269
269
  }>;
270
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
270
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
271
271
  visible: {
272
272
  type: BooleanConstructor;
273
273
  default: boolean;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.2.3-beta.2",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.3-beta.2",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
1
+ var e="@cnhis-design-vue/shared",s="3.2.3-release.0",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.3-release.0",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.2.3-beta.2",
3
+ "version": "3.2.3-release.0",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -71,5 +71,5 @@
71
71
  "iOS 7",
72
72
  "last 3 iOS versions"
73
73
  ],
74
- "gitHead": "624794d0fb28fa0b0e724a79d1f0c3831852a0bb"
74
+ "gitHead": "05c9ef2a2370feebceeb84de4c33b61db4e47e8c"
75
75
  }