@steedos-widgets/amis-object 3.6.2-beta.2 → 3.6.2-beta.21
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/AmisGlobalHeader.d.ts +1 -31
- package/dist/amis/AmisInputTable.d.ts +25 -14
- package/dist/amis/AmisRecordDetail.d.ts +5 -7
- package/dist/amis/AmisRecordDetailHeader.d.ts +1 -56
- package/dist/amis/AmisRecordDetailMini.d.ts +31 -0
- package/dist/amis/AmisRecordService.d.ts +42 -6
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +521 -236
- package/dist/amis-object.cjs.js +1835 -639
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +521 -236
- package/dist/amis-object.esm.js +1835 -640
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +521 -236
- package/dist/amis-object.umd.js +431 -241
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +507 -395
- package/dist/metas/AmisRecordDetailMini.d.ts +2 -0
- package/dist/pages/PageObject.d.ts +1 -0
- package/dist/tailwind-base.css +37 -6
- 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$y = {
|
|
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$y), { snippets: [
|
|
119
119
|
{
|
|
120
|
-
title: config$
|
|
120
|
+
title: config$y.title,
|
|
121
121
|
screenshot: "",
|
|
122
122
|
schema: {
|
|
123
|
-
componentName: config$
|
|
124
|
-
props: config$
|
|
123
|
+
componentName: config$y.componentName,
|
|
124
|
+
props: config$y.preview
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
], amis: {
|
|
128
128
|
render: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$y.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$y.amis.name,
|
|
136
136
|
$schema: '/schemas/UnkownSchema.json',
|
|
137
|
-
name: config$
|
|
138
|
-
description: config$
|
|
139
|
-
tags: [config$
|
|
137
|
+
name: config$y.title,
|
|
138
|
+
description: config$y.title,
|
|
139
|
+
tags: [config$y.group],
|
|
140
140
|
order: -9999,
|
|
141
|
-
icon: config$
|
|
141
|
+
icon: config$y.amis.icon,
|
|
142
142
|
scaffold: {
|
|
143
|
-
type: config$
|
|
144
|
-
label: config$
|
|
143
|
+
type: config$y.amis.name,
|
|
144
|
+
label: config$y.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$y.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$x = {
|
|
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$x), { snippets: [
|
|
667
667
|
{
|
|
668
|
-
title: config$
|
|
668
|
+
title: config$x.title,
|
|
669
669
|
screenshot: "",
|
|
670
670
|
schema: {
|
|
671
|
-
componentName: config$
|
|
672
|
-
props: config$
|
|
671
|
+
componentName: config$x.componentName,
|
|
672
|
+
props: config$x.preview
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
], amis: {
|
|
676
676
|
render: {
|
|
677
|
-
type: config$
|
|
677
|
+
type: config$x.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$x.amis.name,
|
|
684
684
|
$schema: '/schemas/UnkownSchema.json',
|
|
685
|
-
name: config$
|
|
686
|
-
description: config$
|
|
687
|
-
tags: [config$
|
|
685
|
+
name: config$x.title,
|
|
686
|
+
description: config$x.description,
|
|
687
|
+
tags: [config$x.group],
|
|
688
688
|
order: -9999,
|
|
689
|
-
icon: config$
|
|
689
|
+
icon: config$x.amis.icon,
|
|
690
690
|
scaffold: {
|
|
691
|
-
type: config$
|
|
692
|
-
label: config$
|
|
691
|
+
type: config$x.amis.name,
|
|
692
|
+
label: config$x.title,
|
|
693
693
|
objectApiName: "${objectName}",
|
|
694
694
|
listName: "all",
|
|
695
695
|
showHeader: true,
|
|
696
|
-
className: "sm:border sm:rounded sm:border-gray-300 mb-4"
|
|
696
|
+
// className: "sm:border sm:rounded sm:border-gray-300 mb-4"
|
|
697
697
|
},
|
|
698
698
|
previewSchema: {
|
|
699
|
-
type: config$
|
|
699
|
+
type: config$x.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$w = {
|
|
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$w), { snippets: [
|
|
898
898
|
{
|
|
899
|
-
title: config$
|
|
899
|
+
title: config$w.title,
|
|
900
900
|
screenshot: "",
|
|
901
901
|
schema: {
|
|
902
|
-
componentName: config$
|
|
903
|
-
props: config$
|
|
902
|
+
componentName: config$w.componentName,
|
|
903
|
+
props: config$w.preview
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
], amis: {
|
|
907
907
|
render: {
|
|
908
|
-
type: config$
|
|
908
|
+
type: config$w.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$w.amis.name,
|
|
915
915
|
$schema: '/schemas/UnkownSchema.json',
|
|
916
|
-
name: config$
|
|
917
|
-
description: config$
|
|
918
|
-
tags: [config$
|
|
916
|
+
name: config$w.title,
|
|
917
|
+
description: config$w.title,
|
|
918
|
+
tags: [config$w.group],
|
|
919
919
|
order: -9999,
|
|
920
|
-
icon: config$
|
|
920
|
+
icon: config$w.amis.icon,
|
|
921
921
|
scaffold: {
|
|
922
|
-
type: config$
|
|
923
|
-
label: config$
|
|
922
|
+
type: config$w.amis.name,
|
|
923
|
+
label: config$w.title,
|
|
924
924
|
objectApiName: "${objectName}",
|
|
925
925
|
currentView: "timeGridWeek"
|
|
926
926
|
},
|
|
927
927
|
previewSchema: {
|
|
928
|
-
type: config$
|
|
928
|
+
type: config$w.amis.name,
|
|
929
929
|
objectApiName: 'events',
|
|
930
930
|
currentView: "timeGridWeek"
|
|
931
931
|
},
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
* @LastEditTime: 2023-11-27 15:19:03
|
|
998
998
|
* @Description:
|
|
999
999
|
*/
|
|
1000
|
-
var config$
|
|
1000
|
+
var config$v = {
|
|
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$v), { snippets: [
|
|
1067
1067
|
{
|
|
1068
|
-
title: config$
|
|
1068
|
+
title: config$v.title,
|
|
1069
1069
|
screenshot: "",
|
|
1070
1070
|
schema: {
|
|
1071
|
-
componentName: config$
|
|
1072
|
-
props: config$
|
|
1071
|
+
componentName: config$v.componentName,
|
|
1072
|
+
props: config$v.preview
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
1075
|
], amis: {
|
|
1076
1076
|
render: {
|
|
1077
|
-
type: config$
|
|
1077
|
+
type: config$v.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$v.amis.name,
|
|
1084
1084
|
$schema: '/schemas/UnkownSchema.json',
|
|
1085
|
-
name: config$
|
|
1086
|
-
description: config$
|
|
1087
|
-
tags: [config$
|
|
1085
|
+
name: config$v.title,
|
|
1086
|
+
description: config$v.title,
|
|
1087
|
+
tags: [config$v.group],
|
|
1088
1088
|
order: -9999,
|
|
1089
|
-
icon: config$
|
|
1089
|
+
icon: config$v.amis.icon,
|
|
1090
1090
|
scaffold: {
|
|
1091
|
-
type: config$
|
|
1092
|
-
label: config$
|
|
1091
|
+
type: config$v.amis.name,
|
|
1092
|
+
label: config$v.title,
|
|
1093
1093
|
objectApiName: "${objectName}",
|
|
1094
1094
|
fields: ["name"],
|
|
1095
|
-
className: "sm:border sm:rounded sm:border-gray-300"
|
|
1095
|
+
// className: "sm:border sm:rounded sm:border-gray-300"
|
|
1096
1096
|
},
|
|
1097
1097
|
previewSchema: {
|
|
1098
|
-
type: config$
|
|
1098
|
+
type: config$v.amis.name,
|
|
1099
1099
|
objectApiName: 'space_users',
|
|
1100
1100
|
fields: ["name"]
|
|
1101
1101
|
},
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
* @LastEditTime: 2023-03-06 14:31:08
|
|
1393
1393
|
* @Description:
|
|
1394
1394
|
*/
|
|
1395
|
-
var config$
|
|
1395
|
+
var config$u = {
|
|
1396
1396
|
componentType: 'amisSchema',
|
|
1397
1397
|
group: "华炎魔方",
|
|
1398
1398
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -1429,38 +1429,38 @@
|
|
|
1429
1429
|
icon: "fa-fw fa fa-list-alt"
|
|
1430
1430
|
}
|
|
1431
1431
|
};
|
|
1432
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
1432
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$u), { snippets: [
|
|
1433
1433
|
{
|
|
1434
|
-
title: config$
|
|
1434
|
+
title: config$u.title,
|
|
1435
1435
|
screenshot: "",
|
|
1436
1436
|
schema: {
|
|
1437
|
-
componentName: config$
|
|
1438
|
-
props: config$
|
|
1437
|
+
componentName: config$u.componentName,
|
|
1438
|
+
props: config$u.preview
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
1441
|
], amis: {
|
|
1442
1442
|
render: {
|
|
1443
|
-
type: config$
|
|
1443
|
+
type: config$u.amis.name,
|
|
1444
1444
|
usage: "renderer",
|
|
1445
1445
|
weight: 1,
|
|
1446
1446
|
framework: "react"
|
|
1447
1447
|
},
|
|
1448
1448
|
plugin: {
|
|
1449
|
-
rendererName: config$
|
|
1449
|
+
rendererName: config$u.amis.name,
|
|
1450
1450
|
$schema: '/schemas/UnkownSchema.json',
|
|
1451
|
-
name: config$
|
|
1452
|
-
description: config$
|
|
1453
|
-
tags: [config$
|
|
1451
|
+
name: config$u.title,
|
|
1452
|
+
description: config$u.description,
|
|
1453
|
+
tags: [config$u.group],
|
|
1454
1454
|
order: -9999,
|
|
1455
|
-
icon: config$
|
|
1455
|
+
icon: config$u.amis.icon,
|
|
1456
1456
|
scaffold: {
|
|
1457
|
-
type: config$
|
|
1458
|
-
label: config$
|
|
1457
|
+
type: config$u.amis.name,
|
|
1458
|
+
label: config$u.title,
|
|
1459
1459
|
objectApiName: "${objectName}",
|
|
1460
1460
|
recordId: "${recordId}"
|
|
1461
1461
|
},
|
|
1462
1462
|
previewSchema: {
|
|
1463
|
-
type: config$
|
|
1463
|
+
type: config$u.amis.name,
|
|
1464
1464
|
objectApiName: 'space_users'
|
|
1465
1465
|
},
|
|
1466
1466
|
panelTitle: "设置",
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
* @LastEditTime: 2023-04-12 23:29:24
|
|
1504
1504
|
* @Description:
|
|
1505
1505
|
*/
|
|
1506
|
-
var config$
|
|
1506
|
+
var config$t = {
|
|
1507
1507
|
componentType: 'amisSchema',
|
|
1508
1508
|
group: "华炎魔方",
|
|
1509
1509
|
componentName: "AmisRecordDetail",
|
|
@@ -1539,34 +1539,34 @@
|
|
|
1539
1539
|
icon: "fa-fw fa fa-list-alt"
|
|
1540
1540
|
}
|
|
1541
1541
|
};
|
|
1542
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
1542
|
+
var AmisRecordDetail = __assign(__assign({}, config$t), { snippets: [
|
|
1543
1543
|
{
|
|
1544
|
-
title: config$
|
|
1544
|
+
title: config$t.title,
|
|
1545
1545
|
screenshot: "",
|
|
1546
1546
|
schema: {
|
|
1547
|
-
componentName: config$
|
|
1548
|
-
props: config$
|
|
1547
|
+
componentName: config$t.componentName,
|
|
1548
|
+
props: config$t.preview
|
|
1549
1549
|
}
|
|
1550
1550
|
}
|
|
1551
1551
|
], amis: {
|
|
1552
1552
|
render: {
|
|
1553
|
-
type: config$
|
|
1553
|
+
type: config$t.amis.name,
|
|
1554
1554
|
usage: "renderer",
|
|
1555
1555
|
weight: 1,
|
|
1556
1556
|
framework: "react"
|
|
1557
1557
|
},
|
|
1558
1558
|
plugin__disable: {
|
|
1559
|
-
rendererName: config$
|
|
1559
|
+
rendererName: config$t.amis.name,
|
|
1560
1560
|
$schema: '/schemas/UnkownSchema.json',
|
|
1561
|
-
name: config$
|
|
1562
|
-
description: config$
|
|
1563
|
-
tags: [config$
|
|
1561
|
+
name: config$t.title,
|
|
1562
|
+
description: config$t.title,
|
|
1563
|
+
tags: [config$t.group],
|
|
1564
1564
|
order: -9999,
|
|
1565
|
-
icon: config$
|
|
1565
|
+
icon: config$t.amis.icon,
|
|
1566
1566
|
scaffold: {
|
|
1567
|
-
type: config$
|
|
1567
|
+
type: config$t.amis.name,
|
|
1568
1568
|
body: [],
|
|
1569
|
-
label: config$
|
|
1569
|
+
label: config$t.title,
|
|
1570
1570
|
objectApiName: "${objectName}",
|
|
1571
1571
|
recordId: "${recordId}"
|
|
1572
1572
|
},
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
}
|
|
1578
1578
|
],
|
|
1579
1579
|
previewSchema: {
|
|
1580
|
-
type: config$
|
|
1580
|
+
type: config$t.amis.name,
|
|
1581
1581
|
objectApiName: 'space_users'
|
|
1582
1582
|
},
|
|
1583
1583
|
panelTitle: "设置",
|
|
@@ -1607,7 +1607,7 @@
|
|
|
1607
1607
|
}
|
|
1608
1608
|
} });
|
|
1609
1609
|
|
|
1610
|
-
var config$
|
|
1610
|
+
var config$s = {
|
|
1611
1611
|
componentType: 'amisSchema',
|
|
1612
1612
|
group: "华炎魔方",
|
|
1613
1613
|
componentName: "AmisRecordService",
|
|
@@ -1643,34 +1643,34 @@
|
|
|
1643
1643
|
icon: "fa-fw fa fa-list-alt"
|
|
1644
1644
|
}
|
|
1645
1645
|
};
|
|
1646
|
-
var AmisRecordService = __assign(__assign({}, config$
|
|
1646
|
+
var AmisRecordService = __assign(__assign({}, config$s), { snippets: [
|
|
1647
1647
|
{
|
|
1648
|
-
title: config$
|
|
1648
|
+
title: config$s.title,
|
|
1649
1649
|
screenshot: "",
|
|
1650
1650
|
schema: {
|
|
1651
|
-
componentName: config$
|
|
1652
|
-
props: config$
|
|
1651
|
+
componentName: config$s.componentName,
|
|
1652
|
+
props: config$s.preview
|
|
1653
1653
|
}
|
|
1654
1654
|
}
|
|
1655
1655
|
], amis: {
|
|
1656
1656
|
render: {
|
|
1657
|
-
type: config$
|
|
1657
|
+
type: config$s.amis.name,
|
|
1658
1658
|
usage: "renderer",
|
|
1659
1659
|
weight: 1,
|
|
1660
1660
|
framework: "react"
|
|
1661
1661
|
},
|
|
1662
1662
|
plugin: {
|
|
1663
|
-
rendererName: config$
|
|
1663
|
+
rendererName: config$s.amis.name,
|
|
1664
1664
|
$schema: '/schemas/UnkownSchema.json',
|
|
1665
|
-
name: config$
|
|
1666
|
-
description: config$
|
|
1667
|
-
tags: [config$
|
|
1665
|
+
name: config$s.title,
|
|
1666
|
+
description: config$s.title,
|
|
1667
|
+
tags: [config$s.group],
|
|
1668
1668
|
order: -9999,
|
|
1669
|
-
icon: config$
|
|
1669
|
+
icon: config$s.amis.icon,
|
|
1670
1670
|
scaffold: {
|
|
1671
|
-
type: config$
|
|
1671
|
+
type: config$s.amis.name,
|
|
1672
1672
|
body: [],
|
|
1673
|
-
label: config$
|
|
1673
|
+
label: config$s.title,
|
|
1674
1674
|
objectApiName: "${objectName}",
|
|
1675
1675
|
recordId: "${recordId}"
|
|
1676
1676
|
},
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
}
|
|
1682
1682
|
],
|
|
1683
1683
|
previewSchema: {
|
|
1684
|
-
type: config$
|
|
1684
|
+
type: config$s.amis.name,
|
|
1685
1685
|
objectApiName: 'space_users'
|
|
1686
1686
|
},
|
|
1687
1687
|
panelTitle: "设置",
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
}
|
|
1712
1712
|
} });
|
|
1713
1713
|
|
|
1714
|
-
var config$
|
|
1714
|
+
var config$r = {
|
|
1715
1715
|
componentType: 'amisSchema',
|
|
1716
1716
|
group: "华炎魔方-界面",
|
|
1717
1717
|
componentName: "AmisSelectUser",
|
|
@@ -1757,37 +1757,37 @@
|
|
|
1757
1757
|
icon: "fa-fw fa fa-list-alt"
|
|
1758
1758
|
}
|
|
1759
1759
|
};
|
|
1760
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1760
|
+
var AmisSelectUser = __assign(__assign({}, config$r), { snippets: [
|
|
1761
1761
|
{
|
|
1762
|
-
title: config$
|
|
1762
|
+
title: config$r.title,
|
|
1763
1763
|
screenshot: "",
|
|
1764
1764
|
schema: {
|
|
1765
|
-
componentName: config$
|
|
1766
|
-
props: config$
|
|
1765
|
+
componentName: config$r.componentName,
|
|
1766
|
+
props: config$r.preview
|
|
1767
1767
|
}
|
|
1768
1768
|
}
|
|
1769
1769
|
], amis: {
|
|
1770
1770
|
render: {
|
|
1771
|
-
type: config$
|
|
1771
|
+
type: config$r.amis.name,
|
|
1772
1772
|
usage: "renderer",
|
|
1773
1773
|
weight: 1,
|
|
1774
1774
|
framework: "react"
|
|
1775
1775
|
},
|
|
1776
1776
|
plugin_disabled: {
|
|
1777
|
-
rendererName: config$
|
|
1777
|
+
rendererName: config$r.amis.name,
|
|
1778
1778
|
$schema: '/schemas/UnkownSchema.json',
|
|
1779
|
-
name: config$
|
|
1780
|
-
description: config$
|
|
1781
|
-
tags: [config$
|
|
1779
|
+
name: config$r.title,
|
|
1780
|
+
description: config$r.title,
|
|
1781
|
+
tags: [config$r.group],
|
|
1782
1782
|
order: -9999,
|
|
1783
|
-
icon: config$
|
|
1783
|
+
icon: config$r.amis.icon,
|
|
1784
1784
|
scaffold: {
|
|
1785
|
-
type: config$
|
|
1786
|
-
label: config$
|
|
1785
|
+
type: config$r.amis.name,
|
|
1786
|
+
label: config$r.title,
|
|
1787
1787
|
name: ""
|
|
1788
1788
|
},
|
|
1789
1789
|
previewSchema: {
|
|
1790
|
-
type: config$
|
|
1790
|
+
type: config$r.amis.name,
|
|
1791
1791
|
},
|
|
1792
1792
|
panelTitle: "设置",
|
|
1793
1793
|
panelControls: [
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
* @LastEditTime: 2023-12-05 16:37:13
|
|
1819
1819
|
* @Description:
|
|
1820
1820
|
*/
|
|
1821
|
-
var config$
|
|
1821
|
+
var config$q = {
|
|
1822
1822
|
componentType: 'amisSchema',
|
|
1823
1823
|
group: "华炎魔方",
|
|
1824
1824
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1870,38 +1870,38 @@
|
|
|
1870
1870
|
icon: "fa-fw fa fa-list-alt"
|
|
1871
1871
|
}
|
|
1872
1872
|
};
|
|
1873
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1873
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$q), { snippets: [
|
|
1874
1874
|
{
|
|
1875
|
-
title: config$
|
|
1875
|
+
title: config$q.title,
|
|
1876
1876
|
screenshot: "",
|
|
1877
1877
|
schema: {
|
|
1878
|
-
componentName: config$
|
|
1879
|
-
props: config$
|
|
1878
|
+
componentName: config$q.componentName,
|
|
1879
|
+
props: config$q.preview
|
|
1880
1880
|
}
|
|
1881
1881
|
}
|
|
1882
1882
|
], amis: {
|
|
1883
1883
|
render: {
|
|
1884
|
-
type: config$
|
|
1884
|
+
type: config$q.amis.name,
|
|
1885
1885
|
usage: "renderer",
|
|
1886
1886
|
weight: 1,
|
|
1887
1887
|
framework: "react"
|
|
1888
1888
|
},
|
|
1889
1889
|
plugin: {
|
|
1890
|
-
rendererName: config$
|
|
1890
|
+
rendererName: config$q.amis.name,
|
|
1891
1891
|
$schema: '/schemas/UnkownSchema.json',
|
|
1892
|
-
name: config$
|
|
1893
|
-
description: config$
|
|
1894
|
-
tags: [config$
|
|
1892
|
+
name: config$q.title,
|
|
1893
|
+
description: config$q.description,
|
|
1894
|
+
tags: [config$q.group],
|
|
1895
1895
|
order: -9999,
|
|
1896
|
-
icon: config$
|
|
1896
|
+
icon: config$q.amis.icon,
|
|
1897
1897
|
scaffold: {
|
|
1898
|
-
type: config$
|
|
1899
|
-
label: config$
|
|
1898
|
+
type: config$q.amis.name,
|
|
1899
|
+
label: config$q.title,
|
|
1900
1900
|
objectApiName: "${objectName}",
|
|
1901
1901
|
recordId: "${recordId}"
|
|
1902
1902
|
},
|
|
1903
1903
|
previewSchema: {
|
|
1904
|
-
type: config$
|
|
1904
|
+
type: config$q.amis.name,
|
|
1905
1905
|
objectApiName: "accounts"
|
|
1906
1906
|
},
|
|
1907
1907
|
panelTitle: "设置",
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
2036
2036
|
* @Description:
|
|
2037
2037
|
*/
|
|
2038
|
-
var config$
|
|
2038
|
+
var config$p = {
|
|
2039
2039
|
componentType: 'amisSchema',
|
|
2040
2040
|
group: "华炎魔方",
|
|
2041
2041
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -2072,38 +2072,38 @@
|
|
|
2072
2072
|
icon: "fa-fw fa fa-list-alt"
|
|
2073
2073
|
}
|
|
2074
2074
|
};
|
|
2075
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
2075
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$p), { snippets: [
|
|
2076
2076
|
{
|
|
2077
|
-
title: config$
|
|
2077
|
+
title: config$p.title,
|
|
2078
2078
|
screenshot: "",
|
|
2079
2079
|
schema: {
|
|
2080
|
-
componentName: config$
|
|
2081
|
-
props: config$
|
|
2080
|
+
componentName: config$p.componentName,
|
|
2081
|
+
props: config$p.preview
|
|
2082
2082
|
}
|
|
2083
2083
|
}
|
|
2084
2084
|
], amis: {
|
|
2085
2085
|
render: {
|
|
2086
|
-
type: config$
|
|
2086
|
+
type: config$p.amis.name,
|
|
2087
2087
|
usage: "renderer",
|
|
2088
2088
|
weight: 1,
|
|
2089
2089
|
framework: "react"
|
|
2090
2090
|
},
|
|
2091
2091
|
plugin: {
|
|
2092
|
-
rendererName: config$
|
|
2092
|
+
rendererName: config$p.amis.name,
|
|
2093
2093
|
$schema: '/schemas/UnkownSchema.json',
|
|
2094
|
-
name: config$
|
|
2095
|
-
description: config$
|
|
2096
|
-
tags: [config$
|
|
2094
|
+
name: config$p.title,
|
|
2095
|
+
description: config$p.description,
|
|
2096
|
+
tags: [config$p.group],
|
|
2097
2097
|
order: -9999,
|
|
2098
|
-
icon: config$
|
|
2098
|
+
icon: config$p.amis.icon,
|
|
2099
2099
|
scaffold: {
|
|
2100
|
-
type: config$
|
|
2101
|
-
label: config$
|
|
2100
|
+
type: config$p.amis.name,
|
|
2101
|
+
label: config$p.title,
|
|
2102
2102
|
objectApiName: "${objectName}",
|
|
2103
2103
|
recordId: "${recordId}",
|
|
2104
2104
|
},
|
|
2105
2105
|
previewSchema: {
|
|
2106
|
-
type: config$
|
|
2106
|
+
type: config$p.amis.name,
|
|
2107
2107
|
objectApiName: "accounts",
|
|
2108
2108
|
},
|
|
2109
2109
|
panelTitle: "设置",
|
|
@@ -2140,7 +2140,7 @@
|
|
|
2140
2140
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
2141
2141
|
* @Description:
|
|
2142
2142
|
*/
|
|
2143
|
-
var config$
|
|
2143
|
+
var config$o = {
|
|
2144
2144
|
componentType: 'amisSchema',
|
|
2145
2145
|
group: "华炎魔方",
|
|
2146
2146
|
componentName: "AmisProvider",
|
|
@@ -2165,33 +2165,33 @@
|
|
|
2165
2165
|
icon: "fa-fw fa fa-list-alt"
|
|
2166
2166
|
}
|
|
2167
2167
|
};
|
|
2168
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
2168
|
+
var AmisProvider = __assign(__assign({}, config$o), { snippets: [
|
|
2169
2169
|
{
|
|
2170
|
-
title: config$
|
|
2170
|
+
title: config$o.title,
|
|
2171
2171
|
screenshot: "",
|
|
2172
2172
|
schema: {
|
|
2173
|
-
componentName: config$
|
|
2174
|
-
props: config$
|
|
2173
|
+
componentName: config$o.componentName,
|
|
2174
|
+
props: config$o.preview
|
|
2175
2175
|
}
|
|
2176
2176
|
}
|
|
2177
2177
|
], amis: {
|
|
2178
2178
|
render: {
|
|
2179
|
-
type: config$
|
|
2179
|
+
type: config$o.amis.name,
|
|
2180
2180
|
usage: "renderer",
|
|
2181
2181
|
weight: 1,
|
|
2182
2182
|
framework: "react"
|
|
2183
2183
|
},
|
|
2184
2184
|
plugin_disabled: {
|
|
2185
|
-
rendererName: config$
|
|
2185
|
+
rendererName: config$o.amis.name,
|
|
2186
2186
|
$schema: '/schemas/UnkownSchema.json',
|
|
2187
|
-
name: config$
|
|
2188
|
-
description: config$
|
|
2189
|
-
tags: [config$
|
|
2187
|
+
name: config$o.title,
|
|
2188
|
+
description: config$o.title,
|
|
2189
|
+
tags: [config$o.group],
|
|
2190
2190
|
order: -9999,
|
|
2191
|
-
icon: config$
|
|
2191
|
+
icon: config$o.amis.icon,
|
|
2192
2192
|
scaffold: {
|
|
2193
|
-
type: config$
|
|
2194
|
-
label: config$
|
|
2193
|
+
type: config$o.amis.name,
|
|
2194
|
+
label: config$o.title,
|
|
2195
2195
|
body: [], // 容器类字段
|
|
2196
2196
|
},
|
|
2197
2197
|
// 容器类组件必需字段
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
},
|
|
2203
2203
|
],
|
|
2204
2204
|
previewSchema: {
|
|
2205
|
-
type: config$
|
|
2205
|
+
type: config$o.amis.name,
|
|
2206
2206
|
},
|
|
2207
2207
|
panelTitle: "设置",
|
|
2208
2208
|
panelControls: []
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
2217
2217
|
* @Description:
|
|
2218
2218
|
*/
|
|
2219
|
-
var config$
|
|
2219
|
+
var config$n = {
|
|
2220
2220
|
// componentType: 'amisSchema',
|
|
2221
2221
|
group: "华炎魔方",
|
|
2222
2222
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -2240,18 +2240,18 @@
|
|
|
2240
2240
|
icon: "fa-fw fa fa-list-alt"
|
|
2241
2241
|
}
|
|
2242
2242
|
};
|
|
2243
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
2243
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$n), { snippets: [
|
|
2244
2244
|
{
|
|
2245
|
-
title: config$
|
|
2245
|
+
title: config$n.title,
|
|
2246
2246
|
screenshot: "",
|
|
2247
2247
|
schema: {
|
|
2248
|
-
componentName: config$
|
|
2249
|
-
props: config$
|
|
2248
|
+
componentName: config$n.componentName,
|
|
2249
|
+
props: config$n.preview
|
|
2250
2250
|
}
|
|
2251
2251
|
}
|
|
2252
2252
|
], amis: {
|
|
2253
2253
|
render: {
|
|
2254
|
-
type: config$
|
|
2254
|
+
type: config$n.amis.name,
|
|
2255
2255
|
usage: "formitem",
|
|
2256
2256
|
weight: 1,
|
|
2257
2257
|
framework: "react"
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
2288
2288
|
* @Description:
|
|
2289
2289
|
*/
|
|
2290
|
-
var config$
|
|
2290
|
+
var config$m = {
|
|
2291
2291
|
// componentType: 'amisSchema',
|
|
2292
2292
|
group: "华炎魔方",
|
|
2293
2293
|
componentName: "AmisObjectButton",
|
|
@@ -2311,18 +2311,18 @@
|
|
|
2311
2311
|
icon: "fa-fw fa fa-list-alt"
|
|
2312
2312
|
}
|
|
2313
2313
|
};
|
|
2314
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
2314
|
+
var AmisObjectButton = __assign(__assign({}, config$m), { snippets: [
|
|
2315
2315
|
{
|
|
2316
|
-
title: config$
|
|
2316
|
+
title: config$m.title,
|
|
2317
2317
|
screenshot: "",
|
|
2318
2318
|
schema: {
|
|
2319
|
-
componentName: config$
|
|
2320
|
-
props: config$
|
|
2319
|
+
componentName: config$m.componentName,
|
|
2320
|
+
props: config$m.preview
|
|
2321
2321
|
}
|
|
2322
2322
|
}
|
|
2323
2323
|
], amis: {
|
|
2324
2324
|
render: {
|
|
2325
|
-
type: config$
|
|
2325
|
+
type: config$m.amis.name,
|
|
2326
2326
|
usage: "renderer",
|
|
2327
2327
|
weight: 1,
|
|
2328
2328
|
framework: "react"
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
2359
2359
|
* @Description:
|
|
2360
2360
|
*/
|
|
2361
|
-
var config$
|
|
2361
|
+
var config$l = {
|
|
2362
2362
|
// componentType: 'amisSchema',
|
|
2363
2363
|
group: "华炎魔方",
|
|
2364
2364
|
componentName: "SteedosDropdownButton",
|
|
@@ -2382,18 +2382,18 @@
|
|
|
2382
2382
|
icon: "fa-fw fa fa-list-alt"
|
|
2383
2383
|
}
|
|
2384
2384
|
};
|
|
2385
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
2385
|
+
var SteedosDropdownButton = __assign(__assign({}, config$l), { snippets: [
|
|
2386
2386
|
{
|
|
2387
|
-
title: config$
|
|
2387
|
+
title: config$l.title,
|
|
2388
2388
|
screenshot: "",
|
|
2389
2389
|
schema: {
|
|
2390
|
-
componentName: config$
|
|
2391
|
-
props: config$
|
|
2390
|
+
componentName: config$l.componentName,
|
|
2391
|
+
props: config$l.preview
|
|
2392
2392
|
}
|
|
2393
2393
|
}
|
|
2394
2394
|
], amis: {
|
|
2395
2395
|
render: {
|
|
2396
|
-
type: config$
|
|
2396
|
+
type: config$l.amis.name,
|
|
2397
2397
|
usage: "renderer",
|
|
2398
2398
|
weight: 1,
|
|
2399
2399
|
framework: "react"
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2430
2430
|
* @Description:
|
|
2431
2431
|
*/
|
|
2432
|
-
var config$
|
|
2432
|
+
var config$k = {
|
|
2433
2433
|
componentType: 'amisSchema',
|
|
2434
2434
|
group: "华炎魔方",
|
|
2435
2435
|
componentName: "AmisAppLauncher",
|
|
@@ -2453,39 +2453,39 @@
|
|
|
2453
2453
|
icon: "fa-fw fa fa-list-alt"
|
|
2454
2454
|
}
|
|
2455
2455
|
};
|
|
2456
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2456
|
+
var AmisAppLauncher = __assign(__assign({}, config$k), { snippets: [
|
|
2457
2457
|
{
|
|
2458
|
-
title: config$
|
|
2458
|
+
title: config$k.title,
|
|
2459
2459
|
screenshot: "",
|
|
2460
2460
|
schema: {
|
|
2461
|
-
componentName: config$
|
|
2462
|
-
props: config$
|
|
2461
|
+
componentName: config$k.componentName,
|
|
2462
|
+
props: config$k.preview
|
|
2463
2463
|
}
|
|
2464
2464
|
}
|
|
2465
2465
|
], amis: {
|
|
2466
2466
|
render: {
|
|
2467
|
-
type: config$
|
|
2467
|
+
type: config$k.amis.name,
|
|
2468
2468
|
usage: "renderer",
|
|
2469
2469
|
weight: 1,
|
|
2470
2470
|
framework: "react"
|
|
2471
2471
|
},
|
|
2472
2472
|
plugin_disabled: {
|
|
2473
|
-
rendererName: config$
|
|
2473
|
+
rendererName: config$k.amis.name,
|
|
2474
2474
|
$schema: '/schemas/UnkownSchema.json',
|
|
2475
|
-
name: config$
|
|
2476
|
-
description: config$
|
|
2477
|
-
tags: [config$
|
|
2475
|
+
name: config$k.title,
|
|
2476
|
+
description: config$k.title,
|
|
2477
|
+
tags: [config$k.group],
|
|
2478
2478
|
order: -9999,
|
|
2479
|
-
icon: config$
|
|
2479
|
+
icon: config$k.amis.icon,
|
|
2480
2480
|
scaffold: {
|
|
2481
|
-
type: config$
|
|
2482
|
-
label: config$
|
|
2481
|
+
type: config$k.amis.name,
|
|
2482
|
+
label: config$k.title,
|
|
2483
2483
|
name: 'board',
|
|
2484
2484
|
columns: 1,
|
|
2485
2485
|
vertical: false
|
|
2486
2486
|
},
|
|
2487
2487
|
previewSchema: {
|
|
2488
|
-
type: config$
|
|
2488
|
+
type: config$k.amis.name,
|
|
2489
2489
|
},
|
|
2490
2490
|
panelTitle: "设置",
|
|
2491
2491
|
panelControls: []
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2500
2500
|
* @Description:
|
|
2501
2501
|
*/
|
|
2502
|
-
var config$
|
|
2502
|
+
var config$j = {
|
|
2503
2503
|
componentType: 'amisSchema',
|
|
2504
2504
|
group: "华炎魔方",
|
|
2505
2505
|
componentName: "AmisLogo",
|
|
@@ -2523,39 +2523,39 @@
|
|
|
2523
2523
|
icon: "fa-fw fa fa-list-alt"
|
|
2524
2524
|
}
|
|
2525
2525
|
};
|
|
2526
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2526
|
+
var AmisLogo = __assign(__assign({}, config$j), { snippets: [
|
|
2527
2527
|
{
|
|
2528
|
-
title: config$
|
|
2528
|
+
title: config$j.title,
|
|
2529
2529
|
screenshot: "",
|
|
2530
2530
|
schema: {
|
|
2531
|
-
componentName: config$
|
|
2532
|
-
props: config$
|
|
2531
|
+
componentName: config$j.componentName,
|
|
2532
|
+
props: config$j.preview
|
|
2533
2533
|
}
|
|
2534
2534
|
}
|
|
2535
2535
|
], amis: {
|
|
2536
2536
|
render: {
|
|
2537
|
-
type: config$
|
|
2537
|
+
type: config$j.amis.name,
|
|
2538
2538
|
usage: "renderer",
|
|
2539
2539
|
weight: 1,
|
|
2540
2540
|
framework: "react"
|
|
2541
2541
|
},
|
|
2542
2542
|
plugin_disabled: {
|
|
2543
|
-
rendererName: config$
|
|
2543
|
+
rendererName: config$j.amis.name,
|
|
2544
2544
|
$schema: '/schemas/UnkownSchema.json',
|
|
2545
|
-
name: config$
|
|
2546
|
-
description: config$
|
|
2547
|
-
tags: [config$
|
|
2545
|
+
name: config$j.title,
|
|
2546
|
+
description: config$j.title,
|
|
2547
|
+
tags: [config$j.group],
|
|
2548
2548
|
order: -9999,
|
|
2549
|
-
icon: config$
|
|
2549
|
+
icon: config$j.amis.icon,
|
|
2550
2550
|
scaffold: {
|
|
2551
|
-
type: config$
|
|
2552
|
-
label: config$
|
|
2551
|
+
type: config$j.amis.name,
|
|
2552
|
+
label: config$j.title,
|
|
2553
2553
|
name: 'board',
|
|
2554
2554
|
columns: 1,
|
|
2555
2555
|
vertical: false
|
|
2556
2556
|
},
|
|
2557
2557
|
previewSchema: {
|
|
2558
|
-
type: config$
|
|
2558
|
+
type: config$j.amis.name,
|
|
2559
2559
|
},
|
|
2560
2560
|
panelTitle: "设置",
|
|
2561
2561
|
panelControls: []
|
|
@@ -2569,7 +2569,7 @@
|
|
|
2569
2569
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2570
2570
|
* @Description:
|
|
2571
2571
|
*/
|
|
2572
|
-
var config$
|
|
2572
|
+
var config$i = {
|
|
2573
2573
|
componentType: 'amisSchema',
|
|
2574
2574
|
group: "华炎魔方",
|
|
2575
2575
|
componentName: "AmisAppMenu",
|
|
@@ -2600,39 +2600,39 @@
|
|
|
2600
2600
|
icon: "fa-fw fa fa-list-alt"
|
|
2601
2601
|
}
|
|
2602
2602
|
};
|
|
2603
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2603
|
+
var AmisAppMenu = __assign(__assign({}, config$i), { snippets: [
|
|
2604
2604
|
{
|
|
2605
|
-
title: config$
|
|
2605
|
+
title: config$i.title,
|
|
2606
2606
|
screenshot: "",
|
|
2607
2607
|
schema: {
|
|
2608
|
-
componentName: config$
|
|
2609
|
-
props: config$
|
|
2608
|
+
componentName: config$i.componentName,
|
|
2609
|
+
props: config$i.preview
|
|
2610
2610
|
}
|
|
2611
2611
|
}
|
|
2612
2612
|
], amis: {
|
|
2613
2613
|
render: {
|
|
2614
|
-
type: config$
|
|
2614
|
+
type: config$i.amis.name,
|
|
2615
2615
|
usage: "renderer",
|
|
2616
2616
|
weight: 1,
|
|
2617
2617
|
framework: "react"
|
|
2618
2618
|
},
|
|
2619
2619
|
plugin_disabled: {
|
|
2620
|
-
rendererName: config$
|
|
2620
|
+
rendererName: config$i.amis.name,
|
|
2621
2621
|
$schema: '/schemas/UnkownSchema.json',
|
|
2622
|
-
name: config$
|
|
2623
|
-
description: config$
|
|
2624
|
-
tags: [config$
|
|
2622
|
+
name: config$i.title,
|
|
2623
|
+
description: config$i.title,
|
|
2624
|
+
tags: [config$i.group],
|
|
2625
2625
|
order: -9999,
|
|
2626
|
-
icon: config$
|
|
2626
|
+
icon: config$i.amis.icon,
|
|
2627
2627
|
scaffold: {
|
|
2628
|
-
type: config$
|
|
2629
|
-
label: config$
|
|
2628
|
+
type: config$i.amis.name,
|
|
2629
|
+
label: config$i.title,
|
|
2630
2630
|
columns: 1,
|
|
2631
2631
|
vertical: false,
|
|
2632
2632
|
showIcon: true
|
|
2633
2633
|
},
|
|
2634
2634
|
previewSchema: {
|
|
2635
|
-
type: config$
|
|
2635
|
+
type: config$i.amis.name,
|
|
2636
2636
|
},
|
|
2637
2637
|
panelTitle: "设置",
|
|
2638
2638
|
panelControls: [
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2658
2658
|
* @Description:
|
|
2659
2659
|
*/
|
|
2660
|
-
var config$
|
|
2660
|
+
var config$h = {
|
|
2661
2661
|
componentType: 'amisSchema',
|
|
2662
2662
|
group: "华炎魔方",
|
|
2663
2663
|
componentName: "AmisGlobalHeaderToolbar",
|
|
@@ -2682,38 +2682,38 @@
|
|
|
2682
2682
|
icon: "fa-fw fa fa-list-alt"
|
|
2683
2683
|
}
|
|
2684
2684
|
};
|
|
2685
|
-
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$
|
|
2685
|
+
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$h), { snippets: [
|
|
2686
2686
|
{
|
|
2687
|
-
title: config$
|
|
2687
|
+
title: config$h.title,
|
|
2688
2688
|
screenshot: "",
|
|
2689
2689
|
schema: {
|
|
2690
|
-
componentName: config$
|
|
2691
|
-
props: config$
|
|
2690
|
+
componentName: config$h.componentName,
|
|
2691
|
+
props: config$h.preview
|
|
2692
2692
|
}
|
|
2693
2693
|
}
|
|
2694
2694
|
], amis: {
|
|
2695
2695
|
render: {
|
|
2696
|
-
type: config$
|
|
2696
|
+
type: config$h.amis.name,
|
|
2697
2697
|
usage: "renderer",
|
|
2698
2698
|
weight: 1,
|
|
2699
2699
|
framework: "react"
|
|
2700
2700
|
},
|
|
2701
2701
|
plugin_disabled: {
|
|
2702
|
-
rendererName: config$
|
|
2702
|
+
rendererName: config$h.amis.name,
|
|
2703
2703
|
$schema: '/schemas/UnkownSchema.json',
|
|
2704
|
-
name: config$
|
|
2705
|
-
description: config$
|
|
2706
|
-
tags: [config$
|
|
2704
|
+
name: config$h.title,
|
|
2705
|
+
description: config$h.title,
|
|
2706
|
+
tags: [config$h.group],
|
|
2707
2707
|
order: -9999,
|
|
2708
|
-
icon: config$
|
|
2708
|
+
icon: config$h.amis.icon,
|
|
2709
2709
|
scaffold: {
|
|
2710
|
-
type: config$
|
|
2711
|
-
label: config$
|
|
2710
|
+
type: config$h.amis.name,
|
|
2711
|
+
label: config$h.title,
|
|
2712
2712
|
columns: 1,
|
|
2713
2713
|
vertical: false
|
|
2714
2714
|
},
|
|
2715
2715
|
previewSchema: {
|
|
2716
|
-
type: config$
|
|
2716
|
+
type: config$h.amis.name,
|
|
2717
2717
|
},
|
|
2718
2718
|
panelTitle: "设置",
|
|
2719
2719
|
panelControls: []
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
* @LastEditTime: 2023-03-09 19:01:32
|
|
2728
2728
|
* @Description:
|
|
2729
2729
|
*/
|
|
2730
|
-
var config$
|
|
2730
|
+
var config$g = {
|
|
2731
2731
|
// componentType: 'amisSchema',
|
|
2732
2732
|
group: "华炎魔方-原子组件",
|
|
2733
2733
|
componentName: "SteedosIcon",
|
|
@@ -2751,39 +2751,39 @@
|
|
|
2751
2751
|
icon: "fa-fw fa fa-list-alt"
|
|
2752
2752
|
}
|
|
2753
2753
|
};
|
|
2754
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2754
|
+
var SteedosIcon = __assign(__assign({}, config$g), { snippets: [
|
|
2755
2755
|
{
|
|
2756
|
-
title: config$
|
|
2756
|
+
title: config$g.title,
|
|
2757
2757
|
screenshot: "",
|
|
2758
2758
|
schema: {
|
|
2759
|
-
componentName: config$
|
|
2760
|
-
props: config$
|
|
2759
|
+
componentName: config$g.componentName,
|
|
2760
|
+
props: config$g.preview
|
|
2761
2761
|
}
|
|
2762
2762
|
}
|
|
2763
2763
|
], amis: {
|
|
2764
2764
|
render: {
|
|
2765
|
-
type: config$
|
|
2765
|
+
type: config$g.amis.name,
|
|
2766
2766
|
usage: "renderer",
|
|
2767
2767
|
weight: 1,
|
|
2768
2768
|
framework: "react"
|
|
2769
2769
|
},
|
|
2770
2770
|
plugin: {
|
|
2771
|
-
rendererName: config$
|
|
2771
|
+
rendererName: config$g.amis.name,
|
|
2772
2772
|
$schema: '/schemas/UnkownSchema.json',
|
|
2773
|
-
name: config$
|
|
2774
|
-
description: config$
|
|
2775
|
-
tags: [config$
|
|
2773
|
+
name: config$g.title,
|
|
2774
|
+
description: config$g.title,
|
|
2775
|
+
tags: [config$g.group],
|
|
2776
2776
|
order: -9999,
|
|
2777
|
-
icon: config$
|
|
2777
|
+
icon: config$g.amis.icon,
|
|
2778
2778
|
scaffold: {
|
|
2779
|
-
type: config$
|
|
2779
|
+
type: config$g.amis.name,
|
|
2780
2780
|
category: 'standard',
|
|
2781
2781
|
name: 'account',
|
|
2782
2782
|
colorVariant: 'default',
|
|
2783
2783
|
size: 'medium'
|
|
2784
2784
|
},
|
|
2785
2785
|
previewSchema: {
|
|
2786
|
-
type: config$
|
|
2786
|
+
type: config$g.amis.name,
|
|
2787
2787
|
},
|
|
2788
2788
|
panelTitle: "设置",
|
|
2789
2789
|
panelControls: [
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2879
2879
|
* @Description:
|
|
2880
2880
|
*/
|
|
2881
|
-
var config$
|
|
2881
|
+
var config$f = {
|
|
2882
2882
|
// componentType: 'amisSchema',
|
|
2883
2883
|
group: "华炎魔方",
|
|
2884
2884
|
componentName: "SteedosDropdown",
|
|
@@ -2902,32 +2902,32 @@
|
|
|
2902
2902
|
icon: "fa-fw fa fa-list-alt"
|
|
2903
2903
|
}
|
|
2904
2904
|
};
|
|
2905
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2905
|
+
var SteedosDropdown = __assign(__assign({}, config$f), { snippets: [
|
|
2906
2906
|
{
|
|
2907
|
-
title: config$
|
|
2907
|
+
title: config$f.title,
|
|
2908
2908
|
screenshot: "",
|
|
2909
2909
|
schema: {
|
|
2910
|
-
componentName: config$
|
|
2911
|
-
props: config$
|
|
2910
|
+
componentName: config$f.componentName,
|
|
2911
|
+
props: config$f.preview
|
|
2912
2912
|
}
|
|
2913
2913
|
}
|
|
2914
2914
|
], amis: {
|
|
2915
2915
|
render: {
|
|
2916
|
-
type: config$
|
|
2916
|
+
type: config$f.amis.name,
|
|
2917
2917
|
usage: "renderer",
|
|
2918
2918
|
weight: 1,
|
|
2919
2919
|
framework: "react"
|
|
2920
2920
|
},
|
|
2921
2921
|
plugin_disabled: {
|
|
2922
|
-
rendererName: config$
|
|
2922
|
+
rendererName: config$f.amis.name,
|
|
2923
2923
|
$schema: '/schemas/UnkownSchema.json',
|
|
2924
|
-
name: config$
|
|
2925
|
-
description: config$
|
|
2926
|
-
tags: [config$
|
|
2924
|
+
name: config$f.title,
|
|
2925
|
+
description: config$f.title,
|
|
2926
|
+
tags: [config$f.group],
|
|
2927
2927
|
order: -9999,
|
|
2928
|
-
icon: config$
|
|
2928
|
+
icon: config$f.amis.icon,
|
|
2929
2929
|
scaffold: {
|
|
2930
|
-
type: config$
|
|
2930
|
+
type: config$f.amis.name,
|
|
2931
2931
|
placement: 'bottomLeft',
|
|
2932
2932
|
trigger: ['click'],
|
|
2933
2933
|
body: [],
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
},
|
|
2945
2945
|
],
|
|
2946
2946
|
previewSchema: {
|
|
2947
|
-
type: config$
|
|
2947
|
+
type: config$f.amis.name,
|
|
2948
2948
|
},
|
|
2949
2949
|
panelTitle: "设置",
|
|
2950
2950
|
panelControls: [
|
|
@@ -2992,7 +2992,7 @@
|
|
|
2992
2992
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2993
2993
|
* @Description:
|
|
2994
2994
|
*/
|
|
2995
|
-
var config$
|
|
2995
|
+
var config$e = {
|
|
2996
2996
|
// componentType: 'amisSchema',
|
|
2997
2997
|
group: "华炎魔方",
|
|
2998
2998
|
componentName: "FromNow",
|
|
@@ -3016,18 +3016,18 @@
|
|
|
3016
3016
|
icon: "fa-fw fa fa-list-alt"
|
|
3017
3017
|
}
|
|
3018
3018
|
};
|
|
3019
|
-
var FromNow = __assign(__assign({}, config$
|
|
3019
|
+
var FromNow = __assign(__assign({}, config$e), { snippets: [
|
|
3020
3020
|
{
|
|
3021
|
-
title: config$
|
|
3021
|
+
title: config$e.title,
|
|
3022
3022
|
screenshot: "",
|
|
3023
3023
|
schema: {
|
|
3024
|
-
componentName: config$
|
|
3025
|
-
props: config$
|
|
3024
|
+
componentName: config$e.componentName,
|
|
3025
|
+
props: config$e.preview
|
|
3026
3026
|
}
|
|
3027
3027
|
}
|
|
3028
3028
|
], amis: {
|
|
3029
3029
|
render: {
|
|
3030
|
-
type: config$
|
|
3030
|
+
type: config$e.amis.name,
|
|
3031
3031
|
usage: "renderer",
|
|
3032
3032
|
weight: 1,
|
|
3033
3033
|
framework: "react"
|
|
@@ -3065,7 +3065,7 @@
|
|
|
3065
3065
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3066
3066
|
* @Description:
|
|
3067
3067
|
*/
|
|
3068
|
-
var config$
|
|
3068
|
+
var config$d = {
|
|
3069
3069
|
componentType: 'amisSchema',
|
|
3070
3070
|
group: "华炎魔方",
|
|
3071
3071
|
componentName: "AmisGlobalHeader",
|
|
@@ -3096,39 +3096,39 @@
|
|
|
3096
3096
|
icon: "fa-fw fa fa-list-alt"
|
|
3097
3097
|
}
|
|
3098
3098
|
};
|
|
3099
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
3099
|
+
var AmisGlobalHeader = __assign(__assign({}, config$d), { snippets: [
|
|
3100
3100
|
{
|
|
3101
|
-
title: config$
|
|
3101
|
+
title: config$d.title,
|
|
3102
3102
|
screenshot: "",
|
|
3103
3103
|
schema: {
|
|
3104
|
-
componentName: config$
|
|
3105
|
-
props: config$
|
|
3104
|
+
componentName: config$d.componentName,
|
|
3105
|
+
props: config$d.preview
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
3108
3108
|
], amis: {
|
|
3109
3109
|
render: {
|
|
3110
|
-
type: config$
|
|
3110
|
+
type: config$d.amis.name,
|
|
3111
3111
|
usage: "renderer",
|
|
3112
3112
|
weight: 1,
|
|
3113
3113
|
framework: "react"
|
|
3114
3114
|
},
|
|
3115
3115
|
plugin_disabled: {
|
|
3116
|
-
rendererName: config$
|
|
3116
|
+
rendererName: config$d.amis.name,
|
|
3117
3117
|
$schema: '/schemas/UnkownSchema.json',
|
|
3118
|
-
name: config$
|
|
3119
|
-
description: config$
|
|
3120
|
-
tags: [config$
|
|
3118
|
+
name: config$d.title,
|
|
3119
|
+
description: config$d.title,
|
|
3120
|
+
tags: [config$d.group],
|
|
3121
3121
|
order: -9999,
|
|
3122
|
-
icon: config$
|
|
3122
|
+
icon: config$d.amis.icon,
|
|
3123
3123
|
scaffold: {
|
|
3124
|
-
type: config$
|
|
3125
|
-
label: config$
|
|
3124
|
+
type: config$d.amis.name,
|
|
3125
|
+
label: config$d.title,
|
|
3126
3126
|
columns: 1,
|
|
3127
3127
|
vertical: false,
|
|
3128
3128
|
showIcon: true
|
|
3129
3129
|
},
|
|
3130
3130
|
previewSchema: {
|
|
3131
|
-
type: config$
|
|
3131
|
+
type: config$d.amis.name,
|
|
3132
3132
|
},
|
|
3133
3133
|
panelTitle: "设置",
|
|
3134
3134
|
panelControls: []
|
|
@@ -3142,7 +3142,7 @@
|
|
|
3142
3142
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3143
3143
|
* @Description:
|
|
3144
3144
|
*/
|
|
3145
|
-
var config$
|
|
3145
|
+
var config$c = {
|
|
3146
3146
|
componentType: 'amisSchema',
|
|
3147
3147
|
group: "华炎魔方",
|
|
3148
3148
|
componentName: "AmisGlobalFooter",
|
|
@@ -3173,36 +3173,36 @@
|
|
|
3173
3173
|
icon: "fa-fw fa fa-list-alt"
|
|
3174
3174
|
}
|
|
3175
3175
|
};
|
|
3176
|
-
var AmisGlobalFooter = __assign(__assign({}, config$
|
|
3176
|
+
var AmisGlobalFooter = __assign(__assign({}, config$c), { snippets: [
|
|
3177
3177
|
{
|
|
3178
|
-
title: config$
|
|
3178
|
+
title: config$c.title,
|
|
3179
3179
|
screenshot: "",
|
|
3180
3180
|
schema: {
|
|
3181
|
-
componentName: config$
|
|
3182
|
-
props: config$
|
|
3181
|
+
componentName: config$c.componentName,
|
|
3182
|
+
props: config$c.preview
|
|
3183
3183
|
}
|
|
3184
3184
|
}
|
|
3185
3185
|
], amis: {
|
|
3186
3186
|
render: {
|
|
3187
|
-
type: config$
|
|
3187
|
+
type: config$c.amis.name,
|
|
3188
3188
|
usage: "renderer",
|
|
3189
3189
|
weight: 1,
|
|
3190
3190
|
framework: "react"
|
|
3191
3191
|
},
|
|
3192
3192
|
plugin_disabled: {
|
|
3193
|
-
rendererName: config$
|
|
3193
|
+
rendererName: config$c.amis.name,
|
|
3194
3194
|
$schema: '/schemas/UnkownSchema.json',
|
|
3195
|
-
name: config$
|
|
3196
|
-
description: config$
|
|
3197
|
-
tags: [config$
|
|
3195
|
+
name: config$c.title,
|
|
3196
|
+
description: config$c.title,
|
|
3197
|
+
tags: [config$c.group],
|
|
3198
3198
|
order: -9999,
|
|
3199
|
-
icon: config$
|
|
3199
|
+
icon: config$c.amis.icon,
|
|
3200
3200
|
scaffold: {
|
|
3201
|
-
type: config$
|
|
3202
|
-
label: config$
|
|
3201
|
+
type: config$c.amis.name,
|
|
3202
|
+
label: config$c.title
|
|
3203
3203
|
},
|
|
3204
3204
|
previewSchema: {
|
|
3205
|
-
type: config$
|
|
3205
|
+
type: config$c.amis.name,
|
|
3206
3206
|
},
|
|
3207
3207
|
panelTitle: "设置",
|
|
3208
3208
|
panelControls: []
|
|
@@ -3216,7 +3216,7 @@
|
|
|
3216
3216
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
3217
3217
|
* @Description:
|
|
3218
3218
|
*/
|
|
3219
|
-
var config$
|
|
3219
|
+
var config$b = {
|
|
3220
3220
|
group: "华炎魔方",
|
|
3221
3221
|
componentName: "SteedosLoading",
|
|
3222
3222
|
title: "加载中",
|
|
@@ -3239,18 +3239,18 @@
|
|
|
3239
3239
|
icon: "fa-fw fa fa-list-alt"
|
|
3240
3240
|
}
|
|
3241
3241
|
};
|
|
3242
|
-
var SteedosLoading = __assign(__assign({}, config$
|
|
3242
|
+
var SteedosLoading = __assign(__assign({}, config$b), { snippets: [
|
|
3243
3243
|
{
|
|
3244
|
-
title: config$
|
|
3244
|
+
title: config$b.title,
|
|
3245
3245
|
screenshot: "",
|
|
3246
3246
|
schema: {
|
|
3247
|
-
componentName: config$
|
|
3248
|
-
props: config$
|
|
3247
|
+
componentName: config$b.componentName,
|
|
3248
|
+
props: config$b.preview
|
|
3249
3249
|
}
|
|
3250
3250
|
}
|
|
3251
3251
|
], amis: {
|
|
3252
3252
|
render: {
|
|
3253
|
-
type: config$
|
|
3253
|
+
type: config$b.amis.name,
|
|
3254
3254
|
usage: "renderer",
|
|
3255
3255
|
weight: 1,
|
|
3256
3256
|
framework: "react"
|
|
@@ -3264,7 +3264,7 @@
|
|
|
3264
3264
|
* @LastEditTime: 2023-04-07 18:31:37
|
|
3265
3265
|
* @Description:
|
|
3266
3266
|
*/
|
|
3267
|
-
var config$
|
|
3267
|
+
var config$a = {
|
|
3268
3268
|
// componentType: 'amisSchema',
|
|
3269
3269
|
group: "华炎魔方-原子组件",
|
|
3270
3270
|
componentName: "SteedosBadge",
|
|
@@ -3288,32 +3288,32 @@
|
|
|
3288
3288
|
icon: "fa-fw fa fa-list-alt"
|
|
3289
3289
|
}
|
|
3290
3290
|
};
|
|
3291
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
3291
|
+
var SteedosBadge = __assign(__assign({}, config$a), { snippets: [
|
|
3292
3292
|
{
|
|
3293
|
-
title: config$
|
|
3293
|
+
title: config$a.title,
|
|
3294
3294
|
screenshot: "",
|
|
3295
3295
|
schema: {
|
|
3296
|
-
componentName: config$
|
|
3297
|
-
props: config$
|
|
3296
|
+
componentName: config$a.componentName,
|
|
3297
|
+
props: config$a.preview
|
|
3298
3298
|
}
|
|
3299
3299
|
}
|
|
3300
3300
|
], amis: {
|
|
3301
3301
|
render: {
|
|
3302
|
-
type: config$
|
|
3302
|
+
type: config$a.amis.name,
|
|
3303
3303
|
usage: "renderer",
|
|
3304
3304
|
weight: 1,
|
|
3305
3305
|
framework: "react"
|
|
3306
3306
|
},
|
|
3307
3307
|
plugin: {
|
|
3308
|
-
rendererName: config$
|
|
3308
|
+
rendererName: config$a.amis.name,
|
|
3309
3309
|
$schema: '/schemas/UnkownSchema.json',
|
|
3310
|
-
name: config$
|
|
3311
|
-
description: config$
|
|
3312
|
-
tags: [config$
|
|
3310
|
+
name: config$a.title,
|
|
3311
|
+
description: config$a.title,
|
|
3312
|
+
tags: [config$a.group],
|
|
3313
3313
|
order: -9999,
|
|
3314
|
-
icon: config$
|
|
3314
|
+
icon: config$a.amis.icon,
|
|
3315
3315
|
scaffold: {
|
|
3316
|
-
type: config$
|
|
3316
|
+
type: config$a.amis.name,
|
|
3317
3317
|
count: 100,
|
|
3318
3318
|
body: [], // 容器类字段
|
|
3319
3319
|
},
|
|
@@ -3324,7 +3324,7 @@
|
|
|
3324
3324
|
}
|
|
3325
3325
|
],
|
|
3326
3326
|
previewSchema: {
|
|
3327
|
-
type: config$
|
|
3327
|
+
type: config$a.amis.name,
|
|
3328
3328
|
},
|
|
3329
3329
|
panelTitle: "设置",
|
|
3330
3330
|
panelControls: [
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
* @LastEditTime: 2023-03-09 19:00:03
|
|
3401
3401
|
* @Description:
|
|
3402
3402
|
*/
|
|
3403
|
-
var config$
|
|
3403
|
+
var config$9 = {
|
|
3404
3404
|
// componentType: 'amisSchema',
|
|
3405
3405
|
group: "华炎魔方-原子组件",
|
|
3406
3406
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -3424,32 +3424,32 @@
|
|
|
3424
3424
|
icon: "fa-fw fa fa-list-alt"
|
|
3425
3425
|
}
|
|
3426
3426
|
};
|
|
3427
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
3427
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$9), { snippets: [
|
|
3428
3428
|
{
|
|
3429
|
-
title: config$
|
|
3429
|
+
title: config$9.title,
|
|
3430
3430
|
screenshot: "",
|
|
3431
3431
|
schema: {
|
|
3432
|
-
componentName: config$
|
|
3433
|
-
props: config$
|
|
3432
|
+
componentName: config$9.componentName,
|
|
3433
|
+
props: config$9.preview
|
|
3434
3434
|
}
|
|
3435
3435
|
}
|
|
3436
3436
|
], amis: {
|
|
3437
3437
|
render: {
|
|
3438
|
-
type: config$
|
|
3438
|
+
type: config$9.amis.name,
|
|
3439
3439
|
usage: "renderer",
|
|
3440
3440
|
weight: 1,
|
|
3441
3441
|
framework: "react"
|
|
3442
3442
|
},
|
|
3443
3443
|
plugin: {
|
|
3444
|
-
rendererName: config$
|
|
3444
|
+
rendererName: config$9.amis.name,
|
|
3445
3445
|
$schema: '/schemas/UnkownSchema.json',
|
|
3446
|
-
name: config$
|
|
3447
|
-
description: config$
|
|
3448
|
-
tags: [config$
|
|
3446
|
+
name: config$9.title,
|
|
3447
|
+
description: config$9.title,
|
|
3448
|
+
tags: [config$9.group],
|
|
3449
3449
|
order: -9999,
|
|
3450
|
-
icon: config$
|
|
3450
|
+
icon: config$9.amis.icon,
|
|
3451
3451
|
scaffold: {
|
|
3452
|
-
type: config$
|
|
3452
|
+
type: config$9.amis.name,
|
|
3453
3453
|
body: [], // 容器类字段
|
|
3454
3454
|
},
|
|
3455
3455
|
regions: [
|
|
@@ -3459,7 +3459,7 @@
|
|
|
3459
3459
|
}
|
|
3460
3460
|
],
|
|
3461
3461
|
previewSchema: {
|
|
3462
|
-
type: config$
|
|
3462
|
+
type: config$9.amis.name,
|
|
3463
3463
|
},
|
|
3464
3464
|
panelTitle: "设置",
|
|
3465
3465
|
panelControls: [
|
|
@@ -3493,7 +3493,7 @@
|
|
|
3493
3493
|
* @LastEditTime: 2023-06-30 14:41:35
|
|
3494
3494
|
* @Description:
|
|
3495
3495
|
*/
|
|
3496
|
-
var config$
|
|
3496
|
+
var config$8 = {
|
|
3497
3497
|
componentType: 'amisSchema',
|
|
3498
3498
|
group: "华炎魔方-原子组件",
|
|
3499
3499
|
componentName: "AmisSteedosField",
|
|
@@ -3517,32 +3517,32 @@
|
|
|
3517
3517
|
icon: "fa-fw fa fa-list-alt"
|
|
3518
3518
|
}
|
|
3519
3519
|
};
|
|
3520
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
3520
|
+
var AmisSteedosField = __assign(__assign({}, config$8), { snippets: [
|
|
3521
3521
|
{
|
|
3522
|
-
title: config$
|
|
3522
|
+
title: config$8.title,
|
|
3523
3523
|
screenshot: "",
|
|
3524
3524
|
schema: {
|
|
3525
|
-
componentName: config$
|
|
3526
|
-
props: config$
|
|
3525
|
+
componentName: config$8.componentName,
|
|
3526
|
+
props: config$8.preview
|
|
3527
3527
|
}
|
|
3528
3528
|
}
|
|
3529
3529
|
], amis: {
|
|
3530
3530
|
render: {
|
|
3531
|
-
type: config$
|
|
3531
|
+
type: config$8.amis.name,
|
|
3532
3532
|
usage: "renderer",
|
|
3533
3533
|
weight: 1,
|
|
3534
3534
|
framework: "react"
|
|
3535
3535
|
},
|
|
3536
3536
|
plugin: {
|
|
3537
|
-
rendererName: config$
|
|
3537
|
+
rendererName: config$8.amis.name,
|
|
3538
3538
|
$schema: '/schemas/UnkownSchema.json',
|
|
3539
|
-
name: config$
|
|
3540
|
-
description: config$
|
|
3541
|
-
tags: [config$
|
|
3539
|
+
name: config$8.title,
|
|
3540
|
+
description: config$8.title,
|
|
3541
|
+
tags: [config$8.group],
|
|
3542
3542
|
order: -9999,
|
|
3543
|
-
icon: config$
|
|
3543
|
+
icon: config$8.amis.icon,
|
|
3544
3544
|
scaffold: {
|
|
3545
|
-
type: config$
|
|
3545
|
+
type: config$8.amis.name,
|
|
3546
3546
|
config: {
|
|
3547
3547
|
"type": "text",
|
|
3548
3548
|
"label": "字段1",
|
|
@@ -3550,7 +3550,7 @@
|
|
|
3550
3550
|
}
|
|
3551
3551
|
},
|
|
3552
3552
|
previewSchema: {
|
|
3553
|
-
type: config$
|
|
3553
|
+
type: config$8.amis.name,
|
|
3554
3554
|
config: {
|
|
3555
3555
|
"type": "text",
|
|
3556
3556
|
"label": "字段1",
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
3585
3585
|
* @Description:
|
|
3586
3586
|
*/
|
|
3587
|
-
var config$
|
|
3587
|
+
var config$7 = {
|
|
3588
3588
|
componentType: 'amisSchema',
|
|
3589
3589
|
group: "华炎魔方",
|
|
3590
3590
|
componentName: "AmisSelectFlow",
|
|
@@ -3608,18 +3608,18 @@
|
|
|
3608
3608
|
icon: "fa-fw fa fa-list-alt"
|
|
3609
3609
|
}
|
|
3610
3610
|
};
|
|
3611
|
-
var AmisSelectFlow = __assign(__assign({}, config$
|
|
3611
|
+
var AmisSelectFlow = __assign(__assign({}, config$7), { snippets: [
|
|
3612
3612
|
{
|
|
3613
|
-
title: config$
|
|
3613
|
+
title: config$7.title,
|
|
3614
3614
|
screenshot: "",
|
|
3615
3615
|
schema: {
|
|
3616
|
-
componentName: config$
|
|
3617
|
-
props: config$
|
|
3616
|
+
componentName: config$7.componentName,
|
|
3617
|
+
props: config$7.preview
|
|
3618
3618
|
}
|
|
3619
3619
|
}
|
|
3620
3620
|
], amis: {
|
|
3621
3621
|
render: {
|
|
3622
|
-
type: config$
|
|
3622
|
+
type: config$7.amis.name,
|
|
3623
3623
|
usage: "renderer",
|
|
3624
3624
|
weight: 1,
|
|
3625
3625
|
framework: "react"
|
|
@@ -3657,7 +3657,7 @@
|
|
|
3657
3657
|
* @LastEditTime: 2023-02-09 16:48:59
|
|
3658
3658
|
* @Description:
|
|
3659
3659
|
*/
|
|
3660
|
-
var config$
|
|
3660
|
+
var config$6 = {
|
|
3661
3661
|
componentType: 'amisSchema',
|
|
3662
3662
|
group: "华炎魔方",
|
|
3663
3663
|
componentName: "AmisInstanceDetail",
|
|
@@ -3681,18 +3681,18 @@
|
|
|
3681
3681
|
icon: "fa-fw fa fa-list-alt"
|
|
3682
3682
|
}
|
|
3683
3683
|
};
|
|
3684
|
-
var AmisInstanceDetail = __assign(__assign({}, config$
|
|
3684
|
+
var AmisInstanceDetail = __assign(__assign({}, config$6), { snippets: [
|
|
3685
3685
|
{
|
|
3686
|
-
title: config$
|
|
3686
|
+
title: config$6.title,
|
|
3687
3687
|
screenshot: "",
|
|
3688
3688
|
schema: {
|
|
3689
|
-
componentName: config$
|
|
3690
|
-
props: config$
|
|
3689
|
+
componentName: config$6.componentName,
|
|
3690
|
+
props: config$6.preview
|
|
3691
3691
|
}
|
|
3692
3692
|
}
|
|
3693
3693
|
], amis: {
|
|
3694
3694
|
render: {
|
|
3695
|
-
type: config$
|
|
3695
|
+
type: config$6.amis.name,
|
|
3696
3696
|
usage: "renderer",
|
|
3697
3697
|
weight: 1,
|
|
3698
3698
|
framework: "react"
|
|
@@ -3728,7 +3728,7 @@
|
|
|
3728
3728
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3729
3729
|
* @Description:
|
|
3730
3730
|
*/
|
|
3731
|
-
var config$
|
|
3731
|
+
var config$5 = {
|
|
3732
3732
|
componentType: 'amisSchema',
|
|
3733
3733
|
group: "华炎魔方",
|
|
3734
3734
|
componentName: "PageListView",
|
|
@@ -3752,18 +3752,18 @@
|
|
|
3752
3752
|
icon: "fa-fw fa fa-list-alt"
|
|
3753
3753
|
}
|
|
3754
3754
|
};
|
|
3755
|
-
var PageListViewMeta = __assign(__assign({}, config$
|
|
3755
|
+
var PageListViewMeta = __assign(__assign({}, config$5), { snippets: [
|
|
3756
3756
|
{
|
|
3757
|
-
title: config$
|
|
3757
|
+
title: config$5.title,
|
|
3758
3758
|
screenshot: "",
|
|
3759
3759
|
schema: {
|
|
3760
|
-
componentName: config$
|
|
3761
|
-
props: config$
|
|
3760
|
+
componentName: config$5.componentName,
|
|
3761
|
+
props: config$5.preview
|
|
3762
3762
|
}
|
|
3763
3763
|
}
|
|
3764
3764
|
], amis: {
|
|
3765
3765
|
render: {
|
|
3766
|
-
type: config$
|
|
3766
|
+
type: config$5.amis.name,
|
|
3767
3767
|
usage: "renderer",
|
|
3768
3768
|
weight: 1,
|
|
3769
3769
|
framework: "react"
|
|
@@ -3777,7 +3777,7 @@
|
|
|
3777
3777
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3778
3778
|
* @Description:
|
|
3779
3779
|
*/
|
|
3780
|
-
var config$
|
|
3780
|
+
var config$4 = {
|
|
3781
3781
|
componentType: 'amisSchema',
|
|
3782
3782
|
group: "华炎魔方",
|
|
3783
3783
|
componentName: "PageRecordDetail",
|
|
@@ -3801,18 +3801,18 @@
|
|
|
3801
3801
|
icon: "fa-fw fa fa-list-alt"
|
|
3802
3802
|
}
|
|
3803
3803
|
};
|
|
3804
|
-
var PageRecordDetailMeta = __assign(__assign({}, config$
|
|
3804
|
+
var PageRecordDetailMeta = __assign(__assign({}, config$4), { snippets: [
|
|
3805
3805
|
{
|
|
3806
|
-
title: config$
|
|
3806
|
+
title: config$4.title,
|
|
3807
3807
|
screenshot: "",
|
|
3808
3808
|
schema: {
|
|
3809
|
-
componentName: config$
|
|
3810
|
-
props: config$
|
|
3809
|
+
componentName: config$4.componentName,
|
|
3810
|
+
props: config$4.preview
|
|
3811
3811
|
}
|
|
3812
3812
|
}
|
|
3813
3813
|
], amis: {
|
|
3814
3814
|
render: {
|
|
3815
|
-
type: config$
|
|
3815
|
+
type: config$4.amis.name,
|
|
3816
3816
|
usage: "renderer",
|
|
3817
3817
|
weight: 1,
|
|
3818
3818
|
framework: "react"
|
|
@@ -3826,7 +3826,7 @@
|
|
|
3826
3826
|
* @LastEditTime: 2023-04-12 14:35:40
|
|
3827
3827
|
* @Description:
|
|
3828
3828
|
*/
|
|
3829
|
-
var config$
|
|
3829
|
+
var config$3 = {
|
|
3830
3830
|
// componentType: 'amisSchema',
|
|
3831
3831
|
group: "华炎魔方-原子组件",
|
|
3832
3832
|
componentName: "SteedosSkeleton",
|
|
@@ -3850,32 +3850,32 @@
|
|
|
3850
3850
|
icon: "fa-fw fa fa-list-alt"
|
|
3851
3851
|
}
|
|
3852
3852
|
};
|
|
3853
|
-
var SteedosSkeleton = __assign(__assign({}, config$
|
|
3853
|
+
var SteedosSkeleton = __assign(__assign({}, config$3), { snippets: [
|
|
3854
3854
|
{
|
|
3855
|
-
title: config$
|
|
3855
|
+
title: config$3.title,
|
|
3856
3856
|
screenshot: "",
|
|
3857
3857
|
schema: {
|
|
3858
|
-
componentName: config$
|
|
3859
|
-
props: config$
|
|
3858
|
+
componentName: config$3.componentName,
|
|
3859
|
+
props: config$3.preview
|
|
3860
3860
|
}
|
|
3861
3861
|
}
|
|
3862
3862
|
], amis: {
|
|
3863
3863
|
render: {
|
|
3864
|
-
type: config$
|
|
3864
|
+
type: config$3.amis.name,
|
|
3865
3865
|
usage: "renderer",
|
|
3866
3866
|
weight: 1,
|
|
3867
3867
|
framework: "react"
|
|
3868
3868
|
},
|
|
3869
3869
|
plugin_disable: {
|
|
3870
|
-
rendererName: config$
|
|
3870
|
+
rendererName: config$3.amis.name,
|
|
3871
3871
|
$schema: '/schemas/UnkownSchema.json',
|
|
3872
|
-
name: config$
|
|
3873
|
-
description: config$
|
|
3874
|
-
tags: [config$
|
|
3872
|
+
name: config$3.title,
|
|
3873
|
+
description: config$3.title,
|
|
3874
|
+
tags: [config$3.group],
|
|
3875
3875
|
order: -9999,
|
|
3876
|
-
icon: config$
|
|
3876
|
+
icon: config$3.amis.icon,
|
|
3877
3877
|
scaffold: {
|
|
3878
|
-
type: config$
|
|
3878
|
+
type: config$3.amis.name,
|
|
3879
3879
|
count: 100,
|
|
3880
3880
|
body: [], // 容器类字段
|
|
3881
3881
|
},
|
|
@@ -3886,7 +3886,7 @@
|
|
|
3886
3886
|
}
|
|
3887
3887
|
],
|
|
3888
3888
|
previewSchema: {
|
|
3889
|
-
type: config$
|
|
3889
|
+
type: config$3.amis.name,
|
|
3890
3890
|
config: {
|
|
3891
3891
|
"active": true,
|
|
3892
3892
|
"loading": true
|
|
@@ -3919,7 +3919,7 @@
|
|
|
3919
3919
|
* @LastEditTime: 2023-04-12 15:06:00
|
|
3920
3920
|
* @Description:
|
|
3921
3921
|
*/
|
|
3922
|
-
var config$
|
|
3922
|
+
var config$2 = {
|
|
3923
3923
|
componentType: 'amisSchema',
|
|
3924
3924
|
group: "华炎魔方",
|
|
3925
3925
|
componentName: "PageObject",
|
|
@@ -3943,18 +3943,18 @@
|
|
|
3943
3943
|
icon: "fa-fw fa fa-list-alt"
|
|
3944
3944
|
}
|
|
3945
3945
|
};
|
|
3946
|
-
var PageObject = __assign(__assign({}, config$
|
|
3946
|
+
var PageObject = __assign(__assign({}, config$2), { snippets: [
|
|
3947
3947
|
{
|
|
3948
|
-
title: config$
|
|
3948
|
+
title: config$2.title,
|
|
3949
3949
|
screenshot: "",
|
|
3950
3950
|
schema: {
|
|
3951
|
-
componentName: config$
|
|
3952
|
-
props: config$
|
|
3951
|
+
componentName: config$2.componentName,
|
|
3952
|
+
props: config$2.preview
|
|
3953
3953
|
}
|
|
3954
3954
|
}
|
|
3955
3955
|
], amis: {
|
|
3956
3956
|
render: {
|
|
3957
|
-
type: config$
|
|
3957
|
+
type: config$2.amis.name,
|
|
3958
3958
|
usage: "renderer",
|
|
3959
3959
|
weight: 1,
|
|
3960
3960
|
framework: "react"
|
|
@@ -3967,7 +3967,7 @@
|
|
|
3967
3967
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
3968
3968
|
* @LastEditTime: 2023-12-14 14:51:35
|
|
3969
3969
|
*/
|
|
3970
|
-
var config = {
|
|
3970
|
+
var config$1 = {
|
|
3971
3971
|
componentType: 'amisSchema',
|
|
3972
3972
|
group: "华炎魔方",
|
|
3973
3973
|
componentName: "AmisInputTable",
|
|
@@ -4044,34 +4044,34 @@
|
|
|
4044
4044
|
icon: "fa-fw fa fa-list-alt"
|
|
4045
4045
|
}
|
|
4046
4046
|
};
|
|
4047
|
-
var AmisInputTable = __assign(__assign({}, config), { snippets: [
|
|
4047
|
+
var AmisInputTable = __assign(__assign({}, config$1), { snippets: [
|
|
4048
4048
|
{
|
|
4049
|
-
title: config.title,
|
|
4049
|
+
title: config$1.title,
|
|
4050
4050
|
screenshot: "",
|
|
4051
4051
|
schema: {
|
|
4052
|
-
componentName: config.componentName,
|
|
4053
|
-
props: config.preview
|
|
4052
|
+
componentName: config$1.componentName,
|
|
4053
|
+
props: config$1.preview
|
|
4054
4054
|
}
|
|
4055
4055
|
}
|
|
4056
4056
|
], amis: {
|
|
4057
4057
|
render: {
|
|
4058
|
-
type: config.amis.name,
|
|
4058
|
+
type: config$1.amis.name,
|
|
4059
4059
|
usage: "renderer",
|
|
4060
4060
|
weight: 1,
|
|
4061
4061
|
framework: "react"
|
|
4062
4062
|
},
|
|
4063
4063
|
plugin: {
|
|
4064
4064
|
// plugin_disabled: {
|
|
4065
|
-
rendererName: config.amis.name,
|
|
4065
|
+
rendererName: config$1.amis.name,
|
|
4066
4066
|
$schema: '/schemas/UnkownSchema.json',
|
|
4067
|
-
name: config.title,
|
|
4068
|
-
description: config.description,
|
|
4069
|
-
tags: [config.group],
|
|
4067
|
+
name: config$1.title,
|
|
4068
|
+
description: config$1.description,
|
|
4069
|
+
tags: [config$1.group],
|
|
4070
4070
|
order: -9999,
|
|
4071
|
-
icon: config.amis.icon,
|
|
4071
|
+
icon: config$1.amis.icon,
|
|
4072
4072
|
scaffold: {
|
|
4073
|
-
type: config.amis.name,
|
|
4074
|
-
label: config.title,
|
|
4073
|
+
type: config$1.amis.name,
|
|
4074
|
+
label: config$1.title,
|
|
4075
4075
|
fields: [
|
|
4076
4076
|
{
|
|
4077
4077
|
"name": "a",
|
|
@@ -4102,7 +4102,7 @@
|
|
|
4102
4102
|
showIndex: false
|
|
4103
4103
|
},
|
|
4104
4104
|
previewSchema: {
|
|
4105
|
-
type: config.amis.name,
|
|
4105
|
+
type: config$1.amis.name,
|
|
4106
4106
|
fields: [
|
|
4107
4107
|
{
|
|
4108
4108
|
"name": "a",
|
|
@@ -4271,8 +4271,119 @@
|
|
|
4271
4271
|
/*
|
|
4272
4272
|
* @Author: baozhoutao@steedos.com
|
|
4273
4273
|
* @Date: 2022-08-31 16:32:35
|
|
4274
|
-
* @LastEditors:
|
|
4275
|
-
* @LastEditTime:
|
|
4274
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
4275
|
+
* @LastEditTime: 2024-01-13 11:40:21
|
|
4276
|
+
* @Description:
|
|
4277
|
+
*/
|
|
4278
|
+
var config = {
|
|
4279
|
+
componentType: 'amisSchema',
|
|
4280
|
+
group: "华炎魔方",
|
|
4281
|
+
componentName: "AmisRecordDetailMini",
|
|
4282
|
+
title: "记录概要",
|
|
4283
|
+
docUrl: "",
|
|
4284
|
+
screenshot: "",
|
|
4285
|
+
npm: {
|
|
4286
|
+
package: "@steedos-widgets/amis-object",
|
|
4287
|
+
version: "{{version}}",
|
|
4288
|
+
exportName: "AmisRecordDetailMini",
|
|
4289
|
+
main: "",
|
|
4290
|
+
destructuring: true,
|
|
4291
|
+
subName: ""
|
|
4292
|
+
},
|
|
4293
|
+
props: [
|
|
4294
|
+
{
|
|
4295
|
+
name: "objectApiName",
|
|
4296
|
+
propType: "string",
|
|
4297
|
+
description: '对象名称',
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
name: "recordId",
|
|
4301
|
+
propType: "string",
|
|
4302
|
+
description: '记录Id',
|
|
4303
|
+
}
|
|
4304
|
+
],
|
|
4305
|
+
preview: {},
|
|
4306
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
4307
|
+
engines: ["amis"],
|
|
4308
|
+
// settings for amis.
|
|
4309
|
+
amis: {
|
|
4310
|
+
name: 'steedos-record-mini',
|
|
4311
|
+
icon: "fa-fw fa fa-list-alt"
|
|
4312
|
+
}
|
|
4313
|
+
};
|
|
4314
|
+
var AmisRecordDetailMini = __assign(__assign({}, config), { snippets: [
|
|
4315
|
+
{
|
|
4316
|
+
title: config.title,
|
|
4317
|
+
screenshot: "",
|
|
4318
|
+
schema: {
|
|
4319
|
+
componentName: config.componentName,
|
|
4320
|
+
props: config.preview
|
|
4321
|
+
}
|
|
4322
|
+
}
|
|
4323
|
+
], amis: {
|
|
4324
|
+
render: {
|
|
4325
|
+
type: config.amis.name,
|
|
4326
|
+
usage: "renderer",
|
|
4327
|
+
weight: 1,
|
|
4328
|
+
framework: "react"
|
|
4329
|
+
},
|
|
4330
|
+
plugin__disable: {
|
|
4331
|
+
rendererName: config.amis.name,
|
|
4332
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
4333
|
+
name: config.title,
|
|
4334
|
+
description: config.title,
|
|
4335
|
+
tags: [config.group],
|
|
4336
|
+
order: -9999,
|
|
4337
|
+
icon: config.amis.icon,
|
|
4338
|
+
scaffold: {
|
|
4339
|
+
type: config.amis.name,
|
|
4340
|
+
body: [],
|
|
4341
|
+
label: config.title,
|
|
4342
|
+
objectApiName: "${objectName}",
|
|
4343
|
+
recordId: "${recordId}"
|
|
4344
|
+
},
|
|
4345
|
+
regions: [
|
|
4346
|
+
{
|
|
4347
|
+
key: 'body',
|
|
4348
|
+
label: '内容区'
|
|
4349
|
+
}
|
|
4350
|
+
],
|
|
4351
|
+
previewSchema: {
|
|
4352
|
+
type: config.amis.name,
|
|
4353
|
+
objectApiName: 'space_users'
|
|
4354
|
+
},
|
|
4355
|
+
panelTitle: "设置",
|
|
4356
|
+
panelControls: [
|
|
4357
|
+
{
|
|
4358
|
+
"type": "select",
|
|
4359
|
+
"label": "对象",
|
|
4360
|
+
"name": "objectApiName",
|
|
4361
|
+
"searchable": true,
|
|
4362
|
+
"multiple": false,
|
|
4363
|
+
"source": {
|
|
4364
|
+
"method": "get",
|
|
4365
|
+
"url": "/service/api/amis-design/objects",
|
|
4366
|
+
"requestAdaptor": "api.url = Builder.settings.rootUrl + api.url; if(!api.headers){api.headers = {}};api.headers.Authorization='Bearer ' + Builder.settings.tenantId + ',' + Builder.settings.authToken ;return api;",
|
|
4367
|
+
"adaptor": "\n let data = payload.data;\n payload.unshift({\n label: \"\u5F53\u524D\u5BF9\u8C61\",\n name: \"${objectName}\"\n });\n return payload;\n "
|
|
4368
|
+
},
|
|
4369
|
+
"labelField": "label",
|
|
4370
|
+
"valueField": "name",
|
|
4371
|
+
"menuTpl": ""
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
type: "text",
|
|
4375
|
+
name: "recordId",
|
|
4376
|
+
label: "记录ID"
|
|
4377
|
+
}
|
|
4378
|
+
]
|
|
4379
|
+
}
|
|
4380
|
+
} });
|
|
4381
|
+
|
|
4382
|
+
/*
|
|
4383
|
+
* @Author: baozhoutao@steedos.com
|
|
4384
|
+
* @Date: 2022-08-31 16:32:35
|
|
4385
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
4386
|
+
* @LastEditTime: 2024-01-13 11:40:38
|
|
4276
4387
|
* @Description:
|
|
4277
4388
|
*/
|
|
4278
4389
|
var components = [
|
|
@@ -4309,7 +4420,8 @@
|
|
|
4309
4420
|
PageRecordDetailMeta,
|
|
4310
4421
|
SteedosSkeleton,
|
|
4311
4422
|
PageObject,
|
|
4312
|
-
AmisInputTable
|
|
4423
|
+
AmisInputTable,
|
|
4424
|
+
AmisRecordDetailMini
|
|
4313
4425
|
];
|
|
4314
4426
|
var componentList = [
|
|
4315
4427
|
{
|