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.5.0-alpha.0 to 3.5.0

0

index.d.ts

@@ -0,0 +0,0 @@ import '@opentiny/vue-theme/grid/index.css';

14

package.json
{
"name": "@opentiny/vue-grid",
"version": "3.5.0-alpha.0",
"version": "3.5.0",
"description": "",

@@ -13,8 +13,8 @@ "main": "lib/index.js",

"@opentiny/vue-renderless": "~3.5.0",
"@opentiny/vue-locale": "~3.5.0-alpha.0",
"@opentiny/vue-modal": "~3.5.0-alpha.0",
"@opentiny/vue-pager": "~3.5.0-alpha.0",
"@opentiny/vue-icon": "~3.5.0-alpha.0",
"@opentiny/vue-tooltip": "~3.5.0-alpha.0",
"@opentiny/vue-common": "~3.5.0-alpha.0",
"@opentiny/vue-locale": "~3.5.0",
"@opentiny/vue-modal": "~3.5.0",
"@opentiny/vue-pager": "~3.5.0",
"@opentiny/vue-icon": "~3.5.0",
"@opentiny/vue-tooltip": "~3.5.0",
"@opentiny/vue-common": "~3.5.0",
"@opentiny/vue-theme": "~3.5.0",

@@ -21,0 +21,0 @@ "@opentiny/vue-theme-mobile": "~3.5.0"

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

declare const setup: (options?: {}) => void;
export default setup;

@@ -0,0 +0,0 @@ /**

import Button from './src/button';
export default Button;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare const Cell: {

declare const _default: () => any
export default _default

@@ -0,0 +0,0 @@ declare const GlobalConfig: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ export declare function handleActivedCheckCell({ actived, column, editConfig, row }: {

@@ -0,0 +0,0 @@ declare const _default: {

import Panel from './src/panel';
export default Panel;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: import('vue').DefineComponent<

@@ -0,0 +0,0 @@ export declare function setBodyRecords({ body, insertRecords, pendingRecords }: {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ export declare function findLeft(params: any): {

@@ -0,0 +0,0 @@ export declare function onCellMousedownGridEl(args: any): void;

@@ -0,0 +0,0 @@ export declare function handleHeaderCellMousedownEvent({ $el, _vm, bodyList, cell, headerList, startCell }: {

import Loading from './src/loading';
export default Loading;

@@ -0,0 +0,0 @@ declare const _default: {

import Panel from './src/panel';
export default Panel;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

import Radio from './src/radio';
export default Radio;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare function handleGlobalMousedownEvent(event: any): void;

@@ -0,0 +0,0 @@ export declare const funcs: string[];

@@ -0,0 +0,0 @@ import { triggerHeaderTooltipEvent, triggerFooterTooltipEvent, triggerTooltipEvent, handleGlobalMousedownEvent, handleGlobalBlurEvent, handleGlobalMousewheelEvent, handleArrowKeyDown, handleCopyKeyDown, handleCtxMenu, handleDelKeyDown, handleEnterKeyDown, handleEscKeyDown, handleF2KeyDown, handleOtherKeyDown, handleSpaceKeyDown, handleTabKeyDown, handleGlobalKeydownEvent, handleGlobalResizeEvent } from './events';

@@ -0,0 +0,0 @@ declare const getRowUniqueId: () => string;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ export declare const calcTableWidth: ({ bodyWidth, columnStore, fit, minCellWidth, remainWidth }: {

@@ -0,0 +0,0 @@ export declare function computeScrollYLoad({ _vm, scrollLoad, scrollY, scrollYLoad, scrollYStore, tableBodyElem }: {

export declare function onGlobalKeydown(event: any, _vm: any): any;

@@ -0,0 +0,0 @@ export declare function handleFilterConditionCustom({ column, condition, method, property, row }: {

@@ -0,0 +0,0 @@ export declare function mapFetchColumnPromise({ _vm, fetchColumns, tableColumn }: {

@@ -0,0 +0,0 @@ export declare function hasCheckField({ row }: {

@@ -0,0 +0,0 @@ export declare function onGroupHeader({ _vm, isGroup, headerProps }: {

@@ -0,0 +0,0 @@ declare function createHandlerOnEnd({ _vm, refresh }: {

@@ -0,0 +0,0 @@ export declare function hasCheckFieldNoStrictly({ afterFullData, checkMethod, checkStrictly, property, selection, treeConfig, value }: {

@@ -0,0 +0,0 @@ export declare function handleLayout(params: any): {

@@ -0,0 +0,0 @@ /**

export declare const getCellLabel: (row: any, column: any, params: any) => any;
export declare const warn: (message: any) => string;
export declare const error: (message: any) => string;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ export declare function adjustParams(rows: any, cb: any, vaildDatas: any): {

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