@steedos-widgets/amis-object 6.10.34-beta.3 → 6.10.34-beta.5
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-object.umd.js +1385 -88
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets-dev.json +14 -0
- package/dist/assets.json +19 -5
- package/dist/components/antd/Select.d.ts +3 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/meta.d.ts +0 -5
- package/dist/meta.js +572 -450
- package/dist/metas/antd/Select.d.ts +2 -0
- package/package.json +7 -10
package/dist/meta.js
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
* @Description:
|
|
83
83
|
*/
|
|
84
84
|
var t$f = window.steedosI18next.t;
|
|
85
|
-
var config$
|
|
85
|
+
var config$D = {
|
|
86
86
|
componentType: 'amisSchema', // amisSchema || react
|
|
87
87
|
group: t$f('widgets-meta:steedos-object-form_group', '华炎魔方'),
|
|
88
88
|
componentName: "AmisObjectForm",
|
|
@@ -170,33 +170,33 @@
|
|
|
170
170
|
icon: "fa-fw fa fa-list-alt"
|
|
171
171
|
}
|
|
172
172
|
};
|
|
173
|
-
var AmisObjectForm = __assign(__assign({}, config$
|
|
173
|
+
var AmisObjectForm = __assign(__assign({}, config$D), { snippets: [
|
|
174
174
|
{
|
|
175
|
-
title: config$
|
|
175
|
+
title: config$D.title,
|
|
176
176
|
screenshot: "",
|
|
177
177
|
schema: {
|
|
178
|
-
componentName: config$
|
|
179
|
-
props: config$
|
|
178
|
+
componentName: config$D.componentName,
|
|
179
|
+
props: config$D.preview
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
], amis: {
|
|
183
183
|
render: {
|
|
184
|
-
type: config$
|
|
184
|
+
type: config$D.amis.name,
|
|
185
185
|
usage: "renderer",
|
|
186
186
|
weight: 1,
|
|
187
187
|
framework: "react"
|
|
188
188
|
},
|
|
189
189
|
plugin: {
|
|
190
|
-
rendererName: config$
|
|
190
|
+
rendererName: config$D.amis.name,
|
|
191
191
|
$schema: '/schemas/UnkownSchema.json',
|
|
192
|
-
name: config$
|
|
193
|
-
description: config$
|
|
194
|
-
tags: [config$
|
|
192
|
+
name: config$D.title,
|
|
193
|
+
description: config$D.title,
|
|
194
|
+
tags: [config$D.group],
|
|
195
195
|
order: -9999,
|
|
196
|
-
icon: config$
|
|
196
|
+
icon: config$D.amis.icon,
|
|
197
197
|
scaffold: {
|
|
198
|
-
type: config$
|
|
199
|
-
label: config$
|
|
198
|
+
type: config$D.amis.name,
|
|
199
|
+
label: config$D.title,
|
|
200
200
|
objectApiName: "${objectName}",
|
|
201
201
|
recordId: "${recordId}",
|
|
202
202
|
"mode": "edit",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
className: ""
|
|
205
205
|
},
|
|
206
206
|
previewSchema: {
|
|
207
|
-
type: config$
|
|
207
|
+
type: config$D.amis.name,
|
|
208
208
|
objectApiName: 'space_users'
|
|
209
209
|
},
|
|
210
210
|
panelTitle: t$f('widgets-meta:steedos-object-form_panelTitle', '设置'),
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
* @Description:
|
|
629
629
|
*/
|
|
630
630
|
var t$e = window.steedosI18next.t;
|
|
631
|
-
var config$
|
|
631
|
+
var config$C = {
|
|
632
632
|
componentType: 'amisSchema', // amisSchema || react
|
|
633
633
|
group: t$e('widgets-meta:steedos-object-listview_group', '华炎魔方'),
|
|
634
634
|
componentName: "AmisObjectListView",
|
|
@@ -675,39 +675,39 @@
|
|
|
675
675
|
icon: "fa-fw fa fa-list-alt"
|
|
676
676
|
}
|
|
677
677
|
};
|
|
678
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
678
|
+
var AmisObjectListview = __assign(__assign({}, config$C), { snippets: [
|
|
679
679
|
{
|
|
680
|
-
title: config$
|
|
680
|
+
title: config$C.title,
|
|
681
681
|
screenshot: "",
|
|
682
682
|
schema: {
|
|
683
|
-
componentName: config$
|
|
684
|
-
props: config$
|
|
683
|
+
componentName: config$C.componentName,
|
|
684
|
+
props: config$C.preview
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
687
|
], amis: {
|
|
688
688
|
render: {
|
|
689
|
-
type: config$
|
|
689
|
+
type: config$C.amis.name,
|
|
690
690
|
usage: "renderer",
|
|
691
691
|
weight: 1,
|
|
692
692
|
framework: "react"
|
|
693
693
|
},
|
|
694
694
|
plugin: {
|
|
695
|
-
rendererName: config$
|
|
695
|
+
rendererName: config$C.amis.name,
|
|
696
696
|
$schema: '/schemas/UnkownSchema.json',
|
|
697
|
-
name: config$
|
|
698
|
-
description: config$
|
|
699
|
-
tags: [config$
|
|
697
|
+
name: config$C.title,
|
|
698
|
+
description: config$C.description,
|
|
699
|
+
tags: [config$C.group],
|
|
700
700
|
order: -9999,
|
|
701
|
-
icon: config$
|
|
701
|
+
icon: config$C.amis.icon,
|
|
702
702
|
scaffold: {
|
|
703
|
-
type: config$
|
|
704
|
-
label: config$
|
|
703
|
+
type: config$C.amis.name,
|
|
704
|
+
label: config$C.title,
|
|
705
705
|
objectApiName: "${objectName}",
|
|
706
706
|
listName: "all",
|
|
707
707
|
showHeader: true,
|
|
708
708
|
},
|
|
709
709
|
previewSchema: {
|
|
710
|
-
type: config$
|
|
710
|
+
type: config$C.amis.name,
|
|
711
711
|
objectApiName: 'space_users',
|
|
712
712
|
listName: "all",
|
|
713
713
|
showHeader: true,
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
* @Description:
|
|
836
836
|
*/
|
|
837
837
|
var t$d = window.steedosI18next.t;
|
|
838
|
-
var config$
|
|
838
|
+
var config$B = {
|
|
839
839
|
componentType: 'amisSchema', // amisSchema || react
|
|
840
840
|
group: t$d('widgets-meta:steedos-object-calendar_group', '华炎魔方'),
|
|
841
841
|
componentName: "AmisObjectCalendar",
|
|
@@ -890,38 +890,38 @@
|
|
|
890
890
|
icon: "fa-fw fa fa-list-alt"
|
|
891
891
|
}
|
|
892
892
|
};
|
|
893
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
893
|
+
var AmisObjectCalendar = __assign(__assign({}, config$B), { snippets: [
|
|
894
894
|
{
|
|
895
|
-
title: config$
|
|
895
|
+
title: config$B.title,
|
|
896
896
|
screenshot: "",
|
|
897
897
|
schema: {
|
|
898
|
-
componentName: config$
|
|
899
|
-
props: config$
|
|
898
|
+
componentName: config$B.componentName,
|
|
899
|
+
props: config$B.preview
|
|
900
900
|
}
|
|
901
901
|
}
|
|
902
902
|
], amis: {
|
|
903
903
|
render: {
|
|
904
|
-
type: config$
|
|
904
|
+
type: config$B.amis.name,
|
|
905
905
|
usage: "renderer",
|
|
906
906
|
weight: 1,
|
|
907
907
|
framework: "react"
|
|
908
908
|
},
|
|
909
909
|
plugin: {
|
|
910
|
-
rendererName: config$
|
|
910
|
+
rendererName: config$B.amis.name,
|
|
911
911
|
$schema: '/schemas/UnkownSchema.json',
|
|
912
|
-
name: config$
|
|
913
|
-
description: config$
|
|
914
|
-
tags: [config$
|
|
912
|
+
name: config$B.title,
|
|
913
|
+
description: config$B.title,
|
|
914
|
+
tags: [config$B.group],
|
|
915
915
|
order: -9999,
|
|
916
|
-
icon: config$
|
|
916
|
+
icon: config$B.amis.icon,
|
|
917
917
|
scaffold: {
|
|
918
|
-
type: config$
|
|
919
|
-
label: config$
|
|
918
|
+
type: config$B.amis.name,
|
|
919
|
+
label: config$B.title,
|
|
920
920
|
objectApiName: "${objectName}",
|
|
921
921
|
currentView: "timeGridWeek"
|
|
922
922
|
},
|
|
923
923
|
previewSchema: {
|
|
924
|
-
type: config$
|
|
924
|
+
type: config$B.amis.name,
|
|
925
925
|
objectApiName: 'events',
|
|
926
926
|
currentView: "timeGridWeek"
|
|
927
927
|
},
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
* @Description:
|
|
988
988
|
*/
|
|
989
989
|
var t$c = window.steedosI18next.t;
|
|
990
|
-
var config$
|
|
990
|
+
var config$A = {
|
|
991
991
|
componentType: 'amisSchema', // amisSchema || react
|
|
992
992
|
group: t$c('widgets-meta:steedos-object-table_group', '华炎魔方'),
|
|
993
993
|
componentName: "AmisObjectTable",
|
|
@@ -1053,39 +1053,39 @@
|
|
|
1053
1053
|
icon: "fa-fw fa fa-list-alt"
|
|
1054
1054
|
}
|
|
1055
1055
|
};
|
|
1056
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
1056
|
+
var AmisObjectTable = __assign(__assign({}, config$A), { snippets: [
|
|
1057
1057
|
{
|
|
1058
|
-
title: config$
|
|
1058
|
+
title: config$A.title,
|
|
1059
1059
|
screenshot: "",
|
|
1060
1060
|
schema: {
|
|
1061
|
-
componentName: config$
|
|
1062
|
-
props: config$
|
|
1061
|
+
componentName: config$A.componentName,
|
|
1062
|
+
props: config$A.preview
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
1065
|
], amis: {
|
|
1066
1066
|
render: {
|
|
1067
|
-
type: config$
|
|
1067
|
+
type: config$A.amis.name,
|
|
1068
1068
|
usage: "renderer",
|
|
1069
1069
|
weight: 1,
|
|
1070
1070
|
framework: "react"
|
|
1071
1071
|
},
|
|
1072
1072
|
plugin: {
|
|
1073
|
-
rendererName: config$
|
|
1073
|
+
rendererName: config$A.amis.name,
|
|
1074
1074
|
$schema: '/schemas/UnkownSchema.json',
|
|
1075
|
-
name: config$
|
|
1076
|
-
description: config$
|
|
1077
|
-
tags: [config$
|
|
1075
|
+
name: config$A.title,
|
|
1076
|
+
description: config$A.title,
|
|
1077
|
+
tags: [config$A.group],
|
|
1078
1078
|
order: -9999,
|
|
1079
|
-
icon: config$
|
|
1079
|
+
icon: config$A.amis.icon,
|
|
1080
1080
|
scaffold: {
|
|
1081
|
-
type: config$
|
|
1082
|
-
label: config$
|
|
1081
|
+
type: config$A.amis.name,
|
|
1082
|
+
label: config$A.title,
|
|
1083
1083
|
objectApiName: "${objectName}",
|
|
1084
1084
|
fields: ["name"],
|
|
1085
1085
|
// className: "sm:border sm:rounded sm:border-gray-300"
|
|
1086
1086
|
},
|
|
1087
1087
|
previewSchema: {
|
|
1088
|
-
type: config$
|
|
1088
|
+
type: config$A.amis.name,
|
|
1089
1089
|
objectApiName: 'space_users',
|
|
1090
1090
|
fields: ["name"]
|
|
1091
1091
|
},
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
} });
|
|
1360
1360
|
|
|
1361
1361
|
var t$b = window.steedosI18next.t;
|
|
1362
|
-
var config$
|
|
1362
|
+
var config$z = {
|
|
1363
1363
|
componentType: 'amisSchema', // amisSchema || react
|
|
1364
1364
|
group: t$b('widgets-meta:steedos-record-detail-header_group', '华炎魔方'),
|
|
1365
1365
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -1396,38 +1396,38 @@
|
|
|
1396
1396
|
icon: "fa-fw fa fa-list-alt"
|
|
1397
1397
|
}
|
|
1398
1398
|
};
|
|
1399
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
1399
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$z), { snippets: [
|
|
1400
1400
|
{
|
|
1401
|
-
title: config$
|
|
1401
|
+
title: config$z.title,
|
|
1402
1402
|
screenshot: "",
|
|
1403
1403
|
schema: {
|
|
1404
|
-
componentName: config$
|
|
1405
|
-
props: config$
|
|
1404
|
+
componentName: config$z.componentName,
|
|
1405
|
+
props: config$z.preview
|
|
1406
1406
|
}
|
|
1407
1407
|
}
|
|
1408
1408
|
], amis: {
|
|
1409
1409
|
render: {
|
|
1410
|
-
type: config$
|
|
1410
|
+
type: config$z.amis.name,
|
|
1411
1411
|
usage: "renderer",
|
|
1412
1412
|
weight: 1,
|
|
1413
1413
|
framework: "react"
|
|
1414
1414
|
},
|
|
1415
1415
|
plugin: {
|
|
1416
|
-
rendererName: config$
|
|
1416
|
+
rendererName: config$z.amis.name,
|
|
1417
1417
|
$schema: '/schemas/UnkownSchema.json',
|
|
1418
|
-
name: config$
|
|
1419
|
-
description: config$
|
|
1420
|
-
tags: [config$
|
|
1418
|
+
name: config$z.title,
|
|
1419
|
+
description: config$z.description,
|
|
1420
|
+
tags: [config$z.group],
|
|
1421
1421
|
order: -9999,
|
|
1422
|
-
icon: config$
|
|
1422
|
+
icon: config$z.amis.icon,
|
|
1423
1423
|
scaffold: {
|
|
1424
|
-
type: config$
|
|
1425
|
-
label: config$
|
|
1424
|
+
type: config$z.amis.name,
|
|
1425
|
+
label: config$z.title,
|
|
1426
1426
|
objectApiName: "${objectName}",
|
|
1427
1427
|
recordId: "${recordId}"
|
|
1428
1428
|
},
|
|
1429
1429
|
previewSchema: {
|
|
1430
|
-
type: config$
|
|
1430
|
+
type: config$z.amis.name,
|
|
1431
1431
|
objectApiName: 'space_users'
|
|
1432
1432
|
},
|
|
1433
1433
|
panelTitle: t$b('widgets-meta:steedos-record-detail-header_panelTitle', '设置'),
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
* @LastEditTime: 2023-04-12 23:29:24
|
|
1471
1471
|
* @Description:
|
|
1472
1472
|
*/
|
|
1473
|
-
var config$
|
|
1473
|
+
var config$y = {
|
|
1474
1474
|
componentType: 'amisSchema', // amisSchema || react
|
|
1475
1475
|
group: "华炎魔方",
|
|
1476
1476
|
componentName: "AmisRecordDetail",
|
|
@@ -1506,34 +1506,34 @@
|
|
|
1506
1506
|
icon: "fa-fw fa fa-list-alt"
|
|
1507
1507
|
}
|
|
1508
1508
|
};
|
|
1509
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
1509
|
+
var AmisRecordDetail = __assign(__assign({}, config$y), { snippets: [
|
|
1510
1510
|
{
|
|
1511
|
-
title: config$
|
|
1511
|
+
title: config$y.title,
|
|
1512
1512
|
screenshot: "",
|
|
1513
1513
|
schema: {
|
|
1514
|
-
componentName: config$
|
|
1515
|
-
props: config$
|
|
1514
|
+
componentName: config$y.componentName,
|
|
1515
|
+
props: config$y.preview
|
|
1516
1516
|
}
|
|
1517
1517
|
}
|
|
1518
1518
|
], amis: {
|
|
1519
1519
|
render: {
|
|
1520
|
-
type: config$
|
|
1520
|
+
type: config$y.amis.name,
|
|
1521
1521
|
usage: "renderer",
|
|
1522
1522
|
weight: 1,
|
|
1523
1523
|
framework: "react"
|
|
1524
1524
|
},
|
|
1525
1525
|
plugin__disable: {
|
|
1526
|
-
rendererName: config$
|
|
1526
|
+
rendererName: config$y.amis.name,
|
|
1527
1527
|
$schema: '/schemas/UnkownSchema.json',
|
|
1528
|
-
name: config$
|
|
1529
|
-
description: config$
|
|
1530
|
-
tags: [config$
|
|
1528
|
+
name: config$y.title,
|
|
1529
|
+
description: config$y.title,
|
|
1530
|
+
tags: [config$y.group],
|
|
1531
1531
|
order: -9999,
|
|
1532
|
-
icon: config$
|
|
1532
|
+
icon: config$y.amis.icon,
|
|
1533
1533
|
scaffold: {
|
|
1534
|
-
type: config$
|
|
1534
|
+
type: config$y.amis.name,
|
|
1535
1535
|
body: [], // 容器类字段
|
|
1536
|
-
label: config$
|
|
1536
|
+
label: config$y.title,
|
|
1537
1537
|
objectApiName: "${objectName}",
|
|
1538
1538
|
recordId: "${recordId}"
|
|
1539
1539
|
},
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
}
|
|
1545
1545
|
],
|
|
1546
1546
|
previewSchema: {
|
|
1547
|
-
type: config$
|
|
1547
|
+
type: config$y.amis.name,
|
|
1548
1548
|
objectApiName: 'space_users'
|
|
1549
1549
|
},
|
|
1550
1550
|
panelTitle: "设置",
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
* @Description:
|
|
1583
1583
|
*/
|
|
1584
1584
|
var t$a = window.steedosI18next.t;
|
|
1585
|
-
var config$
|
|
1585
|
+
var config$x = {
|
|
1586
1586
|
componentType: 'amisSchema', // amisSchema || react
|
|
1587
1587
|
group: t$a('widgets-meta:steedos-record-service_group', '华炎魔方'),
|
|
1588
1588
|
componentName: "AmisRecordService",
|
|
@@ -1628,34 +1628,34 @@
|
|
|
1628
1628
|
icon: "fa-fw fa fa-list-alt"
|
|
1629
1629
|
}
|
|
1630
1630
|
};
|
|
1631
|
-
var AmisRecordService = __assign(__assign({}, config$
|
|
1631
|
+
var AmisRecordService = __assign(__assign({}, config$x), { snippets: [
|
|
1632
1632
|
{
|
|
1633
|
-
title: config$
|
|
1633
|
+
title: config$x.title,
|
|
1634
1634
|
screenshot: "",
|
|
1635
1635
|
schema: {
|
|
1636
|
-
componentName: config$
|
|
1637
|
-
props: config$
|
|
1636
|
+
componentName: config$x.componentName,
|
|
1637
|
+
props: config$x.preview
|
|
1638
1638
|
}
|
|
1639
1639
|
}
|
|
1640
1640
|
], amis: {
|
|
1641
1641
|
render: {
|
|
1642
|
-
type: config$
|
|
1642
|
+
type: config$x.amis.name,
|
|
1643
1643
|
usage: "renderer",
|
|
1644
1644
|
weight: 1,
|
|
1645
1645
|
framework: "react"
|
|
1646
1646
|
},
|
|
1647
1647
|
plugin: {
|
|
1648
|
-
rendererName: config$
|
|
1648
|
+
rendererName: config$x.amis.name,
|
|
1649
1649
|
$schema: '/schemas/UnkownSchema.json',
|
|
1650
|
-
name: config$
|
|
1651
|
-
description: config$
|
|
1652
|
-
tags: [config$
|
|
1650
|
+
name: config$x.title,
|
|
1651
|
+
description: config$x.title,
|
|
1652
|
+
tags: [config$x.group],
|
|
1653
1653
|
order: -9999,
|
|
1654
|
-
icon: config$
|
|
1654
|
+
icon: config$x.amis.icon,
|
|
1655
1655
|
scaffold: {
|
|
1656
|
-
type: config$
|
|
1656
|
+
type: config$x.amis.name,
|
|
1657
1657
|
body: [], // 容器类字段
|
|
1658
|
-
label: config$
|
|
1658
|
+
label: config$x.title,
|
|
1659
1659
|
objectApiName: "${objectName}",
|
|
1660
1660
|
recordId: "${recordId}"
|
|
1661
1661
|
},
|
|
@@ -1666,7 +1666,7 @@
|
|
|
1666
1666
|
}
|
|
1667
1667
|
],
|
|
1668
1668
|
previewSchema: {
|
|
1669
|
-
type: config$
|
|
1669
|
+
type: config$x.amis.name,
|
|
1670
1670
|
objectApiName: 'space_users'
|
|
1671
1671
|
},
|
|
1672
1672
|
panelTitle: t$a('widgets-meta:steedos-record-service_panelTitle', '设置'),
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
}
|
|
1723
1723
|
} });
|
|
1724
1724
|
|
|
1725
|
-
var config$
|
|
1725
|
+
var config$w = {
|
|
1726
1726
|
componentType: 'amisSchema', // amisSchema || react
|
|
1727
1727
|
group: "华炎魔方-界面",
|
|
1728
1728
|
componentName: "AmisSelectUser",
|
|
@@ -1768,37 +1768,37 @@
|
|
|
1768
1768
|
icon: "fa-fw fa fa-list-alt"
|
|
1769
1769
|
}
|
|
1770
1770
|
};
|
|
1771
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1771
|
+
var AmisSelectUser = __assign(__assign({}, config$w), { snippets: [
|
|
1772
1772
|
{
|
|
1773
|
-
title: config$
|
|
1773
|
+
title: config$w.title,
|
|
1774
1774
|
screenshot: "",
|
|
1775
1775
|
schema: {
|
|
1776
|
-
componentName: config$
|
|
1777
|
-
props: config$
|
|
1776
|
+
componentName: config$w.componentName,
|
|
1777
|
+
props: config$w.preview
|
|
1778
1778
|
}
|
|
1779
1779
|
}
|
|
1780
1780
|
], amis: {
|
|
1781
1781
|
render: {
|
|
1782
|
-
type: config$
|
|
1782
|
+
type: config$w.amis.name,
|
|
1783
1783
|
usage: "renderer", //formitem
|
|
1784
1784
|
weight: 1,
|
|
1785
1785
|
framework: "react"
|
|
1786
1786
|
},
|
|
1787
1787
|
plugin_disabled: {
|
|
1788
|
-
rendererName: config$
|
|
1788
|
+
rendererName: config$w.amis.name,
|
|
1789
1789
|
$schema: '/schemas/UnkownSchema.json',
|
|
1790
|
-
name: config$
|
|
1791
|
-
description: config$
|
|
1792
|
-
tags: [config$
|
|
1790
|
+
name: config$w.title,
|
|
1791
|
+
description: config$w.title,
|
|
1792
|
+
tags: [config$w.group],
|
|
1793
1793
|
order: -9999,
|
|
1794
|
-
icon: config$
|
|
1794
|
+
icon: config$w.amis.icon,
|
|
1795
1795
|
scaffold: {
|
|
1796
|
-
type: config$
|
|
1797
|
-
label: config$
|
|
1796
|
+
type: config$w.amis.name,
|
|
1797
|
+
label: config$w.title,
|
|
1798
1798
|
name: ""
|
|
1799
1799
|
},
|
|
1800
1800
|
previewSchema: {
|
|
1801
|
-
type: config$
|
|
1801
|
+
type: config$w.amis.name,
|
|
1802
1802
|
},
|
|
1803
1803
|
panelTitle: "设置",
|
|
1804
1804
|
panelControls: [
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
* @Description:
|
|
1831
1831
|
*/
|
|
1832
1832
|
var t$9 = window.steedosI18next.t;
|
|
1833
|
-
var config$
|
|
1833
|
+
var config$v = {
|
|
1834
1834
|
componentType: 'amisSchema', // amisSchema || react
|
|
1835
1835
|
group: t$9('widgets-meta:steedos-object-related-listview_group', '华炎魔方'),
|
|
1836
1836
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1881,38 +1881,38 @@
|
|
|
1881
1881
|
icon: "fa-fw fa fa-list-alt"
|
|
1882
1882
|
}
|
|
1883
1883
|
};
|
|
1884
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1884
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$v), { snippets: [
|
|
1885
1885
|
{
|
|
1886
|
-
title: config$
|
|
1886
|
+
title: config$v.title,
|
|
1887
1887
|
screenshot: "",
|
|
1888
1888
|
schema: {
|
|
1889
|
-
componentName: config$
|
|
1890
|
-
props: config$
|
|
1889
|
+
componentName: config$v.componentName,
|
|
1890
|
+
props: config$v.preview
|
|
1891
1891
|
}
|
|
1892
1892
|
}
|
|
1893
1893
|
], amis: {
|
|
1894
1894
|
render: {
|
|
1895
|
-
type: config$
|
|
1895
|
+
type: config$v.amis.name,
|
|
1896
1896
|
usage: "renderer",
|
|
1897
1897
|
weight: 1,
|
|
1898
1898
|
framework: "react"
|
|
1899
1899
|
},
|
|
1900
1900
|
plugin: {
|
|
1901
|
-
rendererName: config$
|
|
1901
|
+
rendererName: config$v.amis.name,
|
|
1902
1902
|
$schema: '/schemas/UnkownSchema.json',
|
|
1903
|
-
name: config$
|
|
1904
|
-
description: config$
|
|
1905
|
-
tags: [config$
|
|
1903
|
+
name: config$v.title,
|
|
1904
|
+
description: config$v.description,
|
|
1905
|
+
tags: [config$v.group],
|
|
1906
1906
|
order: -9999,
|
|
1907
|
-
icon: config$
|
|
1907
|
+
icon: config$v.amis.icon,
|
|
1908
1908
|
scaffold: {
|
|
1909
|
-
type: config$
|
|
1910
|
-
label: config$
|
|
1909
|
+
type: config$v.amis.name,
|
|
1910
|
+
label: config$v.title,
|
|
1911
1911
|
objectApiName: "${objectName}",
|
|
1912
1912
|
recordId: "${recordId}"
|
|
1913
1913
|
},
|
|
1914
1914
|
previewSchema: {
|
|
1915
|
-
type: config$
|
|
1915
|
+
type: config$v.amis.name,
|
|
1916
1916
|
objectApiName: "accounts"
|
|
1917
1917
|
},
|
|
1918
1918
|
panelTitle: t$9('widgets-meta:steedos-object-related-listview_panelTitle', '设置'),
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
* @Description:
|
|
2075
2075
|
*/
|
|
2076
2076
|
var t$8 = window.steedosI18next.t;
|
|
2077
|
-
var config$
|
|
2077
|
+
var config$u = {
|
|
2078
2078
|
componentType: 'amisSchema', // amisSchema || react
|
|
2079
2079
|
group: t$8('widgets-meta:steedos-object-related-lists_group', '华炎魔方'),
|
|
2080
2080
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -2111,38 +2111,38 @@
|
|
|
2111
2111
|
icon: "fa-fw fa fa-list-alt"
|
|
2112
2112
|
}
|
|
2113
2113
|
};
|
|
2114
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
2114
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$u), { snippets: [
|
|
2115
2115
|
{
|
|
2116
|
-
title: config$
|
|
2116
|
+
title: config$u.title,
|
|
2117
2117
|
screenshot: "",
|
|
2118
2118
|
schema: {
|
|
2119
|
-
componentName: config$
|
|
2120
|
-
props: config$
|
|
2119
|
+
componentName: config$u.componentName,
|
|
2120
|
+
props: config$u.preview
|
|
2121
2121
|
}
|
|
2122
2122
|
}
|
|
2123
2123
|
], amis: {
|
|
2124
2124
|
render: {
|
|
2125
|
-
type: config$
|
|
2125
|
+
type: config$u.amis.name,
|
|
2126
2126
|
usage: "renderer",
|
|
2127
2127
|
weight: 1,
|
|
2128
2128
|
framework: "react"
|
|
2129
2129
|
},
|
|
2130
2130
|
plugin: {
|
|
2131
|
-
rendererName: config$
|
|
2131
|
+
rendererName: config$u.amis.name,
|
|
2132
2132
|
$schema: '/schemas/UnkownSchema.json',
|
|
2133
|
-
name: config$
|
|
2134
|
-
description: config$
|
|
2135
|
-
tags: [config$
|
|
2133
|
+
name: config$u.title,
|
|
2134
|
+
description: config$u.description,
|
|
2135
|
+
tags: [config$u.group],
|
|
2136
2136
|
order: -9999,
|
|
2137
|
-
icon: config$
|
|
2137
|
+
icon: config$u.amis.icon,
|
|
2138
2138
|
scaffold: {
|
|
2139
|
-
type: config$
|
|
2140
|
-
label: config$
|
|
2139
|
+
type: config$u.amis.name,
|
|
2140
|
+
label: config$u.title,
|
|
2141
2141
|
objectApiName: "${objectName}",
|
|
2142
2142
|
recordId: "${recordId}",
|
|
2143
2143
|
},
|
|
2144
2144
|
previewSchema: {
|
|
2145
|
-
type: config$
|
|
2145
|
+
type: config$u.amis.name,
|
|
2146
2146
|
objectApiName: "accounts",
|
|
2147
2147
|
},
|
|
2148
2148
|
panelTitle: t$8('widgets-meta:steedos-object-related-lists_panelTitle', '设置'),
|
|
@@ -2179,7 +2179,7 @@
|
|
|
2179
2179
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
2180
2180
|
* @Description:
|
|
2181
2181
|
*/
|
|
2182
|
-
var config$
|
|
2182
|
+
var config$t = {
|
|
2183
2183
|
componentType: 'amisSchema', // amisSchema || react
|
|
2184
2184
|
group: "华炎魔方",
|
|
2185
2185
|
componentName: "AmisProvider",
|
|
@@ -2204,33 +2204,33 @@
|
|
|
2204
2204
|
icon: "fa-fw fa fa-list-alt"
|
|
2205
2205
|
}
|
|
2206
2206
|
};
|
|
2207
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
2207
|
+
var AmisProvider = __assign(__assign({}, config$t), { snippets: [
|
|
2208
2208
|
{
|
|
2209
|
-
title: config$
|
|
2209
|
+
title: config$t.title,
|
|
2210
2210
|
screenshot: "",
|
|
2211
2211
|
schema: {
|
|
2212
|
-
componentName: config$
|
|
2213
|
-
props: config$
|
|
2212
|
+
componentName: config$t.componentName,
|
|
2213
|
+
props: config$t.preview
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
], amis: {
|
|
2217
2217
|
render: {
|
|
2218
|
-
type: config$
|
|
2218
|
+
type: config$t.amis.name,
|
|
2219
2219
|
usage: "renderer",
|
|
2220
2220
|
weight: 1,
|
|
2221
2221
|
framework: "react"
|
|
2222
2222
|
},
|
|
2223
2223
|
plugin_disabled: {
|
|
2224
|
-
rendererName: config$
|
|
2224
|
+
rendererName: config$t.amis.name,
|
|
2225
2225
|
$schema: '/schemas/UnkownSchema.json',
|
|
2226
|
-
name: config$
|
|
2227
|
-
description: config$
|
|
2228
|
-
tags: [config$
|
|
2226
|
+
name: config$t.title,
|
|
2227
|
+
description: config$t.title,
|
|
2228
|
+
tags: [config$t.group],
|
|
2229
2229
|
order: -9999,
|
|
2230
|
-
icon: config$
|
|
2230
|
+
icon: config$t.amis.icon,
|
|
2231
2231
|
scaffold: {
|
|
2232
|
-
type: config$
|
|
2233
|
-
label: config$
|
|
2232
|
+
type: config$t.amis.name,
|
|
2233
|
+
label: config$t.title,
|
|
2234
2234
|
body: [], // 容器类字段
|
|
2235
2235
|
},
|
|
2236
2236
|
// 容器类组件必需字段
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
},
|
|
2242
2242
|
],
|
|
2243
2243
|
previewSchema: {
|
|
2244
|
-
type: config$
|
|
2244
|
+
type: config$t.amis.name,
|
|
2245
2245
|
},
|
|
2246
2246
|
panelTitle: "设置",
|
|
2247
2247
|
panelControls: []
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
2256
2256
|
* @Description:
|
|
2257
2257
|
*/
|
|
2258
|
-
var config$
|
|
2258
|
+
var config$s = {
|
|
2259
2259
|
// componentType: 'amisSchema',
|
|
2260
2260
|
group: "华炎魔方",
|
|
2261
2261
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -2279,18 +2279,18 @@
|
|
|
2279
2279
|
icon: "fa-fw fa fa-list-alt"
|
|
2280
2280
|
}
|
|
2281
2281
|
};
|
|
2282
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
2282
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$s), { snippets: [
|
|
2283
2283
|
{
|
|
2284
|
-
title: config$
|
|
2284
|
+
title: config$s.title,
|
|
2285
2285
|
screenshot: "",
|
|
2286
2286
|
schema: {
|
|
2287
|
-
componentName: config$
|
|
2288
|
-
props: config$
|
|
2287
|
+
componentName: config$s.componentName,
|
|
2288
|
+
props: config$s.preview
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
2291
|
], amis: {
|
|
2292
2292
|
render: {
|
|
2293
|
-
type: config$
|
|
2293
|
+
type: config$s.amis.name,
|
|
2294
2294
|
usage: "formitem",
|
|
2295
2295
|
weight: 1,
|
|
2296
2296
|
framework: "react"
|
|
@@ -2326,7 +2326,7 @@
|
|
|
2326
2326
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
2327
2327
|
* @Description:
|
|
2328
2328
|
*/
|
|
2329
|
-
var config$
|
|
2329
|
+
var config$r = {
|
|
2330
2330
|
// componentType: 'amisSchema',
|
|
2331
2331
|
group: "华炎魔方",
|
|
2332
2332
|
componentName: "AmisObjectButton",
|
|
@@ -2350,18 +2350,18 @@
|
|
|
2350
2350
|
icon: "fa-fw fa fa-list-alt"
|
|
2351
2351
|
}
|
|
2352
2352
|
};
|
|
2353
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
2353
|
+
var AmisObjectButton = __assign(__assign({}, config$r), { snippets: [
|
|
2354
2354
|
{
|
|
2355
|
-
title: config$
|
|
2355
|
+
title: config$r.title,
|
|
2356
2356
|
screenshot: "",
|
|
2357
2357
|
schema: {
|
|
2358
|
-
componentName: config$
|
|
2359
|
-
props: config$
|
|
2358
|
+
componentName: config$r.componentName,
|
|
2359
|
+
props: config$r.preview
|
|
2360
2360
|
}
|
|
2361
2361
|
}
|
|
2362
2362
|
], amis: {
|
|
2363
2363
|
render: {
|
|
2364
|
-
type: config$
|
|
2364
|
+
type: config$r.amis.name,
|
|
2365
2365
|
usage: "renderer",
|
|
2366
2366
|
weight: 1,
|
|
2367
2367
|
framework: "react"
|
|
@@ -2397,7 +2397,7 @@
|
|
|
2397
2397
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
2398
2398
|
* @Description:
|
|
2399
2399
|
*/
|
|
2400
|
-
var config$
|
|
2400
|
+
var config$q = {
|
|
2401
2401
|
// componentType: 'amisSchema',
|
|
2402
2402
|
group: "华炎魔方",
|
|
2403
2403
|
componentName: "SteedosDropdownButton",
|
|
@@ -2421,18 +2421,18 @@
|
|
|
2421
2421
|
icon: "fa-fw fa fa-list-alt"
|
|
2422
2422
|
}
|
|
2423
2423
|
};
|
|
2424
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
2424
|
+
var SteedosDropdownButton = __assign(__assign({}, config$q), { snippets: [
|
|
2425
2425
|
{
|
|
2426
|
-
title: config$
|
|
2426
|
+
title: config$q.title,
|
|
2427
2427
|
screenshot: "",
|
|
2428
2428
|
schema: {
|
|
2429
|
-
componentName: config$
|
|
2430
|
-
props: config$
|
|
2429
|
+
componentName: config$q.componentName,
|
|
2430
|
+
props: config$q.preview
|
|
2431
2431
|
}
|
|
2432
2432
|
}
|
|
2433
2433
|
], amis: {
|
|
2434
2434
|
render: {
|
|
2435
|
-
type: config$
|
|
2435
|
+
type: config$q.amis.name,
|
|
2436
2436
|
usage: "renderer",
|
|
2437
2437
|
weight: 1,
|
|
2438
2438
|
framework: "react"
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2469
2469
|
* @Description:
|
|
2470
2470
|
*/
|
|
2471
|
-
var config$
|
|
2471
|
+
var config$p = {
|
|
2472
2472
|
componentType: 'amisSchema',
|
|
2473
2473
|
group: "华炎魔方",
|
|
2474
2474
|
componentName: "AmisAppLauncher",
|
|
@@ -2492,39 +2492,39 @@
|
|
|
2492
2492
|
icon: "fa-fw fa fa-list-alt"
|
|
2493
2493
|
}
|
|
2494
2494
|
};
|
|
2495
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2495
|
+
var AmisAppLauncher = __assign(__assign({}, config$p), { snippets: [
|
|
2496
2496
|
{
|
|
2497
|
-
title: config$
|
|
2497
|
+
title: config$p.title,
|
|
2498
2498
|
screenshot: "",
|
|
2499
2499
|
schema: {
|
|
2500
|
-
componentName: config$
|
|
2501
|
-
props: config$
|
|
2500
|
+
componentName: config$p.componentName,
|
|
2501
|
+
props: config$p.preview
|
|
2502
2502
|
}
|
|
2503
2503
|
}
|
|
2504
2504
|
], amis: {
|
|
2505
2505
|
render: {
|
|
2506
|
-
type: config$
|
|
2506
|
+
type: config$p.amis.name,
|
|
2507
2507
|
usage: "renderer",
|
|
2508
2508
|
weight: 1,
|
|
2509
2509
|
framework: "react"
|
|
2510
2510
|
},
|
|
2511
2511
|
plugin_disabled: {
|
|
2512
|
-
rendererName: config$
|
|
2512
|
+
rendererName: config$p.amis.name,
|
|
2513
2513
|
$schema: '/schemas/UnkownSchema.json',
|
|
2514
|
-
name: config$
|
|
2515
|
-
description: config$
|
|
2516
|
-
tags: [config$
|
|
2514
|
+
name: config$p.title,
|
|
2515
|
+
description: config$p.title,
|
|
2516
|
+
tags: [config$p.group],
|
|
2517
2517
|
order: -9999,
|
|
2518
|
-
icon: config$
|
|
2518
|
+
icon: config$p.amis.icon,
|
|
2519
2519
|
scaffold: {
|
|
2520
|
-
type: config$
|
|
2521
|
-
label: config$
|
|
2520
|
+
type: config$p.amis.name,
|
|
2521
|
+
label: config$p.title,
|
|
2522
2522
|
name: 'board',
|
|
2523
2523
|
columns: 1,
|
|
2524
2524
|
vertical: false
|
|
2525
2525
|
},
|
|
2526
2526
|
previewSchema: {
|
|
2527
|
-
type: config$
|
|
2527
|
+
type: config$p.amis.name,
|
|
2528
2528
|
},
|
|
2529
2529
|
panelTitle: "设置",
|
|
2530
2530
|
panelControls: []
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2539
2539
|
* @Description:
|
|
2540
2540
|
*/
|
|
2541
|
-
var config$
|
|
2541
|
+
var config$o = {
|
|
2542
2542
|
componentType: 'amisSchema',
|
|
2543
2543
|
group: "华炎魔方",
|
|
2544
2544
|
componentName: "AmisLogo",
|
|
@@ -2562,39 +2562,39 @@
|
|
|
2562
2562
|
icon: "fa-fw fa fa-list-alt"
|
|
2563
2563
|
}
|
|
2564
2564
|
};
|
|
2565
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2565
|
+
var AmisLogo = __assign(__assign({}, config$o), { snippets: [
|
|
2566
2566
|
{
|
|
2567
|
-
title: config$
|
|
2567
|
+
title: config$o.title,
|
|
2568
2568
|
screenshot: "",
|
|
2569
2569
|
schema: {
|
|
2570
|
-
componentName: config$
|
|
2571
|
-
props: config$
|
|
2570
|
+
componentName: config$o.componentName,
|
|
2571
|
+
props: config$o.preview
|
|
2572
2572
|
}
|
|
2573
2573
|
}
|
|
2574
2574
|
], amis: {
|
|
2575
2575
|
render: {
|
|
2576
|
-
type: config$
|
|
2576
|
+
type: config$o.amis.name,
|
|
2577
2577
|
usage: "renderer",
|
|
2578
2578
|
weight: 1,
|
|
2579
2579
|
framework: "react"
|
|
2580
2580
|
},
|
|
2581
2581
|
plugin_disabled: {
|
|
2582
|
-
rendererName: config$
|
|
2582
|
+
rendererName: config$o.amis.name,
|
|
2583
2583
|
$schema: '/schemas/UnkownSchema.json',
|
|
2584
|
-
name: config$
|
|
2585
|
-
description: config$
|
|
2586
|
-
tags: [config$
|
|
2584
|
+
name: config$o.title,
|
|
2585
|
+
description: config$o.title,
|
|
2586
|
+
tags: [config$o.group],
|
|
2587
2587
|
order: -9999,
|
|
2588
|
-
icon: config$
|
|
2588
|
+
icon: config$o.amis.icon,
|
|
2589
2589
|
scaffold: {
|
|
2590
|
-
type: config$
|
|
2591
|
-
label: config$
|
|
2590
|
+
type: config$o.amis.name,
|
|
2591
|
+
label: config$o.title,
|
|
2592
2592
|
name: 'board',
|
|
2593
2593
|
columns: 1,
|
|
2594
2594
|
vertical: false
|
|
2595
2595
|
},
|
|
2596
2596
|
previewSchema: {
|
|
2597
|
-
type: config$
|
|
2597
|
+
type: config$o.amis.name,
|
|
2598
2598
|
},
|
|
2599
2599
|
panelTitle: "设置",
|
|
2600
2600
|
panelControls: []
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2609
2609
|
* @Description:
|
|
2610
2610
|
*/
|
|
2611
|
-
var config$
|
|
2611
|
+
var config$n = {
|
|
2612
2612
|
componentType: 'amisSchema',
|
|
2613
2613
|
group: "华炎魔方",
|
|
2614
2614
|
componentName: "AmisAppMenu",
|
|
@@ -2639,39 +2639,39 @@
|
|
|
2639
2639
|
icon: "fa-fw fa fa-list-alt"
|
|
2640
2640
|
}
|
|
2641
2641
|
};
|
|
2642
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2642
|
+
var AmisAppMenu = __assign(__assign({}, config$n), { snippets: [
|
|
2643
2643
|
{
|
|
2644
|
-
title: config$
|
|
2644
|
+
title: config$n.title,
|
|
2645
2645
|
screenshot: "",
|
|
2646
2646
|
schema: {
|
|
2647
|
-
componentName: config$
|
|
2648
|
-
props: config$
|
|
2647
|
+
componentName: config$n.componentName,
|
|
2648
|
+
props: config$n.preview
|
|
2649
2649
|
}
|
|
2650
2650
|
}
|
|
2651
2651
|
], amis: {
|
|
2652
2652
|
render: {
|
|
2653
|
-
type: config$
|
|
2653
|
+
type: config$n.amis.name,
|
|
2654
2654
|
usage: "renderer",
|
|
2655
2655
|
weight: 1,
|
|
2656
2656
|
framework: "react"
|
|
2657
2657
|
},
|
|
2658
2658
|
plugin_disabled: {
|
|
2659
|
-
rendererName: config$
|
|
2659
|
+
rendererName: config$n.amis.name,
|
|
2660
2660
|
$schema: '/schemas/UnkownSchema.json',
|
|
2661
|
-
name: config$
|
|
2662
|
-
description: config$
|
|
2663
|
-
tags: [config$
|
|
2661
|
+
name: config$n.title,
|
|
2662
|
+
description: config$n.title,
|
|
2663
|
+
tags: [config$n.group],
|
|
2664
2664
|
order: -9999,
|
|
2665
|
-
icon: config$
|
|
2665
|
+
icon: config$n.amis.icon,
|
|
2666
2666
|
scaffold: {
|
|
2667
|
-
type: config$
|
|
2668
|
-
label: config$
|
|
2667
|
+
type: config$n.amis.name,
|
|
2668
|
+
label: config$n.title,
|
|
2669
2669
|
columns: 1,
|
|
2670
2670
|
vertical: false,
|
|
2671
2671
|
showIcon: true
|
|
2672
2672
|
},
|
|
2673
2673
|
previewSchema: {
|
|
2674
|
-
type: config$
|
|
2674
|
+
type: config$n.amis.name,
|
|
2675
2675
|
},
|
|
2676
2676
|
panelTitle: "设置",
|
|
2677
2677
|
panelControls: [
|
|
@@ -2696,7 +2696,7 @@
|
|
|
2696
2696
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2697
2697
|
* @Description:
|
|
2698
2698
|
*/
|
|
2699
|
-
var config$
|
|
2699
|
+
var config$m = {
|
|
2700
2700
|
componentType: 'amisSchema',
|
|
2701
2701
|
group: "华炎魔方",
|
|
2702
2702
|
componentName: "AmisGlobalHeaderToolbar",
|
|
@@ -2721,38 +2721,38 @@
|
|
|
2721
2721
|
icon: "fa-fw fa fa-list-alt"
|
|
2722
2722
|
}
|
|
2723
2723
|
};
|
|
2724
|
-
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$
|
|
2724
|
+
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$m), { snippets: [
|
|
2725
2725
|
{
|
|
2726
|
-
title: config$
|
|
2726
|
+
title: config$m.title,
|
|
2727
2727
|
screenshot: "",
|
|
2728
2728
|
schema: {
|
|
2729
|
-
componentName: config$
|
|
2730
|
-
props: config$
|
|
2729
|
+
componentName: config$m.componentName,
|
|
2730
|
+
props: config$m.preview
|
|
2731
2731
|
}
|
|
2732
2732
|
}
|
|
2733
2733
|
], amis: {
|
|
2734
2734
|
render: {
|
|
2735
|
-
type: config$
|
|
2735
|
+
type: config$m.amis.name,
|
|
2736
2736
|
usage: "renderer",
|
|
2737
2737
|
weight: 1,
|
|
2738
2738
|
framework: "react"
|
|
2739
2739
|
},
|
|
2740
2740
|
plugin_disabled: {
|
|
2741
|
-
rendererName: config$
|
|
2741
|
+
rendererName: config$m.amis.name,
|
|
2742
2742
|
$schema: '/schemas/UnkownSchema.json',
|
|
2743
|
-
name: config$
|
|
2744
|
-
description: config$
|
|
2745
|
-
tags: [config$
|
|
2743
|
+
name: config$m.title,
|
|
2744
|
+
description: config$m.title,
|
|
2745
|
+
tags: [config$m.group],
|
|
2746
2746
|
order: -9999,
|
|
2747
|
-
icon: config$
|
|
2747
|
+
icon: config$m.amis.icon,
|
|
2748
2748
|
scaffold: {
|
|
2749
|
-
type: config$
|
|
2750
|
-
label: config$
|
|
2749
|
+
type: config$m.amis.name,
|
|
2750
|
+
label: config$m.title,
|
|
2751
2751
|
columns: 1,
|
|
2752
2752
|
vertical: false
|
|
2753
2753
|
},
|
|
2754
2754
|
previewSchema: {
|
|
2755
|
-
type: config$
|
|
2755
|
+
type: config$m.amis.name,
|
|
2756
2756
|
},
|
|
2757
2757
|
panelTitle: "设置",
|
|
2758
2758
|
panelControls: []
|
|
@@ -2767,7 +2767,7 @@
|
|
|
2767
2767
|
* @Description:
|
|
2768
2768
|
*/
|
|
2769
2769
|
var t$7 = window.steedosI18next.t;
|
|
2770
|
-
var config$
|
|
2770
|
+
var config$l = {
|
|
2771
2771
|
group: t$7('widgets-meta:steedos-icon_group', '华炎魔方-原子组件'),
|
|
2772
2772
|
componentName: "SteedosIcon",
|
|
2773
2773
|
title: t$7('widgets-meta:steedos-icon_title', '图标'),
|
|
@@ -2789,30 +2789,30 @@
|
|
|
2789
2789
|
icon: "fa-fw fa fa-list-alt"
|
|
2790
2790
|
}
|
|
2791
2791
|
};
|
|
2792
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2792
|
+
var SteedosIcon = __assign(__assign({}, config$l), { snippets: [
|
|
2793
2793
|
{
|
|
2794
|
-
title: config$
|
|
2794
|
+
title: config$l.title,
|
|
2795
2795
|
screenshot: "",
|
|
2796
|
-
schema: { componentName: config$
|
|
2796
|
+
schema: { componentName: config$l.componentName, props: config$l.preview }
|
|
2797
2797
|
}
|
|
2798
2798
|
], amis: {
|
|
2799
|
-
render: { type: config$
|
|
2799
|
+
render: { type: config$l.amis.name, usage: "renderer", weight: 1, framework: "react" },
|
|
2800
2800
|
plugin: {
|
|
2801
|
-
rendererName: config$
|
|
2801
|
+
rendererName: config$l.amis.name,
|
|
2802
2802
|
$schema: '/schemas/UnkownSchema.json',
|
|
2803
|
-
name: config$
|
|
2804
|
-
description: config$
|
|
2805
|
-
tags: [config$
|
|
2803
|
+
name: config$l.title,
|
|
2804
|
+
description: config$l.title,
|
|
2805
|
+
tags: [config$l.group],
|
|
2806
2806
|
order: -9999,
|
|
2807
|
-
icon: config$
|
|
2807
|
+
icon: config$l.amis.icon,
|
|
2808
2808
|
scaffold: {
|
|
2809
|
-
type: config$
|
|
2809
|
+
type: config$l.amis.name,
|
|
2810
2810
|
category: 'standard',
|
|
2811
2811
|
name: 'account',
|
|
2812
2812
|
colorVariant: 'default',
|
|
2813
2813
|
size: 'medium'
|
|
2814
2814
|
},
|
|
2815
|
-
previewSchema: { type: config$
|
|
2815
|
+
previewSchema: { type: config$l.amis.name },
|
|
2816
2816
|
panelTitle: t$7('widgets-meta:steedos-icon_panelTitle', '设置'),
|
|
2817
2817
|
panelControls: [
|
|
2818
2818
|
{
|
|
@@ -2889,9 +2889,9 @@
|
|
|
2889
2889
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2890
2890
|
* @Description:
|
|
2891
2891
|
*/
|
|
2892
|
-
var config$
|
|
2892
|
+
var config$k = {
|
|
2893
2893
|
// componentType: 'amisSchema',
|
|
2894
|
-
group: "
|
|
2894
|
+
group: "antd",
|
|
2895
2895
|
componentName: "SteedosDropdown",
|
|
2896
2896
|
title: "下拉菜单",
|
|
2897
2897
|
docUrl: "",
|
|
@@ -2913,32 +2913,32 @@
|
|
|
2913
2913
|
icon: "fa-fw fa fa-list-alt"
|
|
2914
2914
|
}
|
|
2915
2915
|
};
|
|
2916
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2916
|
+
var SteedosDropdown = __assign(__assign({}, config$k), { snippets: [
|
|
2917
2917
|
{
|
|
2918
|
-
title: config$
|
|
2918
|
+
title: config$k.title,
|
|
2919
2919
|
screenshot: "",
|
|
2920
2920
|
schema: {
|
|
2921
|
-
componentName: config$
|
|
2922
|
-
props: config$
|
|
2921
|
+
componentName: config$k.componentName,
|
|
2922
|
+
props: config$k.preview
|
|
2923
2923
|
}
|
|
2924
2924
|
}
|
|
2925
2925
|
], amis: {
|
|
2926
2926
|
render: {
|
|
2927
|
-
type: config$
|
|
2927
|
+
type: config$k.amis.name,
|
|
2928
2928
|
usage: "renderer",
|
|
2929
2929
|
weight: 1,
|
|
2930
2930
|
framework: "react"
|
|
2931
2931
|
},
|
|
2932
2932
|
plugin_disabled: {
|
|
2933
|
-
rendererName: config$
|
|
2933
|
+
rendererName: config$k.amis.name,
|
|
2934
2934
|
$schema: '/schemas/UnkownSchema.json',
|
|
2935
|
-
name: config$
|
|
2936
|
-
description: config$
|
|
2937
|
-
tags: [config$
|
|
2935
|
+
name: config$k.title,
|
|
2936
|
+
description: config$k.title,
|
|
2937
|
+
tags: [config$k.group],
|
|
2938
2938
|
order: -9999,
|
|
2939
|
-
icon: config$
|
|
2939
|
+
icon: config$k.amis.icon,
|
|
2940
2940
|
scaffold: {
|
|
2941
|
-
type: config$
|
|
2941
|
+
type: config$k.amis.name,
|
|
2942
2942
|
placement: 'bottomLeft',
|
|
2943
2943
|
trigger: ['click'],
|
|
2944
2944
|
body: [], // 容器类字段
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
},
|
|
2956
2956
|
],
|
|
2957
2957
|
previewSchema: {
|
|
2958
|
-
type: config$
|
|
2958
|
+
type: config$k.amis.name,
|
|
2959
2959
|
},
|
|
2960
2960
|
panelTitle: "设置",
|
|
2961
2961
|
panelControls: [
|
|
@@ -3003,7 +3003,7 @@
|
|
|
3003
3003
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
3004
3004
|
* @Description:
|
|
3005
3005
|
*/
|
|
3006
|
-
var config$
|
|
3006
|
+
var config$j = {
|
|
3007
3007
|
// componentType: 'amisSchema',
|
|
3008
3008
|
group: "华炎魔方",
|
|
3009
3009
|
componentName: "FromNow",
|
|
@@ -3027,18 +3027,18 @@
|
|
|
3027
3027
|
icon: "fa-fw fa fa-list-alt"
|
|
3028
3028
|
}
|
|
3029
3029
|
};
|
|
3030
|
-
var FromNow = __assign(__assign({}, config$
|
|
3030
|
+
var FromNow = __assign(__assign({}, config$j), { snippets: [
|
|
3031
3031
|
{
|
|
3032
|
-
title: config$
|
|
3032
|
+
title: config$j.title,
|
|
3033
3033
|
screenshot: "",
|
|
3034
3034
|
schema: {
|
|
3035
|
-
componentName: config$
|
|
3036
|
-
props: config$
|
|
3035
|
+
componentName: config$j.componentName,
|
|
3036
|
+
props: config$j.preview
|
|
3037
3037
|
}
|
|
3038
3038
|
}
|
|
3039
3039
|
], amis: {
|
|
3040
3040
|
render: {
|
|
3041
|
-
type: config$
|
|
3041
|
+
type: config$j.amis.name,
|
|
3042
3042
|
usage: "renderer",
|
|
3043
3043
|
weight: 1,
|
|
3044
3044
|
framework: "react"
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3077
3077
|
* @Description:
|
|
3078
3078
|
*/
|
|
3079
|
-
var config$
|
|
3079
|
+
var config$i = {
|
|
3080
3080
|
componentType: 'amisSchema',
|
|
3081
3081
|
group: "华炎魔方",
|
|
3082
3082
|
componentName: "AmisGlobalHeader",
|
|
@@ -3107,39 +3107,39 @@
|
|
|
3107
3107
|
icon: "fa-fw fa fa-list-alt"
|
|
3108
3108
|
}
|
|
3109
3109
|
};
|
|
3110
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
3110
|
+
var AmisGlobalHeader = __assign(__assign({}, config$i), { snippets: [
|
|
3111
3111
|
{
|
|
3112
|
-
title: config$
|
|
3112
|
+
title: config$i.title,
|
|
3113
3113
|
screenshot: "",
|
|
3114
3114
|
schema: {
|
|
3115
|
-
componentName: config$
|
|
3116
|
-
props: config$
|
|
3115
|
+
componentName: config$i.componentName,
|
|
3116
|
+
props: config$i.preview
|
|
3117
3117
|
}
|
|
3118
3118
|
}
|
|
3119
3119
|
], amis: {
|
|
3120
3120
|
render: {
|
|
3121
|
-
type: config$
|
|
3121
|
+
type: config$i.amis.name,
|
|
3122
3122
|
usage: "renderer",
|
|
3123
3123
|
weight: 1,
|
|
3124
3124
|
framework: "react"
|
|
3125
3125
|
},
|
|
3126
3126
|
plugin_disabled: {
|
|
3127
|
-
rendererName: config$
|
|
3127
|
+
rendererName: config$i.amis.name,
|
|
3128
3128
|
$schema: '/schemas/UnkownSchema.json',
|
|
3129
|
-
name: config$
|
|
3130
|
-
description: config$
|
|
3131
|
-
tags: [config$
|
|
3129
|
+
name: config$i.title,
|
|
3130
|
+
description: config$i.title,
|
|
3131
|
+
tags: [config$i.group],
|
|
3132
3132
|
order: -9999,
|
|
3133
|
-
icon: config$
|
|
3133
|
+
icon: config$i.amis.icon,
|
|
3134
3134
|
scaffold: {
|
|
3135
|
-
type: config$
|
|
3136
|
-
label: config$
|
|
3135
|
+
type: config$i.amis.name,
|
|
3136
|
+
label: config$i.title,
|
|
3137
3137
|
columns: 1,
|
|
3138
3138
|
vertical: false,
|
|
3139
3139
|
showIcon: true
|
|
3140
3140
|
},
|
|
3141
3141
|
previewSchema: {
|
|
3142
|
-
type: config$
|
|
3142
|
+
type: config$i.amis.name,
|
|
3143
3143
|
},
|
|
3144
3144
|
panelTitle: "设置",
|
|
3145
3145
|
panelControls: []
|
|
@@ -3153,7 +3153,7 @@
|
|
|
3153
3153
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
3154
3154
|
* @Description:
|
|
3155
3155
|
*/
|
|
3156
|
-
var config$
|
|
3156
|
+
var config$h = {
|
|
3157
3157
|
componentType: 'amisSchema',
|
|
3158
3158
|
group: "华炎魔方",
|
|
3159
3159
|
componentName: "AmisGlobalFooter",
|
|
@@ -3184,36 +3184,36 @@
|
|
|
3184
3184
|
icon: "fa-fw fa fa-list-alt"
|
|
3185
3185
|
}
|
|
3186
3186
|
};
|
|
3187
|
-
var AmisGlobalFooter = __assign(__assign({}, config$
|
|
3187
|
+
var AmisGlobalFooter = __assign(__assign({}, config$h), { snippets: [
|
|
3188
3188
|
{
|
|
3189
|
-
title: config$
|
|
3189
|
+
title: config$h.title,
|
|
3190
3190
|
screenshot: "",
|
|
3191
3191
|
schema: {
|
|
3192
|
-
componentName: config$
|
|
3193
|
-
props: config$
|
|
3192
|
+
componentName: config$h.componentName,
|
|
3193
|
+
props: config$h.preview
|
|
3194
3194
|
}
|
|
3195
3195
|
}
|
|
3196
3196
|
], amis: {
|
|
3197
3197
|
render: {
|
|
3198
|
-
type: config$
|
|
3198
|
+
type: config$h.amis.name,
|
|
3199
3199
|
usage: "renderer",
|
|
3200
3200
|
weight: 1,
|
|
3201
3201
|
framework: "react"
|
|
3202
3202
|
},
|
|
3203
3203
|
plugin_disabled: {
|
|
3204
|
-
rendererName: config$
|
|
3204
|
+
rendererName: config$h.amis.name,
|
|
3205
3205
|
$schema: '/schemas/UnkownSchema.json',
|
|
3206
|
-
name: config$
|
|
3207
|
-
description: config$
|
|
3208
|
-
tags: [config$
|
|
3206
|
+
name: config$h.title,
|
|
3207
|
+
description: config$h.title,
|
|
3208
|
+
tags: [config$h.group],
|
|
3209
3209
|
order: -9999,
|
|
3210
|
-
icon: config$
|
|
3210
|
+
icon: config$h.amis.icon,
|
|
3211
3211
|
scaffold: {
|
|
3212
|
-
type: config$
|
|
3213
|
-
label: config$
|
|
3212
|
+
type: config$h.amis.name,
|
|
3213
|
+
label: config$h.title
|
|
3214
3214
|
},
|
|
3215
3215
|
previewSchema: {
|
|
3216
|
-
type: config$
|
|
3216
|
+
type: config$h.amis.name,
|
|
3217
3217
|
},
|
|
3218
3218
|
panelTitle: "设置",
|
|
3219
3219
|
panelControls: []
|
|
@@ -3227,7 +3227,7 @@
|
|
|
3227
3227
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
3228
3228
|
* @Description:
|
|
3229
3229
|
*/
|
|
3230
|
-
var config$
|
|
3230
|
+
var config$g = {
|
|
3231
3231
|
group: "华炎魔方",
|
|
3232
3232
|
componentName: "SteedosLoading",
|
|
3233
3233
|
title: "加载中",
|
|
@@ -3250,18 +3250,18 @@
|
|
|
3250
3250
|
icon: "fa-fw fa fa-list-alt"
|
|
3251
3251
|
}
|
|
3252
3252
|
};
|
|
3253
|
-
var SteedosLoading = __assign(__assign({}, config$
|
|
3253
|
+
var SteedosLoading = __assign(__assign({}, config$g), { snippets: [
|
|
3254
3254
|
{
|
|
3255
|
-
title: config$
|
|
3255
|
+
title: config$g.title,
|
|
3256
3256
|
screenshot: "",
|
|
3257
3257
|
schema: {
|
|
3258
|
-
componentName: config$
|
|
3259
|
-
props: config$
|
|
3258
|
+
componentName: config$g.componentName,
|
|
3259
|
+
props: config$g.preview
|
|
3260
3260
|
}
|
|
3261
3261
|
}
|
|
3262
3262
|
], amis: {
|
|
3263
3263
|
render: {
|
|
3264
|
-
type: config$
|
|
3264
|
+
type: config$g.amis.name,
|
|
3265
3265
|
usage: "renderer",
|
|
3266
3266
|
weight: 1,
|
|
3267
3267
|
framework: "react"
|
|
@@ -3276,7 +3276,7 @@
|
|
|
3276
3276
|
* @Description:
|
|
3277
3277
|
*/
|
|
3278
3278
|
var t$6 = window.steedosI18next.t;
|
|
3279
|
-
var config$
|
|
3279
|
+
var config$f = {
|
|
3280
3280
|
group: t$6('widgets-meta:steedos-badge_group', '华炎魔方-原子组件'),
|
|
3281
3281
|
componentName: "SteedosBadge",
|
|
3282
3282
|
title: t$6('widgets-meta:steedos-badge_title', '徽标数'),
|
|
@@ -3298,29 +3298,29 @@
|
|
|
3298
3298
|
icon: "fa-fw fa fa-list-alt"
|
|
3299
3299
|
}
|
|
3300
3300
|
};
|
|
3301
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
3301
|
+
var SteedosBadge = __assign(__assign({}, config$f), { snippets: [
|
|
3302
3302
|
{
|
|
3303
|
-
title: config$
|
|
3303
|
+
title: config$f.title,
|
|
3304
3304
|
screenshot: "",
|
|
3305
|
-
schema: { componentName: config$
|
|
3305
|
+
schema: { componentName: config$f.componentName, props: config$f.preview }
|
|
3306
3306
|
}
|
|
3307
3307
|
], amis: {
|
|
3308
|
-
render: { type: config$
|
|
3308
|
+
render: { type: config$f.amis.name, usage: "renderer", weight: 1, framework: "react" },
|
|
3309
3309
|
plugin: {
|
|
3310
|
-
rendererName: config$
|
|
3310
|
+
rendererName: config$f.amis.name,
|
|
3311
3311
|
$schema: '/schemas/UnkownSchema.json',
|
|
3312
|
-
name: config$
|
|
3313
|
-
description: config$
|
|
3314
|
-
tags: [config$
|
|
3312
|
+
name: config$f.title,
|
|
3313
|
+
description: config$f.title,
|
|
3314
|
+
tags: [config$f.group],
|
|
3315
3315
|
order: -9999,
|
|
3316
|
-
icon: config$
|
|
3316
|
+
icon: config$f.amis.icon,
|
|
3317
3317
|
scaffold: {
|
|
3318
|
-
type: config$
|
|
3318
|
+
type: config$f.amis.name,
|
|
3319
3319
|
count: 100,
|
|
3320
3320
|
body: []
|
|
3321
3321
|
},
|
|
3322
3322
|
regions: [{ key: 'body', label: t$6('widgets-meta:steedos-badge_body', '内容区') }],
|
|
3323
|
-
previewSchema: { type: config$
|
|
3323
|
+
previewSchema: { type: config$f.amis.name },
|
|
3324
3324
|
panelTitle: t$6('widgets-meta:steedos-badge_panelTitle', '设置'),
|
|
3325
3325
|
panelControls: [
|
|
3326
3326
|
{ type: 'input-color', name: 'color', label: t$6('widgets-meta:steedos-badge_color', '小圆点的颜色') },
|
|
@@ -3363,7 +3363,7 @@
|
|
|
3363
3363
|
* @Description:
|
|
3364
3364
|
*/
|
|
3365
3365
|
var t$5 = window.steedosI18next.t;
|
|
3366
|
-
var config$
|
|
3366
|
+
var config$e = {
|
|
3367
3367
|
group: t$5('widgets-meta:steedos-badge-ribbon_group', '华炎魔方-原子组件'),
|
|
3368
3368
|
componentName: "SteedosBadgeRibbon",
|
|
3369
3369
|
title: t$5('widgets-meta:steedos-badge-ribbon_title', '缎带'),
|
|
@@ -3385,25 +3385,25 @@
|
|
|
3385
3385
|
icon: "fa-fw fa fa-list-alt"
|
|
3386
3386
|
}
|
|
3387
3387
|
};
|
|
3388
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
3388
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$e), { snippets: [
|
|
3389
3389
|
{
|
|
3390
|
-
title: config$
|
|
3390
|
+
title: config$e.title,
|
|
3391
3391
|
screenshot: "",
|
|
3392
|
-
schema: { componentName: config$
|
|
3392
|
+
schema: { componentName: config$e.componentName, props: config$e.preview }
|
|
3393
3393
|
}
|
|
3394
3394
|
], amis: {
|
|
3395
|
-
render: { type: config$
|
|
3395
|
+
render: { type: config$e.amis.name, usage: "renderer", weight: 1, framework: "react" },
|
|
3396
3396
|
plugin: {
|
|
3397
|
-
rendererName: config$
|
|
3397
|
+
rendererName: config$e.amis.name,
|
|
3398
3398
|
$schema: '/schemas/UnkownSchema.json',
|
|
3399
|
-
name: config$
|
|
3400
|
-
description: config$
|
|
3401
|
-
tags: [config$
|
|
3399
|
+
name: config$e.title,
|
|
3400
|
+
description: config$e.title,
|
|
3401
|
+
tags: [config$e.group],
|
|
3402
3402
|
order: -9999,
|
|
3403
|
-
icon: config$
|
|
3404
|
-
scaffold: { type: config$
|
|
3403
|
+
icon: config$e.amis.icon,
|
|
3404
|
+
scaffold: { type: config$e.amis.name, body: [] },
|
|
3405
3405
|
regions: [{ key: 'body', label: t$5('widgets-meta:steedos-badge-ribbon_body', '内容区') }],
|
|
3406
|
-
previewSchema: { type: config$
|
|
3406
|
+
previewSchema: { type: config$e.amis.name },
|
|
3407
3407
|
panelTitle: t$5('widgets-meta:steedos-badge-ribbon_panelTitle', '设置'),
|
|
3408
3408
|
panelControls: [
|
|
3409
3409
|
{ type: 'input-color', name: 'color', label: t$5('widgets-meta:steedos-badge-ribbon_color', '缎带的颜色') },
|
|
@@ -3422,7 +3422,7 @@
|
|
|
3422
3422
|
} });
|
|
3423
3423
|
|
|
3424
3424
|
var t$4 = window.steedosI18next.t;
|
|
3425
|
-
var config$
|
|
3425
|
+
var config$d = {
|
|
3426
3426
|
componentType: 'amisSchema',
|
|
3427
3427
|
group: t$4('widgets-meta:steedos-field_group', "华炎魔方-原子组件"),
|
|
3428
3428
|
componentName: "AmisSteedosField",
|
|
@@ -3445,32 +3445,32 @@
|
|
|
3445
3445
|
icon: "fa-fw fa fa-list-alt"
|
|
3446
3446
|
}
|
|
3447
3447
|
};
|
|
3448
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
3448
|
+
var AmisSteedosField = __assign(__assign({}, config$d), { snippets: [
|
|
3449
3449
|
{
|
|
3450
|
-
title: config$
|
|
3450
|
+
title: config$d.title,
|
|
3451
3451
|
screenshot: "",
|
|
3452
3452
|
schema: {
|
|
3453
|
-
componentName: config$
|
|
3454
|
-
props: config$
|
|
3453
|
+
componentName: config$d.componentName,
|
|
3454
|
+
props: config$d.preview
|
|
3455
3455
|
}
|
|
3456
3456
|
}
|
|
3457
3457
|
], amis: {
|
|
3458
3458
|
render: {
|
|
3459
|
-
type: config$
|
|
3459
|
+
type: config$d.amis.name,
|
|
3460
3460
|
usage: "renderer",
|
|
3461
3461
|
weight: 1,
|
|
3462
3462
|
framework: "react"
|
|
3463
3463
|
},
|
|
3464
3464
|
plugin: {
|
|
3465
|
-
rendererName: config$
|
|
3465
|
+
rendererName: config$d.amis.name,
|
|
3466
3466
|
$schema: '/schemas/UnkownSchema.json',
|
|
3467
|
-
name: config$
|
|
3468
|
-
description: config$
|
|
3469
|
-
tags: [config$
|
|
3467
|
+
name: config$d.title,
|
|
3468
|
+
description: config$d.title,
|
|
3469
|
+
tags: [config$d.group],
|
|
3470
3470
|
order: -9999,
|
|
3471
|
-
icon: config$
|
|
3471
|
+
icon: config$d.amis.icon,
|
|
3472
3472
|
scaffold: {
|
|
3473
|
-
type: config$
|
|
3473
|
+
type: config$d.amis.name,
|
|
3474
3474
|
config: {
|
|
3475
3475
|
type: "text",
|
|
3476
3476
|
label: t$4('widgets-meta:steedos-field_scaffold_label', "字段1"),
|
|
@@ -3478,7 +3478,7 @@
|
|
|
3478
3478
|
}
|
|
3479
3479
|
},
|
|
3480
3480
|
previewSchema: {
|
|
3481
|
-
type: config$
|
|
3481
|
+
type: config$d.amis.name,
|
|
3482
3482
|
config: {
|
|
3483
3483
|
type: "text",
|
|
3484
3484
|
label: t$4('widgets-meta:steedos-field_preview_label', "字段1"),
|
|
@@ -4173,7 +4173,7 @@
|
|
|
4173
4173
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
4174
4174
|
* @Description:
|
|
4175
4175
|
*/
|
|
4176
|
-
var config$
|
|
4176
|
+
var config$c = {
|
|
4177
4177
|
componentType: 'amisSchema',
|
|
4178
4178
|
group: "华炎魔方",
|
|
4179
4179
|
componentName: "AmisSelectFlow",
|
|
@@ -4197,18 +4197,18 @@
|
|
|
4197
4197
|
icon: "fa-fw fa fa-list-alt"
|
|
4198
4198
|
}
|
|
4199
4199
|
};
|
|
4200
|
-
var AmisSelectFlow = __assign(__assign({}, config$
|
|
4200
|
+
var AmisSelectFlow = __assign(__assign({}, config$c), { snippets: [
|
|
4201
4201
|
{
|
|
4202
|
-
title: config$
|
|
4202
|
+
title: config$c.title,
|
|
4203
4203
|
screenshot: "",
|
|
4204
4204
|
schema: {
|
|
4205
|
-
componentName: config$
|
|
4206
|
-
props: config$
|
|
4205
|
+
componentName: config$c.componentName,
|
|
4206
|
+
props: config$c.preview
|
|
4207
4207
|
}
|
|
4208
4208
|
}
|
|
4209
4209
|
], amis: {
|
|
4210
4210
|
render: {
|
|
4211
|
-
type: config$
|
|
4211
|
+
type: config$c.amis.name,
|
|
4212
4212
|
usage: "renderer", //formitem
|
|
4213
4213
|
weight: 1,
|
|
4214
4214
|
framework: "react"
|
|
@@ -4246,7 +4246,7 @@
|
|
|
4246
4246
|
* @LastEditTime: 2023-02-09 16:48:59
|
|
4247
4247
|
* @Description:
|
|
4248
4248
|
*/
|
|
4249
|
-
var config$
|
|
4249
|
+
var config$b = {
|
|
4250
4250
|
componentType: 'amisSchema',
|
|
4251
4251
|
group: "华炎魔方",
|
|
4252
4252
|
componentName: "AmisInstanceDetail",
|
|
@@ -4270,18 +4270,18 @@
|
|
|
4270
4270
|
icon: "fa-fw fa fa-list-alt"
|
|
4271
4271
|
}
|
|
4272
4272
|
};
|
|
4273
|
-
var AmisInstanceDetail = __assign(__assign({}, config$
|
|
4273
|
+
var AmisInstanceDetail = __assign(__assign({}, config$b), { snippets: [
|
|
4274
4274
|
{
|
|
4275
|
-
title: config$
|
|
4275
|
+
title: config$b.title,
|
|
4276
4276
|
screenshot: "",
|
|
4277
4277
|
schema: {
|
|
4278
|
-
componentName: config$
|
|
4279
|
-
props: config$
|
|
4278
|
+
componentName: config$b.componentName,
|
|
4279
|
+
props: config$b.preview
|
|
4280
4280
|
}
|
|
4281
4281
|
}
|
|
4282
4282
|
], amis: {
|
|
4283
4283
|
render: {
|
|
4284
|
-
type: config$
|
|
4284
|
+
type: config$b.amis.name,
|
|
4285
4285
|
usage: "renderer",
|
|
4286
4286
|
weight: 1,
|
|
4287
4287
|
framework: "react"
|
|
@@ -4317,7 +4317,7 @@
|
|
|
4317
4317
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
4318
4318
|
* @Description:
|
|
4319
4319
|
*/
|
|
4320
|
-
var config$
|
|
4320
|
+
var config$a = {
|
|
4321
4321
|
componentType: 'amisSchema', // amisSchema || react
|
|
4322
4322
|
group: "华炎魔方",
|
|
4323
4323
|
componentName: "PageListView",
|
|
@@ -4341,18 +4341,18 @@
|
|
|
4341
4341
|
icon: "fa-fw fa fa-list-alt"
|
|
4342
4342
|
}
|
|
4343
4343
|
};
|
|
4344
|
-
var PageListViewMeta = __assign(__assign({}, config$
|
|
4344
|
+
var PageListViewMeta = __assign(__assign({}, config$a), { snippets: [
|
|
4345
4345
|
{
|
|
4346
|
-
title: config$
|
|
4346
|
+
title: config$a.title,
|
|
4347
4347
|
screenshot: "",
|
|
4348
4348
|
schema: {
|
|
4349
|
-
componentName: config$
|
|
4350
|
-
props: config$
|
|
4349
|
+
componentName: config$a.componentName,
|
|
4350
|
+
props: config$a.preview
|
|
4351
4351
|
}
|
|
4352
4352
|
}
|
|
4353
4353
|
], amis: {
|
|
4354
4354
|
render: {
|
|
4355
|
-
type: config$
|
|
4355
|
+
type: config$a.amis.name,
|
|
4356
4356
|
usage: "renderer",
|
|
4357
4357
|
weight: 1,
|
|
4358
4358
|
framework: "react"
|
|
@@ -4366,7 +4366,7 @@
|
|
|
4366
4366
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
4367
4367
|
* @Description:
|
|
4368
4368
|
*/
|
|
4369
|
-
var config$
|
|
4369
|
+
var config$9 = {
|
|
4370
4370
|
componentType: 'amisSchema', // amisSchema || react
|
|
4371
4371
|
group: "华炎魔方",
|
|
4372
4372
|
componentName: "PageRecordDetail",
|
|
@@ -4390,18 +4390,18 @@
|
|
|
4390
4390
|
icon: "fa-fw fa fa-list-alt"
|
|
4391
4391
|
}
|
|
4392
4392
|
};
|
|
4393
|
-
var PageRecordDetailMeta = __assign(__assign({}, config$
|
|
4393
|
+
var PageRecordDetailMeta = __assign(__assign({}, config$9), { snippets: [
|
|
4394
4394
|
{
|
|
4395
|
-
title: config$
|
|
4395
|
+
title: config$9.title,
|
|
4396
4396
|
screenshot: "",
|
|
4397
4397
|
schema: {
|
|
4398
|
-
componentName: config$
|
|
4399
|
-
props: config$
|
|
4398
|
+
componentName: config$9.componentName,
|
|
4399
|
+
props: config$9.preview
|
|
4400
4400
|
}
|
|
4401
4401
|
}
|
|
4402
4402
|
], amis: {
|
|
4403
4403
|
render: {
|
|
4404
|
-
type: config$
|
|
4404
|
+
type: config$9.amis.name,
|
|
4405
4405
|
usage: "renderer",
|
|
4406
4406
|
weight: 1,
|
|
4407
4407
|
framework: "react"
|
|
@@ -4415,7 +4415,7 @@
|
|
|
4415
4415
|
* @LastEditTime: 2023-04-12 14:35:40
|
|
4416
4416
|
* @Description:
|
|
4417
4417
|
*/
|
|
4418
|
-
var config$
|
|
4418
|
+
var config$8 = {
|
|
4419
4419
|
// componentType: 'amisSchema',
|
|
4420
4420
|
group: "华炎魔方-原子组件",
|
|
4421
4421
|
componentName: "SteedosSkeleton",
|
|
@@ -4439,32 +4439,32 @@
|
|
|
4439
4439
|
icon: "fa-fw fa fa-list-alt"
|
|
4440
4440
|
}
|
|
4441
4441
|
};
|
|
4442
|
-
var SteedosSkeleton = __assign(__assign({}, config$
|
|
4442
|
+
var SteedosSkeleton = __assign(__assign({}, config$8), { snippets: [
|
|
4443
4443
|
{
|
|
4444
|
-
title: config$
|
|
4444
|
+
title: config$8.title,
|
|
4445
4445
|
screenshot: "",
|
|
4446
4446
|
schema: {
|
|
4447
|
-
componentName: config$
|
|
4448
|
-
props: config$
|
|
4447
|
+
componentName: config$8.componentName,
|
|
4448
|
+
props: config$8.preview
|
|
4449
4449
|
}
|
|
4450
4450
|
}
|
|
4451
4451
|
], amis: {
|
|
4452
4452
|
render: {
|
|
4453
|
-
type: config$
|
|
4453
|
+
type: config$8.amis.name,
|
|
4454
4454
|
usage: "renderer",
|
|
4455
4455
|
weight: 1,
|
|
4456
4456
|
framework: "react"
|
|
4457
4457
|
},
|
|
4458
4458
|
plugin_disable: {
|
|
4459
|
-
rendererName: config$
|
|
4459
|
+
rendererName: config$8.amis.name,
|
|
4460
4460
|
$schema: '/schemas/UnkownSchema.json',
|
|
4461
|
-
name: config$
|
|
4462
|
-
description: config$
|
|
4463
|
-
tags: [config$
|
|
4461
|
+
name: config$8.title,
|
|
4462
|
+
description: config$8.title,
|
|
4463
|
+
tags: [config$8.group],
|
|
4464
4464
|
order: -9999,
|
|
4465
|
-
icon: config$
|
|
4465
|
+
icon: config$8.amis.icon,
|
|
4466
4466
|
scaffold: {
|
|
4467
|
-
type: config$
|
|
4467
|
+
type: config$8.amis.name,
|
|
4468
4468
|
count: 100,
|
|
4469
4469
|
body: [], // 容器类字段
|
|
4470
4470
|
},
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
}
|
|
4476
4476
|
],
|
|
4477
4477
|
previewSchema: {
|
|
4478
|
-
type: config$
|
|
4478
|
+
type: config$8.amis.name,
|
|
4479
4479
|
config: {
|
|
4480
4480
|
"active": true,
|
|
4481
4481
|
"loading": true
|
|
@@ -4508,7 +4508,7 @@
|
|
|
4508
4508
|
* @LastEditTime: 2023-04-12 15:06:00
|
|
4509
4509
|
* @Description:
|
|
4510
4510
|
*/
|
|
4511
|
-
var config$
|
|
4511
|
+
var config$7 = {
|
|
4512
4512
|
componentType: 'amisSchema', // amisSchema || react
|
|
4513
4513
|
group: "华炎魔方",
|
|
4514
4514
|
componentName: "PageObject",
|
|
@@ -4532,18 +4532,18 @@
|
|
|
4532
4532
|
icon: "fa-fw fa fa-list-alt"
|
|
4533
4533
|
}
|
|
4534
4534
|
};
|
|
4535
|
-
var PageObject = __assign(__assign({}, config$
|
|
4535
|
+
var PageObject = __assign(__assign({}, config$7), { snippets: [
|
|
4536
4536
|
{
|
|
4537
|
-
title: config$
|
|
4537
|
+
title: config$7.title,
|
|
4538
4538
|
screenshot: "",
|
|
4539
4539
|
schema: {
|
|
4540
|
-
componentName: config$
|
|
4541
|
-
props: config$
|
|
4540
|
+
componentName: config$7.componentName,
|
|
4541
|
+
props: config$7.preview
|
|
4542
4542
|
}
|
|
4543
4543
|
}
|
|
4544
4544
|
], amis: {
|
|
4545
4545
|
render: {
|
|
4546
|
-
type: config$
|
|
4546
|
+
type: config$7.amis.name,
|
|
4547
4547
|
usage: "renderer",
|
|
4548
4548
|
weight: 1,
|
|
4549
4549
|
framework: "react"
|
|
@@ -4557,7 +4557,7 @@
|
|
|
4557
4557
|
* @LastEditTime: 2023-12-14 14:51:35
|
|
4558
4558
|
*/
|
|
4559
4559
|
var t$3 = window.steedosI18next.t;
|
|
4560
|
-
var config$
|
|
4560
|
+
var config$6 = {
|
|
4561
4561
|
componentType: 'amisSchema', // amisSchema || react
|
|
4562
4562
|
group: t$3('widgets-meta:steedos-input-table_group', '华炎魔方'),
|
|
4563
4563
|
componentName: "AmisInputTable",
|
|
@@ -4593,25 +4593,25 @@
|
|
|
4593
4593
|
icon: "fa-fw fa fa-list-alt"
|
|
4594
4594
|
}
|
|
4595
4595
|
};
|
|
4596
|
-
var AmisInputTable = __assign(__assign({}, config$
|
|
4596
|
+
var AmisInputTable = __assign(__assign({}, config$6), { snippets: [
|
|
4597
4597
|
{
|
|
4598
|
-
title: config$
|
|
4598
|
+
title: config$6.title,
|
|
4599
4599
|
screenshot: "",
|
|
4600
|
-
schema: { componentName: config$
|
|
4600
|
+
schema: { componentName: config$6.componentName, props: config$6.preview }
|
|
4601
4601
|
}
|
|
4602
4602
|
], amis: {
|
|
4603
|
-
render: { type: config$
|
|
4603
|
+
render: { type: config$6.amis.name, usage: "renderer", weight: 1, framework: "react" },
|
|
4604
4604
|
plugin: {
|
|
4605
|
-
rendererName: config$
|
|
4605
|
+
rendererName: config$6.amis.name,
|
|
4606
4606
|
$schema: '/schemas/UnkownSchema.json',
|
|
4607
|
-
name: config$
|
|
4608
|
-
description: config$
|
|
4609
|
-
tags: [config$
|
|
4607
|
+
name: config$6.title,
|
|
4608
|
+
description: config$6.description,
|
|
4609
|
+
tags: [config$6.group],
|
|
4610
4610
|
order: -9999,
|
|
4611
|
-
icon: config$
|
|
4611
|
+
icon: config$6.amis.icon,
|
|
4612
4612
|
scaffold: {
|
|
4613
|
-
type: config$
|
|
4614
|
-
label: config$
|
|
4613
|
+
type: config$6.amis.name,
|
|
4614
|
+
label: config$6.title,
|
|
4615
4615
|
fields: [
|
|
4616
4616
|
{ name: "a", label: t$3('widgets-meta:steedos-input-table_scaffold_fields_a', 'A'), type: "text" },
|
|
4617
4617
|
{
|
|
@@ -4632,7 +4632,7 @@
|
|
|
4632
4632
|
enableDialog: true
|
|
4633
4633
|
},
|
|
4634
4634
|
previewSchema: {
|
|
4635
|
-
type: config$
|
|
4635
|
+
type: config$6.amis.name,
|
|
4636
4636
|
fields: [
|
|
4637
4637
|
{ name: "a", label: t$3('widgets-meta:steedos-input-table_preview_fields_a', 'A'), type: "text" },
|
|
4638
4638
|
{
|
|
@@ -4682,7 +4682,7 @@
|
|
|
4682
4682
|
* @LastEditTime: 2024-01-13 11:40:21
|
|
4683
4683
|
* @Description:
|
|
4684
4684
|
*/
|
|
4685
|
-
var config$
|
|
4685
|
+
var config$5 = {
|
|
4686
4686
|
componentType: 'amisSchema', // amisSchema || react
|
|
4687
4687
|
group: "华炎魔方",
|
|
4688
4688
|
componentName: "AmisRecordDetailMini",
|
|
@@ -4718,34 +4718,34 @@
|
|
|
4718
4718
|
icon: "fa-fw fa fa-list-alt"
|
|
4719
4719
|
}
|
|
4720
4720
|
};
|
|
4721
|
-
var AmisRecordDetailMini = __assign(__assign({}, config$
|
|
4721
|
+
var AmisRecordDetailMini = __assign(__assign({}, config$5), { snippets: [
|
|
4722
4722
|
{
|
|
4723
|
-
title: config$
|
|
4723
|
+
title: config$5.title,
|
|
4724
4724
|
screenshot: "",
|
|
4725
4725
|
schema: {
|
|
4726
|
-
componentName: config$
|
|
4727
|
-
props: config$
|
|
4726
|
+
componentName: config$5.componentName,
|
|
4727
|
+
props: config$5.preview
|
|
4728
4728
|
}
|
|
4729
4729
|
}
|
|
4730
4730
|
], amis: {
|
|
4731
4731
|
render: {
|
|
4732
|
-
type: config$
|
|
4732
|
+
type: config$5.amis.name,
|
|
4733
4733
|
usage: "renderer",
|
|
4734
4734
|
weight: 1,
|
|
4735
4735
|
framework: "react"
|
|
4736
4736
|
},
|
|
4737
4737
|
plugin__disable: {
|
|
4738
|
-
rendererName: config$
|
|
4738
|
+
rendererName: config$5.amis.name,
|
|
4739
4739
|
$schema: '/schemas/UnkownSchema.json',
|
|
4740
|
-
name: config$
|
|
4741
|
-
description: config$
|
|
4742
|
-
tags: [config$
|
|
4740
|
+
name: config$5.title,
|
|
4741
|
+
description: config$5.title,
|
|
4742
|
+
tags: [config$5.group],
|
|
4743
4743
|
order: -9999,
|
|
4744
|
-
icon: config$
|
|
4744
|
+
icon: config$5.amis.icon,
|
|
4745
4745
|
scaffold: {
|
|
4746
|
-
type: config$
|
|
4746
|
+
type: config$5.amis.name,
|
|
4747
4747
|
body: [], // 容器类字段
|
|
4748
|
-
label: config$
|
|
4748
|
+
label: config$5.title,
|
|
4749
4749
|
objectApiName: "${objectName}",
|
|
4750
4750
|
recordId: "${recordId}"
|
|
4751
4751
|
},
|
|
@@ -4756,7 +4756,7 @@
|
|
|
4756
4756
|
}
|
|
4757
4757
|
],
|
|
4758
4758
|
previewSchema: {
|
|
4759
|
-
type: config$
|
|
4759
|
+
type: config$5.amis.name,
|
|
4760
4760
|
objectApiName: 'space_users'
|
|
4761
4761
|
},
|
|
4762
4762
|
panelTitle: "设置",
|
|
@@ -5838,7 +5838,7 @@
|
|
|
5838
5838
|
* @Description:
|
|
5839
5839
|
*/
|
|
5840
5840
|
var t$1 = window.steedosI18next.t; // 确保国际化函数能被使用
|
|
5841
|
-
var config$
|
|
5841
|
+
var config$4 = {
|
|
5842
5842
|
// componentType: 'amisSchema',
|
|
5843
5843
|
group: t$1('widgets-meta:steedos-field-group_sfield_tab_group', '字段'),
|
|
5844
5844
|
componentName: "SteedosFieldSet",
|
|
@@ -5862,31 +5862,31 @@
|
|
|
5862
5862
|
icon: "fa-fw fa fa-object-group"
|
|
5863
5863
|
}
|
|
5864
5864
|
};
|
|
5865
|
-
var AmisSteedosFieldGroup = __assign(__assign({}, config$
|
|
5865
|
+
var AmisSteedosFieldGroup = __assign(__assign({}, config$4), { snippets: [
|
|
5866
5866
|
{
|
|
5867
|
-
title: config$
|
|
5867
|
+
title: config$4.title,
|
|
5868
5868
|
screenshot: "",
|
|
5869
5869
|
schema: {
|
|
5870
|
-
componentName: config$
|
|
5871
|
-
props: config$
|
|
5870
|
+
componentName: config$4.componentName,
|
|
5871
|
+
props: config$4.preview
|
|
5872
5872
|
}
|
|
5873
5873
|
}
|
|
5874
5874
|
], amis: {
|
|
5875
5875
|
render: {
|
|
5876
|
-
type: config$
|
|
5876
|
+
type: config$4.amis.name,
|
|
5877
5877
|
usage: "renderer",
|
|
5878
5878
|
weight: 1,
|
|
5879
5879
|
framework: "react"
|
|
5880
5880
|
},
|
|
5881
5881
|
plugin: {
|
|
5882
|
-
rendererName: config$
|
|
5882
|
+
rendererName: config$4.amis.name,
|
|
5883
5883
|
$schema: '/schemas/UnkownSchema.json',
|
|
5884
|
-
name: config$
|
|
5885
|
-
description: config$
|
|
5886
|
-
tags: [config$
|
|
5884
|
+
name: config$4.title,
|
|
5885
|
+
description: config$4.title,
|
|
5886
|
+
tags: [config$4.group],
|
|
5887
5887
|
isBaseComponent: true,
|
|
5888
5888
|
order: -100000,
|
|
5889
|
-
icon: config$
|
|
5889
|
+
icon: config$4.amis.icon,
|
|
5890
5890
|
filterProps: function (props, node) {
|
|
5891
5891
|
props.collapsed = false;
|
|
5892
5892
|
return props;
|
|
@@ -5913,7 +5913,7 @@
|
|
|
5913
5913
|
},
|
|
5914
5914
|
],
|
|
5915
5915
|
previewSchema: {
|
|
5916
|
-
type: config$
|
|
5916
|
+
type: config$4.amis.name,
|
|
5917
5917
|
},
|
|
5918
5918
|
panelTitle: t$1('widgets-meta:steedos-field-group_panel_title', "设置"),
|
|
5919
5919
|
panelControls: [
|
|
@@ -5937,7 +5937,7 @@
|
|
|
5937
5937
|
} });
|
|
5938
5938
|
|
|
5939
5939
|
var t = window.steedosI18next.t;
|
|
5940
|
-
var config$
|
|
5940
|
+
var config$3 = {
|
|
5941
5941
|
// componentType: 'amisSchema',
|
|
5942
5942
|
group: t('widgets-meta:steedos-object_group', '华炎魔方-对象'),
|
|
5943
5943
|
componentName: "SteedosObject",
|
|
@@ -5961,31 +5961,31 @@
|
|
|
5961
5961
|
icon: "fa-fw fa fa-list-alt"
|
|
5962
5962
|
}
|
|
5963
5963
|
};
|
|
5964
|
-
var AmisSteedosObject = __assign(__assign({}, config$
|
|
5964
|
+
var AmisSteedosObject = __assign(__assign({}, config$3), { snippets: [
|
|
5965
5965
|
{
|
|
5966
|
-
title: config$
|
|
5966
|
+
title: config$3.title,
|
|
5967
5967
|
screenshot: "",
|
|
5968
5968
|
schema: {
|
|
5969
|
-
componentName: config$
|
|
5970
|
-
props: config$
|
|
5969
|
+
componentName: config$3.componentName,
|
|
5970
|
+
props: config$3.preview
|
|
5971
5971
|
}
|
|
5972
5972
|
}
|
|
5973
5973
|
], amis: {
|
|
5974
5974
|
render: {
|
|
5975
|
-
type: config$
|
|
5975
|
+
type: config$3.amis.name,
|
|
5976
5976
|
usage: 'renderer',
|
|
5977
5977
|
weight: 1,
|
|
5978
5978
|
framework: "react"
|
|
5979
5979
|
},
|
|
5980
5980
|
plugin: {
|
|
5981
|
-
rendererName: config$
|
|
5981
|
+
rendererName: config$3.amis.name,
|
|
5982
5982
|
$schema: '/schemas/UnkownSchema.json',
|
|
5983
|
-
name: config$
|
|
5984
|
-
description: config$
|
|
5985
|
-
tags: [config$
|
|
5983
|
+
name: config$3.title,
|
|
5984
|
+
description: config$3.title,
|
|
5985
|
+
tags: [config$3.group],
|
|
5986
5986
|
isBaseComponent: true,
|
|
5987
5987
|
order: -10000,
|
|
5988
|
-
icon: config$
|
|
5988
|
+
icon: config$3.amis.icon,
|
|
5989
5989
|
scaffold: {
|
|
5990
5990
|
type: 'steedos-object',
|
|
5991
5991
|
body: [], // 容器类字段
|
|
@@ -5998,7 +5998,7 @@
|
|
|
5998
5998
|
},
|
|
5999
5999
|
],
|
|
6000
6000
|
previewSchema: {
|
|
6001
|
-
type: config$
|
|
6001
|
+
type: config$3.amis.name,
|
|
6002
6002
|
},
|
|
6003
6003
|
panelTitle: t('widgets-meta:steedos-object_panel_title', '设置'),
|
|
6004
6004
|
panelControls: [
|
|
@@ -6026,7 +6026,7 @@
|
|
|
6026
6026
|
} });
|
|
6027
6027
|
|
|
6028
6028
|
window.steedosI18next.t;
|
|
6029
|
-
var config$
|
|
6029
|
+
var config$2 = {
|
|
6030
6030
|
componentType: "amisSchema",
|
|
6031
6031
|
group: window.steedosI18next.t("widgets-meta:steedos-flow-form_group", "Steedos-审批王"),
|
|
6032
6032
|
componentName: "AmisSteedosFlowForm",
|
|
@@ -6049,31 +6049,31 @@
|
|
|
6049
6049
|
icon: "fa-fw fa fa-list-alt",
|
|
6050
6050
|
},
|
|
6051
6051
|
};
|
|
6052
|
-
var AmisSteedosFlowForm = __assign(__assign({}, config$
|
|
6052
|
+
var AmisSteedosFlowForm = __assign(__assign({}, config$2), { snippets: [
|
|
6053
6053
|
{
|
|
6054
|
-
title: config$
|
|
6054
|
+
title: config$2.title,
|
|
6055
6055
|
screenshot: "",
|
|
6056
6056
|
schema: {
|
|
6057
|
-
componentName: config$
|
|
6058
|
-
props: config$
|
|
6057
|
+
componentName: config$2.componentName,
|
|
6058
|
+
props: config$2.preview,
|
|
6059
6059
|
},
|
|
6060
6060
|
},
|
|
6061
6061
|
], amis: {
|
|
6062
6062
|
render: {
|
|
6063
|
-
type: config$
|
|
6063
|
+
type: config$2.amis.name,
|
|
6064
6064
|
usage: "renderer",
|
|
6065
6065
|
weight: 1,
|
|
6066
6066
|
framework: "react",
|
|
6067
6067
|
},
|
|
6068
6068
|
plugin: {
|
|
6069
|
-
rendererName: config$
|
|
6069
|
+
rendererName: config$2.amis.name,
|
|
6070
6070
|
$schema: "/schemas/AmisSteedosFlowFormSchema.json",
|
|
6071
|
-
name: config$
|
|
6072
|
-
description: config$
|
|
6073
|
-
tags: [config$
|
|
6071
|
+
name: config$2.title,
|
|
6072
|
+
description: config$2.title,
|
|
6073
|
+
tags: [config$2.group],
|
|
6074
6074
|
isBaseComponent: true,
|
|
6075
6075
|
order: -10000,
|
|
6076
|
-
icon: config$
|
|
6076
|
+
icon: config$2.amis.icon,
|
|
6077
6077
|
events: [
|
|
6078
6078
|
{ eventName: "inited", eventLabel: "表单初始化完成", description: "表单初始化完成事件,不管配置不配置 initApi 都会触发,实际上还会等部分子表单项初始化完成" },
|
|
6079
6079
|
{ eventName: "change", eventLabel: "表单值变化时触发", description: "" },
|
|
@@ -6093,7 +6093,7 @@
|
|
|
6093
6093
|
},
|
|
6094
6094
|
],
|
|
6095
6095
|
previewSchema: {
|
|
6096
|
-
type: config$
|
|
6096
|
+
type: config$2.amis.name,
|
|
6097
6097
|
},
|
|
6098
6098
|
panelTitle: window.steedosI18next.t("widgets-meta:steedos-flow-form_panelTitle", "设置"),
|
|
6099
6099
|
panelBodyCreator: function (context) {
|
|
@@ -6207,7 +6207,7 @@
|
|
|
6207
6207
|
* @LastEditTime: 2023-02-09 16:48:59
|
|
6208
6208
|
* @Description:
|
|
6209
6209
|
*/
|
|
6210
|
-
var config = {
|
|
6210
|
+
var config$1 = {
|
|
6211
6211
|
componentType: 'amisSchema',
|
|
6212
6212
|
group: "华炎魔方",
|
|
6213
6213
|
componentName: "AmisInstanceHandler",
|
|
@@ -6231,7 +6231,61 @@
|
|
|
6231
6231
|
icon: "fa-fw fa fa-list-alt"
|
|
6232
6232
|
}
|
|
6233
6233
|
};
|
|
6234
|
-
var AmisInstanceHandler = __assign(__assign({}, config), { snippets: [
|
|
6234
|
+
var AmisInstanceHandler = __assign(__assign({}, config$1), { snippets: [
|
|
6235
|
+
{
|
|
6236
|
+
title: config$1.title,
|
|
6237
|
+
screenshot: "",
|
|
6238
|
+
schema: {
|
|
6239
|
+
componentName: config$1.componentName,
|
|
6240
|
+
props: config$1.preview
|
|
6241
|
+
}
|
|
6242
|
+
}
|
|
6243
|
+
], amis: {
|
|
6244
|
+
render: {
|
|
6245
|
+
type: config$1.amis.name,
|
|
6246
|
+
usage: "renderer",
|
|
6247
|
+
weight: 1,
|
|
6248
|
+
framework: "react"
|
|
6249
|
+
}
|
|
6250
|
+
} });
|
|
6251
|
+
|
|
6252
|
+
/*
|
|
6253
|
+
* @Description: Configuration definition for the Antd Select Amis Custom Component.
|
|
6254
|
+
*/
|
|
6255
|
+
// Removed i18next dependency (t function)
|
|
6256
|
+
var config = {
|
|
6257
|
+
// 1. Base Configuration
|
|
6258
|
+
group: 'Antd',
|
|
6259
|
+
componentName: "AntdSelect",
|
|
6260
|
+
title: 'Select',
|
|
6261
|
+
docUrl: "",
|
|
6262
|
+
screenshot: "",
|
|
6263
|
+
npm: {
|
|
6264
|
+
package: "@steedos-widgets/amis-object", // Replace with your actual package name
|
|
6265
|
+
version: "{{version}}",
|
|
6266
|
+
exportName: "AntdSelect",
|
|
6267
|
+
main: "",
|
|
6268
|
+
destructuring: true,
|
|
6269
|
+
subName: ""
|
|
6270
|
+
},
|
|
6271
|
+
preview: {
|
|
6272
|
+
placeholder: "Please select",
|
|
6273
|
+
options: [
|
|
6274
|
+
{ label: 'Option 1', value: '1' },
|
|
6275
|
+
{ label: 'Option 2', value: '2' },
|
|
6276
|
+
]
|
|
6277
|
+
},
|
|
6278
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
6279
|
+
engines: ["amis"],
|
|
6280
|
+
// 2. Amis Core Configuration
|
|
6281
|
+
amis: {
|
|
6282
|
+
name: 'antd-select', // Amis Renderer Type Name
|
|
6283
|
+
icon: "fa-fw fa fa-angle-down" // Icon for the component
|
|
6284
|
+
}
|
|
6285
|
+
};
|
|
6286
|
+
var AntdSelect = __assign(__assign({}, config), {
|
|
6287
|
+
// 3. Snippets Configuration
|
|
6288
|
+
snippets: [
|
|
6235
6289
|
{
|
|
6236
6290
|
title: config.title,
|
|
6237
6291
|
screenshot: "",
|
|
@@ -6240,12 +6294,87 @@
|
|
|
6240
6294
|
props: config.preview
|
|
6241
6295
|
}
|
|
6242
6296
|
}
|
|
6243
|
-
],
|
|
6297
|
+
],
|
|
6298
|
+
// 4. Amis Renderer and Editor Plugin Configuration
|
|
6299
|
+
amis: {
|
|
6300
|
+
// Renderer Registration Info
|
|
6244
6301
|
render: {
|
|
6245
6302
|
type: config.amis.name,
|
|
6246
|
-
usage: "
|
|
6303
|
+
usage: "formitem", // Declares this as a form item component
|
|
6247
6304
|
weight: 1,
|
|
6248
6305
|
framework: "react"
|
|
6306
|
+
},
|
|
6307
|
+
// Editor Plugin Configuration
|
|
6308
|
+
plugin: {
|
|
6309
|
+
rendererName: config.amis.name,
|
|
6310
|
+
$schema: '/schemas/FormItem.json',
|
|
6311
|
+
name: config.title,
|
|
6312
|
+
description: config.title,
|
|
6313
|
+
tags: [config.group],
|
|
6314
|
+
order: -9999,
|
|
6315
|
+
icon: config.amis.icon,
|
|
6316
|
+
// Default scaffolding structure
|
|
6317
|
+
scaffold: {
|
|
6318
|
+
type: config.amis.name,
|
|
6319
|
+
label: config.title,
|
|
6320
|
+
options: [
|
|
6321
|
+
{ label: 'Option One', value: 'one' },
|
|
6322
|
+
{ label: 'Option Two', value: 'two' },
|
|
6323
|
+
]
|
|
6324
|
+
},
|
|
6325
|
+
previewSchema: { type: config.amis.name, label: 'Preview', placeholder: 'Please select' },
|
|
6326
|
+
panelTitle: 'Select Dropdown Settings',
|
|
6327
|
+
// Controls for the editor's right-side property panel
|
|
6328
|
+
panelControls: [
|
|
6329
|
+
// ====== Basic Properties ======
|
|
6330
|
+
{
|
|
6331
|
+
type: 'text',
|
|
6332
|
+
name: 'label',
|
|
6333
|
+
label: 'Label'
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
type: 'text',
|
|
6337
|
+
name: 'name',
|
|
6338
|
+
label: 'Field Name'
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
type: 'text',
|
|
6342
|
+
name: 'placeholder',
|
|
6343
|
+
label: 'Placeholder Text'
|
|
6344
|
+
},
|
|
6345
|
+
// ====== Options Configuration ======
|
|
6346
|
+
{
|
|
6347
|
+
type: 'combo',
|
|
6348
|
+
name: 'options',
|
|
6349
|
+
label: 'Options Configuration',
|
|
6350
|
+
multiple: true,
|
|
6351
|
+
items: [
|
|
6352
|
+
{ type: 'text', name: 'label', label: 'Display Value' },
|
|
6353
|
+
{ type: 'text', name: 'value', label: 'Actual Value' }
|
|
6354
|
+
]
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
type: 'switch',
|
|
6358
|
+
name: 'selectProps.showSearch', // Maps to the selectProps object
|
|
6359
|
+
label: 'Searchable',
|
|
6360
|
+
pipeIn: function (value) { return value !== false; },
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
type: 'select',
|
|
6364
|
+
name: 'selectProps.mode',
|
|
6365
|
+
label: 'Selection Mode',
|
|
6366
|
+
options: [
|
|
6367
|
+
{ label: 'Single Select (Default)', value: undefined },
|
|
6368
|
+
{ label: 'Multiple Select', value: 'multiple' },
|
|
6369
|
+
{ label: 'Tags', value: 'tags' }
|
|
6370
|
+
]
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
type: 'switch',
|
|
6374
|
+
name: 'required', // Amis Form validation property
|
|
6375
|
+
label: 'Is Required',
|
|
6376
|
+
}
|
|
6377
|
+
]
|
|
6249
6378
|
}
|
|
6250
6379
|
} });
|
|
6251
6380
|
|
|
@@ -6289,17 +6418,10 @@
|
|
|
6289
6418
|
AmisSteedosFieldGroup,
|
|
6290
6419
|
AmisSteedosObject,
|
|
6291
6420
|
AmisSteedosFlowForm,
|
|
6292
|
-
AmisInstanceHandler
|
|
6421
|
+
AmisInstanceHandler,
|
|
6422
|
+
AntdSelect,
|
|
6293
6423
|
], false);
|
|
6294
|
-
var componentList = [
|
|
6295
|
-
{
|
|
6296
|
-
title: "华炎魔方",
|
|
6297
|
-
icon: "",
|
|
6298
|
-
children: components
|
|
6299
|
-
}
|
|
6300
|
-
];
|
|
6301
6424
|
var meta = {
|
|
6302
|
-
componentList: componentList,
|
|
6303
6425
|
components: components
|
|
6304
6426
|
};
|
|
6305
6427
|
|