|
@@ -1033,7 +1033,7 @@ export const formComponents = [
|
|
|
name: 'FLV视频流',
|
|
|
icon: 'l-pc',
|
|
|
data: {
|
|
|
- name: 'leFlvPlayer',
|
|
|
+ name: 'flvPlayerDom',
|
|
|
width: 477,
|
|
|
height: 268,
|
|
|
externElement: true,
|
|
@@ -1197,7 +1197,7 @@ export const formComponents = [
|
|
|
name: '水平时间轴',
|
|
|
icon: 'l-shuipingshijianzhou',
|
|
|
data: {
|
|
|
- name: 'leTimeline',
|
|
|
+ name: 'timeline',
|
|
|
width: 500,
|
|
|
height: 40,
|
|
|
hiddenText: true,
|
|
@@ -1261,7 +1261,7 @@ export const formComponents = [
|
|
|
name: '垂直时间轴',
|
|
|
icon: 'l-chuizhishijianzhou',
|
|
|
data: {
|
|
|
- name: 'leTimeline',
|
|
|
+ name: 'timeline',
|
|
|
width: 40,
|
|
|
height: 500,
|
|
|
text: '时间轴',
|
|
@@ -1607,7 +1607,7 @@ export const formComponents = [
|
|
|
name: '树',
|
|
|
icon: 'l-shu', //l-shu
|
|
|
data: {
|
|
|
- name: 'leTree',
|
|
|
+ name: 'tree',
|
|
|
width: 150,
|
|
|
height: 210,
|
|
|
expanded: ['1', '2'],
|
|
@@ -1849,7 +1849,7 @@ export const formComponents = [
|
|
|
name: '水平轮播',
|
|
|
icon: 'l-paomadeng',
|
|
|
data: {
|
|
|
- name: 'leSwiperline',
|
|
|
+ name: 'swiperline',
|
|
|
width: 200,
|
|
|
height: 40,
|
|
|
data: ['轮播第一次数据', '轮播第二次数据', '轮播第三次数据'],
|
|
@@ -1874,7 +1874,7 @@ export const formComponents = [
|
|
|
name: '垂直轮播',
|
|
|
icon: 'l-chuizhigundong',
|
|
|
data: {
|
|
|
- name: 'leSwiperline',
|
|
|
+ name: 'swiperline',
|
|
|
width: 200,
|
|
|
height: 24,
|
|
|
direction: 'vertical',
|
|
@@ -1901,7 +1901,7 @@ export const formComponents = [
|
|
|
name: '轮播图',
|
|
|
icon: 'l-lunbotu',
|
|
|
data: {
|
|
|
- name: 'leSwiper',
|
|
|
+ name: 'swiperDom',
|
|
|
width: 400,
|
|
|
height: 300,
|
|
|
data: [
|
|
@@ -1931,7 +1931,7 @@ export const formComponents = [
|
|
|
name: '轮播页面',
|
|
|
icon: 'l-lunboyemian',
|
|
|
data: {
|
|
|
- name: 'leSwiper',
|
|
|
+ name: 'swiperDom',
|
|
|
width: 400,
|
|
|
height: 300,
|
|
|
swiperType: 'iframe',
|
|
@@ -2071,7 +2071,7 @@ export const formComponents = [
|
|
|
name: '面包屑',
|
|
|
icon: 'l-mianbaoxie', //l-mianbaoxie
|
|
|
data: {
|
|
|
- name: 'Breadcrumb',
|
|
|
+ name: 'breadcrumb',
|
|
|
width: 200,
|
|
|
height: 20,
|
|
|
data: [
|
|
@@ -2115,7 +2115,7 @@ export const formComponents = [
|
|
|
name: '下拉菜单',
|
|
|
icon: 'l-xialacaidan',
|
|
|
data: {
|
|
|
- name: 'leHeadMenu',
|
|
|
+ name: 'headMenuDom',
|
|
|
width: 650,
|
|
|
height: 60,
|
|
|
externElement: true,
|
|
@@ -2166,7 +2166,7 @@ export const formComponents = [
|
|
|
name: '导航菜单',
|
|
|
icon: 'l-daohangcaidan',
|
|
|
data: {
|
|
|
- name: 'leMenu',
|
|
|
+ name: 'menuDom',
|
|
|
width: 200,
|
|
|
height: 400,
|
|
|
externElement: true,
|
|
@@ -2229,7 +2229,7 @@ export const formComponents = [
|
|
|
name: '分页',
|
|
|
icon: 'l-fenye', //l-fenye
|
|
|
data: {
|
|
|
- name: 'lePagination',
|
|
|
+ name: 'pagination',
|
|
|
width: 300,
|
|
|
height: 200,
|
|
|
size: 'small',
|
|
@@ -2307,7 +2307,7 @@ export const formComponents = [
|
|
|
name: '选项卡',
|
|
|
icon: 'l-xuanxiangka',
|
|
|
data: {
|
|
|
- name: 'leTab',
|
|
|
+ name: 'tab',
|
|
|
width: 500,
|
|
|
height: 50,
|
|
|
direction: 'horizontal',
|
|
@@ -2336,7 +2336,7 @@ export const formComponents = [
|
|
|
name: '多选选项卡',
|
|
|
icon: 'l-duoxiangxuanxiangka',
|
|
|
data: {
|
|
|
- name: 'leTab',
|
|
|
+ name: 'tab',
|
|
|
width: 500,
|
|
|
height: 50,
|
|
|
direction: 'horizontal',
|
|
@@ -2447,7 +2447,7 @@ export const formComponents = [
|
|
|
name: '单选框',
|
|
|
icon: 'l-danxuanxiang',
|
|
|
data: {
|
|
|
- name: 'leRadio',
|
|
|
+ name: 'radio',
|
|
|
width: 300,
|
|
|
height: 30,
|
|
|
disableAnchor: true,
|
|
@@ -2493,7 +2493,7 @@ export const formComponents = [
|
|
|
name: '多选框',
|
|
|
icon: 'l-duoxuanxiang',
|
|
|
data: {
|
|
|
- name: 'leCheckBox',
|
|
|
+ name: 'checkbox',
|
|
|
width: 300,
|
|
|
height: 30,
|
|
|
direction: 'horizontal', // 'vertical', //'horizontal',
|
|
@@ -2570,7 +2570,7 @@ export const formComponents = [
|
|
|
name: '时间选择器',
|
|
|
icon: 'l-shijianxuanzekuang',
|
|
|
data: {
|
|
|
- name: 'leInput',
|
|
|
+ name: 'inputDom',
|
|
|
width: 200,
|
|
|
height: 32,
|
|
|
externElement: true,
|
|
@@ -2584,7 +2584,7 @@ export const formComponents = [
|
|
|
name: '日期选择器',
|
|
|
icon: 'l-riqixuanzekuang',
|
|
|
data: {
|
|
|
- name: 'leInput',
|
|
|
+ name: 'inputDom',
|
|
|
width: 200,
|
|
|
height: 32,
|
|
|
externElement: true,
|
|
@@ -2598,7 +2598,7 @@ export const formComponents = [
|
|
|
name: '颜色选择器',
|
|
|
icon: 'l-yansexuanzekuang',
|
|
|
data: {
|
|
|
- name: 'leInput',
|
|
|
+ name: 'inputDom',
|
|
|
width: 200,
|
|
|
height: 32,
|
|
|
externElement: true,
|
|
@@ -2749,7 +2749,7 @@ export const formComponents = [
|
|
|
name: '转换开关',
|
|
|
icon: 'l-zhuanhuankaiguan', //l-zhuanhuankaiguan
|
|
|
data: {
|
|
|
- name: 'changeOverSwitch',
|
|
|
+ name: 'transferSwitch',
|
|
|
width: 128,
|
|
|
height: 128,
|
|
|
checked: true,
|