@opentiny/vue-grid
Advanced tools
Comparing version 3.10.3 to 3.10.4
{ | ||
"name": "@opentiny/vue-grid", | ||
"version": "3.10.3", | ||
"version": "3.10.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -187,3 +187,3 @@ /** | ||
ganttConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -450,3 +450,3 @@ columns: ArrayConstructor; | ||
ganttConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -453,0 +453,0 @@ columns: ArrayConstructor; |
@@ -9,3 +9,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
vSize(): any; | ||
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
@@ -12,0 +12,0 @@ label: (StringConstructor | NumberConstructor)[]; |
@@ -182,3 +182,3 @@ /** | ||
ganttConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -343,3 +343,3 @@ }; | ||
ganttConfig: ObjectConstructor; | ||
prefetch: (BooleanConstructor | ArrayConstructor)[]; | ||
prefetch: (ArrayConstructor | BooleanConstructor)[]; | ||
intersectionOption: ObjectConstructor; | ||
@@ -346,0 +346,0 @@ }; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
669940
18553