@steedos-widgets/amis-object 6.10.48 → 6.10.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisInputTable.d.ts +16 -0
- package/dist/amis/index.d.ts +0 -1
- package/dist/amis-object.umd.css +6 -149
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/meta.js +259 -337
- package/package.json +4 -4
- package/dist/amis/AmisGlobalHeader.d.ts +0 -165
- package/dist/metas/AmisGlobalHeader.d.ts +0 -2
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$B = {
|
|
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$B), { snippets: [
|
|
174
174
|
{
|
|
175
|
-
title: config$
|
|
175
|
+
title: config$B.title,
|
|
176
176
|
screenshot: "",
|
|
177
177
|
schema: {
|
|
178
|
-
componentName: config$
|
|
179
|
-
props: config$
|
|
178
|
+
componentName: config$B.componentName,
|
|
179
|
+
props: config$B.preview
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
], amis: {
|
|
183
183
|
render: {
|
|
184
|
-
type: config$
|
|
184
|
+
type: config$B.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$B.amis.name,
|
|
191
191
|
$schema: '/schemas/UnkownSchema.json',
|
|
192
|
-
name: config$
|
|
193
|
-
description: config$
|
|
194
|
-
tags: [config$
|
|
192
|
+
name: config$B.title,
|
|
193
|
+
description: config$B.title,
|
|
194
|
+
tags: [config$B.group],
|
|
195
195
|
order: -9999,
|
|
196
|
-
icon: config$
|
|
196
|
+
icon: config$B.amis.icon,
|
|
197
197
|
scaffold: {
|
|
198
|
-
type: config$
|
|
199
|
-
label: config$
|
|
198
|
+
type: config$B.amis.name,
|
|
199
|
+
label: config$B.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$B.amis.name,
|
|
208
208
|
objectApiName: 'space_users'
|
|
209
209
|
},
|
|
210
210
|
panelTitle: t$f('widgets-meta:steedos-object-form_panelTitle', '设置'),
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
* @Description:
|
|
646
646
|
*/
|
|
647
647
|
var t$e = window.steedosI18next.t;
|
|
648
|
-
var config$
|
|
648
|
+
var config$A = {
|
|
649
649
|
componentType: 'amisSchema', // amisSchema || react
|
|
650
650
|
group: t$e('widgets-meta:steedos-object-listview_group', '华炎魔方'),
|
|
651
651
|
componentName: "AmisObjectListView",
|
|
@@ -692,39 +692,39 @@
|
|
|
692
692
|
icon: "fa-fw fa fa-list-alt"
|
|
693
693
|
}
|
|
694
694
|
};
|
|
695
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
695
|
+
var AmisObjectListview = __assign(__assign({}, config$A), { snippets: [
|
|
696
696
|
{
|
|
697
|
-
title: config$
|
|
697
|
+
title: config$A.title,
|
|
698
698
|
screenshot: "",
|
|
699
699
|
schema: {
|
|
700
|
-
componentName: config$
|
|
701
|
-
props: config$
|
|
700
|
+
componentName: config$A.componentName,
|
|
701
|
+
props: config$A.preview
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
], amis: {
|
|
705
705
|
render: {
|
|
706
|
-
type: config$
|
|
706
|
+
type: config$A.amis.name,
|
|
707
707
|
usage: "renderer",
|
|
708
708
|
weight: 1,
|
|
709
709
|
framework: "react"
|
|
710
710
|
},
|
|
711
711
|
plugin: {
|
|
712
|
-
rendererName: config$
|
|
712
|
+
rendererName: config$A.amis.name,
|
|
713
713
|
$schema: '/schemas/UnkownSchema.json',
|
|
714
|
-
name: config$
|
|
715
|
-
description: config$
|
|
716
|
-
tags: [config$
|
|
714
|
+
name: config$A.title,
|
|
715
|
+
description: config$A.description,
|
|
716
|
+
tags: [config$A.group],
|
|
717
717
|
order: -9999,
|
|
718
|
-
icon: config$
|
|
718
|
+
icon: config$A.amis.icon,
|
|
719
719
|
scaffold: {
|
|
720
|
-
type: config$
|
|
721
|
-
label: config$
|
|
720
|
+
type: config$A.amis.name,
|
|
721
|
+
label: config$A.title,
|
|
722
722
|
objectApiName: "${objectName}",
|
|
723
723
|
listName: "all",
|
|
724
724
|
showHeader: true,
|
|
725
725
|
},
|
|
726
726
|
previewSchema: {
|
|
727
|
-
type: config$
|
|
727
|
+
type: config$A.amis.name,
|
|
728
728
|
objectApiName: 'space_users',
|
|
729
729
|
listName: "all",
|
|
730
730
|
showHeader: true,
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
* @Description:
|
|
853
853
|
*/
|
|
854
854
|
var t$d = window.steedosI18next.t;
|
|
855
|
-
var config$
|
|
855
|
+
var config$z = {
|
|
856
856
|
componentType: 'amisSchema', // amisSchema || react
|
|
857
857
|
group: t$d('widgets-meta:steedos-object-calendar_group', '华炎魔方'),
|
|
858
858
|
componentName: "AmisObjectCalendar",
|
|
@@ -907,38 +907,38 @@
|
|
|
907
907
|
icon: "fa-fw fa fa-list-alt"
|
|
908
908
|
}
|
|
909
909
|
};
|
|
910
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
910
|
+
var AmisObjectCalendar = __assign(__assign({}, config$z), { snippets: [
|
|
911
911
|
{
|
|
912
|
-
title: config$
|
|
912
|
+
title: config$z.title,
|
|
913
913
|
screenshot: "",
|
|
914
914
|
schema: {
|
|
915
|
-
componentName: config$
|
|
916
|
-
props: config$
|
|
915
|
+
componentName: config$z.componentName,
|
|
916
|
+
props: config$z.preview
|
|
917
917
|
}
|
|
918
918
|
}
|
|
919
919
|
], amis: {
|
|
920
920
|
render: {
|
|
921
|
-
type: config$
|
|
921
|
+
type: config$z.amis.name,
|
|
922
922
|
usage: "renderer",
|
|
923
923
|
weight: 1,
|
|
924
924
|
framework: "react"
|
|
925
925
|
},
|
|
926
926
|
plugin: {
|
|
927
|
-
rendererName: config$
|
|
927
|
+
rendererName: config$z.amis.name,
|
|
928
928
|
$schema: '/schemas/UnkownSchema.json',
|
|
929
|
-
name: config$
|
|
930
|
-
description: config$
|
|
931
|
-
tags: [config$
|
|
929
|
+
name: config$z.title,
|
|
930
|
+
description: config$z.title,
|
|
931
|
+
tags: [config$z.group],
|
|
932
932
|
order: -9999,
|
|
933
|
-
icon: config$
|
|
933
|
+
icon: config$z.amis.icon,
|
|
934
934
|
scaffold: {
|
|
935
|
-
type: config$
|
|
936
|
-
label: config$
|
|
935
|
+
type: config$z.amis.name,
|
|
936
|
+
label: config$z.title,
|
|
937
937
|
objectApiName: "${objectName}",
|
|
938
938
|
currentView: "timeGridWeek"
|
|
939
939
|
},
|
|
940
940
|
previewSchema: {
|
|
941
|
-
type: config$
|
|
941
|
+
type: config$z.amis.name,
|
|
942
942
|
objectApiName: 'events',
|
|
943
943
|
currentView: "timeGridWeek"
|
|
944
944
|
},
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
* @Description:
|
|
1005
1005
|
*/
|
|
1006
1006
|
var t$c = window.steedosI18next.t;
|
|
1007
|
-
var config$
|
|
1007
|
+
var config$y = {
|
|
1008
1008
|
componentType: 'amisSchema', // amisSchema || react
|
|
1009
1009
|
group: t$c('widgets-meta:steedos-object-table_group', '华炎魔方'),
|
|
1010
1010
|
componentName: "AmisObjectTable",
|
|
@@ -1070,39 +1070,39 @@
|
|
|
1070
1070
|
icon: "fa-fw fa fa-list-alt"
|
|
1071
1071
|
}
|
|
1072
1072
|
};
|
|
1073
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
1073
|
+
var AmisObjectTable = __assign(__assign({}, config$y), { snippets: [
|
|
1074
1074
|
{
|
|
1075
|
-
title: config$
|
|
1075
|
+
title: config$y.title,
|
|
1076
1076
|
screenshot: "",
|
|
1077
1077
|
schema: {
|
|
1078
|
-
componentName: config$
|
|
1079
|
-
props: config$
|
|
1078
|
+
componentName: config$y.componentName,
|
|
1079
|
+
props: config$y.preview
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
], amis: {
|
|
1083
1083
|
render: {
|
|
1084
|
-
type: config$
|
|
1084
|
+
type: config$y.amis.name,
|
|
1085
1085
|
usage: "renderer",
|
|
1086
1086
|
weight: 1,
|
|
1087
1087
|
framework: "react"
|
|
1088
1088
|
},
|
|
1089
1089
|
plugin: {
|
|
1090
|
-
rendererName: config$
|
|
1090
|
+
rendererName: config$y.amis.name,
|
|
1091
1091
|
$schema: '/schemas/UnkownSchema.json',
|
|
1092
|
-
name: config$
|
|
1093
|
-
description: config$
|
|
1094
|
-
tags: [config$
|
|
1092
|
+
name: config$y.title,
|
|
1093
|
+
description: config$y.title,
|
|
1094
|
+
tags: [config$y.group],
|
|
1095
1095
|
order: -9999,
|
|
1096
|
-
icon: config$
|
|
1096
|
+
icon: config$y.amis.icon,
|
|
1097
1097
|
scaffold: {
|
|
1098
|
-
type: config$
|
|
1099
|
-
label: config$
|
|
1098
|
+
type: config$y.amis.name,
|
|
1099
|
+
label: config$y.title,
|
|
1100
1100
|
objectApiName: "${objectName}",
|
|
1101
1101
|
fields: ["name"],
|
|
1102
1102
|
// className: "sm:border sm:rounded sm:border-gray-300"
|
|
1103
1103
|
},
|
|
1104
1104
|
previewSchema: {
|
|
1105
|
-
type: config$
|
|
1105
|
+
type: config$y.amis.name,
|
|
1106
1106
|
objectApiName: 'space_users',
|
|
1107
1107
|
fields: ["name"]
|
|
1108
1108
|
},
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
} });
|
|
1377
1377
|
|
|
1378
1378
|
var t$b = window.steedosI18next.t;
|
|
1379
|
-
var config$
|
|
1379
|
+
var config$x = {
|
|
1380
1380
|
componentType: 'amisSchema', // amisSchema || react
|
|
1381
1381
|
group: t$b('widgets-meta:steedos-record-detail-header_group', '华炎魔方'),
|
|
1382
1382
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -1413,38 +1413,38 @@
|
|
|
1413
1413
|
icon: "fa-fw fa fa-list-alt"
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
1416
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$x), { snippets: [
|
|
1417
1417
|
{
|
|
1418
|
-
title: config$
|
|
1418
|
+
title: config$x.title,
|
|
1419
1419
|
screenshot: "",
|
|
1420
1420
|
schema: {
|
|
1421
|
-
componentName: config$
|
|
1422
|
-
props: config$
|
|
1421
|
+
componentName: config$x.componentName,
|
|
1422
|
+
props: config$x.preview
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
1425
|
], amis: {
|
|
1426
1426
|
render: {
|
|
1427
|
-
type: config$
|
|
1427
|
+
type: config$x.amis.name,
|
|
1428
1428
|
usage: "renderer",
|
|
1429
1429
|
weight: 1,
|
|
1430
1430
|
framework: "react"
|
|
1431
1431
|
},
|
|
1432
1432
|
plugin: {
|
|
1433
|
-
rendererName: config$
|
|
1433
|
+
rendererName: config$x.amis.name,
|
|
1434
1434
|
$schema: '/schemas/UnkownSchema.json',
|
|
1435
|
-
name: config$
|
|
1436
|
-
description: config$
|
|
1437
|
-
tags: [config$
|
|
1435
|
+
name: config$x.title,
|
|
1436
|
+
description: config$x.description,
|
|
1437
|
+
tags: [config$x.group],
|
|
1438
1438
|
order: -9999,
|
|
1439
|
-
icon: config$
|
|
1439
|
+
icon: config$x.amis.icon,
|
|
1440
1440
|
scaffold: {
|
|
1441
|
-
type: config$
|
|
1442
|
-
label: config$
|
|
1441
|
+
type: config$x.amis.name,
|
|
1442
|
+
label: config$x.title,
|
|
1443
1443
|
objectApiName: "${objectName}",
|
|
1444
1444
|
recordId: "${recordId}"
|
|
1445
1445
|
},
|
|
1446
1446
|
previewSchema: {
|
|
1447
|
-
type: config$
|
|
1447
|
+
type: config$x.amis.name,
|
|
1448
1448
|
objectApiName: 'space_users'
|
|
1449
1449
|
},
|
|
1450
1450
|
panelTitle: t$b('widgets-meta:steedos-record-detail-header_panelTitle', '设置'),
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
* @LastEditTime: 2023-04-12 23:29:24
|
|
1488
1488
|
* @Description:
|
|
1489
1489
|
*/
|
|
1490
|
-
var config$
|
|
1490
|
+
var config$w = {
|
|
1491
1491
|
componentType: 'amisSchema', // amisSchema || react
|
|
1492
1492
|
group: "华炎魔方",
|
|
1493
1493
|
componentName: "AmisRecordDetail",
|
|
@@ -1523,34 +1523,34 @@
|
|
|
1523
1523
|
icon: "fa-fw fa fa-list-alt"
|
|
1524
1524
|
}
|
|
1525
1525
|
};
|
|
1526
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
1526
|
+
var AmisRecordDetail = __assign(__assign({}, config$w), { snippets: [
|
|
1527
1527
|
{
|
|
1528
|
-
title: config$
|
|
1528
|
+
title: config$w.title,
|
|
1529
1529
|
screenshot: "",
|
|
1530
1530
|
schema: {
|
|
1531
|
-
componentName: config$
|
|
1532
|
-
props: config$
|
|
1531
|
+
componentName: config$w.componentName,
|
|
1532
|
+
props: config$w.preview
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
], amis: {
|
|
1536
1536
|
render: {
|
|
1537
|
-
type: config$
|
|
1537
|
+
type: config$w.amis.name,
|
|
1538
1538
|
usage: "renderer",
|
|
1539
1539
|
weight: 1,
|
|
1540
1540
|
framework: "react"
|
|
1541
1541
|
},
|
|
1542
1542
|
plugin__disable: {
|
|
1543
|
-
rendererName: config$
|
|
1543
|
+
rendererName: config$w.amis.name,
|
|
1544
1544
|
$schema: '/schemas/UnkownSchema.json',
|
|
1545
|
-
name: config$
|
|
1546
|
-
description: config$
|
|
1547
|
-
tags: [config$
|
|
1545
|
+
name: config$w.title,
|
|
1546
|
+
description: config$w.title,
|
|
1547
|
+
tags: [config$w.group],
|
|
1548
1548
|
order: -9999,
|
|
1549
|
-
icon: config$
|
|
1549
|
+
icon: config$w.amis.icon,
|
|
1550
1550
|
scaffold: {
|
|
1551
|
-
type: config$
|
|
1551
|
+
type: config$w.amis.name,
|
|
1552
1552
|
body: [], // 容器类字段
|
|
1553
|
-
label: config$
|
|
1553
|
+
label: config$w.title,
|
|
1554
1554
|
objectApiName: "${objectName}",
|
|
1555
1555
|
recordId: "${recordId}"
|
|
1556
1556
|
},
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
}
|
|
1562
1562
|
],
|
|
1563
1563
|
previewSchema: {
|
|
1564
|
-
type: config$
|
|
1564
|
+
type: config$w.amis.name,
|
|
1565
1565
|
objectApiName: 'space_users'
|
|
1566
1566
|
},
|
|
1567
1567
|
panelTitle: "设置",
|
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
* @Description:
|
|
1600
1600
|
*/
|
|
1601
1601
|
var t$a = window.steedosI18next.t;
|
|
1602
|
-
var config$
|
|
1602
|
+
var config$v = {
|
|
1603
1603
|
componentType: 'amisSchema', // amisSchema || react
|
|
1604
1604
|
group: t$a('widgets-meta:steedos-record-service_group', '华炎魔方'),
|
|
1605
1605
|
componentName: "AmisRecordService",
|
|
@@ -1645,34 +1645,34 @@
|
|
|
1645
1645
|
icon: "fa-fw fa fa-list-alt"
|
|
1646
1646
|
}
|
|
1647
1647
|
};
|
|
1648
|
-
var AmisRecordService = __assign(__assign({}, config$
|
|
1648
|
+
var AmisRecordService = __assign(__assign({}, config$v), { snippets: [
|
|
1649
1649
|
{
|
|
1650
|
-
title: config$
|
|
1650
|
+
title: config$v.title,
|
|
1651
1651
|
screenshot: "",
|
|
1652
1652
|
schema: {
|
|
1653
|
-
componentName: config$
|
|
1654
|
-
props: config$
|
|
1653
|
+
componentName: config$v.componentName,
|
|
1654
|
+
props: config$v.preview
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
1657
|
], amis: {
|
|
1658
1658
|
render: {
|
|
1659
|
-
type: config$
|
|
1659
|
+
type: config$v.amis.name,
|
|
1660
1660
|
usage: "renderer",
|
|
1661
1661
|
weight: 1,
|
|
1662
1662
|
framework: "react"
|
|
1663
1663
|
},
|
|
1664
1664
|
plugin: {
|
|
1665
|
-
rendererName: config$
|
|
1665
|
+
rendererName: config$v.amis.name,
|
|
1666
1666
|
$schema: '/schemas/UnkownSchema.json',
|
|
1667
|
-
name: config$
|
|
1668
|
-
description: config$
|
|
1669
|
-
tags: [config$
|
|
1667
|
+
name: config$v.title,
|
|
1668
|
+
description: config$v.title,
|
|
1669
|
+
tags: [config$v.group],
|
|
1670
1670
|
order: -9999,
|
|
1671
|
-
icon: config$
|
|
1671
|
+
icon: config$v.amis.icon,
|
|
1672
1672
|
scaffold: {
|
|
1673
|
-
type: config$
|
|
1673
|
+
type: config$v.amis.name,
|
|
1674
1674
|
body: [], // 容器类字段
|
|
1675
|
-
label: config$
|
|
1675
|
+
label: config$v.title,
|
|
1676
1676
|
objectApiName: "${objectName}",
|
|
1677
1677
|
recordId: "${recordId}"
|
|
1678
1678
|
},
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
}
|
|
1684
1684
|
],
|
|
1685
1685
|
previewSchema: {
|
|
1686
|
-
type: config$
|
|
1686
|
+
type: config$v.amis.name,
|
|
1687
1687
|
objectApiName: 'space_users'
|
|
1688
1688
|
},
|
|
1689
1689
|
panelTitle: t$a('widgets-meta:steedos-record-service_panelTitle', '设置'),
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
}
|
|
1740
1740
|
} });
|
|
1741
1741
|
|
|
1742
|
-
var config$
|
|
1742
|
+
var config$u = {
|
|
1743
1743
|
componentType: 'amisSchema', // amisSchema || react
|
|
1744
1744
|
group: "华炎魔方-界面",
|
|
1745
1745
|
componentName: "AmisSelectUser",
|
|
@@ -1785,37 +1785,37 @@
|
|
|
1785
1785
|
icon: "fa-fw fa fa-list-alt"
|
|
1786
1786
|
}
|
|
1787
1787
|
};
|
|
1788
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1788
|
+
var AmisSelectUser = __assign(__assign({}, config$u), { snippets: [
|
|
1789
1789
|
{
|
|
1790
|
-
title: config$
|
|
1790
|
+
title: config$u.title,
|
|
1791
1791
|
screenshot: "",
|
|
1792
1792
|
schema: {
|
|
1793
|
-
componentName: config$
|
|
1794
|
-
props: config$
|
|
1793
|
+
componentName: config$u.componentName,
|
|
1794
|
+
props: config$u.preview
|
|
1795
1795
|
}
|
|
1796
1796
|
}
|
|
1797
1797
|
], amis: {
|
|
1798
1798
|
render: {
|
|
1799
|
-
type: config$
|
|
1799
|
+
type: config$u.amis.name,
|
|
1800
1800
|
usage: "renderer", //formitem
|
|
1801
1801
|
weight: 1,
|
|
1802
1802
|
framework: "react"
|
|
1803
1803
|
},
|
|
1804
1804
|
plugin_disabled: {
|
|
1805
|
-
rendererName: config$
|
|
1805
|
+
rendererName: config$u.amis.name,
|
|
1806
1806
|
$schema: '/schemas/UnkownSchema.json',
|
|
1807
|
-
name: config$
|
|
1808
|
-
description: config$
|
|
1809
|
-
tags: [config$
|
|
1807
|
+
name: config$u.title,
|
|
1808
|
+
description: config$u.title,
|
|
1809
|
+
tags: [config$u.group],
|
|
1810
1810
|
order: -9999,
|
|
1811
|
-
icon: config$
|
|
1811
|
+
icon: config$u.amis.icon,
|
|
1812
1812
|
scaffold: {
|
|
1813
|
-
type: config$
|
|
1814
|
-
label: config$
|
|
1813
|
+
type: config$u.amis.name,
|
|
1814
|
+
label: config$u.title,
|
|
1815
1815
|
name: ""
|
|
1816
1816
|
},
|
|
1817
1817
|
previewSchema: {
|
|
1818
|
-
type: config$
|
|
1818
|
+
type: config$u.amis.name,
|
|
1819
1819
|
},
|
|
1820
1820
|
panelTitle: "设置",
|
|
1821
1821
|
panelControls: [
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
* @Description:
|
|
1848
1848
|
*/
|
|
1849
1849
|
var t$9 = window.steedosI18next.t;
|
|
1850
|
-
var config$
|
|
1850
|
+
var config$t = {
|
|
1851
1851
|
componentType: 'amisSchema', // amisSchema || react
|
|
1852
1852
|
group: t$9('widgets-meta:steedos-object-related-listview_group', '华炎魔方'),
|
|
1853
1853
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1898,38 +1898,38 @@
|
|
|
1898
1898
|
icon: "fa-fw fa fa-list-alt"
|
|
1899
1899
|
}
|
|
1900
1900
|
};
|
|
1901
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1901
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$t), { snippets: [
|
|
1902
1902
|
{
|
|
1903
|
-
title: config$
|
|
1903
|
+
title: config$t.title,
|
|
1904
1904
|
screenshot: "",
|
|
1905
1905
|
schema: {
|
|
1906
|
-
componentName: config$
|
|
1907
|
-
props: config$
|
|
1906
|
+
componentName: config$t.componentName,
|
|
1907
|
+
props: config$t.preview
|
|
1908
1908
|
}
|
|
1909
1909
|
}
|
|
1910
1910
|
], amis: {
|
|
1911
1911
|
render: {
|
|
1912
|
-
type: config$
|
|
1912
|
+
type: config$t.amis.name,
|
|
1913
1913
|
usage: "renderer",
|
|
1914
1914
|
weight: 1,
|
|
1915
1915
|
framework: "react"
|
|
1916
1916
|
},
|
|
1917
1917
|
plugin: {
|
|
1918
|
-
rendererName: config$
|
|
1918
|
+
rendererName: config$t.amis.name,
|
|
1919
1919
|
$schema: '/schemas/UnkownSchema.json',
|
|
1920
|
-
name: config$
|
|
1921
|
-
description: config$
|
|
1922
|
-
tags: [config$
|
|
1920
|
+
name: config$t.title,
|
|
1921
|
+
description: config$t.description,
|
|
1922
|
+
tags: [config$t.group],
|
|
1923
1923
|
order: -9999,
|
|
1924
|
-
icon: config$
|
|
1924
|
+
icon: config$t.amis.icon,
|
|
1925
1925
|
scaffold: {
|
|
1926
|
-
type: config$
|
|
1927
|
-
label: config$
|
|
1926
|
+
type: config$t.amis.name,
|
|
1927
|
+
label: config$t.title,
|
|
1928
1928
|
objectApiName: "${objectName}",
|
|
1929
1929
|
recordId: "${recordId}"
|
|
1930
1930
|
},
|
|
1931
1931
|
previewSchema: {
|
|
1932
|
-
type: config$
|
|
1932
|
+
type: config$t.amis.name,
|
|
1933
1933
|
objectApiName: "accounts"
|
|
1934
1934
|
},
|
|
1935
1935
|
panelTitle: t$9('widgets-meta:steedos-object-related-listview_panelTitle', '设置'),
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
* @Description:
|
|
2092
2092
|
*/
|
|
2093
2093
|
var t$8 = window.steedosI18next.t;
|
|
2094
|
-
var config$
|
|
2094
|
+
var config$s = {
|
|
2095
2095
|
componentType: 'amisSchema', // amisSchema || react
|
|
2096
2096
|
group: t$8('widgets-meta:steedos-object-related-lists_group', '华炎魔方'),
|
|
2097
2097
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -2128,38 +2128,38 @@
|
|
|
2128
2128
|
icon: "fa-fw fa fa-list-alt"
|
|
2129
2129
|
}
|
|
2130
2130
|
};
|
|
2131
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
2131
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$s), { snippets: [
|
|
2132
2132
|
{
|
|
2133
|
-
title: config$
|
|
2133
|
+
title: config$s.title,
|
|
2134
2134
|
screenshot: "",
|
|
2135
2135
|
schema: {
|
|
2136
|
-
componentName: config$
|
|
2137
|
-
props: config$
|
|
2136
|
+
componentName: config$s.componentName,
|
|
2137
|
+
props: config$s.preview
|
|
2138
2138
|
}
|
|
2139
2139
|
}
|
|
2140
2140
|
], amis: {
|
|
2141
2141
|
render: {
|
|
2142
|
-
type: config$
|
|
2142
|
+
type: config$s.amis.name,
|
|
2143
2143
|
usage: "renderer",
|
|
2144
2144
|
weight: 1,
|
|
2145
2145
|
framework: "react"
|
|
2146
2146
|
},
|
|
2147
2147
|
plugin: {
|
|
2148
|
-
rendererName: config$
|
|
2148
|
+
rendererName: config$s.amis.name,
|
|
2149
2149
|
$schema: '/schemas/UnkownSchema.json',
|
|
2150
|
-
name: config$
|
|
2151
|
-
description: config$
|
|
2152
|
-
tags: [config$
|
|
2150
|
+
name: config$s.title,
|
|
2151
|
+
description: config$s.description,
|
|
2152
|
+
tags: [config$s.group],
|
|
2153
2153
|
order: -9999,
|
|
2154
|
-
icon: config$
|
|
2154
|
+
icon: config$s.amis.icon,
|
|
2155
2155
|
scaffold: {
|
|
2156
|
-
type: config$
|
|
2157
|
-
label: config$
|
|
2156
|
+
type: config$s.amis.name,
|
|
2157
|
+
label: config$s.title,
|
|
2158
2158
|
objectApiName: "${objectName}",
|
|
2159
2159
|
recordId: "${recordId}",
|
|
2160
2160
|
},
|
|
2161
2161
|
previewSchema: {
|
|
2162
|
-
type: config$
|
|
2162
|
+
type: config$s.amis.name,
|
|
2163
2163
|
objectApiName: "accounts",
|
|
2164
2164
|
},
|
|
2165
2165
|
panelTitle: t$8('widgets-meta:steedos-object-related-lists_panelTitle', '设置'),
|
|
@@ -2196,7 +2196,7 @@
|
|
|
2196
2196
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
2197
2197
|
* @Description:
|
|
2198
2198
|
*/
|
|
2199
|
-
var config$
|
|
2199
|
+
var config$r = {
|
|
2200
2200
|
componentType: 'amisSchema', // amisSchema || react
|
|
2201
2201
|
group: "华炎魔方",
|
|
2202
2202
|
componentName: "AmisProvider",
|
|
@@ -2221,33 +2221,33 @@
|
|
|
2221
2221
|
icon: "fa-fw fa fa-list-alt"
|
|
2222
2222
|
}
|
|
2223
2223
|
};
|
|
2224
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
2224
|
+
var AmisProvider = __assign(__assign({}, config$r), { snippets: [
|
|
2225
2225
|
{
|
|
2226
|
-
title: config$
|
|
2226
|
+
title: config$r.title,
|
|
2227
2227
|
screenshot: "",
|
|
2228
2228
|
schema: {
|
|
2229
|
-
componentName: config$
|
|
2230
|
-
props: config$
|
|
2229
|
+
componentName: config$r.componentName,
|
|
2230
|
+
props: config$r.preview
|
|
2231
2231
|
}
|
|
2232
2232
|
}
|
|
2233
2233
|
], amis: {
|
|
2234
2234
|
render: {
|
|
2235
|
-
type: config$
|
|
2235
|
+
type: config$r.amis.name,
|
|
2236
2236
|
usage: "renderer",
|
|
2237
2237
|
weight: 1,
|
|
2238
2238
|
framework: "react"
|
|
2239
2239
|
},
|
|
2240
2240
|
plugin_disabled: {
|
|
2241
|
-
rendererName: config$
|
|
2241
|
+
rendererName: config$r.amis.name,
|
|
2242
2242
|
$schema: '/schemas/UnkownSchema.json',
|
|
2243
|
-
name: config$
|
|
2244
|
-
description: config$
|
|
2245
|
-
tags: [config$
|
|
2243
|
+
name: config$r.title,
|
|
2244
|
+
description: config$r.title,
|
|
2245
|
+
tags: [config$r.group],
|
|
2246
2246
|
order: -9999,
|
|
2247
|
-
icon: config$
|
|
2247
|
+
icon: config$r.amis.icon,
|
|
2248
2248
|
scaffold: {
|
|
2249
|
-
type: config$
|
|
2250
|
-
label: config$
|
|
2249
|
+
type: config$r.amis.name,
|
|
2250
|
+
label: config$r.title,
|
|
2251
2251
|
body: [], // 容器类字段
|
|
2252
2252
|
},
|
|
2253
2253
|
// 容器类组件必需字段
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
},
|
|
2259
2259
|
],
|
|
2260
2260
|
previewSchema: {
|
|
2261
|
-
type: config$
|
|
2261
|
+
type: config$r.amis.name,
|
|
2262
2262
|
},
|
|
2263
2263
|
panelTitle: "设置",
|
|
2264
2264
|
panelControls: []
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
2273
2273
|
* @Description:
|
|
2274
2274
|
*/
|
|
2275
|
-
var config$
|
|
2275
|
+
var config$q = {
|
|
2276
2276
|
// componentType: 'amisSchema',
|
|
2277
2277
|
group: "华炎魔方",
|
|
2278
2278
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -2296,18 +2296,18 @@
|
|
|
2296
2296
|
icon: "fa-fw fa fa-list-alt"
|
|
2297
2297
|
}
|
|
2298
2298
|
};
|
|
2299
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
2299
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$q), { snippets: [
|
|
2300
2300
|
{
|
|
2301
|
-
title: config$
|
|
2301
|
+
title: config$q.title,
|
|
2302
2302
|
screenshot: "",
|
|
2303
2303
|
schema: {
|
|
2304
|
-
componentName: config$
|
|
2305
|
-
props: config$
|
|
2304
|
+
componentName: config$q.componentName,
|
|
2305
|
+
props: config$q.preview
|
|
2306
2306
|
}
|
|
2307
2307
|
}
|
|
2308
2308
|
], amis: {
|
|
2309
2309
|
render: {
|
|
2310
|
-
type: config$
|
|
2310
|
+
type: config$q.amis.name,
|
|
2311
2311
|
usage: "formitem",
|
|
2312
2312
|
weight: 1,
|
|
2313
2313
|
framework: "react"
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
2344
2344
|
* @Description:
|
|
2345
2345
|
*/
|
|
2346
|
-
var config$
|
|
2346
|
+
var config$p = {
|
|
2347
2347
|
// componentType: 'amisSchema',
|
|
2348
2348
|
group: "华炎魔方",
|
|
2349
2349
|
componentName: "AmisObjectButton",
|
|
@@ -2367,18 +2367,18 @@
|
|
|
2367
2367
|
icon: "fa-fw fa fa-list-alt"
|
|
2368
2368
|
}
|
|
2369
2369
|
};
|
|
2370
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
2370
|
+
var AmisObjectButton = __assign(__assign({}, config$p), { snippets: [
|
|
2371
2371
|
{
|
|
2372
|
-
title: config$
|
|
2372
|
+
title: config$p.title,
|
|
2373
2373
|
screenshot: "",
|
|
2374
2374
|
schema: {
|
|
2375
|
-
componentName: config$
|
|
2376
|
-
props: config$
|
|
2375
|
+
componentName: config$p.componentName,
|
|
2376
|
+
props: config$p.preview
|
|
2377
2377
|
}
|
|
2378
2378
|
}
|
|
2379
2379
|
], amis: {
|
|
2380
2380
|
render: {
|
|
2381
|
-
type: config$
|
|
2381
|
+
type: config$p.amis.name,
|
|
2382
2382
|
usage: "renderer",
|
|
2383
2383
|
weight: 1,
|
|
2384
2384
|
framework: "react"
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
2415
2415
|
* @Description:
|
|
2416
2416
|
*/
|
|
2417
|
-
var config$
|
|
2417
|
+
var config$o = {
|
|
2418
2418
|
// componentType: 'amisSchema',
|
|
2419
2419
|
group: "华炎魔方",
|
|
2420
2420
|
componentName: "SteedosDropdownButton",
|
|
@@ -2438,18 +2438,18 @@
|
|
|
2438
2438
|
icon: "fa-fw fa fa-list-alt"
|
|
2439
2439
|
}
|
|
2440
2440
|
};
|
|
2441
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
2441
|
+
var SteedosDropdownButton = __assign(__assign({}, config$o), { snippets: [
|
|
2442
2442
|
{
|
|
2443
|
-
title: config$
|
|
2443
|
+
title: config$o.title,
|
|
2444
2444
|
screenshot: "",
|
|
2445
2445
|
schema: {
|
|
2446
|
-
componentName: config$
|
|
2447
|
-
props: config$
|
|
2446
|
+
componentName: config$o.componentName,
|
|
2447
|
+
props: config$o.preview
|
|
2448
2448
|
}
|
|
2449
2449
|
}
|
|
2450
2450
|
], amis: {
|
|
2451
2451
|
render: {
|
|
2452
|
-
type: config$
|
|
2452
|
+
type: config$o.amis.name,
|
|
2453
2453
|
usage: "renderer",
|
|
2454
2454
|
weight: 1,
|
|
2455
2455
|
framework: "react"
|
|
@@ -2485,7 +2485,7 @@
|
|
|
2485
2485
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2486
2486
|
* @Description:
|
|
2487
2487
|
*/
|
|
2488
|
-
var config$
|
|
2488
|
+
var config$n = {
|
|
2489
2489
|
componentType: 'amisSchema',
|
|
2490
2490
|
group: "华炎魔方",
|
|
2491
2491
|
componentName: "AmisAppLauncher",
|
|
@@ -2509,39 +2509,39 @@
|
|
|
2509
2509
|
icon: "fa-fw fa fa-list-alt"
|
|
2510
2510
|
}
|
|
2511
2511
|
};
|
|
2512
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2512
|
+
var AmisAppLauncher = __assign(__assign({}, config$n), { snippets: [
|
|
2513
2513
|
{
|
|
2514
|
-
title: config$
|
|
2514
|
+
title: config$n.title,
|
|
2515
2515
|
screenshot: "",
|
|
2516
2516
|
schema: {
|
|
2517
|
-
componentName: config$
|
|
2518
|
-
props: config$
|
|
2517
|
+
componentName: config$n.componentName,
|
|
2518
|
+
props: config$n.preview
|
|
2519
2519
|
}
|
|
2520
2520
|
}
|
|
2521
2521
|
], amis: {
|
|
2522
2522
|
render: {
|
|
2523
|
-
type: config$
|
|
2523
|
+
type: config$n.amis.name,
|
|
2524
2524
|
usage: "renderer",
|
|
2525
2525
|
weight: 1,
|
|
2526
2526
|
framework: "react"
|
|
2527
2527
|
},
|
|
2528
2528
|
plugin_disabled: {
|
|
2529
|
-
rendererName: config$
|
|
2529
|
+
rendererName: config$n.amis.name,
|
|
2530
2530
|
$schema: '/schemas/UnkownSchema.json',
|
|
2531
|
-
name: config$
|
|
2532
|
-
description: config$
|
|
2533
|
-
tags: [config$
|
|
2531
|
+
name: config$n.title,
|
|
2532
|
+
description: config$n.title,
|
|
2533
|
+
tags: [config$n.group],
|
|
2534
2534
|
order: -9999,
|
|
2535
|
-
icon: config$
|
|
2535
|
+
icon: config$n.amis.icon,
|
|
2536
2536
|
scaffold: {
|
|
2537
|
-
type: config$
|
|
2538
|
-
label: config$
|
|
2537
|
+
type: config$n.amis.name,
|
|
2538
|
+
label: config$n.title,
|
|
2539
2539
|
name: 'board',
|
|
2540
2540
|
columns: 1,
|
|
2541
2541
|
vertical: false
|
|
2542
2542
|
},
|
|
2543
2543
|
previewSchema: {
|
|
2544
|
-
type: config$
|
|
2544
|
+
type: config$n.amis.name,
|
|
2545
2545
|
},
|
|
2546
2546
|
panelTitle: "设置",
|
|
2547
2547
|
panelControls: []
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2556
2556
|
* @Description:
|
|
2557
2557
|
*/
|
|
2558
|
-
var config$
|
|
2558
|
+
var config$m = {
|
|
2559
2559
|
componentType: 'amisSchema',
|
|
2560
2560
|
group: "华炎魔方",
|
|
2561
2561
|
componentName: "AmisLogo",
|
|
@@ -2579,39 +2579,39 @@
|
|
|
2579
2579
|
icon: "fa-fw fa fa-list-alt"
|
|
2580
2580
|
}
|
|
2581
2581
|
};
|
|
2582
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2582
|
+
var AmisLogo = __assign(__assign({}, config$m), { snippets: [
|
|
2583
2583
|
{
|
|
2584
|
-
title: config$
|
|
2584
|
+
title: config$m.title,
|
|
2585
2585
|
screenshot: "",
|
|
2586
2586
|
schema: {
|
|
2587
|
-
componentName: config$
|
|
2588
|
-
props: config$
|
|
2587
|
+
componentName: config$m.componentName,
|
|
2588
|
+
props: config$m.preview
|
|
2589
2589
|
}
|
|
2590
2590
|
}
|
|
2591
2591
|
], amis: {
|
|
2592
2592
|
render: {
|
|
2593
|
-
type: config$
|
|
2593
|
+
type: config$m.amis.name,
|
|
2594
2594
|
usage: "renderer",
|
|
2595
2595
|
weight: 1,
|
|
2596
2596
|
framework: "react"
|
|
2597
2597
|
},
|
|
2598
2598
|
plugin_disabled: {
|
|
2599
|
-
rendererName: config$
|
|
2599
|
+
rendererName: config$m.amis.name,
|
|
2600
2600
|
$schema: '/schemas/UnkownSchema.json',
|
|
2601
|
-
name: config$
|
|
2602
|
-
description: config$
|
|
2603
|
-
tags: [config$
|
|
2601
|
+
name: config$m.title,
|
|
2602
|
+
description: config$m.title,
|
|
2603
|
+
tags: [config$m.group],
|
|
2604
2604
|
order: -9999,
|
|
2605
|
-
icon: config$
|
|
2605
|
+
icon: config$m.amis.icon,
|
|
2606
2606
|
scaffold: {
|
|
2607
|
-
type: config$
|
|
2608
|
-
label: config$
|
|
2607
|
+
type: config$m.amis.name,
|
|
2608
|
+
label: config$m.title,
|
|
2609
2609
|
name: 'board',
|
|
2610
2610
|
columns: 1,
|
|
2611
2611
|
vertical: false
|
|
2612
2612
|
},
|
|
2613
2613
|
previewSchema: {
|
|
2614
|
-
type: config$
|
|
2614
|
+
type: config$m.amis.name,
|
|
2615
2615
|
},
|
|
2616
2616
|
panelTitle: "设置",
|
|
2617
2617
|
panelControls: []
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2626
2626
|
* @Description:
|
|
2627
2627
|
*/
|
|
2628
|
-
var config$
|
|
2628
|
+
var config$l = {
|
|
2629
2629
|
componentType: 'amisSchema',
|
|
2630
2630
|
group: "华炎魔方",
|
|
2631
2631
|
componentName: "AmisAppMenu",
|
|
@@ -2656,39 +2656,39 @@
|
|
|
2656
2656
|
icon: "fa-fw fa fa-list-alt"
|
|
2657
2657
|
}
|
|
2658
2658
|
};
|
|
2659
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2659
|
+
var AmisAppMenu = __assign(__assign({}, config$l), { snippets: [
|
|
2660
2660
|
{
|
|
2661
|
-
title: config$
|
|
2661
|
+
title: config$l.title,
|
|
2662
2662
|
screenshot: "",
|
|
2663
2663
|
schema: {
|
|
2664
|
-
componentName: config$
|
|
2665
|
-
props: config$
|
|
2664
|
+
componentName: config$l.componentName,
|
|
2665
|
+
props: config$l.preview
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
], amis: {
|
|
2669
2669
|
render: {
|
|
2670
|
-
type: config$
|
|
2670
|
+
type: config$l.amis.name,
|
|
2671
2671
|
usage: "renderer",
|
|
2672
2672
|
weight: 1,
|
|
2673
2673
|
framework: "react"
|
|
2674
2674
|
},
|
|
2675
2675
|
plugin_disabled: {
|
|
2676
|
-
rendererName: config$
|
|
2676
|
+
rendererName: config$l.amis.name,
|
|
2677
2677
|
$schema: '/schemas/UnkownSchema.json',
|
|
2678
|
-
name: config$
|
|
2679
|
-
description: config$
|
|
2680
|
-
tags: [config$
|
|
2678
|
+
name: config$l.title,
|
|
2679
|
+
description: config$l.title,
|
|
2680
|
+
tags: [config$l.group],
|
|
2681
2681
|
order: -9999,
|
|
2682
|
-
icon: config$
|
|
2682
|
+
icon: config$l.amis.icon,
|
|
2683
2683
|
scaffold: {
|
|
2684
|
-
type: config$
|
|
2685
|
-
label: config$
|
|
2684
|
+
type: config$l.amis.name,
|
|
2685
|
+
label: config$l.title,
|
|
2686
2686
|
columns: 1,
|
|
2687
2687
|
vertical: false,
|
|
2688
2688
|
showIcon: true
|
|
2689
2689
|
},
|
|
2690
2690
|
previewSchema: {
|
|
2691
|
-
type: config$
|
|
2691
|
+
type: config$l.amis.name,
|
|
2692
2692
|
},
|
|
2693
2693
|
panelTitle: "设置",
|
|
2694
2694
|
panelControls: [
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2714
2714
|
* @Description:
|
|
2715
2715
|
*/
|
|
2716
|
-
var config$
|
|
2716
|
+
var config$k = {
|
|
2717
2717
|
componentType: 'amisSchema',
|
|
2718
2718
|
group: "华炎魔方",
|
|
2719
2719
|
componentName: "AmisGlobalHeaderToolbar",
|
|
@@ -2738,38 +2738,38 @@
|
|
|
2738
2738
|
icon: "fa-fw fa fa-list-alt"
|
|
2739
2739
|
}
|
|
2740
2740
|
};
|
|
2741
|
-
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$
|
|
2741
|
+
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$k), { snippets: [
|
|
2742
2742
|
{
|
|
2743
|
-
title: config$
|
|
2743
|
+
title: config$k.title,
|
|
2744
2744
|
screenshot: "",
|
|
2745
2745
|
schema: {
|
|
2746
|
-
componentName: config$
|
|
2747
|
-
props: config$
|
|
2746
|
+
componentName: config$k.componentName,
|
|
2747
|
+
props: config$k.preview
|
|
2748
2748
|
}
|
|
2749
2749
|
}
|
|
2750
2750
|
], amis: {
|
|
2751
2751
|
render: {
|
|
2752
|
-
type: config$
|
|
2752
|
+
type: config$k.amis.name,
|
|
2753
2753
|
usage: "renderer",
|
|
2754
2754
|
weight: 1,
|
|
2755
2755
|
framework: "react"
|
|
2756
2756
|
},
|
|
2757
2757
|
plugin_disabled: {
|
|
2758
|
-
rendererName: config$
|
|
2758
|
+
rendererName: config$k.amis.name,
|
|
2759
2759
|
$schema: '/schemas/UnkownSchema.json',
|
|
2760
|
-
name: config$
|
|
2761
|
-
description: config$
|
|
2762
|
-
tags: [config$
|
|
2760
|
+
name: config$k.title,
|
|
2761
|
+
description: config$k.title,
|
|
2762
|
+
tags: [config$k.group],
|
|
2763
2763
|
order: -9999,
|
|
2764
|
-
icon: config$
|
|
2764
|
+
icon: config$k.amis.icon,
|
|
2765
2765
|
scaffold: {
|
|
2766
|
-
type: config$
|
|
2767
|
-
label: config$
|
|
2766
|
+
type: config$k.amis.name,
|
|
2767
|
+
label: config$k.title,
|
|
2768
2768
|
columns: 1,
|
|
2769
2769
|
vertical: false
|
|
2770
2770
|
},
|
|
2771
2771
|
previewSchema: {
|
|
2772
|
-
type: config$
|
|
2772
|
+
type: config$k.amis.name,
|
|
2773
2773
|
},
|
|
2774
2774
|
panelTitle: "设置",
|
|
2775
2775
|
panelControls: []
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
* @Description:
|
|
2785
2785
|
*/
|
|
2786
2786
|
var t$7 = window.steedosI18next.t;
|
|
2787
|
-
var config$
|
|
2787
|
+
var config$j = {
|
|
2788
2788
|
group: t$7('widgets-meta:steedos-icon_group', '华炎魔方-原子组件'),
|
|
2789
2789
|
componentName: "SteedosIcon",
|
|
2790
2790
|
title: t$7('widgets-meta:steedos-icon_title', '图标'),
|
|
@@ -2806,30 +2806,30 @@
|
|
|
2806
2806
|
icon: "fa-fw fa fa-list-alt"
|
|
2807
2807
|
}
|
|
2808
2808
|
};
|
|
2809
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2809
|
+
var SteedosIcon = __assign(__assign({}, config$j), { snippets: [
|
|
2810
2810
|
{
|
|
2811
|
-
title: config$
|
|
2811
|
+
title: config$j.title,
|
|
2812
2812
|
screenshot: "",
|
|
2813
|
-
schema: { componentName: config$
|
|
2813
|
+
schema: { componentName: config$j.componentName, props: config$j.preview }
|
|
2814
2814
|
}
|
|
2815
2815
|
], amis: {
|
|
2816
|
-
render: { type: config$
|
|
2816
|
+
render: { type: config$j.amis.name, usage: "renderer", weight: 1, framework: "react" },
|
|
2817
2817
|
plugin: {
|
|
2818
|
-
rendererName: config$
|
|
2818
|
+
rendererName: config$j.amis.name,
|
|
2819
2819
|
$schema: '/schemas/UnkownSchema.json',
|
|
2820
|
-
name: config$
|
|
2821
|
-
description: config$
|
|
2822
|
-
tags: [config$
|
|
2820
|
+
name: config$j.title,
|
|
2821
|
+
description: config$j.title,
|
|
2822
|
+
tags: [config$j.group],
|
|
2823
2823
|
order: -9999,
|
|
2824
|
-
icon: config$
|
|
2824
|
+
icon: config$j.amis.icon,
|
|
2825
2825
|
scaffold: {
|
|
2826
|
-
type: config$
|
|
2826
|
+
type: config$j.amis.name,
|
|
2827
2827
|
category: 'standard',
|
|
2828
2828
|
name: 'account',
|
|
2829
2829
|
colorVariant: 'default',
|
|
2830
2830
|
size: 'medium'
|
|
2831
2831
|
},
|
|
2832
|
-
previewSchema: { type: config$
|
|
2832
|
+
previewSchema: { type: config$j.amis.name },
|
|
2833
2833
|
panelTitle: t$7('widgets-meta:steedos-icon_panelTitle', '设置'),
|
|
2834
2834
|
panelControls: [
|
|
2835
2835
|
{
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2907
2907
|
* @Description:
|
|
2908
2908
|
*/
|
|
2909
|
-
var config$
|
|
2909
|
+
var config$i = {
|
|
2910
2910
|
// componentType: 'amisSchema',
|
|
2911
2911
|
group: "antd",
|
|
2912
2912
|
componentName: "SteedosDropdown",
|
|
@@ -2930,32 +2930,32 @@
|
|
|
2930
2930
|
icon: "fa-fw fa fa-list-alt"
|
|
2931
2931
|
}
|
|
2932
2932
|
};
|
|
2933
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2933
|
+
var SteedosDropdown = __assign(__assign({}, config$i), { snippets: [
|
|
2934
2934
|
{
|
|
2935
|
-
title: config$
|
|
2935
|
+
title: config$i.title,
|
|
2936
2936
|
screenshot: "",
|
|
2937
2937
|
schema: {
|
|
2938
|
-
componentName: config$
|
|
2939
|
-
props: config$
|
|
2938
|
+
componentName: config$i.componentName,
|
|
2939
|
+
props: config$i.preview
|
|
2940
2940
|
}
|
|
2941
2941
|
}
|
|
2942
2942
|
], amis: {
|
|
2943
2943
|
render: {
|
|
2944
|
-
type: config$
|
|
2944
|
+
type: config$i.amis.name,
|
|
2945
2945
|
usage: "renderer",
|
|
2946
2946
|
weight: 1,
|
|
2947
2947
|
framework: "react"
|
|
2948
2948
|
},
|
|
2949
2949
|
plugin_disabled: {
|
|
2950
|
-
rendererName: config$
|
|
2950
|
+
rendererName: config$i.amis.name,
|
|
2951
2951
|
$schema: '/schemas/UnkownSchema.json',
|
|
2952
|
-
name: config$
|
|
2953
|
-
description: config$
|
|
2954
|
-
tags: [config$
|
|
2952
|
+
name: config$i.title,
|
|
2953
|
+
description: config$i.title,
|
|
2954
|
+
tags: [config$i.group],
|
|
2955
2955
|
order: -9999,
|
|
2956
|
-
icon: config$
|
|
2956
|
+
icon: config$i.amis.icon,
|
|
2957
2957
|
scaffold: {
|
|
2958
|
-
type: config$
|
|
2958
|
+
type: config$i.amis.name,
|
|
2959
2959
|
placement: 'bottomLeft',
|
|
2960
2960
|
trigger: ['click'],
|
|
2961
2961
|
body: [], // 容器类字段
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
},
|
|
2973
2973
|
],
|
|
2974
2974
|
previewSchema: {
|
|
2975
|
-
type: config$
|
|
2975
|
+
type: config$i.amis.name,
|
|
2976
2976
|
},
|
|
2977
2977
|
panelTitle: "设置",
|
|
2978
2978
|
panelControls: [
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
3021
3021
|
* @Description:
|
|
3022
3022
|
*/
|
|
3023
|
-
var config$
|
|
3023
|
+
var config$h = {
|
|
3024
3024
|
// componentType: 'amisSchema',
|
|
3025
3025
|
group: "华炎魔方",
|
|
3026
3026
|
componentName: "FromNow",
|
|
@@ -3044,18 +3044,18 @@
|
|
|
3044
3044
|
icon: "fa-fw fa fa-list-alt"
|
|
3045
3045
|
}
|
|
3046
3046
|
};
|
|
3047
|
-
var FromNow = __assign(__assign({}, config$
|
|
3047
|
+
var FromNow = __assign(__assign({}, config$h), { snippets: [
|
|
3048
3048
|
{
|
|
3049
|
-
title: config$
|
|
3049
|
+
title: config$h.title,
|
|
3050
3050
|
screenshot: "",
|
|
3051
3051
|
schema: {
|
|
3052
|
-
componentName: config$
|
|
3053
|
-
props: config$
|
|
3052
|
+
componentName: config$h.componentName,
|
|
3053
|
+
props: config$h.preview
|
|
3054
3054
|
}
|
|
3055
3055
|
}
|
|
3056
3056
|
], amis: {
|
|
3057
3057
|
render: {
|
|
3058
|
-
type: config$
|
|
3058
|
+
type: config$h.amis.name,
|
|
3059
3059
|
usage: "renderer",
|
|
3060
3060
|
weight: 1,
|
|
3061
3061
|
framework: "react"
|
|
@@ -3086,83 +3086,6 @@
|
|
|
3086
3086
|
// }
|
|
3087
3087
|
} });
|
|
3088
3088
|
|
|
3089
|
-
/*
|
|
3090
|
-
* @Author: baozhoutao@steedos.com
|
|
3091
|
-
* @Date: 2022-10-11 09:39:38
|
|
3092
|
-
* @LastEditors: baozhoutao@steedos.com
|
|
3093
|
-
* @LastEditTime: 2022-12-16 14:17:37
|
|
3094
|
-
* @Description:
|
|
3095
|
-
*/
|
|
3096
|
-
var config$h = {
|
|
3097
|
-
componentType: 'amisSchema',
|
|
3098
|
-
group: "华炎魔方",
|
|
3099
|
-
componentName: "AmisGlobalHeader",
|
|
3100
|
-
title: "Global Header",
|
|
3101
|
-
docUrl: "",
|
|
3102
|
-
screenshot: "",
|
|
3103
|
-
npm: {
|
|
3104
|
-
package: "@steedos-widgets/amis-object",
|
|
3105
|
-
version: "{{version}}",
|
|
3106
|
-
exportName: "AmisGlobalHeader",
|
|
3107
|
-
main: "",
|
|
3108
|
-
destructuring: true,
|
|
3109
|
-
subName: ""
|
|
3110
|
-
},
|
|
3111
|
-
props: [
|
|
3112
|
-
{
|
|
3113
|
-
name: "logoSrc",
|
|
3114
|
-
propType: "string",
|
|
3115
|
-
description: '图标地址',
|
|
3116
|
-
}
|
|
3117
|
-
],
|
|
3118
|
-
preview: {},
|
|
3119
|
-
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
3120
|
-
engines: ["amis"],
|
|
3121
|
-
// settings for amis.
|
|
3122
|
-
amis: {
|
|
3123
|
-
name: 'steedos-global-header',
|
|
3124
|
-
icon: "fa-fw fa fa-list-alt"
|
|
3125
|
-
}
|
|
3126
|
-
};
|
|
3127
|
-
var AmisGlobalHeader = __assign(__assign({}, config$h), { snippets: [
|
|
3128
|
-
{
|
|
3129
|
-
title: config$h.title,
|
|
3130
|
-
screenshot: "",
|
|
3131
|
-
schema: {
|
|
3132
|
-
componentName: config$h.componentName,
|
|
3133
|
-
props: config$h.preview
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
], amis: {
|
|
3137
|
-
render: {
|
|
3138
|
-
type: config$h.amis.name,
|
|
3139
|
-
usage: "renderer",
|
|
3140
|
-
weight: 1,
|
|
3141
|
-
framework: "react"
|
|
3142
|
-
},
|
|
3143
|
-
plugin_disabled: {
|
|
3144
|
-
rendererName: config$h.amis.name,
|
|
3145
|
-
$schema: '/schemas/UnkownSchema.json',
|
|
3146
|
-
name: config$h.title,
|
|
3147
|
-
description: config$h.title,
|
|
3148
|
-
tags: [config$h.group],
|
|
3149
|
-
order: -9999,
|
|
3150
|
-
icon: config$h.amis.icon,
|
|
3151
|
-
scaffold: {
|
|
3152
|
-
type: config$h.amis.name,
|
|
3153
|
-
label: config$h.title,
|
|
3154
|
-
columns: 1,
|
|
3155
|
-
vertical: false,
|
|
3156
|
-
showIcon: true
|
|
3157
|
-
},
|
|
3158
|
-
previewSchema: {
|
|
3159
|
-
type: config$h.amis.name,
|
|
3160
|
-
},
|
|
3161
|
-
panelTitle: "设置",
|
|
3162
|
-
panelControls: []
|
|
3163
|
-
}
|
|
3164
|
-
} });
|
|
3165
|
-
|
|
3166
3089
|
/*
|
|
3167
3090
|
* @Author: baozhoutao@steedos.com
|
|
3168
3091
|
* @Date: 2022-10-11 09:39:38
|
|
@@ -6285,7 +6208,6 @@
|
|
|
6285
6208
|
AmisObjectFieldLookup,
|
|
6286
6209
|
AmisSelectUser,
|
|
6287
6210
|
SteedosDropdownButton,
|
|
6288
|
-
AmisGlobalHeader,
|
|
6289
6211
|
AmisGlobalFooter,
|
|
6290
6212
|
AmisGlobalHeaderToolbar,
|
|
6291
6213
|
AmisAppLauncher,
|