@easyv/config
Advanced tools
Comparing version 1.2.16 to 1.2.17
@@ -0,0 +0,0 @@ "use strict"; |
@@ -18,2 +18,29 @@ "use strict"; | ||
showRule = _require.showRule; | ||
var loopConfig = { | ||
rule: [['show', '$eq', true]], | ||
name: 'loop', | ||
displayName: '滚动', | ||
value: [{ | ||
type: 'boolean', | ||
name: 'show', | ||
displayName: '', | ||
value: false | ||
}, { | ||
type: "number", | ||
name: "height", | ||
displayName: "限制高度", | ||
value: 120, | ||
config: { | ||
suffix: 'px' | ||
} | ||
}, { | ||
type: "number", | ||
name: "interval", | ||
displayName: "轮播间隔", | ||
value: 3, | ||
config: { | ||
suffix: 's' | ||
} | ||
}] | ||
}; | ||
var defaultFont = font({ | ||
@@ -732,3 +759,3 @@ fontFamily: 'Mircosoft Yahei', | ||
}, translateConfig(x, y)] | ||
})], | ||
}), loopConfig], | ||
config: { | ||
@@ -735,0 +762,0 @@ defaultOpen: true |
{ | ||
"name": "@easyv/config", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ const defaultControl={ |
@@ -0,0 +0,0 @@ const extent = { |
@@ -0,0 +0,0 @@ import show, { showRule } from './show'; |
@@ -0,0 +0,0 @@ /** |
@@ -9,2 +9,34 @@ const { | ||
const loopConfig = { | ||
rule: [['show', '$eq', true]], | ||
name: 'loop', | ||
displayName: '滚动', | ||
value: [ | ||
{ | ||
type: 'boolean', | ||
name: 'show', | ||
displayName: '', | ||
value: false, | ||
}, | ||
{ | ||
type: "number", | ||
name: "height", | ||
displayName: "限制高度", | ||
value: 120, | ||
config: { | ||
suffix: 'px' | ||
}, | ||
}, | ||
{ | ||
type: "number", | ||
name: "interval", | ||
displayName: "轮播间隔", | ||
value: 3, | ||
config: { | ||
suffix: 's' | ||
}, | ||
}, | ||
], | ||
} | ||
const defaultFont = font({ | ||
@@ -747,2 +779,3 @@ fontFamily: 'Mircosoft Yahei', | ||
}, | ||
loopConfig, | ||
], | ||
@@ -749,0 +782,0 @@ config: { |
@@ -0,0 +0,0 @@ import { translate, margin } from "."; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
409285
13723
1