|
@@ -965,10 +965,11 @@ export const formComponents = [
|
|
width: 164,
|
|
width: 164,
|
|
height: 6,
|
|
height: 6,
|
|
borderRadius: 0.5,
|
|
borderRadius: 0.5,
|
|
- progressColor: '#4583ff',
|
|
|
|
|
|
+ progressColor: '#4583FF',
|
|
progress: 0.8,
|
|
progress: 0.8,
|
|
- background: 'rgba(225, 227, 232, 1)',
|
|
|
|
|
|
+ background: '#303746',
|
|
lineWidth: 0,
|
|
lineWidth: 0,
|
|
|
|
+ borderWidth: 0,
|
|
props: {
|
|
props: {
|
|
custom: [
|
|
custom: [
|
|
{
|
|
{
|
|
@@ -1139,13 +1140,13 @@ export const formComponents = [
|
|
fontSize: 12,
|
|
fontSize: 12,
|
|
icon: '\uea10',
|
|
icon: '\uea10',
|
|
iconFamily: 'l-icon',
|
|
iconFamily: 'l-icon',
|
|
- iconColor: '#52c41a',
|
|
|
|
|
|
+ iconColor: '#FFFFFF99', //#52c41a
|
|
iconSize: 12,
|
|
iconSize: 12,
|
|
iconAlign: 'left',
|
|
iconAlign: 'left',
|
|
iconLeft: 8,
|
|
iconLeft: 8,
|
|
textAlign: 'right',
|
|
textAlign: 'right',
|
|
- color: '#52c41a',
|
|
|
|
- background: '#f6ffed',
|
|
|
|
|
|
+ color: '#FFFFFFAA',
|
|
|
|
+ background: '#282E3B', //#f6ffed
|
|
textLeft: -6,
|
|
textLeft: -6,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -1191,6 +1192,7 @@ export const formComponents = [
|
|
height: 40,
|
|
height: 40,
|
|
text: '倒计时',
|
|
text: '倒计时',
|
|
deadline: '2024/1/1 00:00:00', //配置未来的时间
|
|
deadline: '2024/1/1 00:00:00', //配置未来的时间
|
|
|
|
+ borderWidth: 0,
|
|
timeFormat:
|
|
timeFormat:
|
|
'`距离2024年还有:${day}天${hours}时${minutes}分${seconds}秒`',
|
|
'`距离2024年还有:${day}天${hours}时${minutes}分${seconds}秒`',
|
|
props: {
|
|
props: {
|
|
@@ -1214,11 +1216,11 @@ export const formComponents = [
|
|
icon: 'l-shuipingshijianzhou',
|
|
icon: 'l-shuipingshijianzhou',
|
|
data: {
|
|
data: {
|
|
name: 'timeline',
|
|
name: 'timeline',
|
|
- width: 500,
|
|
|
|
|
|
+ width: 300,
|
|
height: 40,
|
|
height: 40,
|
|
hiddenText: true,
|
|
hiddenText: true,
|
|
direction: 'horizontal',
|
|
direction: 'horizontal',
|
|
- labelAlign: '', //left/right/alternate/top/bottom
|
|
|
|
|
|
+ labelAlign: 'left', //left/right/alternate/top/bottom
|
|
mode: 'alternate', //alternate
|
|
mode: 'alternate', //alternate
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|
|
@@ -1284,12 +1286,12 @@ export const formComponents = [
|
|
data: {
|
|
data: {
|
|
name: 'timeline',
|
|
name: 'timeline',
|
|
width: 40,
|
|
width: 40,
|
|
- height: 500,
|
|
|
|
|
|
+ height: 300,
|
|
text: '时间轴',
|
|
text: '时间轴',
|
|
hiddenText: true,
|
|
hiddenText: true,
|
|
direction: 'vertical',
|
|
direction: 'vertical',
|
|
labelAlign: 'left', //left/right/alternate/top/bottom
|
|
labelAlign: 'left', //left/right/alternate/top/bottom
|
|
- // mode: 'alternate', //alternate
|
|
|
|
|
|
+ mode: 'alternate', //alternate
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|
|
label: '2022-01-01',
|
|
label: '2022-01-01',
|
|
@@ -1357,9 +1359,9 @@ export const formComponents = [
|
|
name: 'calendar',
|
|
name: 'calendar',
|
|
background: '#fff0',
|
|
background: '#fff0',
|
|
hoverTextColor: '#fff',
|
|
hoverTextColor: '#fff',
|
|
- dbInput:true,
|
|
|
|
|
|
+ dbInput: true,
|
|
// input: true,
|
|
// input: true,
|
|
- text:'8月'
|
|
|
|
|
|
+ text: '8月',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -1372,10 +1374,10 @@ export const formComponents = [
|
|
name: 'calendar',
|
|
name: 'calendar',
|
|
background: '#fff0',
|
|
background: '#fff0',
|
|
hoverTextColor: '#fff',
|
|
hoverTextColor: '#fff',
|
|
- dbInput:true,
|
|
|
|
|
|
+ dbInput: true,
|
|
// input: true,
|
|
// input: true,
|
|
text: '8月',
|
|
text: '8月',
|
|
- calendarType:'time'
|
|
|
|
|
|
+ calendarType: 'time',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
],
|
|
],
|
|
@@ -1391,9 +1393,12 @@ export const formComponents = [
|
|
width: 400,
|
|
width: 400,
|
|
height: 200,
|
|
height: 200,
|
|
name: 'list',
|
|
name: 'list',
|
|
- headingColor: '#000',
|
|
|
|
|
|
+ headingColor: '#FFFFFFE6',
|
|
headingSize: 16,
|
|
headingSize: 16,
|
|
- background: '#fff',
|
|
|
|
|
|
+ background: '#282E3B',
|
|
|
|
+ textColor: '#FFFFFF66',
|
|
|
|
+ hoverTextColor: '#FFFFFF66',
|
|
|
|
+ // borderWidth:1,
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|
|
title: '列表标题',
|
|
title: '列表标题',
|
|
@@ -1660,6 +1665,8 @@ export const formComponents = [
|
|
expanded: ['1', '2'],
|
|
expanded: ['1', '2'],
|
|
fontSize: 20,
|
|
fontSize: 20,
|
|
disableInput: true,
|
|
disableInput: true,
|
|
|
|
+ textColor: '#FFFFFF',
|
|
|
|
+ hoverTextColor: '#FFFFFF',
|
|
// iconFamily:'l-icon',
|
|
// iconFamily:'l-icon',
|
|
// icon:'\ue607',
|
|
// icon:'\ue607',
|
|
data: [
|
|
data: [
|
|
@@ -1794,7 +1801,7 @@ export const formComponents = [
|
|
icon: 'l-quanjuxiaoxi',
|
|
icon: 'l-quanjuxiaoxi',
|
|
data: {
|
|
data: {
|
|
width: 200,
|
|
width: 200,
|
|
- height: 46,
|
|
|
|
|
|
+ height: 40,
|
|
text: '用于表示普通操作信息提示',
|
|
text: '用于表示普通操作信息提示',
|
|
borderRadius: 6,
|
|
borderRadius: 6,
|
|
name: 'rectangle',
|
|
name: 'rectangle',
|
|
@@ -1803,15 +1810,16 @@ export const formComponents = [
|
|
iconColor: '#4583ff',
|
|
iconColor: '#4583ff',
|
|
iconSize: 17.5,
|
|
iconSize: 17.5,
|
|
iconAlign: 'left',
|
|
iconAlign: 'left',
|
|
- iconLeft: 8,
|
|
|
|
|
|
+ iconLeft: 10,
|
|
textAlign: 'left',
|
|
textAlign: 'left',
|
|
color: 'rgba(235, 235, 235, 1)',
|
|
color: 'rgba(235, 235, 235, 1)',
|
|
- background: '#272C33',
|
|
|
|
|
|
+ background: '#282E3B',
|
|
textLeft: 30,
|
|
textLeft: 30,
|
|
|
|
+ lineWidth: 0,
|
|
shadow: false,
|
|
shadow: false,
|
|
- textColor: '#FFF',
|
|
|
|
|
|
+ textColor: '#FFFFFF',
|
|
hoverTextColor: 'rgba(0, 0, 0, 1)',
|
|
hoverTextColor: 'rgba(0, 0, 0, 1)',
|
|
- shadowColor: '#313740',
|
|
|
|
|
|
+ shadowColor: '#00000014',
|
|
shadowOffsetX: 6,
|
|
shadowOffsetX: 6,
|
|
shadowOffsetY: 6,
|
|
shadowOffsetY: 6,
|
|
shadowBlur: 20,
|
|
shadowBlur: 20,
|
|
@@ -1829,25 +1837,26 @@ export const formComponents = [
|
|
icon: '\ue6e4',
|
|
icon: '\ue6e4',
|
|
iconFamily: 'l-icon',
|
|
iconFamily: 'l-icon',
|
|
iconColor: '#4583ff',
|
|
iconColor: '#4583ff',
|
|
- iconSize: 17.5,
|
|
|
|
|
|
+ iconSize: 18,
|
|
iconAlign: 'left-top',
|
|
iconAlign: 'left-top',
|
|
- iconLeft: 8,
|
|
|
|
- iconTop: 8,
|
|
|
|
|
|
+ iconLeft: 15,
|
|
|
|
+ iconTop: 20,
|
|
textAlign: 'left',
|
|
textAlign: 'left',
|
|
textBaseline: 'top',
|
|
textBaseline: 'top',
|
|
- textLeft: 30,
|
|
|
|
- textTop: 30,
|
|
|
|
|
|
+ textLeft: 40,
|
|
|
|
+ textTop: 50,
|
|
color: 'rgba(235, 235, 235, 1)',
|
|
color: 'rgba(235, 235, 235, 1)',
|
|
- background: '#272C33',
|
|
|
|
|
|
+ background: '#282E3B',
|
|
shadow: false,
|
|
shadow: false,
|
|
textColor: '#FFFFFF99',
|
|
textColor: '#FFFFFF99',
|
|
hoverTextColor: '#666666',
|
|
hoverTextColor: '#666666',
|
|
- shadowColor: 'rgba(250, 247, 247, 0.5)',
|
|
|
|
|
|
+ shadowColor: '#0000000D',
|
|
shadowOffsetX: 6,
|
|
shadowOffsetX: 6,
|
|
shadowOffsetY: 6,
|
|
shadowOffsetY: 6,
|
|
- shadowBlur: 20,
|
|
|
|
|
|
+ textWidth: 300,
|
|
|
|
+ shadowBlur: 24,
|
|
heading: '标题名称',
|
|
heading: '标题名称',
|
|
- headingColor: '#FFF',
|
|
|
|
|
|
+ headingColor: '#FFFFFFE6',
|
|
headingSize: 16,
|
|
headingSize: 16,
|
|
// headingWeight: 'bold',
|
|
// headingWeight: 'bold',
|
|
props: {
|
|
props: {
|
|
@@ -2083,22 +2092,23 @@ export const formComponents = [
|
|
width: 64,
|
|
width: 64,
|
|
height: 64,
|
|
height: 64,
|
|
name: 'rectangle',
|
|
name: 'rectangle',
|
|
- activeBackground: '#eee',
|
|
|
|
- background: 'rgba(255, 255, 255, 1)',
|
|
|
|
|
|
+ activeBackground: '#282E3B',
|
|
|
|
+ background: '#282E3B',
|
|
borderRadius: 0.1,
|
|
borderRadius: 0.1,
|
|
color: '#eee',
|
|
color: '#eee',
|
|
- hoverBackground: '#eee',
|
|
|
|
|
|
+ hoverBackground: '#282E3B',
|
|
hoverColor: '#eee',
|
|
hoverColor: '#eee',
|
|
- hoverTextColor: '#c5c5c5',
|
|
|
|
|
|
+ hoverTextColor: '#FFFFFFE6',
|
|
iconAlign: 'top',
|
|
iconAlign: 'top',
|
|
- iconColor: 'rgba(0, 0, 0, 1)',
|
|
|
|
|
|
+ iconColor: '#FFFFFFE6',
|
|
iconSize: 20,
|
|
iconSize: 20,
|
|
iconTop: 10,
|
|
iconTop: 10,
|
|
text: 'TOP',
|
|
text: 'TOP',
|
|
textBaseline: 'bottom',
|
|
textBaseline: 'bottom',
|
|
- textColor: '#c5c5c5',
|
|
|
|
|
|
+ lineWidth: 0,
|
|
|
|
+ textColor: '#FFFFFFE6',
|
|
textTop: -2,
|
|
textTop: -2,
|
|
- icon: '\ue6a6',
|
|
|
|
|
|
+ icon: '\uec57',
|
|
iconFamily: 'l-icon',
|
|
iconFamily: 'l-icon',
|
|
events: [
|
|
events: [
|
|
{
|
|
{
|
|
@@ -2302,11 +2312,11 @@ export const formComponents = [
|
|
label: '分页大小',
|
|
label: '分页大小',
|
|
type: 'code',
|
|
type: 'code',
|
|
},
|
|
},
|
|
- {
|
|
|
|
- key: 'maxPageBtn',
|
|
|
|
- label: '最多显示页码数按钮数',
|
|
|
|
- type: 'number',
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // key: 'maxPageBtn',
|
|
|
|
+ // label: '最多显示页码数按钮数',
|
|
|
|
+ // type: 'number',
|
|
|
|
+ // },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -2319,32 +2329,32 @@ export const formComponents = [
|
|
width: 500,
|
|
width: 500,
|
|
height: 40,
|
|
height: 40,
|
|
hiddenText: true,
|
|
hiddenText: true,
|
|
- direction: 'horizontal',
|
|
|
|
|
|
+ direction: 'vertical',//horizontal/vertical
|
|
labelAlign: '', //left/right/alternate/top/bottom
|
|
labelAlign: '', //left/right/alternate/top/bottom
|
|
- mode: 'alternate', //alternate
|
|
|
|
|
|
+ // theme: 'dot', //dot
|
|
current: 2,
|
|
current: 2,
|
|
data: [
|
|
data: [
|
|
{
|
|
{
|
|
- label: '已完成的步骤',
|
|
|
|
- content: '内容',
|
|
|
|
|
|
+ title: '已完成的步骤',
|
|
|
|
+ content: '这里是提示文字dsafsdfadfafadsfdfadfadsfdafdafdasfsdfdfadfdafasdffdfadds',
|
|
|
|
+ status:'finish' //default/process/finish/error
|
|
// path: 'M71.3,61.9v2.21L56.66,66V63.82l3.27-.43.25-1-2.39.31V60.84l2.84-.37.21-.87-3.4.44V57.85l13.08-1.73v2.2l-6.85.9-.21.88,6-.79-.15,2.85ZM58.11,66.56,69.86,65v5.63L58.11,72.19Zm2.59,3.09,6.44-.84V67.52l-6.44.85ZM62.78,63l3.87-.51.07-.95L63,62.05Z',
|
|
// path: 'M71.3,61.9v2.21L56.66,66V63.82l3.27-.43.25-1-2.39.31V60.84l2.84-.37.21-.87-3.4.44V57.85l13.08-1.73v2.2l-6.85.9-.21.88,6-.79-.15,2.85ZM58.11,66.56,69.86,65v5.63L58.11,72.19Zm2.59,3.09,6.44-.84V67.52l-6.44.85ZM62.78,63l3.87-.51.07-.95L63,62.05Z',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '已完成的步骤',
|
|
|
|
- content: '内容',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '进行中的步骤',
|
|
|
|
- content: '内容',
|
|
|
|
|
|
+ title: '出错的步骤',
|
|
|
|
+ content: '这里是提示文字ssss',
|
|
|
|
+ status:'error' //default/process/finish/error
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '未进行中的步骤',
|
|
|
|
- content: '内容',
|
|
|
|
|
|
+ title: '进行中的步骤',
|
|
|
|
+ content: '这里是提示文字',
|
|
|
|
+ status:'process' //default/process/finish/error
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '未进行中的步骤',
|
|
|
|
- content: '内容',
|
|
|
|
- },
|
|
|
|
|
|
+ title: '未完成的步骤',
|
|
|
|
+ content: '这里是提示文字',
|
|
|
|
+ status:'default' //default/process/finish/error
|
|
|
|
+ }
|
|
],
|
|
],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -2388,7 +2398,6 @@ export const formComponents = [
|
|
selectedKeys: ['0'],
|
|
selectedKeys: ['0'],
|
|
theme: 'multiple',
|
|
theme: 'multiple',
|
|
disableInput: true,
|
|
disableInput: true,
|
|
-
|
|
|
|
data: [
|
|
data: [
|
|
{ text: '场景一', key: '0' },
|
|
{ text: '场景一', key: '0' },
|
|
{ text: '场景二', key: '1', isForbidden: true },
|
|
{ text: '场景二', key: '1', isForbidden: true },
|
|
@@ -2644,7 +2653,7 @@ export const formComponents = [
|
|
icon: 'l-yansexuanzekuang',
|
|
icon: 'l-yansexuanzekuang',
|
|
data: {
|
|
data: {
|
|
name: 'inputDom',
|
|
name: 'inputDom',
|
|
- width: 200,
|
|
|
|
|
|
+ width: 32,
|
|
height: 32,
|
|
height: 32,
|
|
externElement: true,
|
|
externElement: true,
|
|
prefix: false,
|
|
prefix: false,
|
|
@@ -2683,9 +2692,9 @@ export const formComponents = [
|
|
barHeight: 4,
|
|
barHeight: 4,
|
|
min: 0,
|
|
min: 0,
|
|
max: 100,
|
|
max: 100,
|
|
- color: '#1890ff',
|
|
|
|
- background: '#D4D6D9',
|
|
|
|
- textColor: '#222222',
|
|
|
|
|
|
+ color: '#4583FF1890ff',
|
|
|
|
+ background: '#303746',
|
|
|
|
+ textColor: '#FFFFFF66',
|
|
unit: '%',
|
|
unit: '%',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -2739,7 +2748,7 @@ export const formComponents = [
|
|
background: '#4583FF33',
|
|
background: '#4583FF33',
|
|
color: '#4583FF',
|
|
color: '#4583FF',
|
|
hiddenText: true,
|
|
hiddenText: true,
|
|
- onColor:'#58CC84',
|
|
|
|
|
|
+ onColor: '#58CC84',
|
|
frames: [
|
|
frames: [
|
|
{
|
|
{
|
|
background: '#4583FF33',
|
|
background: '#4583FF33',
|
|
@@ -2876,8 +2885,10 @@ export const formComponents = [
|
|
width: 120,
|
|
width: 120,
|
|
height: 128,
|
|
height: 128,
|
|
switch: true,
|
|
switch: true,
|
|
- color: '#748E9173',
|
|
|
|
- background: '#748E9140',
|
|
|
|
|
|
+ color: '#4583FF',
|
|
|
|
+ background: '#4583FF33',
|
|
|
|
+ offColor: '#FF5D3C',
|
|
|
|
+ onColor: '#58CC84',
|
|
disableInput: true,
|
|
disableInput: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -2889,10 +2900,10 @@ export const formComponents = [
|
|
width: 32,
|
|
width: 32,
|
|
height: 128,
|
|
height: 128,
|
|
disableAnchor: true,
|
|
disableAnchor: true,
|
|
- color:'#4583FF',
|
|
|
|
- fontColor:'#FFFFFFB3',
|
|
|
|
|
|
+ color: '#4583FF',
|
|
|
|
+ textColor: '#FFFFFFB3',
|
|
background: '#FF5D3C33',
|
|
background: '#FF5D3C33',
|
|
- activeBacground:'#FF5D3C',
|
|
|
|
|
|
+ activeBacground: '#FF5D3C',
|
|
value: -10,
|
|
value: -10,
|
|
min: -20,
|
|
min: -20,
|
|
max: 20,
|
|
max: 20,
|
|
@@ -2910,18 +2921,11 @@ export const formComponents = [
|
|
value: 0,
|
|
value: 0,
|
|
min: -20,
|
|
min: -20,
|
|
max: 20,
|
|
max: 20,
|
|
- color:'#4583FF',
|
|
|
|
|
|
+ color: '#4583FF',
|
|
markColor: '#fff',
|
|
markColor: '#fff',
|
|
- background:'#FF5D3C33',
|
|
|
|
- activeBackground:'#FF5D3C',
|
|
|
|
- fontColor: '#FFFFFFB3',
|
|
|
|
- sub: 5,
|
|
|
|
- barrel: {
|
|
|
|
- x: 0.3,
|
|
|
|
- y: 0.2,
|
|
|
|
- width: 0.2,
|
|
|
|
- height: 7 / 9,
|
|
|
|
- },
|
|
|
|
|
|
+ background: '#FF5D3C33',
|
|
|
|
+ activeBackground: '#FF5D3C',
|
|
|
|
+ textColor: '#FFFFFFB3',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
],
|
|
],
|