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

vap

Package Overview
Dependencies
Maintainers
2
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

3

layouts/admin/FromModal/index.js

@@ -93,5 +93,2 @@ "use strict";

}
if (column.max) {
params.maxLength = column.max;
}
//如果关联到其它字段,则设置联动事件

@@ -98,0 +95,0 @@ if (_.has(column, 'link')) {

2

layouts/admin/ListModal/index.d.ts

@@ -5,3 +5,3 @@ /// <reference types="react" />

/**
* @private
* @public
*/

@@ -8,0 +8,0 @@ export declare enum MODE {

@@ -27,3 +27,3 @@ "use strict";

/**
* @private
* @public
*/

@@ -30,0 +30,0 @@ var MODE;

/// <reference types="react" />
import * as React from 'react';
/**
* @public
*/
export interface ScrollListProps {

@@ -7,0 +4,0 @@ /**

{
"name": "vap",
"version": "1.3.2",
"version": "1.3.3",
"description": "vap",

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

@@ -49,3 +49,2 @@ "use strict";

var _ = require("lodash");
var NProgress = require("nprogress");
/**

@@ -123,3 +122,2 @@ * @private

}
NProgress.start();
// @ts-ignore

@@ -129,3 +127,2 @@ return fetch(url, newOptions)

.then(function (response) {
NProgress.done();
return response.json();

@@ -132,0 +129,0 @@ });

export default abstract class {
/**
* 地图下钻,国级不用户传json ,省级或市级需要把上级的ID或者name传入
* ```javascript
* import {Page} from 'vap/util';
* Page.mapPath('湖北省')
* ```
*/
static mapPath(name: any, json?: any): string;

@@ -10,0 +3,0 @@ /**

@@ -43,9 +43,2 @@ "use strict";

}
/**
* 地图下钻,国级不用户传json ,省级或市级需要把上级的ID或者name传入
* ```javascript
* import {Page} from 'vap/util';
* Page.mapPath('湖北省')
* ```
*/
default_1.mapPath = function (name, json) {

@@ -52,0 +45,0 @@ if (json === void 0) { json = null; }

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