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.13.0 to 3.13.1

2

package.json
{
"name": "@opentiny/vue-grid",
"version": "3.13.0",
"version": "3.13.1",
"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;

@@ -448,9 +448,13 @@ /**

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

@@ -463,16 +467,10 @@ columnKey: boolean;

headerAlign: string;
align: string;
footerAlign: string;
showOverflow: string | boolean;
startIndex: number;
highlightCurrentRow: boolean;
rowId: string;
rowKey: boolean;
isCenterEmpty: boolean;
remoteFilter: boolean;
sortable: boolean;
remoteSort: boolean;
fit: boolean;
isAsyncColumn: boolean;
viewType: string;
mfShow: string;
highlightCell: boolean;

@@ -485,5 +483,7 @@ stripe: boolean;

borderVertical: boolean;
tooltipConfig: Record<string, any>;
autoResize: boolean;
autoLoad: boolean;
seqSerial: boolean;
isBeforePageChange: boolean;
showSaveMsg: boolean;

@@ -490,0 +490,0 @@ isMultipleHistory: boolean;

@@ -13,3 +13,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)[];

@@ -16,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