Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-grid

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-grid - npm Package Compare versions

Comparing version 3.11.0 to 3.11.2

2

package.json
{
"name": "@opentiny/vue-grid",
"version": "3.11.0",
"version": "3.11.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -242,5 +242,8 @@ /**

tiny_mode_root: boolean;
formatConfig: Record<string, any>;
showIcon: boolean;
group: boolean;
formatConfig: Record<string, any>;
sortable: boolean;
remoteSort: boolean;
treeNode: boolean;
showTip: boolean;
showHeaderTip: boolean;

@@ -250,8 +253,5 @@ resizable: boolean;

showOverflow: string | boolean;
showTip: boolean;
treeNode: boolean;
sortable: boolean;
remoteSort: boolean;
group: boolean;
filterMultiple: boolean;
}, {}>;
export default _default;

@@ -248,5 +248,5 @@ /**

}, {
isMsg(): any;
isMsg(): boolean;
tableProps(): {};
proxyOpts(): any;
proxyOpts(): object;
vSize(): any;

@@ -479,8 +479,9 @@ }, {

border: boolean;
loading: boolean;
showHeader: boolean;
showFooter: boolean;
align: string;
tooltipConfig: Record<string, any>;
isBeforePageChange: boolean;
sortable: boolean;
remoteSort: boolean;
startIndex: number;
rowKey: boolean;
viewType: string;
mfShow: string;
highlightCurrentRow: boolean;
highlightCurrentColumn: boolean;

@@ -493,17 +494,15 @@ columnKey: boolean;

headerAlign: string;
align: string;
footerAlign: string;
showOverflow: string | boolean;
startIndex: number;
highlightCurrentRow: boolean;
rowId: string;
rowKey: boolean;
isCenterEmpty: boolean;
loading: boolean;
remoteFilter: boolean;
sortable: boolean;
remoteSort: boolean;
showFooter: boolean;
showHeader: boolean;
fit: boolean;
tooltipConfig: Record<string, any>;
isAsyncColumn: boolean;
isMultipleHistory: boolean;
viewType: string;
mfShow: string;
highlightCell: boolean;

@@ -517,2 +516,3 @@ stripe: boolean;

autoResize: boolean;
isBeforePageChange: boolean;
autoLoad: boolean;

@@ -519,0 +519,0 @@ seqSerial: boolean;

@@ -7,5 +7,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

size: StringConstructor;
}, unknown, unknown, {
}, {
slots: Readonly<{
[name: string]: import("@vue/runtime-core").Slot<any> | undefined;
}>;
}, unknown, {
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 +16,0 @@ label: (StringConstructor | NumberConstructor)[];

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc