@steedos-widgets/amis-object 1.3.7 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisInputTable.d.ts +20 -0
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +4 -1
- package/dist/amis-object.cjs.js +249 -13
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +4 -1
- package/dist/amis-object.esm.js +249 -14
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +4 -1
- package/dist/amis-object.umd.js +221 -203
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +573 -375
- package/dist/metas/AmisInputTable.d.ts +2 -0
- package/package.json +3 -3
package/dist/meta.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* @LastEditTime: 2023-10-27 17:53:35
|
|
38
38
|
* @Description:
|
|
39
39
|
*/
|
|
40
|
-
var config$
|
|
40
|
+
var config$x = {
|
|
41
41
|
componentType: 'amisSchema',
|
|
42
42
|
group: "华炎魔方",
|
|
43
43
|
componentName: "AmisObjectForm",
|
|
@@ -115,39 +115,39 @@
|
|
|
115
115
|
icon: "fa-fw fa fa-list-alt"
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
var AmisObjectForm = __assign(__assign({}, config$
|
|
118
|
+
var AmisObjectForm = __assign(__assign({}, config$x), { snippets: [
|
|
119
119
|
{
|
|
120
|
-
title: config$
|
|
120
|
+
title: config$x.title,
|
|
121
121
|
screenshot: "",
|
|
122
122
|
schema: {
|
|
123
|
-
componentName: config$
|
|
124
|
-
props: config$
|
|
123
|
+
componentName: config$x.componentName,
|
|
124
|
+
props: config$x.preview
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
], amis: {
|
|
128
128
|
render: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$x.amis.name,
|
|
130
130
|
usage: "renderer",
|
|
131
131
|
weight: 1,
|
|
132
132
|
framework: "react"
|
|
133
133
|
},
|
|
134
134
|
plugin: {
|
|
135
|
-
rendererName: config$
|
|
135
|
+
rendererName: config$x.amis.name,
|
|
136
136
|
$schema: '/schemas/UnkownSchema.json',
|
|
137
|
-
name: config$
|
|
138
|
-
description: config$
|
|
139
|
-
tags: [config$
|
|
137
|
+
name: config$x.title,
|
|
138
|
+
description: config$x.title,
|
|
139
|
+
tags: [config$x.group],
|
|
140
140
|
order: -9999,
|
|
141
|
-
icon: config$
|
|
141
|
+
icon: config$x.amis.icon,
|
|
142
142
|
scaffold: {
|
|
143
|
-
type: config$
|
|
144
|
-
label: config$
|
|
143
|
+
type: config$x.amis.name,
|
|
144
|
+
label: config$x.title,
|
|
145
145
|
objectApiName: "${objectName}",
|
|
146
146
|
recordId: "${recordId}",
|
|
147
147
|
className: "sm:border sm:rounded sm:border-gray-300 bg-white p-4"
|
|
148
148
|
},
|
|
149
149
|
previewSchema: {
|
|
150
|
-
type: config$
|
|
150
|
+
type: config$x.amis.name,
|
|
151
151
|
objectApiName: 'space_users'
|
|
152
152
|
},
|
|
153
153
|
panelTitle: "设置",
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
* @LastEditTime: 2023-10-20 13:24:39
|
|
617
617
|
* @Description:
|
|
618
618
|
*/
|
|
619
|
-
var config$
|
|
619
|
+
var config$w = {
|
|
620
620
|
componentType: 'amisSchema',
|
|
621
621
|
group: "华炎魔方",
|
|
622
622
|
componentName: "AmisObjectListView",
|
|
@@ -663,40 +663,40 @@
|
|
|
663
663
|
icon: "fa-fw fa fa-list-alt"
|
|
664
664
|
}
|
|
665
665
|
};
|
|
666
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
666
|
+
var AmisObjectListview = __assign(__assign({}, config$w), { snippets: [
|
|
667
667
|
{
|
|
668
|
-
title: config$
|
|
668
|
+
title: config$w.title,
|
|
669
669
|
screenshot: "",
|
|
670
670
|
schema: {
|
|
671
|
-
componentName: config$
|
|
672
|
-
props: config$
|
|
671
|
+
componentName: config$w.componentName,
|
|
672
|
+
props: config$w.preview
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
], amis: {
|
|
676
676
|
render: {
|
|
677
|
-
type: config$
|
|
677
|
+
type: config$w.amis.name,
|
|
678
678
|
usage: "renderer",
|
|
679
679
|
weight: 1,
|
|
680
680
|
framework: "react"
|
|
681
681
|
},
|
|
682
682
|
plugin: {
|
|
683
|
-
rendererName: config$
|
|
683
|
+
rendererName: config$w.amis.name,
|
|
684
684
|
$schema: '/schemas/UnkownSchema.json',
|
|
685
|
-
name: config$
|
|
686
|
-
description: config$
|
|
687
|
-
tags: [config$
|
|
685
|
+
name: config$w.title,
|
|
686
|
+
description: config$w.description,
|
|
687
|
+
tags: [config$w.group],
|
|
688
688
|
order: -9999,
|
|
689
|
-
icon: config$
|
|
689
|
+
icon: config$w.amis.icon,
|
|
690
690
|
scaffold: {
|
|
691
|
-
type: config$
|
|
692
|
-
label: config$
|
|
691
|
+
type: config$w.amis.name,
|
|
692
|
+
label: config$w.title,
|
|
693
693
|
objectApiName: "${objectName}",
|
|
694
694
|
listName: "all",
|
|
695
695
|
showHeader: true,
|
|
696
696
|
className: "sm:border sm:rounded sm:border-gray-300 mb-4"
|
|
697
697
|
},
|
|
698
698
|
previewSchema: {
|
|
699
|
-
type: config$
|
|
699
|
+
type: config$w.amis.name,
|
|
700
700
|
objectApiName: 'space_users',
|
|
701
701
|
listName: "all",
|
|
702
702
|
showHeader: true,
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
}
|
|
839
839
|
} });
|
|
840
840
|
|
|
841
|
-
var config$
|
|
841
|
+
var config$v = {
|
|
842
842
|
componentType: 'amisSchema',
|
|
843
843
|
group: "华炎魔方",
|
|
844
844
|
componentName: "AmisObjectCalendar",
|
|
@@ -894,38 +894,38 @@
|
|
|
894
894
|
icon: "fa-fw fa fa-list-alt"
|
|
895
895
|
}
|
|
896
896
|
};
|
|
897
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
897
|
+
var AmisObjectCalendar = __assign(__assign({}, config$v), { snippets: [
|
|
898
898
|
{
|
|
899
|
-
title: config$
|
|
899
|
+
title: config$v.title,
|
|
900
900
|
screenshot: "",
|
|
901
901
|
schema: {
|
|
902
|
-
componentName: config$
|
|
903
|
-
props: config$
|
|
902
|
+
componentName: config$v.componentName,
|
|
903
|
+
props: config$v.preview
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
], amis: {
|
|
907
907
|
render: {
|
|
908
|
-
type: config$
|
|
908
|
+
type: config$v.amis.name,
|
|
909
909
|
usage: "renderer",
|
|
910
910
|
weight: 1,
|
|
911
911
|
framework: "react"
|
|
912
912
|
},
|
|
913
913
|
plugin: {
|
|
914
|
-
rendererName: config$
|
|
914
|
+
rendererName: config$v.amis.name,
|
|
915
915
|
$schema: '/schemas/UnkownSchema.json',
|
|
916
|
-
name: config$
|
|
917
|
-
description: config$
|
|
918
|
-
tags: [config$
|
|
916
|
+
name: config$v.title,
|
|
917
|
+
description: config$v.title,
|
|
918
|
+
tags: [config$v.group],
|
|
919
919
|
order: -9999,
|
|
920
|
-
icon: config$
|
|
920
|
+
icon: config$v.amis.icon,
|
|
921
921
|
scaffold: {
|
|
922
|
-
type: config$
|
|
923
|
-
label: config$
|
|
922
|
+
type: config$v.amis.name,
|
|
923
|
+
label: config$v.title,
|
|
924
924
|
objectApiName: "${objectName}",
|
|
925
925
|
currentView: "timeGridWeek"
|
|
926
926
|
},
|
|
927
927
|
previewSchema: {
|
|
928
|
-
type: config$
|
|
928
|
+
type: config$v.amis.name,
|
|
929
929
|
objectApiName: 'events',
|
|
930
930
|
currentView: "timeGridWeek"
|
|
931
931
|
},
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
* @LastEditTime: 2023-10-19 14:04:12
|
|
998
998
|
* @Description:
|
|
999
999
|
*/
|
|
1000
|
-
var config$
|
|
1000
|
+
var config$u = {
|
|
1001
1001
|
componentType: 'amisSchema',
|
|
1002
1002
|
group: "华炎魔方",
|
|
1003
1003
|
componentName: "AmisObjectTable",
|
|
@@ -1063,39 +1063,39 @@
|
|
|
1063
1063
|
icon: "fa-fw fa fa-list-alt"
|
|
1064
1064
|
}
|
|
1065
1065
|
};
|
|
1066
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
1066
|
+
var AmisObjectTable = __assign(__assign({}, config$u), { snippets: [
|
|
1067
1067
|
{
|
|
1068
|
-
title: config$
|
|
1068
|
+
title: config$u.title,
|
|
1069
1069
|
screenshot: "",
|
|
1070
1070
|
schema: {
|
|
1071
|
-
componentName: config$
|
|
1072
|
-
props: config$
|
|
1071
|
+
componentName: config$u.componentName,
|
|
1072
|
+
props: config$u.preview
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
1075
|
], amis: {
|
|
1076
1076
|
render: {
|
|
1077
|
-
type: config$
|
|
1077
|
+
type: config$u.amis.name,
|
|
1078
1078
|
usage: "renderer",
|
|
1079
1079
|
weight: 1,
|
|
1080
1080
|
framework: "react"
|
|
1081
1081
|
},
|
|
1082
1082
|
plugin: {
|
|
1083
|
-
rendererName: config$
|
|
1083
|
+
rendererName: config$u.amis.name,
|
|
1084
1084
|
$schema: '/schemas/UnkownSchema.json',
|
|
1085
|
-
name: config$
|
|
1086
|
-
description: config$
|
|
1087
|
-
tags: [config$
|
|
1085
|
+
name: config$u.title,
|
|
1086
|
+
description: config$u.title,
|
|
1087
|
+
tags: [config$u.group],
|
|
1088
1088
|
order: -9999,
|
|
1089
|
-
icon: config$
|
|
1089
|
+
icon: config$u.amis.icon,
|
|
1090
1090
|
scaffold: {
|
|
1091
|
-
type: config$
|
|
1092
|
-
label: config$
|
|
1091
|
+
type: config$u.amis.name,
|
|
1092
|
+
label: config$u.title,
|
|
1093
1093
|
objectApiName: "${objectName}",
|
|
1094
1094
|
fields: ["name"],
|
|
1095
1095
|
className: "sm:border sm:rounded sm:border-gray-300"
|
|
1096
1096
|
},
|
|
1097
1097
|
previewSchema: {
|
|
1098
|
-
type: config$
|
|
1098
|
+
type: config$u.amis.name,
|
|
1099
1099
|
objectApiName: 'space_users',
|
|
1100
1100
|
fields: ["name"]
|
|
1101
1101
|
},
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
* @LastEditTime: 2023-03-06 14:31:08
|
|
1382
1382
|
* @Description:
|
|
1383
1383
|
*/
|
|
1384
|
-
var config$
|
|
1384
|
+
var config$t = {
|
|
1385
1385
|
componentType: 'amisSchema',
|
|
1386
1386
|
group: "华炎魔方",
|
|
1387
1387
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -1418,38 +1418,38 @@
|
|
|
1418
1418
|
icon: "fa-fw fa fa-list-alt"
|
|
1419
1419
|
}
|
|
1420
1420
|
};
|
|
1421
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
1421
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$t), { snippets: [
|
|
1422
1422
|
{
|
|
1423
|
-
title: config$
|
|
1423
|
+
title: config$t.title,
|
|
1424
1424
|
screenshot: "",
|
|
1425
1425
|
schema: {
|
|
1426
|
-
componentName: config$
|
|
1427
|
-
props: config$
|
|
1426
|
+
componentName: config$t.componentName,
|
|
1427
|
+
props: config$t.preview
|
|
1428
1428
|
}
|
|
1429
1429
|
}
|
|
1430
1430
|
], amis: {
|
|
1431
1431
|
render: {
|
|
1432
|
-
type: config$
|
|
1432
|
+
type: config$t.amis.name,
|
|
1433
1433
|
usage: "renderer",
|
|
1434
1434
|
weight: 1,
|
|
1435
1435
|
framework: "react"
|
|
1436
1436
|
},
|
|
1437
1437
|
plugin: {
|
|
1438
|
-
rendererName: config$
|
|
1438
|
+
rendererName: config$t.amis.name,
|
|
1439
1439
|
$schema: '/schemas/UnkownSchema.json',
|
|
1440
|
-
name: config$
|
|
1441
|
-
description: config$
|
|
1442
|
-
tags: [config$
|
|
1440
|
+
name: config$t.title,
|
|
1441
|
+
description: config$t.description,
|
|
1442
|
+
tags: [config$t.group],
|
|
1443
1443
|
order: -9999,
|
|
1444
|
-
icon: config$
|
|
1444
|
+
icon: config$t.amis.icon,
|
|
1445
1445
|
scaffold: {
|
|
1446
|
-
type: config$
|
|
1447
|
-
label: config$
|
|
1446
|
+
type: config$t.amis.name,
|
|
1447
|
+
label: config$t.title,
|
|
1448
1448
|
objectApiName: "${objectName}",
|
|
1449
1449
|
recordId: "${recordId}"
|
|
1450
1450
|
},
|
|
1451
1451
|
previewSchema: {
|
|
1452
|
-
type: config$
|
|
1452
|
+
type: config$t.amis.name,
|
|
1453
1453
|
objectApiName: 'space_users'
|
|
1454
1454
|
},
|
|
1455
1455
|
panelTitle: "设置",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
* @LastEditTime: 2023-04-12 23:29:24
|
|
1493
1493
|
* @Description:
|
|
1494
1494
|
*/
|
|
1495
|
-
var config$
|
|
1495
|
+
var config$s = {
|
|
1496
1496
|
componentType: 'amisSchema',
|
|
1497
1497
|
group: "华炎魔方",
|
|
1498
1498
|
componentName: "AmisRecordDetail",
|
|
@@ -1528,34 +1528,34 @@
|
|
|
1528
1528
|
icon: "fa-fw fa fa-list-alt"
|
|
1529
1529
|
}
|
|
1530
1530
|
};
|
|
1531
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
1531
|
+
var AmisRecordDetail = __assign(__assign({}, config$s), { snippets: [
|
|
1532
1532
|
{
|
|
1533
|
-
title: config$
|
|
1533
|
+
title: config$s.title,
|
|
1534
1534
|
screenshot: "",
|
|
1535
1535
|
schema: {
|
|
1536
|
-
componentName: config$
|
|
1537
|
-
props: config$
|
|
1536
|
+
componentName: config$s.componentName,
|
|
1537
|
+
props: config$s.preview
|
|
1538
1538
|
}
|
|
1539
1539
|
}
|
|
1540
1540
|
], amis: {
|
|
1541
1541
|
render: {
|
|
1542
|
-
type: config$
|
|
1542
|
+
type: config$s.amis.name,
|
|
1543
1543
|
usage: "renderer",
|
|
1544
1544
|
weight: 1,
|
|
1545
1545
|
framework: "react"
|
|
1546
1546
|
},
|
|
1547
1547
|
plugin__disable: {
|
|
1548
|
-
rendererName: config$
|
|
1548
|
+
rendererName: config$s.amis.name,
|
|
1549
1549
|
$schema: '/schemas/UnkownSchema.json',
|
|
1550
|
-
name: config$
|
|
1551
|
-
description: config$
|
|
1552
|
-
tags: [config$
|
|
1550
|
+
name: config$s.title,
|
|
1551
|
+
description: config$s.title,
|
|
1552
|
+
tags: [config$s.group],
|
|
1553
1553
|
order: -9999,
|
|
1554
|
-
icon: config$
|
|
1554
|
+
icon: config$s.amis.icon,
|
|
1555
1555
|
scaffold: {
|
|
1556
|
-
type: config$
|
|
1556
|
+
type: config$s.amis.name,
|
|
1557
1557
|
body: [],
|
|
1558
|
-
label: config$
|
|
1558
|
+
label: config$s.title,
|
|
1559
1559
|
objectApiName: "${objectName}",
|
|
1560
1560
|
recordId: "${recordId}"
|
|
1561
1561
|
},
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
],
|
|
1568
1568
|
previewSchema: {
|
|
1569
|
-
type: config$
|
|
1569
|
+
type: config$s.amis.name,
|
|
1570
1570
|
objectApiName: 'space_users'
|
|
1571
1571
|
},
|
|
1572
1572
|
panelTitle: "设置",
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
}
|
|
1597
1597
|
} });
|
|
1598
1598
|
|
|
1599
|
-
var config$
|
|
1599
|
+
var config$r = {
|
|
1600
1600
|
componentType: 'amisSchema',
|
|
1601
1601
|
group: "华炎魔方",
|
|
1602
1602
|
componentName: "AmisRecordService",
|
|
@@ -1632,34 +1632,34 @@
|
|
|
1632
1632
|
icon: "fa-fw fa fa-list-alt"
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
|
-
var AmisRecordService = __assign(__assign({}, config$
|
|
1635
|
+
var AmisRecordService = __assign(__assign({}, config$r), { snippets: [
|
|
1636
1636
|
{
|
|
1637
|
-
title: config$
|
|
1637
|
+
title: config$r.title,
|
|
1638
1638
|
screenshot: "",
|
|
1639
1639
|
schema: {
|
|
1640
|
-
componentName: config$
|
|
1641
|
-
props: config$
|
|
1640
|
+
componentName: config$r.componentName,
|
|
1641
|
+
props: config$r.preview
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
1644
1644
|
], amis: {
|
|
1645
1645
|
render: {
|
|
1646
|
-
type: config$
|
|
1646
|
+
type: config$r.amis.name,
|
|
1647
1647
|
usage: "renderer",
|
|
1648
1648
|
weight: 1,
|
|
1649
1649
|
framework: "react"
|
|
1650
1650
|
},
|
|
1651
1651
|
plugin: {
|
|
1652
|
-
rendererName: config$
|
|
1652
|
+
rendererName: config$r.amis.name,
|
|
1653
1653
|
$schema: '/schemas/UnkownSchema.json',
|
|
1654
|
-
name: config$
|
|
1655
|
-
description: config$
|
|
1656
|
-
tags: [config$
|
|
1654
|
+
name: config$r.title,
|
|
1655
|
+
description: config$r.title,
|
|
1656
|
+
tags: [config$r.group],
|
|
1657
1657
|
order: -9999,
|
|
1658
|
-
icon: config$
|
|
1658
|
+
icon: config$r.amis.icon,
|
|
1659
1659
|
scaffold: {
|
|
1660
|
-
type: config$
|
|
1660
|
+
type: config$r.amis.name,
|
|
1661
1661
|
body: [],
|
|
1662
|
-
label: config$
|
|
1662
|
+
label: config$r.title,
|
|
1663
1663
|
objectApiName: "${objectName}",
|
|
1664
1664
|
recordId: "${recordId}"
|
|
1665
1665
|
},
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
}
|
|
1671
1671
|
],
|
|
1672
1672
|
previewSchema: {
|
|
1673
|
-
type: config$
|
|
1673
|
+
type: config$r.amis.name,
|
|
1674
1674
|
objectApiName: 'space_users'
|
|
1675
1675
|
},
|
|
1676
1676
|
panelTitle: "设置",
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
}
|
|
1701
1701
|
} });
|
|
1702
1702
|
|
|
1703
|
-
var config$
|
|
1703
|
+
var config$q = {
|
|
1704
1704
|
componentType: 'amisSchema',
|
|
1705
1705
|
group: "华炎魔方-界面",
|
|
1706
1706
|
componentName: "AmisSelectUser",
|
|
@@ -1746,37 +1746,37 @@
|
|
|
1746
1746
|
icon: "fa-fw fa fa-list-alt"
|
|
1747
1747
|
}
|
|
1748
1748
|
};
|
|
1749
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1749
|
+
var AmisSelectUser = __assign(__assign({}, config$q), { snippets: [
|
|
1750
1750
|
{
|
|
1751
|
-
title: config$
|
|
1751
|
+
title: config$q.title,
|
|
1752
1752
|
screenshot: "",
|
|
1753
1753
|
schema: {
|
|
1754
|
-
componentName: config$
|
|
1755
|
-
props: config$
|
|
1754
|
+
componentName: config$q.componentName,
|
|
1755
|
+
props: config$q.preview
|
|
1756
1756
|
}
|
|
1757
1757
|
}
|
|
1758
1758
|
], amis: {
|
|
1759
1759
|
render: {
|
|
1760
|
-
type: config$
|
|
1760
|
+
type: config$q.amis.name,
|
|
1761
1761
|
usage: "renderer",
|
|
1762
1762
|
weight: 1,
|
|
1763
1763
|
framework: "react"
|
|
1764
1764
|
},
|
|
1765
1765
|
plugin_disabled: {
|
|
1766
|
-
rendererName: config$
|
|
1766
|
+
rendererName: config$q.amis.name,
|
|
1767
1767
|
$schema: '/schemas/UnkownSchema.json',
|
|
1768
|
-
name: config$
|
|
1769
|
-
description: config$
|
|
1770
|
-
tags: [config$
|
|
1768
|
+
name: config$q.title,
|
|
1769
|
+
description: config$q.title,
|
|
1770
|
+
tags: [config$q.group],
|
|
1771
1771
|
order: -9999,
|
|
1772
|
-
icon: config$
|
|
1772
|
+
icon: config$q.amis.icon,
|
|
1773
1773
|
scaffold: {
|
|
1774
|
-
type: config$
|
|
1775
|
-
label: config$
|
|
1774
|
+
type: config$q.amis.name,
|
|
1775
|
+
label: config$q.title,
|
|
1776
1776
|
name: ""
|
|
1777
1777
|
},
|
|
1778
1778
|
previewSchema: {
|
|
1779
|
-
type: config$
|
|
1779
|
+
type: config$q.amis.name,
|
|
1780
1780
|
},
|
|
1781
1781
|
panelTitle: "设置",
|
|
1782
1782
|
panelControls: [
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
* @LastEditTime: 2023-06-26 11:52:53
|
|
1808
1808
|
* @Description:
|
|
1809
1809
|
*/
|
|
1810
|
-
var config$
|
|
1810
|
+
var config$p = {
|
|
1811
1811
|
componentType: 'amisSchema',
|
|
1812
1812
|
group: "华炎魔方",
|
|
1813
1813
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1859,38 +1859,38 @@
|
|
|
1859
1859
|
icon: "fa-fw fa fa-list-alt"
|
|
1860
1860
|
}
|
|
1861
1861
|
};
|
|
1862
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1862
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$p), { snippets: [
|
|
1863
1863
|
{
|
|
1864
|
-
title: config$
|
|
1864
|
+
title: config$p.title,
|
|
1865
1865
|
screenshot: "",
|
|
1866
1866
|
schema: {
|
|
1867
|
-
componentName: config$
|
|
1868
|
-
props: config$
|
|
1867
|
+
componentName: config$p.componentName,
|
|
1868
|
+
props: config$p.preview
|
|
1869
1869
|
}
|
|
1870
1870
|
}
|
|
1871
1871
|
], amis: {
|
|
1872
1872
|
render: {
|
|
1873
|
-
type: config$
|
|
1873
|
+
type: config$p.amis.name,
|
|
1874
1874
|
usage: "renderer",
|
|
1875
1875
|
weight: 1,
|
|
1876
1876
|
framework: "react"
|
|
1877
1877
|
},
|
|
1878
1878
|
plugin: {
|
|
1879
|
-
rendererName: config$
|
|
1879
|
+
rendererName: config$p.amis.name,
|
|
1880
1880
|
$schema: '/schemas/UnkownSchema.json',
|
|
1881
|
-
name: config$
|
|
1882
|
-
description: config$
|
|
1883
|
-
tags: [config$
|
|
1881
|
+
name: config$p.title,
|
|
1882
|
+
description: config$p.description,
|
|
1883
|
+
tags: [config$p.group],
|
|
1884
1884
|
order: -9999,
|
|
1885
|
-
icon: config$
|
|
1885
|
+
icon: config$p.amis.icon,
|
|
1886
1886
|
scaffold: {
|
|
1887
|
-
type: config$
|
|
1888
|
-
label: config$
|
|
1887
|
+
type: config$p.amis.name,
|
|
1888
|
+
label: config$p.title,
|
|
1889
1889
|
objectApiName: "${objectName}",
|
|
1890
1890
|
recordId: "${recordId}"
|
|
1891
1891
|
},
|
|
1892
1892
|
previewSchema: {
|
|
1893
|
-
type: config$
|
|
1893
|
+
type: config$p.amis.name,
|
|
1894
1894
|
objectApiName: "accounts"
|
|
1895
1895
|
},
|
|
1896
1896
|
panelTitle: "设置",
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
2019
2019
|
* @Description:
|
|
2020
2020
|
*/
|
|
2021
|
-
var config$
|
|
2021
|
+
var config$o = {
|
|
2022
2022
|
componentType: 'amisSchema',
|
|
2023
2023
|
group: "华炎魔方",
|
|
2024
2024
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -2055,38 +2055,38 @@
|
|
|
2055
2055
|
icon: "fa-fw fa fa-list-alt"
|
|
2056
2056
|
}
|
|
2057
2057
|
};
|
|
2058
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
2058
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$o), { snippets: [
|
|
2059
2059
|
{
|
|
2060
|
-
title: config$
|
|
2060
|
+
title: config$o.title,
|
|
2061
2061
|
screenshot: "",
|
|
2062
2062
|
schema: {
|
|
2063
|
-
componentName: config$
|
|
2064
|
-
props: config$
|
|
2063
|
+
componentName: config$o.componentName,
|
|
2064
|
+
props: config$o.preview
|
|
2065
2065
|
}
|
|
2066
2066
|
}
|
|
2067
2067
|
], amis: {
|
|
2068
2068
|
render: {
|
|
2069
|
-
type: config$
|
|
2069
|
+
type: config$o.amis.name,
|
|
2070
2070
|
usage: "renderer",
|
|
2071
2071
|
weight: 1,
|
|
2072
2072
|
framework: "react"
|
|
2073
2073
|
},
|
|
2074
2074
|
plugin: {
|
|
2075
|
-
rendererName: config$
|
|
2075
|
+
rendererName: config$o.amis.name,
|
|
2076
2076
|
$schema: '/schemas/UnkownSchema.json',
|
|
2077
|
-
name: config$
|
|
2078
|
-
description: config$
|
|
2079
|
-
tags: [config$
|
|
2077
|
+
name: config$o.title,
|
|
2078
|
+
description: config$o.description,
|
|
2079
|
+
tags: [config$o.group],
|
|
2080
2080
|
order: -9999,
|
|
2081
|
-
icon: config$
|
|
2081
|
+
icon: config$o.amis.icon,
|
|
2082
2082
|
scaffold: {
|
|
2083
|
-
type: config$
|
|
2084
|
-
label: config$
|
|
2083
|
+
type: config$o.amis.name,
|
|
2084
|
+
label: config$o.title,
|
|
2085
2085
|
objectApiName: "${objectName}",
|
|
2086
2086
|
recordId: "${recordId}",
|
|
2087
2087
|
},
|
|
2088
2088
|
previewSchema: {
|
|
2089
|
-
type: config$
|
|
2089
|
+
type: config$o.amis.name,
|
|
2090
2090
|
objectApiName: "accounts",
|
|
2091
2091
|
},
|
|
2092
2092
|
panelTitle: "设置",
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
2124
2124
|
* @Description:
|
|
2125
2125
|
*/
|
|
2126
|
-
var config$
|
|
2126
|
+
var config$n = {
|
|
2127
2127
|
componentType: 'amisSchema',
|
|
2128
2128
|
group: "华炎魔方",
|
|
2129
2129
|
componentName: "AmisProvider",
|
|
@@ -2148,33 +2148,33 @@
|
|
|
2148
2148
|
icon: "fa-fw fa fa-list-alt"
|
|
2149
2149
|
}
|
|
2150
2150
|
};
|
|
2151
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
2151
|
+
var AmisProvider = __assign(__assign({}, config$n), { snippets: [
|
|
2152
2152
|
{
|
|
2153
|
-
title: config$
|
|
2153
|
+
title: config$n.title,
|
|
2154
2154
|
screenshot: "",
|
|
2155
2155
|
schema: {
|
|
2156
|
-
componentName: config$
|
|
2157
|
-
props: config$
|
|
2156
|
+
componentName: config$n.componentName,
|
|
2157
|
+
props: config$n.preview
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
2160
|
], amis: {
|
|
2161
2161
|
render: {
|
|
2162
|
-
type: config$
|
|
2162
|
+
type: config$n.amis.name,
|
|
2163
2163
|
usage: "renderer",
|
|
2164
2164
|
weight: 1,
|
|
2165
2165
|
framework: "react"
|
|
2166
2166
|
},
|
|
2167
2167
|
plugin_disabled: {
|
|
2168
|
-
rendererName: config$
|
|
2168
|
+
rendererName: config$n.amis.name,
|
|
2169
2169
|
$schema: '/schemas/UnkownSchema.json',
|
|
2170
|
-
name: config$
|
|
2171
|
-
description: config$
|
|
2172
|
-
tags: [config$
|
|
2170
|
+
name: config$n.title,
|
|
2171
|
+
description: config$n.title,
|
|
2172
|
+
tags: [config$n.group],
|
|
2173
2173
|
order: -9999,
|
|
2174
|
-
icon: config$
|
|
2174
|
+
icon: config$n.amis.icon,
|
|
2175
2175
|
scaffold: {
|
|
2176
|
-
type: config$
|
|
2177
|
-
label: config$
|
|
2176
|
+
type: config$n.amis.name,
|
|
2177
|
+
label: config$n.title,
|
|
2178
2178
|
body: [], // 容器类字段
|
|
2179
2179
|
},
|
|
2180
2180
|
// 容器类组件必需字段
|
|
@@ -2185,7 +2185,7 @@
|
|
|
2185
2185
|
},
|
|
2186
2186
|
],
|
|
2187
2187
|
previewSchema: {
|
|
2188
|
-
type: config$
|
|
2188
|
+
type: config$n.amis.name,
|
|
2189
2189
|
},
|
|
2190
2190
|
panelTitle: "设置",
|
|
2191
2191
|
panelControls: []
|
|
@@ -2199,7 +2199,7 @@
|
|
|
2199
2199
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
2200
2200
|
* @Description:
|
|
2201
2201
|
*/
|
|
2202
|
-
var config$
|
|
2202
|
+
var config$m = {
|
|
2203
2203
|
// componentType: 'amisSchema',
|
|
2204
2204
|
group: "华炎魔方",
|
|
2205
2205
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -2223,18 +2223,18 @@
|
|
|
2223
2223
|
icon: "fa-fw fa fa-list-alt"
|
|
2224
2224
|
}
|
|
2225
2225
|
};
|
|
2226
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
2226
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$m), { snippets: [
|
|
2227
2227
|
{
|
|
2228
|
-
title: config$
|
|
2228
|
+
title: config$m.title,
|
|
2229
2229
|
screenshot: "",
|
|
2230
2230
|
schema: {
|
|
2231
|
-
componentName: config$
|
|
2232
|
-
props: config$
|
|
2231
|
+
componentName: config$m.componentName,
|
|
2232
|
+
props: config$m.preview
|
|
2233
2233
|
}
|
|
2234
2234
|
}
|
|
2235
2235
|
], amis: {
|
|
2236
2236
|
render: {
|
|
2237
|
-
type: config$
|
|
2237
|
+
type: config$m.amis.name,
|
|
2238
2238
|
usage: "formitem",
|
|
2239
2239
|
weight: 1,
|
|
2240
2240
|
framework: "react"
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
2271
2271
|
* @Description:
|
|
2272
2272
|
*/
|
|
2273
|
-
var config$
|
|
2273
|
+
var config$l = {
|
|
2274
2274
|
// componentType: 'amisSchema',
|
|
2275
2275
|
group: "华炎魔方",
|
|
2276
2276
|
componentName: "AmisObjectButton",
|
|
@@ -2294,18 +2294,18 @@
|
|
|
2294
2294
|
icon: "fa-fw fa fa-list-alt"
|
|
2295
2295
|
}
|
|
2296
2296
|
};
|
|
2297
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
2297
|
+
var AmisObjectButton = __assign(__assign({}, config$l), { snippets: [
|
|
2298
2298
|
{
|
|
2299
|
-
title: config$
|
|
2299
|
+
title: config$l.title,
|
|
2300
2300
|
screenshot: "",
|
|
2301
2301
|
schema: {
|
|
2302
|
-
componentName: config$
|
|
2303
|
-
props: config$
|
|
2302
|
+
componentName: config$l.componentName,
|
|
2303
|
+
props: config$l.preview
|
|
2304
2304
|
}
|
|
2305
2305
|
}
|
|
2306
2306
|
], amis: {
|
|
2307
2307
|
render: {
|
|
2308
|
-
type: config$
|
|
2308
|
+
type: config$l.amis.name,
|
|
2309
2309
|
usage: "renderer",
|
|
2310
2310
|
weight: 1,
|
|
2311
2311
|
framework: "react"
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
2342
2342
|
* @Description:
|
|
2343
2343
|
*/
|
|
2344
|
-
var config$
|
|
2344
|
+
var config$k = {
|
|
2345
2345
|
// componentType: 'amisSchema',
|
|
2346
2346
|
group: "华炎魔方",
|
|
2347
2347
|
componentName: "SteedosDropdownButton",
|
|
@@ -2365,18 +2365,18 @@
|
|
|
2365
2365
|
icon: "fa-fw fa fa-list-alt"
|
|
2366
2366
|
}
|
|
2367
2367
|
};
|
|
2368
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
2368
|
+
var SteedosDropdownButton = __assign(__assign({}, config$k), { snippets: [
|
|
2369
2369
|
{
|
|
2370
|
-
title: config$
|
|
2370
|
+
title: config$k.title,
|
|
2371
2371
|
screenshot: "",
|
|
2372
2372
|
schema: {
|
|
2373
|
-
componentName: config$
|
|
2374
|
-
props: config$
|
|
2373
|
+
componentName: config$k.componentName,
|
|
2374
|
+
props: config$k.preview
|
|
2375
2375
|
}
|
|
2376
2376
|
}
|
|
2377
2377
|
], amis: {
|
|
2378
2378
|
render: {
|
|
2379
|
-
type: config$
|
|
2379
|
+
type: config$k.amis.name,
|
|
2380
2380
|
usage: "renderer",
|
|
2381
2381
|
weight: 1,
|
|
2382
2382
|
framework: "react"
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2413
2413
|
* @Description:
|
|
2414
2414
|
*/
|
|
2415
|
-
var config$
|
|
2415
|
+
var config$j = {
|
|
2416
2416
|
componentType: 'amisSchema',
|
|
2417
2417
|
group: "华炎魔方",
|
|
2418
2418
|
componentName: "AmisAppLauncher",
|
|
@@ -2436,39 +2436,39 @@
|
|
|
2436
2436
|
icon: "fa-fw fa fa-list-alt"
|
|
2437
2437
|
}
|
|
2438
2438
|
};
|
|
2439
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2439
|
+
var AmisAppLauncher = __assign(__assign({}, config$j), { snippets: [
|
|
2440
2440
|
{
|
|
2441
|
-
title: config$
|
|
2441
|
+
title: config$j.title,
|
|
2442
2442
|
screenshot: "",
|
|
2443
2443
|
schema: {
|
|
2444
|
-
componentName: config$
|
|
2445
|
-
props: config$
|
|
2444
|
+
componentName: config$j.componentName,
|
|
2445
|
+
props: config$j.preview
|
|
2446
2446
|
}
|
|
2447
2447
|
}
|
|
2448
2448
|
], amis: {
|
|
2449
2449
|
render: {
|
|
2450
|
-
type: config$
|
|
2450
|
+
type: config$j.amis.name,
|
|
2451
2451
|
usage: "renderer",
|
|
2452
2452
|
weight: 1,
|
|
2453
2453
|
framework: "react"
|
|
2454
2454
|
},
|
|
2455
2455
|
plugin_disabled: {
|
|
2456
|
-
rendererName: config$
|
|
2456
|
+
rendererName: config$j.amis.name,
|
|
2457
2457
|
$schema: '/schemas/UnkownSchema.json',
|
|
2458
|
-
name: config$
|
|
2459
|
-
description: config$
|
|
2460
|
-
tags: [config$
|
|
2458
|
+
name: config$j.title,
|
|
2459
|
+
description: config$j.title,
|
|
2460
|
+
tags: [config$j.group],
|
|
2461
2461
|
order: -9999,
|
|
2462
|
-
icon: config$
|
|
2462
|
+
icon: config$j.amis.icon,
|
|
2463
2463
|
scaffold: {
|
|
2464
|
-
type: config$
|
|
2465
|
-
label: config$
|
|
2464
|
+
type: config$j.amis.name,
|
|
2465
|
+
label: config$j.title,
|
|
2466
2466
|
name: 'board',
|
|
2467
2467
|
columns: 1,
|
|
2468
2468
|
vertical: false
|
|
2469
2469
|
},
|
|
2470
2470
|
previewSchema: {
|
|
2471
|
-
type: config$
|
|
2471
|
+
type: config$j.amis.name,
|
|
2472
2472
|
},
|
|
2473
2473
|
panelTitle: "设置",
|
|
2474
2474
|
panelControls: []
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2483
2483
|
* @Description:
|
|
2484
2484
|
*/
|
|
2485
|
-
var config$
|
|
2485
|
+
var config$i = {
|
|
2486
2486
|
componentType: 'amisSchema',
|
|
2487
2487
|
group: "华炎魔方",
|
|
2488
2488
|
componentName: "AmisLogo",
|
|
@@ -2506,39 +2506,39 @@
|
|
|
2506
2506
|
icon: "fa-fw fa fa-list-alt"
|
|
2507
2507
|
}
|
|
2508
2508
|
};
|
|
2509
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2509
|
+
var AmisLogo = __assign(__assign({}, config$i), { snippets: [
|
|
2510
2510
|
{
|
|
2511
|
-
title: config$
|
|
2511
|
+
title: config$i.title,
|
|
2512
2512
|
screenshot: "",
|
|
2513
2513
|
schema: {
|
|
2514
|
-
componentName: config$
|
|
2515
|
-
props: config$
|
|
2514
|
+
componentName: config$i.componentName,
|
|
2515
|
+
props: config$i.preview
|
|
2516
2516
|
}
|
|
2517
2517
|
}
|
|
2518
2518
|
], amis: {
|
|
2519
2519
|
render: {
|
|
2520
|
-
type: config$
|
|
2520
|
+
type: config$i.amis.name,
|
|
2521
2521
|
usage: "renderer",
|
|
2522
2522
|
weight: 1,
|
|
2523
2523
|
framework: "react"
|
|
2524
2524
|
},
|
|
2525
2525
|
plugin_disabled: {
|
|
2526
|
-
rendererName: config$
|
|
2526
|
+
rendererName: config$i.amis.name,
|
|
2527
2527
|
$schema: '/schemas/UnkownSchema.json',
|
|
2528
|
-
name: config$
|
|
2529
|
-
description: config$
|
|
2530
|
-
tags: [config$
|
|
2528
|
+
name: config$i.title,
|
|
2529
|
+
description: config$i.title,
|
|
2530
|
+
tags: [config$i.group],
|
|
2531
2531
|
order: -9999,
|
|
2532
|
-
icon: config$
|
|
2532
|
+
icon: config$i.amis.icon,
|
|
2533
2533
|
scaffold: {
|
|
2534
|
-
type: config$
|
|
2535
|
-
label: config$
|
|
2534
|
+
type: config$i.amis.name,
|
|
2535
|
+
label: config$i.title,
|
|
2536
2536
|
name: 'board',
|
|
2537
2537
|
columns: 1,
|
|
2538
2538
|
vertical: false
|
|
2539
2539
|
},
|
|
2540
2540
|
previewSchema: {
|
|
2541
|
-
type: config$
|
|
2541
|
+
type: config$i.amis.name,
|
|
2542
2542
|
},
|
|
2543
2543
|
panelTitle: "设置",
|
|
2544
2544
|
panelControls: []
|
|
@@ -2552,7 +2552,7 @@
|
|
|
2552
2552
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2553
2553
|
* @Description:
|
|
2554
2554
|
*/
|
|
2555
|
-
var config$
|
|
2555
|
+
var config$h = {
|
|
2556
2556
|
componentType: 'amisSchema',
|
|
2557
2557
|
group: "华炎魔方",
|
|
2558
2558
|
componentName: "AmisAppMenu",
|
|
@@ -2583,39 +2583,39 @@
|
|
|
2583
2583
|
icon: "fa-fw fa fa-list-alt"
|
|
2584
2584
|
}
|
|
2585
2585
|
};
|
|
2586
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2586
|
+
var AmisAppMenu = __assign(__assign({}, config$h), { snippets: [
|
|
2587
2587
|
{
|
|
2588
|
-
title: config$
|
|
2588
|
+
title: config$h.title,
|
|
2589
2589
|
screenshot: "",
|
|
2590
2590
|
schema: {
|
|
2591
|
-
componentName: config$
|
|
2592
|
-
props: config$
|
|
2591
|
+
componentName: config$h.componentName,
|
|
2592
|
+
props: config$h.preview
|
|
2593
2593
|
}
|
|
2594
2594
|
}
|
|
2595
2595
|
], amis: {
|
|
2596
2596
|
render: {
|
|
2597
|
-
type: config$
|
|
2597
|
+
type: config$h.amis.name,
|
|
2598
2598
|
usage: "renderer",
|
|
2599
2599
|
weight: 1,
|
|
2600
2600
|
framework: "react"
|
|
2601
2601
|
},
|
|
2602
2602
|
plugin_disabled: {
|
|
2603
|
-
rendererName: config$
|
|
2603
|
+
rendererName: config$h.amis.name,
|
|
2604
2604
|
$schema: '/schemas/UnkownSchema.json',
|
|
2605
|
-
name: config$
|
|
2606
|
-
description: config$
|
|
2607
|
-
tags: [config$
|
|
2605
|
+
name: config$h.title,
|
|
2606
|
+
description: config$h.title,
|
|
2607
|
+
tags: [config$h.group],
|
|
2608
2608
|
order: -9999,
|
|
2609
|
-
icon: config$
|
|
2609
|
+
icon: config$h.amis.icon,
|
|
2610
2610
|
scaffold: {
|
|
2611
|
-
type: config$
|
|
2612
|
-
label: config$
|
|
2611
|
+
type: config$h.amis.name,
|
|
2612
|
+
label: config$h.title,
|
|
2613
2613
|
columns: 1,
|
|
2614
2614
|
vertical: false,
|
|
2615
2615
|
showIcon: true
|
|
2616
2616
|
},
|
|
2617
2617
|
previewSchema: {
|
|
2618
|
-
type: config$
|
|
2618
|
+
type: config$h.amis.name,
|
|
2619
2619
|
},
|
|
2620
2620
|
panelTitle: "设置",
|
|
2621
2621
|
panelControls: [
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2641
2641
|
* @Description:
|
|
2642
2642
|
*/
|
|
2643
|
-
var config$
|
|
2643
|
+
var config$g = {
|
|
2644
2644
|
componentType: 'amisSchema',
|
|
2645
2645
|
group: "华炎魔方",
|
|
2646
2646
|
componentName: "AmisGlobalHeaderToolbar",
|
|
@@ -2665,38 +2665,38 @@
|
|
|
2665
2665
|
icon: "fa-fw fa fa-list-alt"
|
|
2666
2666
|
}
|
|
2667
2667
|
};
|
|
2668
|
-
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$
|
|
2668
|
+
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$g), { snippets: [
|
|
2669
2669
|
{
|
|
2670
|
-
title: config$
|
|
2670
|
+
title: config$g.title,
|
|
2671
2671
|
screenshot: "",
|
|
2672
2672
|
schema: {
|
|
2673
|
-
componentName: config$
|
|
2674
|
-
props: config$
|
|
2673
|
+
componentName: config$g.componentName,
|
|
2674
|
+
props: config$g.preview
|
|
2675
2675
|
}
|
|
2676
2676
|
}
|
|
2677
2677
|
], amis: {
|
|
2678
2678
|
render: {
|
|
2679
|
-
type: config$
|
|
2679
|
+
type: config$g.amis.name,
|
|
2680
2680
|
usage: "renderer",
|
|
2681
2681
|
weight: 1,
|
|
2682
2682
|
framework: "react"
|
|
2683
2683
|
},
|
|
2684
2684
|
plugin_disabled: {
|
|
2685
|
-
rendererName: config$
|
|
2685
|
+
rendererName: config$g.amis.name,
|
|
2686
2686
|
$schema: '/schemas/UnkownSchema.json',
|
|
2687
|
-
name: config$
|
|
2688
|
-
description: config$
|
|
2689
|
-
tags: [config$
|
|
2687
|
+
name: config$g.title,
|
|
2688
|
+
description: config$g.title,
|
|
2689
|
+
tags: [config$g.group],
|
|
2690
2690
|
order: -9999,
|
|
2691
|
-
icon: config$
|
|
2691
|
+
icon: config$g.amis.icon,
|
|
2692
2692
|
scaffold: {
|
|
2693
|
-
type: config$
|
|
2694
|
-
label: config$
|
|
2693
|
+
type: config$g.amis.name,
|
|
2694
|
+
label: config$g.title,
|
|
2695
2695
|
columns: 1,
|
|
2696
2696
|
vertical: false
|
|
2697
2697
|
},
|
|
2698
2698
|
previewSchema: {
|
|
2699
|
-
type: config$
|
|
2699
|
+
type: config$g.amis.name,
|
|
2700
2700
|
},
|
|
2701
2701
|
panelTitle: "设置",
|
|
2702
2702
|
panelControls: []
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
* @LastEditTime: 2023-03-09 19:01:32
|
|
2711
2711
|
* @Description:
|
|
2712
2712
|
*/
|
|
2713
|
-
var config$
|
|
2713
|
+
var config$f = {
|
|
2714
2714
|
// componentType: 'amisSchema',
|
|
2715
2715
|
group: "华炎魔方-原子组件",
|
|
2716
2716
|
componentName: "SteedosIcon",
|
|
@@ -2734,39 +2734,39 @@
|
|
|
2734
2734
|
icon: "fa-fw fa fa-list-alt"
|
|
2735
2735
|
}
|
|
2736
2736
|
};
|
|
2737
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2737
|
+
var SteedosIcon = __assign(__assign({}, config$f), { snippets: [
|
|
2738
2738
|
{
|
|
2739
|
-
title: config$
|
|
2739
|
+
title: config$f.title,
|
|
2740
2740
|
screenshot: "",
|
|
2741
2741
|
schema: {
|
|
2742
|
-
componentName: config$
|
|
2743
|
-
props: config$
|
|
2742
|
+
componentName: config$f.componentName,
|
|
2743
|
+
props: config$f.preview
|
|
2744
2744
|
}
|
|
2745
2745
|
}
|
|
2746
2746
|
], amis: {
|
|
2747
2747
|
render: {
|
|
2748
|
-
type: config$
|
|
2748
|
+
type: config$f.amis.name,
|
|
2749
2749
|
usage: "renderer",
|
|
2750
2750
|
weight: 1,
|
|
2751
2751
|
framework: "react"
|
|
2752
2752
|
},
|
|
2753
2753
|
plugin: {
|
|
2754
|
-
rendererName: config$
|
|
2754
|
+
rendererName: config$f.amis.name,
|
|
2755
2755
|
$schema: '/schemas/UnkownSchema.json',
|
|
2756
|
-
name: config$
|
|
2757
|
-
description: config$
|
|
2758
|
-
tags: [config$
|
|
2756
|
+
name: config$f.title,
|
|
2757
|
+
description: config$f.title,
|
|
2758
|
+
tags: [config$f.group],
|
|
2759
2759
|
order: -9999,
|
|
2760
|
-
icon: config$
|
|
2760
|
+
icon: config$f.amis.icon,
|
|
2761
2761
|
scaffold: {
|
|
2762
|
-
type: config$
|
|
2762
|
+
type: config$f.amis.name,
|
|
2763
2763
|
category: 'standard',
|
|
2764
2764
|
name: 'account',
|
|
2765
2765
|
colorVariant: 'default',
|
|
2766
2766
|
size: 'medium'
|
|
2767
2767
|
},
|
|
2768
2768
|
previewSchema: {
|
|
2769
|
-
type: config$
|
|
2769
|
+
type: config$f.amis.name,
|
|
2770
2770
|
},
|
|
2771
2771
|
panelTitle: "设置",
|
|
2772
2772
|
panelControls: [
|
|
@@ -2861,7 +2861,7 @@
|
|
|
2861
2861
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2862
2862
|
* @Description:
|
|
2863
2863
|
*/
|
|
2864
|
-
var config$
|
|
2864
|
+
var config$e = {
|
|
2865
2865
|
// componentType: 'amisSchema',
|
|
2866
2866
|
group: "华炎魔方",
|
|
2867
2867
|
componentName: "SteedosDropdown",
|
|
@@ -2885,32 +2885,32 @@
|
|
|
2885
2885
|
icon: "fa-fw fa fa-list-alt"
|
|
2886
2886
|
}
|
|
2887
2887
|
};
|
|
2888
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2888
|
+
var SteedosDropdown = __assign(__assign({}, config$e), { snippets: [
|
|
2889
2889
|
{
|
|
2890
|
-
title: config$
|
|
2890
|
+
title: config$e.title,
|
|
2891
2891
|
screenshot: "",
|
|
2892
2892
|
schema: {
|
|
2893
|
-
componentName: config$
|
|
2894
|
-
props: config$
|
|
2893
|
+
componentName: config$e.componentName,
|
|
2894
|
+
props: config$e.preview
|
|
2895
2895
|
}
|
|
2896
2896
|
}
|
|
2897
2897
|
], amis: {
|
|
2898
2898
|
render: {
|
|
2899
|
-
type: config$
|
|
2899
|
+
type: config$e.amis.name,
|
|
2900
2900
|
usage: "renderer",
|
|
2901
2901
|
weight: 1,
|
|
2902
2902
|
framework: "react"
|
|
2903
2903
|
},
|
|
2904
2904
|
plugin_disabled: {
|
|
2905
|
-
rendererName: config$
|
|
2905
|
+
rendererName: config$e.amis.name,
|
|
2906
2906
|
$schema: '/schemas/UnkownSchema.json',
|
|
2907
|
-
name: config$
|
|
2908
|
-
description: config$
|
|
2909
|
-
tags: [config$
|
|
2907
|
+
name: config$e.title,
|
|
2908
|
+
description: config$e.title,
|
|
2909
|
+
tags: [config$e.group],
|
|
2910
2910
|
order: -9999,
|
|
2911
|
-
icon: config$
|
|
2911
|
+
icon: config$e.amis.icon,
|
|
2912
2912
|
scaffold: {
|
|
2913
|
-
type: config$
|
|
2913
|
+
type: config$e.amis.name,
|
|
2914
2914
|
placement: 'bottomLeft',
|
|
2915
2915
|
trigger: ['click'],
|
|
2916
2916
|
body: [],
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
},
|
|
2928
2928
|
],
|
|
2929
2929
|
previewSchema: {
|
|
2930
|
-
type: config$
|
|
2930
|
+
type: config$e.amis.name,
|
|
2931
2931
|
},
|
|
2932
2932
|
panelTitle: "设置",
|
|
2933
2933
|
panelControls: [
|
|
@@ -2975,7 +2975,7 @@
|
|
|
2975
2975
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2976
2976
|
* @Description:
|
|
2977
2977
|
*/
|
|
2978
|
-
var config$
|
|
2978
|
+
var config$d = {
|
|
2979
2979
|
// componentType: 'amisSchema',
|
|
2980
2980
|
group: "华炎魔方",
|
|
2981
2981
|
componentName: "FromNow",
|
|
@@ -2999,18 +2999,18 @@
|
|
|
2999
2999
|
icon: "fa-fw fa fa-list-alt"
|
|
3000
3000
|
}
|
|
3001
3001
|
};
|
|
3002
|
-
var FromNow = __assign(__assign({}, config$
|
|
3002
|
+
var FromNow = __assign(__assign({}, config$d), { snippets: [
|
|
3003
3003
|
{
|
|
3004
|
-
title: config$
|
|
3004
|
+
title: config$d.title,
|
|
3005
3005
|
screenshot: "",
|
|
3006
3006
|
schema: {
|
|
3007
|
-
componentName: config$
|
|
3008
|
-
props: config$
|
|
3007
|
+
componentName: config$d.componentName,
|
|
3008
|
+
props: config$d.preview
|
|
3009
3009
|
}
|
|
3010
3010
|
}
|
|
3011
3011
|
], amis: {
|
|
3012
3012
|
render: {
|
|
3013
|
-
type: config$
|
|
3013
|
+
type: config$d.amis.name,
|
|
3014
3014
|
usage: "renderer",
|
|
3015
3015
|
weight: 1,
|
|
3016
3016
|
framework: "react"
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3049
3049
|
* @Description:
|
|
3050
3050
|
*/
|
|
3051
|
-
var config$
|
|
3051
|
+
var config$c = {
|
|
3052
3052
|
componentType: 'amisSchema',
|
|
3053
3053
|
group: "华炎魔方",
|
|
3054
3054
|
componentName: "AmisGlobalHeader",
|
|
@@ -3079,39 +3079,39 @@
|
|
|
3079
3079
|
icon: "fa-fw fa fa-list-alt"
|
|
3080
3080
|
}
|
|
3081
3081
|
};
|
|
3082
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
3082
|
+
var AmisGlobalHeader = __assign(__assign({}, config$c), { snippets: [
|
|
3083
3083
|
{
|
|
3084
|
-
title: config$
|
|
3084
|
+
title: config$c.title,
|
|
3085
3085
|
screenshot: "",
|
|
3086
3086
|
schema: {
|
|
3087
|
-
componentName: config$
|
|
3088
|
-
props: config$
|
|
3087
|
+
componentName: config$c.componentName,
|
|
3088
|
+
props: config$c.preview
|
|
3089
3089
|
}
|
|
3090
3090
|
}
|
|
3091
3091
|
], amis: {
|
|
3092
3092
|
render: {
|
|
3093
|
-
type: config$
|
|
3093
|
+
type: config$c.amis.name,
|
|
3094
3094
|
usage: "renderer",
|
|
3095
3095
|
weight: 1,
|
|
3096
3096
|
framework: "react"
|
|
3097
3097
|
},
|
|
3098
3098
|
plugin_disabled: {
|
|
3099
|
-
rendererName: config$
|
|
3099
|
+
rendererName: config$c.amis.name,
|
|
3100
3100
|
$schema: '/schemas/UnkownSchema.json',
|
|
3101
|
-
name: config$
|
|
3102
|
-
description: config$
|
|
3103
|
-
tags: [config$
|
|
3101
|
+
name: config$c.title,
|
|
3102
|
+
description: config$c.title,
|
|
3103
|
+
tags: [config$c.group],
|
|
3104
3104
|
order: -9999,
|
|
3105
|
-
icon: config$
|
|
3105
|
+
icon: config$c.amis.icon,
|
|
3106
3106
|
scaffold: {
|
|
3107
|
-
type: config$
|
|
3108
|
-
label: config$
|
|
3107
|
+
type: config$c.amis.name,
|
|
3108
|
+
label: config$c.title,
|
|
3109
3109
|
columns: 1,
|
|
3110
3110
|
vertical: false,
|
|
3111
3111
|
showIcon: true
|
|
3112
3112
|
},
|
|
3113
3113
|
previewSchema: {
|
|
3114
|
-
type: config$
|
|
3114
|
+
type: config$c.amis.name,
|
|
3115
3115
|
},
|
|
3116
3116
|
panelTitle: "设置",
|
|
3117
3117
|
panelControls: []
|
|
@@ -3125,7 +3125,7 @@
|
|
|
3125
3125
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3126
3126
|
* @Description:
|
|
3127
3127
|
*/
|
|
3128
|
-
var config$
|
|
3128
|
+
var config$b = {
|
|
3129
3129
|
componentType: 'amisSchema',
|
|
3130
3130
|
group: "华炎魔方",
|
|
3131
3131
|
componentName: "AmisGlobalFooter",
|
|
@@ -3156,36 +3156,36 @@
|
|
|
3156
3156
|
icon: "fa-fw fa fa-list-alt"
|
|
3157
3157
|
}
|
|
3158
3158
|
};
|
|
3159
|
-
var AmisGlobalFooter = __assign(__assign({}, config$
|
|
3159
|
+
var AmisGlobalFooter = __assign(__assign({}, config$b), { snippets: [
|
|
3160
3160
|
{
|
|
3161
|
-
title: config$
|
|
3161
|
+
title: config$b.title,
|
|
3162
3162
|
screenshot: "",
|
|
3163
3163
|
schema: {
|
|
3164
|
-
componentName: config$
|
|
3165
|
-
props: config$
|
|
3164
|
+
componentName: config$b.componentName,
|
|
3165
|
+
props: config$b.preview
|
|
3166
3166
|
}
|
|
3167
3167
|
}
|
|
3168
3168
|
], amis: {
|
|
3169
3169
|
render: {
|
|
3170
|
-
type: config$
|
|
3170
|
+
type: config$b.amis.name,
|
|
3171
3171
|
usage: "renderer",
|
|
3172
3172
|
weight: 1,
|
|
3173
3173
|
framework: "react"
|
|
3174
3174
|
},
|
|
3175
3175
|
plugin_disabled: {
|
|
3176
|
-
rendererName: config$
|
|
3176
|
+
rendererName: config$b.amis.name,
|
|
3177
3177
|
$schema: '/schemas/UnkownSchema.json',
|
|
3178
|
-
name: config$
|
|
3179
|
-
description: config$
|
|
3180
|
-
tags: [config$
|
|
3178
|
+
name: config$b.title,
|
|
3179
|
+
description: config$b.title,
|
|
3180
|
+
tags: [config$b.group],
|
|
3181
3181
|
order: -9999,
|
|
3182
|
-
icon: config$
|
|
3182
|
+
icon: config$b.amis.icon,
|
|
3183
3183
|
scaffold: {
|
|
3184
|
-
type: config$
|
|
3185
|
-
label: config$
|
|
3184
|
+
type: config$b.amis.name,
|
|
3185
|
+
label: config$b.title
|
|
3186
3186
|
},
|
|
3187
3187
|
previewSchema: {
|
|
3188
|
-
type: config$
|
|
3188
|
+
type: config$b.amis.name,
|
|
3189
3189
|
},
|
|
3190
3190
|
panelTitle: "设置",
|
|
3191
3191
|
panelControls: []
|
|
@@ -3199,7 +3199,7 @@
|
|
|
3199
3199
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
3200
3200
|
* @Description:
|
|
3201
3201
|
*/
|
|
3202
|
-
var config$
|
|
3202
|
+
var config$a = {
|
|
3203
3203
|
group: "华炎魔方",
|
|
3204
3204
|
componentName: "SteedosLoading",
|
|
3205
3205
|
title: "加载中",
|
|
@@ -3222,18 +3222,18 @@
|
|
|
3222
3222
|
icon: "fa-fw fa fa-list-alt"
|
|
3223
3223
|
}
|
|
3224
3224
|
};
|
|
3225
|
-
var SteedosLoading = __assign(__assign({}, config$
|
|
3225
|
+
var SteedosLoading = __assign(__assign({}, config$a), { snippets: [
|
|
3226
3226
|
{
|
|
3227
|
-
title: config$
|
|
3227
|
+
title: config$a.title,
|
|
3228
3228
|
screenshot: "",
|
|
3229
3229
|
schema: {
|
|
3230
|
-
componentName: config$
|
|
3231
|
-
props: config$
|
|
3230
|
+
componentName: config$a.componentName,
|
|
3231
|
+
props: config$a.preview
|
|
3232
3232
|
}
|
|
3233
3233
|
}
|
|
3234
3234
|
], amis: {
|
|
3235
3235
|
render: {
|
|
3236
|
-
type: config$
|
|
3236
|
+
type: config$a.amis.name,
|
|
3237
3237
|
usage: "renderer",
|
|
3238
3238
|
weight: 1,
|
|
3239
3239
|
framework: "react"
|
|
@@ -3247,7 +3247,7 @@
|
|
|
3247
3247
|
* @LastEditTime: 2023-04-07 18:31:37
|
|
3248
3248
|
* @Description:
|
|
3249
3249
|
*/
|
|
3250
|
-
var config$
|
|
3250
|
+
var config$9 = {
|
|
3251
3251
|
// componentType: 'amisSchema',
|
|
3252
3252
|
group: "华炎魔方-原子组件",
|
|
3253
3253
|
componentName: "SteedosBadge",
|
|
@@ -3271,32 +3271,32 @@
|
|
|
3271
3271
|
icon: "fa-fw fa fa-list-alt"
|
|
3272
3272
|
}
|
|
3273
3273
|
};
|
|
3274
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
3274
|
+
var SteedosBadge = __assign(__assign({}, config$9), { snippets: [
|
|
3275
3275
|
{
|
|
3276
|
-
title: config$
|
|
3276
|
+
title: config$9.title,
|
|
3277
3277
|
screenshot: "",
|
|
3278
3278
|
schema: {
|
|
3279
|
-
componentName: config$
|
|
3280
|
-
props: config$
|
|
3279
|
+
componentName: config$9.componentName,
|
|
3280
|
+
props: config$9.preview
|
|
3281
3281
|
}
|
|
3282
3282
|
}
|
|
3283
3283
|
], amis: {
|
|
3284
3284
|
render: {
|
|
3285
|
-
type: config$
|
|
3285
|
+
type: config$9.amis.name,
|
|
3286
3286
|
usage: "renderer",
|
|
3287
3287
|
weight: 1,
|
|
3288
3288
|
framework: "react"
|
|
3289
3289
|
},
|
|
3290
3290
|
plugin: {
|
|
3291
|
-
rendererName: config$
|
|
3291
|
+
rendererName: config$9.amis.name,
|
|
3292
3292
|
$schema: '/schemas/UnkownSchema.json',
|
|
3293
|
-
name: config$
|
|
3294
|
-
description: config$
|
|
3295
|
-
tags: [config$
|
|
3293
|
+
name: config$9.title,
|
|
3294
|
+
description: config$9.title,
|
|
3295
|
+
tags: [config$9.group],
|
|
3296
3296
|
order: -9999,
|
|
3297
|
-
icon: config$
|
|
3297
|
+
icon: config$9.amis.icon,
|
|
3298
3298
|
scaffold: {
|
|
3299
|
-
type: config$
|
|
3299
|
+
type: config$9.amis.name,
|
|
3300
3300
|
count: 100,
|
|
3301
3301
|
body: [], // 容器类字段
|
|
3302
3302
|
},
|
|
@@ -3307,7 +3307,7 @@
|
|
|
3307
3307
|
}
|
|
3308
3308
|
],
|
|
3309
3309
|
previewSchema: {
|
|
3310
|
-
type: config$
|
|
3310
|
+
type: config$9.amis.name,
|
|
3311
3311
|
},
|
|
3312
3312
|
panelTitle: "设置",
|
|
3313
3313
|
panelControls: [
|
|
@@ -3383,7 +3383,7 @@
|
|
|
3383
3383
|
* @LastEditTime: 2023-03-09 19:00:03
|
|
3384
3384
|
* @Description:
|
|
3385
3385
|
*/
|
|
3386
|
-
var config$
|
|
3386
|
+
var config$8 = {
|
|
3387
3387
|
// componentType: 'amisSchema',
|
|
3388
3388
|
group: "华炎魔方-原子组件",
|
|
3389
3389
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -3407,32 +3407,32 @@
|
|
|
3407
3407
|
icon: "fa-fw fa fa-list-alt"
|
|
3408
3408
|
}
|
|
3409
3409
|
};
|
|
3410
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
3410
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$8), { snippets: [
|
|
3411
3411
|
{
|
|
3412
|
-
title: config$
|
|
3412
|
+
title: config$8.title,
|
|
3413
3413
|
screenshot: "",
|
|
3414
3414
|
schema: {
|
|
3415
|
-
componentName: config$
|
|
3416
|
-
props: config$
|
|
3415
|
+
componentName: config$8.componentName,
|
|
3416
|
+
props: config$8.preview
|
|
3417
3417
|
}
|
|
3418
3418
|
}
|
|
3419
3419
|
], amis: {
|
|
3420
3420
|
render: {
|
|
3421
|
-
type: config$
|
|
3421
|
+
type: config$8.amis.name,
|
|
3422
3422
|
usage: "renderer",
|
|
3423
3423
|
weight: 1,
|
|
3424
3424
|
framework: "react"
|
|
3425
3425
|
},
|
|
3426
3426
|
plugin: {
|
|
3427
|
-
rendererName: config$
|
|
3427
|
+
rendererName: config$8.amis.name,
|
|
3428
3428
|
$schema: '/schemas/UnkownSchema.json',
|
|
3429
|
-
name: config$
|
|
3430
|
-
description: config$
|
|
3431
|
-
tags: [config$
|
|
3429
|
+
name: config$8.title,
|
|
3430
|
+
description: config$8.title,
|
|
3431
|
+
tags: [config$8.group],
|
|
3432
3432
|
order: -9999,
|
|
3433
|
-
icon: config$
|
|
3433
|
+
icon: config$8.amis.icon,
|
|
3434
3434
|
scaffold: {
|
|
3435
|
-
type: config$
|
|
3435
|
+
type: config$8.amis.name,
|
|
3436
3436
|
body: [], // 容器类字段
|
|
3437
3437
|
},
|
|
3438
3438
|
regions: [
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
}
|
|
3443
3443
|
],
|
|
3444
3444
|
previewSchema: {
|
|
3445
|
-
type: config$
|
|
3445
|
+
type: config$8.amis.name,
|
|
3446
3446
|
},
|
|
3447
3447
|
panelTitle: "设置",
|
|
3448
3448
|
panelControls: [
|
|
@@ -3476,7 +3476,7 @@
|
|
|
3476
3476
|
* @LastEditTime: 2023-06-30 14:41:35
|
|
3477
3477
|
* @Description:
|
|
3478
3478
|
*/
|
|
3479
|
-
var config$
|
|
3479
|
+
var config$7 = {
|
|
3480
3480
|
componentType: 'amisSchema',
|
|
3481
3481
|
group: "华炎魔方-原子组件",
|
|
3482
3482
|
componentName: "AmisSteedosField",
|
|
@@ -3500,32 +3500,32 @@
|
|
|
3500
3500
|
icon: "fa-fw fa fa-list-alt"
|
|
3501
3501
|
}
|
|
3502
3502
|
};
|
|
3503
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
3503
|
+
var AmisSteedosField = __assign(__assign({}, config$7), { snippets: [
|
|
3504
3504
|
{
|
|
3505
|
-
title: config$
|
|
3505
|
+
title: config$7.title,
|
|
3506
3506
|
screenshot: "",
|
|
3507
3507
|
schema: {
|
|
3508
|
-
componentName: config$
|
|
3509
|
-
props: config$
|
|
3508
|
+
componentName: config$7.componentName,
|
|
3509
|
+
props: config$7.preview
|
|
3510
3510
|
}
|
|
3511
3511
|
}
|
|
3512
3512
|
], amis: {
|
|
3513
3513
|
render: {
|
|
3514
|
-
type: config$
|
|
3514
|
+
type: config$7.amis.name,
|
|
3515
3515
|
usage: "renderer",
|
|
3516
3516
|
weight: 1,
|
|
3517
3517
|
framework: "react"
|
|
3518
3518
|
},
|
|
3519
3519
|
plugin: {
|
|
3520
|
-
rendererName: config$
|
|
3520
|
+
rendererName: config$7.amis.name,
|
|
3521
3521
|
$schema: '/schemas/UnkownSchema.json',
|
|
3522
|
-
name: config$
|
|
3523
|
-
description: config$
|
|
3524
|
-
tags: [config$
|
|
3522
|
+
name: config$7.title,
|
|
3523
|
+
description: config$7.title,
|
|
3524
|
+
tags: [config$7.group],
|
|
3525
3525
|
order: -9999,
|
|
3526
|
-
icon: config$
|
|
3526
|
+
icon: config$7.amis.icon,
|
|
3527
3527
|
scaffold: {
|
|
3528
|
-
type: config$
|
|
3528
|
+
type: config$7.amis.name,
|
|
3529
3529
|
config: {
|
|
3530
3530
|
"type": "text",
|
|
3531
3531
|
"label": "字段1",
|
|
@@ -3533,7 +3533,7 @@
|
|
|
3533
3533
|
}
|
|
3534
3534
|
},
|
|
3535
3535
|
previewSchema: {
|
|
3536
|
-
type: config$
|
|
3536
|
+
type: config$7.amis.name,
|
|
3537
3537
|
config: {
|
|
3538
3538
|
"type": "text",
|
|
3539
3539
|
"label": "字段1",
|
|
@@ -3567,7 +3567,7 @@
|
|
|
3567
3567
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
3568
3568
|
* @Description:
|
|
3569
3569
|
*/
|
|
3570
|
-
var config$
|
|
3570
|
+
var config$6 = {
|
|
3571
3571
|
componentType: 'amisSchema',
|
|
3572
3572
|
group: "华炎魔方",
|
|
3573
3573
|
componentName: "AmisSelectFlow",
|
|
@@ -3591,18 +3591,18 @@
|
|
|
3591
3591
|
icon: "fa-fw fa fa-list-alt"
|
|
3592
3592
|
}
|
|
3593
3593
|
};
|
|
3594
|
-
var AmisSelectFlow = __assign(__assign({}, config$
|
|
3594
|
+
var AmisSelectFlow = __assign(__assign({}, config$6), { snippets: [
|
|
3595
3595
|
{
|
|
3596
|
-
title: config$
|
|
3596
|
+
title: config$6.title,
|
|
3597
3597
|
screenshot: "",
|
|
3598
3598
|
schema: {
|
|
3599
|
-
componentName: config$
|
|
3600
|
-
props: config$
|
|
3599
|
+
componentName: config$6.componentName,
|
|
3600
|
+
props: config$6.preview
|
|
3601
3601
|
}
|
|
3602
3602
|
}
|
|
3603
3603
|
], amis: {
|
|
3604
3604
|
render: {
|
|
3605
|
-
type: config$
|
|
3605
|
+
type: config$6.amis.name,
|
|
3606
3606
|
usage: "renderer",
|
|
3607
3607
|
weight: 1,
|
|
3608
3608
|
framework: "react"
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
* @LastEditTime: 2023-02-09 16:48:59
|
|
3641
3641
|
* @Description:
|
|
3642
3642
|
*/
|
|
3643
|
-
var config$
|
|
3643
|
+
var config$5 = {
|
|
3644
3644
|
componentType: 'amisSchema',
|
|
3645
3645
|
group: "华炎魔方",
|
|
3646
3646
|
componentName: "AmisInstanceDetail",
|
|
@@ -3664,18 +3664,18 @@
|
|
|
3664
3664
|
icon: "fa-fw fa fa-list-alt"
|
|
3665
3665
|
}
|
|
3666
3666
|
};
|
|
3667
|
-
var AmisInstanceDetail = __assign(__assign({}, config$
|
|
3667
|
+
var AmisInstanceDetail = __assign(__assign({}, config$5), { snippets: [
|
|
3668
3668
|
{
|
|
3669
|
-
title: config$
|
|
3669
|
+
title: config$5.title,
|
|
3670
3670
|
screenshot: "",
|
|
3671
3671
|
schema: {
|
|
3672
|
-
componentName: config$
|
|
3673
|
-
props: config$
|
|
3672
|
+
componentName: config$5.componentName,
|
|
3673
|
+
props: config$5.preview
|
|
3674
3674
|
}
|
|
3675
3675
|
}
|
|
3676
3676
|
], amis: {
|
|
3677
3677
|
render: {
|
|
3678
|
-
type: config$
|
|
3678
|
+
type: config$5.amis.name,
|
|
3679
3679
|
usage: "renderer",
|
|
3680
3680
|
weight: 1,
|
|
3681
3681
|
framework: "react"
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3712
3712
|
* @Description:
|
|
3713
3713
|
*/
|
|
3714
|
-
var config$
|
|
3714
|
+
var config$4 = {
|
|
3715
3715
|
componentType: 'amisSchema',
|
|
3716
3716
|
group: "华炎魔方",
|
|
3717
3717
|
componentName: "PageListView",
|
|
@@ -3735,18 +3735,18 @@
|
|
|
3735
3735
|
icon: "fa-fw fa fa-list-alt"
|
|
3736
3736
|
}
|
|
3737
3737
|
};
|
|
3738
|
-
var PageListViewMeta = __assign(__assign({}, config$
|
|
3738
|
+
var PageListViewMeta = __assign(__assign({}, config$4), { snippets: [
|
|
3739
3739
|
{
|
|
3740
|
-
title: config$
|
|
3740
|
+
title: config$4.title,
|
|
3741
3741
|
screenshot: "",
|
|
3742
3742
|
schema: {
|
|
3743
|
-
componentName: config$
|
|
3744
|
-
props: config$
|
|
3743
|
+
componentName: config$4.componentName,
|
|
3744
|
+
props: config$4.preview
|
|
3745
3745
|
}
|
|
3746
3746
|
}
|
|
3747
3747
|
], amis: {
|
|
3748
3748
|
render: {
|
|
3749
|
-
type: config$
|
|
3749
|
+
type: config$4.amis.name,
|
|
3750
3750
|
usage: "renderer",
|
|
3751
3751
|
weight: 1,
|
|
3752
3752
|
framework: "react"
|
|
@@ -3760,7 +3760,7 @@
|
|
|
3760
3760
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3761
3761
|
* @Description:
|
|
3762
3762
|
*/
|
|
3763
|
-
var config$
|
|
3763
|
+
var config$3 = {
|
|
3764
3764
|
componentType: 'amisSchema',
|
|
3765
3765
|
group: "华炎魔方",
|
|
3766
3766
|
componentName: "PageRecordDetail",
|
|
@@ -3784,18 +3784,18 @@
|
|
|
3784
3784
|
icon: "fa-fw fa fa-list-alt"
|
|
3785
3785
|
}
|
|
3786
3786
|
};
|
|
3787
|
-
var PageRecordDetailMeta = __assign(__assign({}, config$
|
|
3787
|
+
var PageRecordDetailMeta = __assign(__assign({}, config$3), { snippets: [
|
|
3788
3788
|
{
|
|
3789
|
-
title: config$
|
|
3789
|
+
title: config$3.title,
|
|
3790
3790
|
screenshot: "",
|
|
3791
3791
|
schema: {
|
|
3792
|
-
componentName: config$
|
|
3793
|
-
props: config$
|
|
3792
|
+
componentName: config$3.componentName,
|
|
3793
|
+
props: config$3.preview
|
|
3794
3794
|
}
|
|
3795
3795
|
}
|
|
3796
3796
|
], amis: {
|
|
3797
3797
|
render: {
|
|
3798
|
-
type: config$
|
|
3798
|
+
type: config$3.amis.name,
|
|
3799
3799
|
usage: "renderer",
|
|
3800
3800
|
weight: 1,
|
|
3801
3801
|
framework: "react"
|
|
@@ -3809,7 +3809,7 @@
|
|
|
3809
3809
|
* @LastEditTime: 2023-04-12 14:35:40
|
|
3810
3810
|
* @Description:
|
|
3811
3811
|
*/
|
|
3812
|
-
var config$
|
|
3812
|
+
var config$2 = {
|
|
3813
3813
|
// componentType: 'amisSchema',
|
|
3814
3814
|
group: "华炎魔方-原子组件",
|
|
3815
3815
|
componentName: "SteedosSkeleton",
|
|
@@ -3833,32 +3833,32 @@
|
|
|
3833
3833
|
icon: "fa-fw fa fa-list-alt"
|
|
3834
3834
|
}
|
|
3835
3835
|
};
|
|
3836
|
-
var SteedosSkeleton = __assign(__assign({}, config$
|
|
3836
|
+
var SteedosSkeleton = __assign(__assign({}, config$2), { snippets: [
|
|
3837
3837
|
{
|
|
3838
|
-
title: config$
|
|
3838
|
+
title: config$2.title,
|
|
3839
3839
|
screenshot: "",
|
|
3840
3840
|
schema: {
|
|
3841
|
-
componentName: config$
|
|
3842
|
-
props: config$
|
|
3841
|
+
componentName: config$2.componentName,
|
|
3842
|
+
props: config$2.preview
|
|
3843
3843
|
}
|
|
3844
3844
|
}
|
|
3845
3845
|
], amis: {
|
|
3846
3846
|
render: {
|
|
3847
|
-
type: config$
|
|
3847
|
+
type: config$2.amis.name,
|
|
3848
3848
|
usage: "renderer",
|
|
3849
3849
|
weight: 1,
|
|
3850
3850
|
framework: "react"
|
|
3851
3851
|
},
|
|
3852
3852
|
plugin_disable: {
|
|
3853
|
-
rendererName: config$
|
|
3853
|
+
rendererName: config$2.amis.name,
|
|
3854
3854
|
$schema: '/schemas/UnkownSchema.json',
|
|
3855
|
-
name: config$
|
|
3856
|
-
description: config$
|
|
3857
|
-
tags: [config$
|
|
3855
|
+
name: config$2.title,
|
|
3856
|
+
description: config$2.title,
|
|
3857
|
+
tags: [config$2.group],
|
|
3858
3858
|
order: -9999,
|
|
3859
|
-
icon: config$
|
|
3859
|
+
icon: config$2.amis.icon,
|
|
3860
3860
|
scaffold: {
|
|
3861
|
-
type: config$
|
|
3861
|
+
type: config$2.amis.name,
|
|
3862
3862
|
count: 100,
|
|
3863
3863
|
body: [], // 容器类字段
|
|
3864
3864
|
},
|
|
@@ -3869,7 +3869,7 @@
|
|
|
3869
3869
|
}
|
|
3870
3870
|
],
|
|
3871
3871
|
previewSchema: {
|
|
3872
|
-
type: config$
|
|
3872
|
+
type: config$2.amis.name,
|
|
3873
3873
|
config: {
|
|
3874
3874
|
"active": true,
|
|
3875
3875
|
"loading": true
|
|
@@ -3902,7 +3902,7 @@
|
|
|
3902
3902
|
* @LastEditTime: 2023-04-12 15:06:00
|
|
3903
3903
|
* @Description:
|
|
3904
3904
|
*/
|
|
3905
|
-
var config = {
|
|
3905
|
+
var config$1 = {
|
|
3906
3906
|
componentType: 'amisSchema',
|
|
3907
3907
|
group: "华炎魔方",
|
|
3908
3908
|
componentName: "PageObject",
|
|
@@ -3926,7 +3926,98 @@
|
|
|
3926
3926
|
icon: "fa-fw fa fa-list-alt"
|
|
3927
3927
|
}
|
|
3928
3928
|
};
|
|
3929
|
-
var PageObject = __assign(__assign({}, config), { snippets: [
|
|
3929
|
+
var PageObject = __assign(__assign({}, config$1), { snippets: [
|
|
3930
|
+
{
|
|
3931
|
+
title: config$1.title,
|
|
3932
|
+
screenshot: "",
|
|
3933
|
+
schema: {
|
|
3934
|
+
componentName: config$1.componentName,
|
|
3935
|
+
props: config$1.preview
|
|
3936
|
+
}
|
|
3937
|
+
}
|
|
3938
|
+
], amis: {
|
|
3939
|
+
render: {
|
|
3940
|
+
type: config$1.amis.name,
|
|
3941
|
+
usage: "renderer",
|
|
3942
|
+
weight: 1,
|
|
3943
|
+
framework: "react"
|
|
3944
|
+
},
|
|
3945
|
+
} });
|
|
3946
|
+
|
|
3947
|
+
/*
|
|
3948
|
+
* @Author: 殷亮辉 yinlianghui@hotoa.com
|
|
3949
|
+
* @Date: 2023-11-15 09:50:22
|
|
3950
|
+
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
3951
|
+
* @LastEditTime: 2023-11-16 18:54:18
|
|
3952
|
+
*/
|
|
3953
|
+
var config = {
|
|
3954
|
+
componentType: 'amisSchema',
|
|
3955
|
+
group: "华炎魔方",
|
|
3956
|
+
componentName: "AmisInputTable",
|
|
3957
|
+
title: "表格编辑框",
|
|
3958
|
+
description: "表格编辑组件,对amis input-table组件的进一步封装。",
|
|
3959
|
+
docUrl: "",
|
|
3960
|
+
screenshot: "",
|
|
3961
|
+
npm: {
|
|
3962
|
+
package: "@steedos-widgets/amis-object",
|
|
3963
|
+
version: "{{version}}",
|
|
3964
|
+
exportName: "AmisInputTable",
|
|
3965
|
+
main: "",
|
|
3966
|
+
destructuring: true,
|
|
3967
|
+
subName: ""
|
|
3968
|
+
},
|
|
3969
|
+
props: [
|
|
3970
|
+
{
|
|
3971
|
+
name: "name",
|
|
3972
|
+
propType: "string",
|
|
3973
|
+
description: '字段名',
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
name: "fields",
|
|
3977
|
+
propType: "json",
|
|
3978
|
+
description: '字段配置',
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
name: "addable",
|
|
3982
|
+
propType: "boolean",
|
|
3983
|
+
description: '可新增',
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
name: "editable",
|
|
3987
|
+
propType: "boolean",
|
|
3988
|
+
description: '可编辑',
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
name: "removable",
|
|
3992
|
+
propType: "boolean",
|
|
3993
|
+
description: '可删除',
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
name: "draggable",
|
|
3997
|
+
propType: "boolean",
|
|
3998
|
+
description: '可拖拽',
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
name: "showIndex",
|
|
4002
|
+
propType: "boolean",
|
|
4003
|
+
description: '显示序号',
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
name: "perPage",
|
|
4007
|
+
propType: "number",
|
|
4008
|
+
description: '每页展示条数',
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
preview: {},
|
|
4012
|
+
targets: ["steedos__RecordPage"],
|
|
4013
|
+
engines: ["amis"],
|
|
4014
|
+
// settings for amis.
|
|
4015
|
+
amis: {
|
|
4016
|
+
name: 'steedos-input-table',
|
|
4017
|
+
icon: "fa-fw fa fa-list-alt"
|
|
4018
|
+
}
|
|
4019
|
+
};
|
|
4020
|
+
var AmisInputTable = __assign(__assign({}, config), { snippets: [
|
|
3930
4021
|
{
|
|
3931
4022
|
title: config.title,
|
|
3932
4023
|
screenshot: "",
|
|
@@ -3942,13 +4033,119 @@
|
|
|
3942
4033
|
weight: 1,
|
|
3943
4034
|
framework: "react"
|
|
3944
4035
|
},
|
|
4036
|
+
plugin: {
|
|
4037
|
+
rendererName: config.amis.name,
|
|
4038
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
4039
|
+
name: config.title,
|
|
4040
|
+
description: config.description,
|
|
4041
|
+
tags: [config.group],
|
|
4042
|
+
order: -9999,
|
|
4043
|
+
icon: config.amis.icon,
|
|
4044
|
+
scaffold: {
|
|
4045
|
+
type: config.amis.name,
|
|
4046
|
+
label: config.title,
|
|
4047
|
+
fields: [
|
|
4048
|
+
{
|
|
4049
|
+
"name": "a",
|
|
4050
|
+
"label": "A",
|
|
4051
|
+
"type": "input-text"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "b",
|
|
4055
|
+
"label": "B",
|
|
4056
|
+
"type": "input-text"
|
|
4057
|
+
}
|
|
4058
|
+
],
|
|
4059
|
+
addable: false,
|
|
4060
|
+
editable: false,
|
|
4061
|
+
removable: false,
|
|
4062
|
+
draggable: false,
|
|
4063
|
+
showIndex: false
|
|
4064
|
+
},
|
|
4065
|
+
previewSchema: {
|
|
4066
|
+
type: config.amis.name,
|
|
4067
|
+
fields: [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "a",
|
|
4070
|
+
"label": "A",
|
|
4071
|
+
"type": "input-text"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"name": "b",
|
|
4075
|
+
"label": "B",
|
|
4076
|
+
"type": "input-text"
|
|
4077
|
+
}
|
|
4078
|
+
],
|
|
4079
|
+
addable: false,
|
|
4080
|
+
editable: false,
|
|
4081
|
+
removable: false,
|
|
4082
|
+
draggable: false,
|
|
4083
|
+
showIndex: false
|
|
4084
|
+
},
|
|
4085
|
+
panelTitle: "设置",
|
|
4086
|
+
panelControls: [
|
|
4087
|
+
{
|
|
4088
|
+
"type": "input-text",
|
|
4089
|
+
"name": "name",
|
|
4090
|
+
"label": "字段名"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
type: "editor",
|
|
4094
|
+
name: "fields",
|
|
4095
|
+
label: "字段配置",
|
|
4096
|
+
"options": {
|
|
4097
|
+
"lineNumbers": "off"
|
|
4098
|
+
},
|
|
4099
|
+
pipeOut: function (value) {
|
|
4100
|
+
try {
|
|
4101
|
+
return value ? JSON.parse(value) : null;
|
|
4102
|
+
}
|
|
4103
|
+
catch (e) {
|
|
4104
|
+
}
|
|
4105
|
+
return value;
|
|
4106
|
+
},
|
|
4107
|
+
language: "json"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
type: "checkbox",
|
|
4111
|
+
name: "addable",
|
|
4112
|
+
label: '可新增',
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
type: "checkbox",
|
|
4116
|
+
name: "editable",
|
|
4117
|
+
label: '可编辑',
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
type: "checkbox",
|
|
4121
|
+
name: "removable",
|
|
4122
|
+
label: '可删除',
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
type: "checkbox",
|
|
4126
|
+
name: "draggable",
|
|
4127
|
+
label: '可拖拽',
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
type: "checkbox",
|
|
4131
|
+
name: "showIndex",
|
|
4132
|
+
label: '显示序号',
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"type": "input-number",
|
|
4136
|
+
"name": "perPage",
|
|
4137
|
+
"label": "每页展示条数",
|
|
4138
|
+
"labelRemark": "如果为空则不进行分页"
|
|
4139
|
+
}
|
|
4140
|
+
]
|
|
4141
|
+
}
|
|
3945
4142
|
} });
|
|
3946
4143
|
|
|
3947
4144
|
/*
|
|
3948
4145
|
* @Author: baozhoutao@steedos.com
|
|
3949
4146
|
* @Date: 2022-08-31 16:32:35
|
|
3950
|
-
* @LastEditors:
|
|
3951
|
-
* @LastEditTime: 2023-
|
|
4147
|
+
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
4148
|
+
* @LastEditTime: 2023-11-16 11:32:45
|
|
3952
4149
|
* @Description:
|
|
3953
4150
|
*/
|
|
3954
4151
|
var components = [
|
|
@@ -3984,7 +4181,8 @@
|
|
|
3984
4181
|
PageListViewMeta,
|
|
3985
4182
|
PageRecordDetailMeta,
|
|
3986
4183
|
SteedosSkeleton,
|
|
3987
|
-
PageObject
|
|
4184
|
+
PageObject,
|
|
4185
|
+
AmisInputTable
|
|
3988
4186
|
];
|
|
3989
4187
|
var componentList = [
|
|
3990
4188
|
{
|