@steedos-widgets/amis-object 1.2.5 → 1.2.6-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisGlobalFooter.d.ts +2 -0
- package/dist/amis/AmisGlobalHeader.d.ts +157 -4
- package/dist/amis/AmisGlobalHeaderToolbar.d.ts +8 -0
- package/dist/amis/index.d.ts +2 -0
- package/dist/amis-object.cjs.css +150 -0
- package/dist/amis-object.cjs.js +294 -49
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +150 -0
- package/dist/amis-object.esm.js +293 -50
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +150 -0
- package/dist/amis-object.umd.js +294 -49
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +11 -11
- package/dist/meta.js +406 -253
- package/dist/metas/AmisGlobalFooter.d.ts +2 -0
- package/dist/metas/AmisGlobalHeaderToolbar.d.ts +2 -0
- package/package.json +3 -3
package/dist/meta.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* @LastEditTime: 2023-03-31 23:36:11
|
|
38
38
|
* @Description:
|
|
39
39
|
*/
|
|
40
|
-
var config$
|
|
40
|
+
var config$w = {
|
|
41
41
|
componentType: 'amisSchema',
|
|
42
42
|
group: "华炎魔方",
|
|
43
43
|
componentName: "AmisObjectForm",
|
|
@@ -115,39 +115,39 @@
|
|
|
115
115
|
icon: "fa-fw fa fa-list-alt"
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
var AmisObjectForm = __assign(__assign({}, config$
|
|
118
|
+
var AmisObjectForm = __assign(__assign({}, config$w), { snippets: [
|
|
119
119
|
{
|
|
120
|
-
title: config$
|
|
120
|
+
title: config$w.title,
|
|
121
121
|
screenshot: "",
|
|
122
122
|
schema: {
|
|
123
|
-
componentName: config$
|
|
124
|
-
props: config$
|
|
123
|
+
componentName: config$w.componentName,
|
|
124
|
+
props: config$w.preview
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
], amis: {
|
|
128
128
|
render: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$w.amis.name,
|
|
130
130
|
usage: "renderer",
|
|
131
131
|
weight: 1,
|
|
132
132
|
framework: "react"
|
|
133
133
|
},
|
|
134
134
|
plugin: {
|
|
135
|
-
rendererName: config$
|
|
135
|
+
rendererName: config$w.amis.name,
|
|
136
136
|
$schema: '/schemas/UnkownSchema.json',
|
|
137
|
-
name: config$
|
|
138
|
-
description: config$
|
|
139
|
-
tags: [config$
|
|
137
|
+
name: config$w.title,
|
|
138
|
+
description: config$w.title,
|
|
139
|
+
tags: [config$w.group],
|
|
140
140
|
order: -9999,
|
|
141
|
-
icon: config$
|
|
141
|
+
icon: config$w.amis.icon,
|
|
142
142
|
scaffold: {
|
|
143
|
-
type: config$
|
|
144
|
-
label: config$
|
|
143
|
+
type: config$w.amis.name,
|
|
144
|
+
label: config$w.title,
|
|
145
145
|
objectApiName: "${objectName}",
|
|
146
146
|
recordId: "${recordId}",
|
|
147
147
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 bg-white p-4"
|
|
148
148
|
},
|
|
149
149
|
previewSchema: {
|
|
150
|
-
type: config$
|
|
150
|
+
type: config$w.amis.name,
|
|
151
151
|
objectApiName: 'space_users'
|
|
152
152
|
},
|
|
153
153
|
panelTitle: "设置",
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
* @LastEditTime: 2023-03-06 14:30:43
|
|
500
500
|
* @Description:
|
|
501
501
|
*/
|
|
502
|
-
var config$
|
|
502
|
+
var config$v = {
|
|
503
503
|
componentType: 'amisSchema',
|
|
504
504
|
group: "华炎魔方",
|
|
505
505
|
componentName: "AmisObjectListView",
|
|
@@ -536,40 +536,40 @@
|
|
|
536
536
|
icon: "fa-fw fa fa-list-alt"
|
|
537
537
|
}
|
|
538
538
|
};
|
|
539
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
539
|
+
var AmisObjectListview = __assign(__assign({}, config$v), { snippets: [
|
|
540
540
|
{
|
|
541
|
-
title: config$
|
|
541
|
+
title: config$v.title,
|
|
542
542
|
screenshot: "",
|
|
543
543
|
schema: {
|
|
544
|
-
componentName: config$
|
|
545
|
-
props: config$
|
|
544
|
+
componentName: config$v.componentName,
|
|
545
|
+
props: config$v.preview
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
], amis: {
|
|
549
549
|
render: {
|
|
550
|
-
type: config$
|
|
550
|
+
type: config$v.amis.name,
|
|
551
551
|
usage: "renderer",
|
|
552
552
|
weight: 1,
|
|
553
553
|
framework: "react"
|
|
554
554
|
},
|
|
555
555
|
plugin: {
|
|
556
|
-
rendererName: config$
|
|
556
|
+
rendererName: config$v.amis.name,
|
|
557
557
|
$schema: '/schemas/UnkownSchema.json',
|
|
558
|
-
name: config$
|
|
559
|
-
description: config$
|
|
560
|
-
tags: [config$
|
|
558
|
+
name: config$v.title,
|
|
559
|
+
description: config$v.description,
|
|
560
|
+
tags: [config$v.group],
|
|
561
561
|
order: -9999,
|
|
562
|
-
icon: config$
|
|
562
|
+
icon: config$v.amis.icon,
|
|
563
563
|
scaffold: {
|
|
564
|
-
type: config$
|
|
565
|
-
label: config$
|
|
564
|
+
type: config$v.amis.name,
|
|
565
|
+
label: config$v.title,
|
|
566
566
|
objectApiName: "${objectName}",
|
|
567
567
|
listName: "all",
|
|
568
568
|
showHeader: true,
|
|
569
569
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 mb-4"
|
|
570
570
|
},
|
|
571
571
|
previewSchema: {
|
|
572
|
-
type: config$
|
|
572
|
+
type: config$v.amis.name,
|
|
573
573
|
objectApiName: 'space_users',
|
|
574
574
|
listName: "all",
|
|
575
575
|
showHeader: true,
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
}
|
|
653
653
|
} });
|
|
654
654
|
|
|
655
|
-
var config$
|
|
655
|
+
var config$u = {
|
|
656
656
|
componentType: 'amisSchema',
|
|
657
657
|
group: "华炎魔方",
|
|
658
658
|
componentName: "AmisObjectCalendar",
|
|
@@ -708,38 +708,38 @@
|
|
|
708
708
|
icon: "fa-fw fa fa-list-alt"
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
711
|
+
var AmisObjectCalendar = __assign(__assign({}, config$u), { snippets: [
|
|
712
712
|
{
|
|
713
|
-
title: config$
|
|
713
|
+
title: config$u.title,
|
|
714
714
|
screenshot: "",
|
|
715
715
|
schema: {
|
|
716
|
-
componentName: config$
|
|
717
|
-
props: config$
|
|
716
|
+
componentName: config$u.componentName,
|
|
717
|
+
props: config$u.preview
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
720
|
], amis: {
|
|
721
721
|
render: {
|
|
722
|
-
type: config$
|
|
722
|
+
type: config$u.amis.name,
|
|
723
723
|
usage: "renderer",
|
|
724
724
|
weight: 1,
|
|
725
725
|
framework: "react"
|
|
726
726
|
},
|
|
727
727
|
plugin: {
|
|
728
|
-
rendererName: config$
|
|
728
|
+
rendererName: config$u.amis.name,
|
|
729
729
|
$schema: '/schemas/UnkownSchema.json',
|
|
730
|
-
name: config$
|
|
731
|
-
description: config$
|
|
732
|
-
tags: [config$
|
|
730
|
+
name: config$u.title,
|
|
731
|
+
description: config$u.title,
|
|
732
|
+
tags: [config$u.group],
|
|
733
733
|
order: -9999,
|
|
734
|
-
icon: config$
|
|
734
|
+
icon: config$u.amis.icon,
|
|
735
735
|
scaffold: {
|
|
736
|
-
type: config$
|
|
737
|
-
label: config$
|
|
736
|
+
type: config$u.amis.name,
|
|
737
|
+
label: config$u.title,
|
|
738
738
|
objectApiName: "${objectName}",
|
|
739
739
|
currentView: "timeGridWeek"
|
|
740
740
|
},
|
|
741
741
|
previewSchema: {
|
|
742
|
-
type: config$
|
|
742
|
+
type: config$u.amis.name,
|
|
743
743
|
objectApiName: 'events',
|
|
744
744
|
currentView: "timeGridWeek"
|
|
745
745
|
},
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
* @LastEditTime: 2023-03-11 16:46:21
|
|
812
812
|
* @Description:
|
|
813
813
|
*/
|
|
814
|
-
var config$
|
|
814
|
+
var config$t = {
|
|
815
815
|
componentType: 'amisSchema',
|
|
816
816
|
group: "华炎魔方",
|
|
817
817
|
componentName: "AmisObjectTable",
|
|
@@ -877,39 +877,39 @@
|
|
|
877
877
|
icon: "fa-fw fa fa-list-alt"
|
|
878
878
|
}
|
|
879
879
|
};
|
|
880
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
880
|
+
var AmisObjectTable = __assign(__assign({}, config$t), { snippets: [
|
|
881
881
|
{
|
|
882
|
-
title: config$
|
|
882
|
+
title: config$t.title,
|
|
883
883
|
screenshot: "",
|
|
884
884
|
schema: {
|
|
885
|
-
componentName: config$
|
|
886
|
-
props: config$
|
|
885
|
+
componentName: config$t.componentName,
|
|
886
|
+
props: config$t.preview
|
|
887
887
|
}
|
|
888
888
|
}
|
|
889
889
|
], amis: {
|
|
890
890
|
render: {
|
|
891
|
-
type: config$
|
|
891
|
+
type: config$t.amis.name,
|
|
892
892
|
usage: "renderer",
|
|
893
893
|
weight: 1,
|
|
894
894
|
framework: "react"
|
|
895
895
|
},
|
|
896
896
|
plugin: {
|
|
897
|
-
rendererName: config$
|
|
897
|
+
rendererName: config$t.amis.name,
|
|
898
898
|
$schema: '/schemas/UnkownSchema.json',
|
|
899
|
-
name: config$
|
|
900
|
-
description: config$
|
|
901
|
-
tags: [config$
|
|
899
|
+
name: config$t.title,
|
|
900
|
+
description: config$t.title,
|
|
901
|
+
tags: [config$t.group],
|
|
902
902
|
order: -9999,
|
|
903
|
-
icon: config$
|
|
903
|
+
icon: config$t.amis.icon,
|
|
904
904
|
scaffold: {
|
|
905
|
-
type: config$
|
|
906
|
-
label: config$
|
|
905
|
+
type: config$t.amis.name,
|
|
906
|
+
label: config$t.title,
|
|
907
907
|
objectApiName: "${objectName}",
|
|
908
908
|
fields: ["name"],
|
|
909
909
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300"
|
|
910
910
|
},
|
|
911
911
|
previewSchema: {
|
|
912
|
-
type: config$
|
|
912
|
+
type: config$t.amis.name,
|
|
913
913
|
objectApiName: 'space_users',
|
|
914
914
|
fields: ["name"]
|
|
915
915
|
},
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
* @LastEditTime: 2023-03-06 14:31:08
|
|
1155
1155
|
* @Description:
|
|
1156
1156
|
*/
|
|
1157
|
-
var config$
|
|
1157
|
+
var config$s = {
|
|
1158
1158
|
componentType: 'amisSchema',
|
|
1159
1159
|
group: "华炎魔方",
|
|
1160
1160
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -1191,38 +1191,38 @@
|
|
|
1191
1191
|
icon: "fa-fw fa fa-list-alt"
|
|
1192
1192
|
}
|
|
1193
1193
|
};
|
|
1194
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
1194
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$s), { snippets: [
|
|
1195
1195
|
{
|
|
1196
|
-
title: config$
|
|
1196
|
+
title: config$s.title,
|
|
1197
1197
|
screenshot: "",
|
|
1198
1198
|
schema: {
|
|
1199
|
-
componentName: config$
|
|
1200
|
-
props: config$
|
|
1199
|
+
componentName: config$s.componentName,
|
|
1200
|
+
props: config$s.preview
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
1203
|
], amis: {
|
|
1204
1204
|
render: {
|
|
1205
|
-
type: config$
|
|
1205
|
+
type: config$s.amis.name,
|
|
1206
1206
|
usage: "renderer",
|
|
1207
1207
|
weight: 1,
|
|
1208
1208
|
framework: "react"
|
|
1209
1209
|
},
|
|
1210
1210
|
plugin: {
|
|
1211
|
-
rendererName: config$
|
|
1211
|
+
rendererName: config$s.amis.name,
|
|
1212
1212
|
$schema: '/schemas/UnkownSchema.json',
|
|
1213
|
-
name: config$
|
|
1214
|
-
description: config$
|
|
1215
|
-
tags: [config$
|
|
1213
|
+
name: config$s.title,
|
|
1214
|
+
description: config$s.description,
|
|
1215
|
+
tags: [config$s.group],
|
|
1216
1216
|
order: -9999,
|
|
1217
|
-
icon: config$
|
|
1217
|
+
icon: config$s.amis.icon,
|
|
1218
1218
|
scaffold: {
|
|
1219
|
-
type: config$
|
|
1220
|
-
label: config$
|
|
1219
|
+
type: config$s.amis.name,
|
|
1220
|
+
label: config$s.title,
|
|
1221
1221
|
objectApiName: "${objectName}",
|
|
1222
1222
|
recordId: "${recordId}"
|
|
1223
1223
|
},
|
|
1224
1224
|
previewSchema: {
|
|
1225
|
-
type: config$
|
|
1225
|
+
type: config$s.amis.name,
|
|
1226
1226
|
objectApiName: 'space_users'
|
|
1227
1227
|
},
|
|
1228
1228
|
panelTitle: "设置",
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
* @LastEditTime: 2023-04-12 23:29:24
|
|
1266
1266
|
* @Description:
|
|
1267
1267
|
*/
|
|
1268
|
-
var config$
|
|
1268
|
+
var config$r = {
|
|
1269
1269
|
componentType: 'amisSchema',
|
|
1270
1270
|
group: "华炎魔方",
|
|
1271
1271
|
componentName: "AmisRecordDetail",
|
|
@@ -1301,34 +1301,34 @@
|
|
|
1301
1301
|
icon: "fa-fw fa fa-list-alt"
|
|
1302
1302
|
}
|
|
1303
1303
|
};
|
|
1304
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
1304
|
+
var AmisRecordDetail = __assign(__assign({}, config$r), { snippets: [
|
|
1305
1305
|
{
|
|
1306
|
-
title: config$
|
|
1306
|
+
title: config$r.title,
|
|
1307
1307
|
screenshot: "",
|
|
1308
1308
|
schema: {
|
|
1309
|
-
componentName: config$
|
|
1310
|
-
props: config$
|
|
1309
|
+
componentName: config$r.componentName,
|
|
1310
|
+
props: config$r.preview
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
1313
1313
|
], amis: {
|
|
1314
1314
|
render: {
|
|
1315
|
-
type: config$
|
|
1315
|
+
type: config$r.amis.name,
|
|
1316
1316
|
usage: "renderer",
|
|
1317
1317
|
weight: 1,
|
|
1318
1318
|
framework: "react"
|
|
1319
1319
|
},
|
|
1320
1320
|
plugin__disable: {
|
|
1321
|
-
rendererName: config$
|
|
1321
|
+
rendererName: config$r.amis.name,
|
|
1322
1322
|
$schema: '/schemas/UnkownSchema.json',
|
|
1323
|
-
name: config$
|
|
1324
|
-
description: config$
|
|
1325
|
-
tags: [config$
|
|
1323
|
+
name: config$r.title,
|
|
1324
|
+
description: config$r.title,
|
|
1325
|
+
tags: [config$r.group],
|
|
1326
1326
|
order: -9999,
|
|
1327
|
-
icon: config$
|
|
1327
|
+
icon: config$r.amis.icon,
|
|
1328
1328
|
scaffold: {
|
|
1329
|
-
type: config$
|
|
1329
|
+
type: config$r.amis.name,
|
|
1330
1330
|
body: [],
|
|
1331
|
-
label: config$
|
|
1331
|
+
label: config$r.title,
|
|
1332
1332
|
objectApiName: "${objectName}",
|
|
1333
1333
|
recordId: "${recordId}"
|
|
1334
1334
|
},
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
}
|
|
1340
1340
|
],
|
|
1341
1341
|
previewSchema: {
|
|
1342
|
-
type: config$
|
|
1342
|
+
type: config$r.amis.name,
|
|
1343
1343
|
objectApiName: 'space_users'
|
|
1344
1344
|
},
|
|
1345
1345
|
panelTitle: "设置",
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
}
|
|
1370
1370
|
} });
|
|
1371
1371
|
|
|
1372
|
-
var config$
|
|
1372
|
+
var config$q = {
|
|
1373
1373
|
componentType: 'amisSchema',
|
|
1374
1374
|
group: "华炎魔方",
|
|
1375
1375
|
componentName: "AmisRecordService",
|
|
@@ -1405,34 +1405,34 @@
|
|
|
1405
1405
|
icon: "fa-fw fa fa-list-alt"
|
|
1406
1406
|
}
|
|
1407
1407
|
};
|
|
1408
|
-
var AmisRecordService = __assign(__assign({}, config$
|
|
1408
|
+
var AmisRecordService = __assign(__assign({}, config$q), { snippets: [
|
|
1409
1409
|
{
|
|
1410
|
-
title: config$
|
|
1410
|
+
title: config$q.title,
|
|
1411
1411
|
screenshot: "",
|
|
1412
1412
|
schema: {
|
|
1413
|
-
componentName: config$
|
|
1414
|
-
props: config$
|
|
1413
|
+
componentName: config$q.componentName,
|
|
1414
|
+
props: config$q.preview
|
|
1415
1415
|
}
|
|
1416
1416
|
}
|
|
1417
1417
|
], amis: {
|
|
1418
1418
|
render: {
|
|
1419
|
-
type: config$
|
|
1419
|
+
type: config$q.amis.name,
|
|
1420
1420
|
usage: "renderer",
|
|
1421
1421
|
weight: 1,
|
|
1422
1422
|
framework: "react"
|
|
1423
1423
|
},
|
|
1424
1424
|
plugin: {
|
|
1425
|
-
rendererName: config$
|
|
1425
|
+
rendererName: config$q.amis.name,
|
|
1426
1426
|
$schema: '/schemas/UnkownSchema.json',
|
|
1427
|
-
name: config$
|
|
1428
|
-
description: config$
|
|
1429
|
-
tags: [config$
|
|
1427
|
+
name: config$q.title,
|
|
1428
|
+
description: config$q.title,
|
|
1429
|
+
tags: [config$q.group],
|
|
1430
1430
|
order: -9999,
|
|
1431
|
-
icon: config$
|
|
1431
|
+
icon: config$q.amis.icon,
|
|
1432
1432
|
scaffold: {
|
|
1433
|
-
type: config$
|
|
1433
|
+
type: config$q.amis.name,
|
|
1434
1434
|
body: [],
|
|
1435
|
-
label: config$
|
|
1435
|
+
label: config$q.title,
|
|
1436
1436
|
objectApiName: "${objectName}",
|
|
1437
1437
|
recordId: "${recordId}"
|
|
1438
1438
|
},
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
}
|
|
1444
1444
|
],
|
|
1445
1445
|
previewSchema: {
|
|
1446
|
-
type: config$
|
|
1446
|
+
type: config$q.amis.name,
|
|
1447
1447
|
objectApiName: 'space_users'
|
|
1448
1448
|
},
|
|
1449
1449
|
panelTitle: "设置",
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
}
|
|
1474
1474
|
} });
|
|
1475
1475
|
|
|
1476
|
-
var config$
|
|
1476
|
+
var config$p = {
|
|
1477
1477
|
componentType: 'amisSchema',
|
|
1478
1478
|
group: "华炎魔方-界面",
|
|
1479
1479
|
componentName: "AmisSelectUser",
|
|
@@ -1519,37 +1519,37 @@
|
|
|
1519
1519
|
icon: "fa-fw fa fa-list-alt"
|
|
1520
1520
|
}
|
|
1521
1521
|
};
|
|
1522
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1522
|
+
var AmisSelectUser = __assign(__assign({}, config$p), { snippets: [
|
|
1523
1523
|
{
|
|
1524
|
-
title: config$
|
|
1524
|
+
title: config$p.title,
|
|
1525
1525
|
screenshot: "",
|
|
1526
1526
|
schema: {
|
|
1527
|
-
componentName: config$
|
|
1528
|
-
props: config$
|
|
1527
|
+
componentName: config$p.componentName,
|
|
1528
|
+
props: config$p.preview
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
1531
|
], amis: {
|
|
1532
1532
|
render: {
|
|
1533
|
-
type: config$
|
|
1533
|
+
type: config$p.amis.name,
|
|
1534
1534
|
usage: "renderer",
|
|
1535
1535
|
weight: 1,
|
|
1536
1536
|
framework: "react"
|
|
1537
1537
|
},
|
|
1538
1538
|
plugin_disabled: {
|
|
1539
|
-
rendererName: config$
|
|
1539
|
+
rendererName: config$p.amis.name,
|
|
1540
1540
|
$schema: '/schemas/UnkownSchema.json',
|
|
1541
|
-
name: config$
|
|
1542
|
-
description: config$
|
|
1543
|
-
tags: [config$
|
|
1541
|
+
name: config$p.title,
|
|
1542
|
+
description: config$p.title,
|
|
1543
|
+
tags: [config$p.group],
|
|
1544
1544
|
order: -9999,
|
|
1545
|
-
icon: config$
|
|
1545
|
+
icon: config$p.amis.icon,
|
|
1546
1546
|
scaffold: {
|
|
1547
|
-
type: config$
|
|
1548
|
-
label: config$
|
|
1547
|
+
type: config$p.amis.name,
|
|
1548
|
+
label: config$p.title,
|
|
1549
1549
|
name: ""
|
|
1550
1550
|
},
|
|
1551
1551
|
previewSchema: {
|
|
1552
|
-
type: config$
|
|
1552
|
+
type: config$p.amis.name,
|
|
1553
1553
|
},
|
|
1554
1554
|
panelTitle: "设置",
|
|
1555
1555
|
panelControls: [
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
* @LastEditTime: 2023-04-13 11:24:17
|
|
1581
1581
|
* @Description:
|
|
1582
1582
|
*/
|
|
1583
|
-
var config$
|
|
1583
|
+
var config$o = {
|
|
1584
1584
|
componentType: 'amisSchema',
|
|
1585
1585
|
group: "华炎魔方",
|
|
1586
1586
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1632,38 +1632,38 @@
|
|
|
1632
1632
|
icon: "fa-fw fa fa-list-alt"
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1635
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$o), { snippets: [
|
|
1636
1636
|
{
|
|
1637
|
-
title: config$
|
|
1637
|
+
title: config$o.title,
|
|
1638
1638
|
screenshot: "",
|
|
1639
1639
|
schema: {
|
|
1640
|
-
componentName: config$
|
|
1641
|
-
props: config$
|
|
1640
|
+
componentName: config$o.componentName,
|
|
1641
|
+
props: config$o.preview
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
1644
1644
|
], amis: {
|
|
1645
1645
|
render: {
|
|
1646
|
-
type: config$
|
|
1646
|
+
type: config$o.amis.name,
|
|
1647
1647
|
usage: "renderer",
|
|
1648
1648
|
weight: 1,
|
|
1649
1649
|
framework: "react"
|
|
1650
1650
|
},
|
|
1651
1651
|
plugin: {
|
|
1652
|
-
rendererName: config$
|
|
1652
|
+
rendererName: config$o.amis.name,
|
|
1653
1653
|
$schema: '/schemas/UnkownSchema.json',
|
|
1654
|
-
name: config$
|
|
1655
|
-
description: config$
|
|
1656
|
-
tags: [config$
|
|
1654
|
+
name: config$o.title,
|
|
1655
|
+
description: config$o.description,
|
|
1656
|
+
tags: [config$o.group],
|
|
1657
1657
|
order: -9999,
|
|
1658
|
-
icon: config$
|
|
1658
|
+
icon: config$o.amis.icon,
|
|
1659
1659
|
scaffold: {
|
|
1660
|
-
type: config$
|
|
1661
|
-
label: config$
|
|
1660
|
+
type: config$o.amis.name,
|
|
1661
|
+
label: config$o.title,
|
|
1662
1662
|
objectApiName: "${objectName}",
|
|
1663
1663
|
recordId: "${recordId}"
|
|
1664
1664
|
},
|
|
1665
1665
|
previewSchema: {
|
|
1666
|
-
type: config$
|
|
1666
|
+
type: config$o.amis.name,
|
|
1667
1667
|
objectApiName: "accounts"
|
|
1668
1668
|
},
|
|
1669
1669
|
panelTitle: "设置",
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1792
1792
|
* @Description:
|
|
1793
1793
|
*/
|
|
1794
|
-
var config$
|
|
1794
|
+
var config$n = {
|
|
1795
1795
|
componentType: 'amisSchema',
|
|
1796
1796
|
group: "华炎魔方",
|
|
1797
1797
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1828,38 +1828,38 @@
|
|
|
1828
1828
|
icon: "fa-fw fa fa-list-alt"
|
|
1829
1829
|
}
|
|
1830
1830
|
};
|
|
1831
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1831
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$n), { snippets: [
|
|
1832
1832
|
{
|
|
1833
|
-
title: config$
|
|
1833
|
+
title: config$n.title,
|
|
1834
1834
|
screenshot: "",
|
|
1835
1835
|
schema: {
|
|
1836
|
-
componentName: config$
|
|
1837
|
-
props: config$
|
|
1836
|
+
componentName: config$n.componentName,
|
|
1837
|
+
props: config$n.preview
|
|
1838
1838
|
}
|
|
1839
1839
|
}
|
|
1840
1840
|
], amis: {
|
|
1841
1841
|
render: {
|
|
1842
|
-
type: config$
|
|
1842
|
+
type: config$n.amis.name,
|
|
1843
1843
|
usage: "renderer",
|
|
1844
1844
|
weight: 1,
|
|
1845
1845
|
framework: "react"
|
|
1846
1846
|
},
|
|
1847
1847
|
plugin: {
|
|
1848
|
-
rendererName: config$
|
|
1848
|
+
rendererName: config$n.amis.name,
|
|
1849
1849
|
$schema: '/schemas/UnkownSchema.json',
|
|
1850
|
-
name: config$
|
|
1851
|
-
description: config$
|
|
1852
|
-
tags: [config$
|
|
1850
|
+
name: config$n.title,
|
|
1851
|
+
description: config$n.description,
|
|
1852
|
+
tags: [config$n.group],
|
|
1853
1853
|
order: -9999,
|
|
1854
|
-
icon: config$
|
|
1854
|
+
icon: config$n.amis.icon,
|
|
1855
1855
|
scaffold: {
|
|
1856
|
-
type: config$
|
|
1857
|
-
label: config$
|
|
1856
|
+
type: config$n.amis.name,
|
|
1857
|
+
label: config$n.title,
|
|
1858
1858
|
objectApiName: "${objectName}",
|
|
1859
1859
|
recordId: "${recordId}",
|
|
1860
1860
|
},
|
|
1861
1861
|
previewSchema: {
|
|
1862
|
-
type: config$
|
|
1862
|
+
type: config$n.amis.name,
|
|
1863
1863
|
objectApiName: "accounts",
|
|
1864
1864
|
},
|
|
1865
1865
|
panelTitle: "设置",
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1897
1897
|
* @Description:
|
|
1898
1898
|
*/
|
|
1899
|
-
var config$
|
|
1899
|
+
var config$m = {
|
|
1900
1900
|
componentType: 'amisSchema',
|
|
1901
1901
|
group: "华炎魔方",
|
|
1902
1902
|
componentName: "AmisProvider",
|
|
@@ -1921,33 +1921,33 @@
|
|
|
1921
1921
|
icon: "fa-fw fa fa-list-alt"
|
|
1922
1922
|
}
|
|
1923
1923
|
};
|
|
1924
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1924
|
+
var AmisProvider = __assign(__assign({}, config$m), { snippets: [
|
|
1925
1925
|
{
|
|
1926
|
-
title: config$
|
|
1926
|
+
title: config$m.title,
|
|
1927
1927
|
screenshot: "",
|
|
1928
1928
|
schema: {
|
|
1929
|
-
componentName: config$
|
|
1930
|
-
props: config$
|
|
1929
|
+
componentName: config$m.componentName,
|
|
1930
|
+
props: config$m.preview
|
|
1931
1931
|
}
|
|
1932
1932
|
}
|
|
1933
1933
|
], amis: {
|
|
1934
1934
|
render: {
|
|
1935
|
-
type: config$
|
|
1935
|
+
type: config$m.amis.name,
|
|
1936
1936
|
usage: "renderer",
|
|
1937
1937
|
weight: 1,
|
|
1938
1938
|
framework: "react"
|
|
1939
1939
|
},
|
|
1940
1940
|
plugin_disabled: {
|
|
1941
|
-
rendererName: config$
|
|
1941
|
+
rendererName: config$m.amis.name,
|
|
1942
1942
|
$schema: '/schemas/UnkownSchema.json',
|
|
1943
|
-
name: config$
|
|
1944
|
-
description: config$
|
|
1945
|
-
tags: [config$
|
|
1943
|
+
name: config$m.title,
|
|
1944
|
+
description: config$m.title,
|
|
1945
|
+
tags: [config$m.group],
|
|
1946
1946
|
order: -9999,
|
|
1947
|
-
icon: config$
|
|
1947
|
+
icon: config$m.amis.icon,
|
|
1948
1948
|
scaffold: {
|
|
1949
|
-
type: config$
|
|
1950
|
-
label: config$
|
|
1949
|
+
type: config$m.amis.name,
|
|
1950
|
+
label: config$m.title,
|
|
1951
1951
|
body: [], // 容器类字段
|
|
1952
1952
|
},
|
|
1953
1953
|
// 容器类组件必需字段
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
},
|
|
1959
1959
|
],
|
|
1960
1960
|
previewSchema: {
|
|
1961
|
-
type: config$
|
|
1961
|
+
type: config$m.amis.name,
|
|
1962
1962
|
},
|
|
1963
1963
|
panelTitle: "设置",
|
|
1964
1964
|
panelControls: []
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1973
1973
|
* @Description:
|
|
1974
1974
|
*/
|
|
1975
|
-
var config$
|
|
1975
|
+
var config$l = {
|
|
1976
1976
|
// componentType: 'amisSchema',
|
|
1977
1977
|
group: "华炎魔方",
|
|
1978
1978
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1996,18 +1996,18 @@
|
|
|
1996
1996
|
icon: "fa-fw fa fa-list-alt"
|
|
1997
1997
|
}
|
|
1998
1998
|
};
|
|
1999
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1999
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$l), { snippets: [
|
|
2000
2000
|
{
|
|
2001
|
-
title: config$
|
|
2001
|
+
title: config$l.title,
|
|
2002
2002
|
screenshot: "",
|
|
2003
2003
|
schema: {
|
|
2004
|
-
componentName: config$
|
|
2005
|
-
props: config$
|
|
2004
|
+
componentName: config$l.componentName,
|
|
2005
|
+
props: config$l.preview
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
], amis: {
|
|
2009
2009
|
render: {
|
|
2010
|
-
type: config$
|
|
2010
|
+
type: config$l.amis.name,
|
|
2011
2011
|
usage: "formitem",
|
|
2012
2012
|
weight: 1,
|
|
2013
2013
|
framework: "react"
|
|
@@ -2043,7 +2043,7 @@
|
|
|
2043
2043
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
2044
2044
|
* @Description:
|
|
2045
2045
|
*/
|
|
2046
|
-
var config$
|
|
2046
|
+
var config$k = {
|
|
2047
2047
|
// componentType: 'amisSchema',
|
|
2048
2048
|
group: "华炎魔方",
|
|
2049
2049
|
componentName: "AmisObjectButton",
|
|
@@ -2067,18 +2067,18 @@
|
|
|
2067
2067
|
icon: "fa-fw fa fa-list-alt"
|
|
2068
2068
|
}
|
|
2069
2069
|
};
|
|
2070
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
2070
|
+
var AmisObjectButton = __assign(__assign({}, config$k), { snippets: [
|
|
2071
2071
|
{
|
|
2072
|
-
title: config$
|
|
2072
|
+
title: config$k.title,
|
|
2073
2073
|
screenshot: "",
|
|
2074
2074
|
schema: {
|
|
2075
|
-
componentName: config$
|
|
2076
|
-
props: config$
|
|
2075
|
+
componentName: config$k.componentName,
|
|
2076
|
+
props: config$k.preview
|
|
2077
2077
|
}
|
|
2078
2078
|
}
|
|
2079
2079
|
], amis: {
|
|
2080
2080
|
render: {
|
|
2081
|
-
type: config$
|
|
2081
|
+
type: config$k.amis.name,
|
|
2082
2082
|
usage: "renderer",
|
|
2083
2083
|
weight: 1,
|
|
2084
2084
|
framework: "react"
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
2115
2115
|
* @Description:
|
|
2116
2116
|
*/
|
|
2117
|
-
var config$
|
|
2117
|
+
var config$j = {
|
|
2118
2118
|
// componentType: 'amisSchema',
|
|
2119
2119
|
group: "华炎魔方",
|
|
2120
2120
|
componentName: "SteedosDropdownButton",
|
|
@@ -2138,18 +2138,18 @@
|
|
|
2138
2138
|
icon: "fa-fw fa fa-list-alt"
|
|
2139
2139
|
}
|
|
2140
2140
|
};
|
|
2141
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
2141
|
+
var SteedosDropdownButton = __assign(__assign({}, config$j), { snippets: [
|
|
2142
2142
|
{
|
|
2143
|
-
title: config$
|
|
2143
|
+
title: config$j.title,
|
|
2144
2144
|
screenshot: "",
|
|
2145
2145
|
schema: {
|
|
2146
|
-
componentName: config$
|
|
2147
|
-
props: config$
|
|
2146
|
+
componentName: config$j.componentName,
|
|
2147
|
+
props: config$j.preview
|
|
2148
2148
|
}
|
|
2149
2149
|
}
|
|
2150
2150
|
], amis: {
|
|
2151
2151
|
render: {
|
|
2152
|
-
type: config$
|
|
2152
|
+
type: config$j.amis.name,
|
|
2153
2153
|
usage: "renderer",
|
|
2154
2154
|
weight: 1,
|
|
2155
2155
|
framework: "react"
|
|
@@ -2185,7 +2185,7 @@
|
|
|
2185
2185
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2186
2186
|
* @Description:
|
|
2187
2187
|
*/
|
|
2188
|
-
var config$
|
|
2188
|
+
var config$i = {
|
|
2189
2189
|
componentType: 'amisSchema',
|
|
2190
2190
|
group: "华炎魔方",
|
|
2191
2191
|
componentName: "AmisAppLauncher",
|
|
@@ -2209,39 +2209,39 @@
|
|
|
2209
2209
|
icon: "fa-fw fa fa-list-alt"
|
|
2210
2210
|
}
|
|
2211
2211
|
};
|
|
2212
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2212
|
+
var AmisAppLauncher = __assign(__assign({}, config$i), { snippets: [
|
|
2213
2213
|
{
|
|
2214
|
-
title: config$
|
|
2214
|
+
title: config$i.title,
|
|
2215
2215
|
screenshot: "",
|
|
2216
2216
|
schema: {
|
|
2217
|
-
componentName: config$
|
|
2218
|
-
props: config$
|
|
2217
|
+
componentName: config$i.componentName,
|
|
2218
|
+
props: config$i.preview
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
2221
|
], amis: {
|
|
2222
2222
|
render: {
|
|
2223
|
-
type: config$
|
|
2223
|
+
type: config$i.amis.name,
|
|
2224
2224
|
usage: "renderer",
|
|
2225
2225
|
weight: 1,
|
|
2226
2226
|
framework: "react"
|
|
2227
2227
|
},
|
|
2228
2228
|
plugin_disabled: {
|
|
2229
|
-
rendererName: config$
|
|
2229
|
+
rendererName: config$i.amis.name,
|
|
2230
2230
|
$schema: '/schemas/UnkownSchema.json',
|
|
2231
|
-
name: config$
|
|
2232
|
-
description: config$
|
|
2233
|
-
tags: [config$
|
|
2231
|
+
name: config$i.title,
|
|
2232
|
+
description: config$i.title,
|
|
2233
|
+
tags: [config$i.group],
|
|
2234
2234
|
order: -9999,
|
|
2235
|
-
icon: config$
|
|
2235
|
+
icon: config$i.amis.icon,
|
|
2236
2236
|
scaffold: {
|
|
2237
|
-
type: config$
|
|
2238
|
-
label: config$
|
|
2237
|
+
type: config$i.amis.name,
|
|
2238
|
+
label: config$i.title,
|
|
2239
2239
|
name: 'board',
|
|
2240
2240
|
columns: 1,
|
|
2241
2241
|
vertical: false
|
|
2242
2242
|
},
|
|
2243
2243
|
previewSchema: {
|
|
2244
|
-
type: config$
|
|
2244
|
+
type: config$i.amis.name,
|
|
2245
2245
|
},
|
|
2246
2246
|
panelTitle: "设置",
|
|
2247
2247
|
panelControls: []
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2256
2256
|
* @Description:
|
|
2257
2257
|
*/
|
|
2258
|
-
var config$
|
|
2258
|
+
var config$h = {
|
|
2259
2259
|
componentType: 'amisSchema',
|
|
2260
2260
|
group: "华炎魔方",
|
|
2261
2261
|
componentName: "AmisLogo",
|
|
@@ -2279,39 +2279,39 @@
|
|
|
2279
2279
|
icon: "fa-fw fa fa-list-alt"
|
|
2280
2280
|
}
|
|
2281
2281
|
};
|
|
2282
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2282
|
+
var AmisLogo = __assign(__assign({}, config$h), { snippets: [
|
|
2283
2283
|
{
|
|
2284
|
-
title: config$
|
|
2284
|
+
title: config$h.title,
|
|
2285
2285
|
screenshot: "",
|
|
2286
2286
|
schema: {
|
|
2287
|
-
componentName: config$
|
|
2288
|
-
props: config$
|
|
2287
|
+
componentName: config$h.componentName,
|
|
2288
|
+
props: config$h.preview
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
2291
|
], amis: {
|
|
2292
2292
|
render: {
|
|
2293
|
-
type: config$
|
|
2293
|
+
type: config$h.amis.name,
|
|
2294
2294
|
usage: "renderer",
|
|
2295
2295
|
weight: 1,
|
|
2296
2296
|
framework: "react"
|
|
2297
2297
|
},
|
|
2298
2298
|
plugin_disabled: {
|
|
2299
|
-
rendererName: config$
|
|
2299
|
+
rendererName: config$h.amis.name,
|
|
2300
2300
|
$schema: '/schemas/UnkownSchema.json',
|
|
2301
|
-
name: config$
|
|
2302
|
-
description: config$
|
|
2303
|
-
tags: [config$
|
|
2301
|
+
name: config$h.title,
|
|
2302
|
+
description: config$h.title,
|
|
2303
|
+
tags: [config$h.group],
|
|
2304
2304
|
order: -9999,
|
|
2305
|
-
icon: config$
|
|
2305
|
+
icon: config$h.amis.icon,
|
|
2306
2306
|
scaffold: {
|
|
2307
|
-
type: config$
|
|
2308
|
-
label: config$
|
|
2307
|
+
type: config$h.amis.name,
|
|
2308
|
+
label: config$h.title,
|
|
2309
2309
|
name: 'board',
|
|
2310
2310
|
columns: 1,
|
|
2311
2311
|
vertical: false
|
|
2312
2312
|
},
|
|
2313
2313
|
previewSchema: {
|
|
2314
|
-
type: config$
|
|
2314
|
+
type: config$h.amis.name,
|
|
2315
2315
|
},
|
|
2316
2316
|
panelTitle: "设置",
|
|
2317
2317
|
panelControls: []
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2326
2326
|
* @Description:
|
|
2327
2327
|
*/
|
|
2328
|
-
var config$
|
|
2328
|
+
var config$g = {
|
|
2329
2329
|
componentType: 'amisSchema',
|
|
2330
2330
|
group: "华炎魔方",
|
|
2331
2331
|
componentName: "AmisAppMenu",
|
|
@@ -2356,39 +2356,39 @@
|
|
|
2356
2356
|
icon: "fa-fw fa fa-list-alt"
|
|
2357
2357
|
}
|
|
2358
2358
|
};
|
|
2359
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2359
|
+
var AmisAppMenu = __assign(__assign({}, config$g), { snippets: [
|
|
2360
2360
|
{
|
|
2361
|
-
title: config$
|
|
2361
|
+
title: config$g.title,
|
|
2362
2362
|
screenshot: "",
|
|
2363
2363
|
schema: {
|
|
2364
|
-
componentName: config$
|
|
2365
|
-
props: config$
|
|
2364
|
+
componentName: config$g.componentName,
|
|
2365
|
+
props: config$g.preview
|
|
2366
2366
|
}
|
|
2367
2367
|
}
|
|
2368
2368
|
], amis: {
|
|
2369
2369
|
render: {
|
|
2370
|
-
type: config$
|
|
2370
|
+
type: config$g.amis.name,
|
|
2371
2371
|
usage: "renderer",
|
|
2372
2372
|
weight: 1,
|
|
2373
2373
|
framework: "react"
|
|
2374
2374
|
},
|
|
2375
2375
|
plugin_disabled: {
|
|
2376
|
-
rendererName: config$
|
|
2376
|
+
rendererName: config$g.amis.name,
|
|
2377
2377
|
$schema: '/schemas/UnkownSchema.json',
|
|
2378
|
-
name: config$
|
|
2379
|
-
description: config$
|
|
2380
|
-
tags: [config$
|
|
2378
|
+
name: config$g.title,
|
|
2379
|
+
description: config$g.title,
|
|
2380
|
+
tags: [config$g.group],
|
|
2381
2381
|
order: -9999,
|
|
2382
|
-
icon: config$
|
|
2382
|
+
icon: config$g.amis.icon,
|
|
2383
2383
|
scaffold: {
|
|
2384
|
-
type: config$
|
|
2385
|
-
label: config$
|
|
2384
|
+
type: config$g.amis.name,
|
|
2385
|
+
label: config$g.title,
|
|
2386
2386
|
columns: 1,
|
|
2387
2387
|
vertical: false,
|
|
2388
2388
|
showIcon: true
|
|
2389
2389
|
},
|
|
2390
2390
|
previewSchema: {
|
|
2391
|
-
type: config$
|
|
2391
|
+
type: config$g.amis.name,
|
|
2392
2392
|
},
|
|
2393
2393
|
panelTitle: "设置",
|
|
2394
2394
|
panelControls: [
|
|
@@ -2406,6 +2406,76 @@
|
|
|
2406
2406
|
}
|
|
2407
2407
|
} });
|
|
2408
2408
|
|
|
2409
|
+
/*
|
|
2410
|
+
* @Author: baozhoutao@steedos.com
|
|
2411
|
+
* @Date: 2022-10-11 09:39:38
|
|
2412
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2413
|
+
* @LastEditTime: 2022-12-14 13:38:52
|
|
2414
|
+
* @Description:
|
|
2415
|
+
*/
|
|
2416
|
+
var config$f = {
|
|
2417
|
+
componentType: 'amisSchema',
|
|
2418
|
+
group: "华炎魔方",
|
|
2419
|
+
componentName: "AmisGlobalHeaderToolbar",
|
|
2420
|
+
title: "Global Header Toolbar",
|
|
2421
|
+
docUrl: "",
|
|
2422
|
+
screenshot: "",
|
|
2423
|
+
npm: {
|
|
2424
|
+
package: "@steedos-widgets/amis-object",
|
|
2425
|
+
version: "{{version}}",
|
|
2426
|
+
exportName: "AmisGlobalHeaderToolbar",
|
|
2427
|
+
main: "",
|
|
2428
|
+
destructuring: true,
|
|
2429
|
+
subName: ""
|
|
2430
|
+
},
|
|
2431
|
+
props: [],
|
|
2432
|
+
preview: {},
|
|
2433
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2434
|
+
engines: ["amis"],
|
|
2435
|
+
// settings for amis.
|
|
2436
|
+
amis: {
|
|
2437
|
+
name: 'steedos-global-header-toolbar',
|
|
2438
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2439
|
+
}
|
|
2440
|
+
};
|
|
2441
|
+
var AmisGlobalHeaderToolbar = __assign(__assign({}, config$f), { snippets: [
|
|
2442
|
+
{
|
|
2443
|
+
title: config$f.title,
|
|
2444
|
+
screenshot: "",
|
|
2445
|
+
schema: {
|
|
2446
|
+
componentName: config$f.componentName,
|
|
2447
|
+
props: config$f.preview
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
], amis: {
|
|
2451
|
+
render: {
|
|
2452
|
+
type: config$f.amis.name,
|
|
2453
|
+
usage: "renderer",
|
|
2454
|
+
weight: 1,
|
|
2455
|
+
framework: "react"
|
|
2456
|
+
},
|
|
2457
|
+
plugin_disabled: {
|
|
2458
|
+
rendererName: config$f.amis.name,
|
|
2459
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
2460
|
+
name: config$f.title,
|
|
2461
|
+
description: config$f.title,
|
|
2462
|
+
tags: [config$f.group],
|
|
2463
|
+
order: -9999,
|
|
2464
|
+
icon: config$f.amis.icon,
|
|
2465
|
+
scaffold: {
|
|
2466
|
+
type: config$f.amis.name,
|
|
2467
|
+
label: config$f.title,
|
|
2468
|
+
columns: 1,
|
|
2469
|
+
vertical: false
|
|
2470
|
+
},
|
|
2471
|
+
previewSchema: {
|
|
2472
|
+
type: config$f.amis.name,
|
|
2473
|
+
},
|
|
2474
|
+
panelTitle: "设置",
|
|
2475
|
+
panelControls: []
|
|
2476
|
+
}
|
|
2477
|
+
} });
|
|
2478
|
+
|
|
2409
2479
|
/*
|
|
2410
2480
|
* @Author: baozhoutao@steedos.com
|
|
2411
2481
|
* @Date: 2022-10-11 09:39:38
|
|
@@ -2413,7 +2483,7 @@
|
|
|
2413
2483
|
* @LastEditTime: 2023-03-09 19:01:32
|
|
2414
2484
|
* @Description:
|
|
2415
2485
|
*/
|
|
2416
|
-
var config$
|
|
2486
|
+
var config$e = {
|
|
2417
2487
|
// componentType: 'amisSchema',
|
|
2418
2488
|
group: "华炎魔方-原子组件",
|
|
2419
2489
|
componentName: "SteedosIcon",
|
|
@@ -2437,39 +2507,39 @@
|
|
|
2437
2507
|
icon: "fa-fw fa fa-list-alt"
|
|
2438
2508
|
}
|
|
2439
2509
|
};
|
|
2440
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2510
|
+
var SteedosIcon = __assign(__assign({}, config$e), { snippets: [
|
|
2441
2511
|
{
|
|
2442
|
-
title: config$
|
|
2512
|
+
title: config$e.title,
|
|
2443
2513
|
screenshot: "",
|
|
2444
2514
|
schema: {
|
|
2445
|
-
componentName: config$
|
|
2446
|
-
props: config$
|
|
2515
|
+
componentName: config$e.componentName,
|
|
2516
|
+
props: config$e.preview
|
|
2447
2517
|
}
|
|
2448
2518
|
}
|
|
2449
2519
|
], amis: {
|
|
2450
2520
|
render: {
|
|
2451
|
-
type: config$
|
|
2521
|
+
type: config$e.amis.name,
|
|
2452
2522
|
usage: "renderer",
|
|
2453
2523
|
weight: 1,
|
|
2454
2524
|
framework: "react"
|
|
2455
2525
|
},
|
|
2456
2526
|
plugin: {
|
|
2457
|
-
rendererName: config$
|
|
2527
|
+
rendererName: config$e.amis.name,
|
|
2458
2528
|
$schema: '/schemas/UnkownSchema.json',
|
|
2459
|
-
name: config$
|
|
2460
|
-
description: config$
|
|
2461
|
-
tags: [config$
|
|
2529
|
+
name: config$e.title,
|
|
2530
|
+
description: config$e.title,
|
|
2531
|
+
tags: [config$e.group],
|
|
2462
2532
|
order: -9999,
|
|
2463
|
-
icon: config$
|
|
2533
|
+
icon: config$e.amis.icon,
|
|
2464
2534
|
scaffold: {
|
|
2465
|
-
type: config$
|
|
2535
|
+
type: config$e.amis.name,
|
|
2466
2536
|
category: 'standard',
|
|
2467
2537
|
name: 'account',
|
|
2468
2538
|
colorVariant: 'default',
|
|
2469
2539
|
size: 'medium'
|
|
2470
2540
|
},
|
|
2471
2541
|
previewSchema: {
|
|
2472
|
-
type: config$
|
|
2542
|
+
type: config$e.amis.name,
|
|
2473
2543
|
},
|
|
2474
2544
|
panelTitle: "设置",
|
|
2475
2545
|
panelControls: [
|
|
@@ -2564,7 +2634,7 @@
|
|
|
2564
2634
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2565
2635
|
* @Description:
|
|
2566
2636
|
*/
|
|
2567
|
-
var config$
|
|
2637
|
+
var config$d = {
|
|
2568
2638
|
// componentType: 'amisSchema',
|
|
2569
2639
|
group: "华炎魔方",
|
|
2570
2640
|
componentName: "SteedosDropdown",
|
|
@@ -2588,32 +2658,32 @@
|
|
|
2588
2658
|
icon: "fa-fw fa fa-list-alt"
|
|
2589
2659
|
}
|
|
2590
2660
|
};
|
|
2591
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2661
|
+
var SteedosDropdown = __assign(__assign({}, config$d), { snippets: [
|
|
2592
2662
|
{
|
|
2593
|
-
title: config$
|
|
2663
|
+
title: config$d.title,
|
|
2594
2664
|
screenshot: "",
|
|
2595
2665
|
schema: {
|
|
2596
|
-
componentName: config$
|
|
2597
|
-
props: config$
|
|
2666
|
+
componentName: config$d.componentName,
|
|
2667
|
+
props: config$d.preview
|
|
2598
2668
|
}
|
|
2599
2669
|
}
|
|
2600
2670
|
], amis: {
|
|
2601
2671
|
render: {
|
|
2602
|
-
type: config$
|
|
2672
|
+
type: config$d.amis.name,
|
|
2603
2673
|
usage: "renderer",
|
|
2604
2674
|
weight: 1,
|
|
2605
2675
|
framework: "react"
|
|
2606
2676
|
},
|
|
2607
2677
|
plugin_disabled: {
|
|
2608
|
-
rendererName: config$
|
|
2678
|
+
rendererName: config$d.amis.name,
|
|
2609
2679
|
$schema: '/schemas/UnkownSchema.json',
|
|
2610
|
-
name: config$
|
|
2611
|
-
description: config$
|
|
2612
|
-
tags: [config$
|
|
2680
|
+
name: config$d.title,
|
|
2681
|
+
description: config$d.title,
|
|
2682
|
+
tags: [config$d.group],
|
|
2613
2683
|
order: -9999,
|
|
2614
|
-
icon: config$
|
|
2684
|
+
icon: config$d.amis.icon,
|
|
2615
2685
|
scaffold: {
|
|
2616
|
-
type: config$
|
|
2686
|
+
type: config$d.amis.name,
|
|
2617
2687
|
placement: 'bottomLeft',
|
|
2618
2688
|
trigger: ['click'],
|
|
2619
2689
|
body: [],
|
|
@@ -2630,7 +2700,7 @@
|
|
|
2630
2700
|
},
|
|
2631
2701
|
],
|
|
2632
2702
|
previewSchema: {
|
|
2633
|
-
type: config$
|
|
2703
|
+
type: config$d.amis.name,
|
|
2634
2704
|
},
|
|
2635
2705
|
panelTitle: "设置",
|
|
2636
2706
|
panelControls: [
|
|
@@ -2678,7 +2748,7 @@
|
|
|
2678
2748
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2679
2749
|
* @Description:
|
|
2680
2750
|
*/
|
|
2681
|
-
var config$
|
|
2751
|
+
var config$c = {
|
|
2682
2752
|
// componentType: 'amisSchema',
|
|
2683
2753
|
group: "华炎魔方",
|
|
2684
2754
|
componentName: "FromNow",
|
|
@@ -2702,18 +2772,18 @@
|
|
|
2702
2772
|
icon: "fa-fw fa fa-list-alt"
|
|
2703
2773
|
}
|
|
2704
2774
|
};
|
|
2705
|
-
var FromNow = __assign(__assign({}, config$
|
|
2775
|
+
var FromNow = __assign(__assign({}, config$c), { snippets: [
|
|
2706
2776
|
{
|
|
2707
|
-
title: config$
|
|
2777
|
+
title: config$c.title,
|
|
2708
2778
|
screenshot: "",
|
|
2709
2779
|
schema: {
|
|
2710
|
-
componentName: config$
|
|
2711
|
-
props: config$
|
|
2780
|
+
componentName: config$c.componentName,
|
|
2781
|
+
props: config$c.preview
|
|
2712
2782
|
}
|
|
2713
2783
|
}
|
|
2714
2784
|
], amis: {
|
|
2715
2785
|
render: {
|
|
2716
|
-
type: config$
|
|
2786
|
+
type: config$c.amis.name,
|
|
2717
2787
|
usage: "renderer",
|
|
2718
2788
|
weight: 1,
|
|
2719
2789
|
framework: "react"
|
|
@@ -2748,10 +2818,10 @@
|
|
|
2748
2818
|
* @Author: baozhoutao@steedos.com
|
|
2749
2819
|
* @Date: 2022-10-11 09:39:38
|
|
2750
2820
|
* @LastEditors: baozhoutao@steedos.com
|
|
2751
|
-
* @LastEditTime: 2022-12-14
|
|
2821
|
+
* @LastEditTime: 2022-12-16 14:17:37
|
|
2752
2822
|
* @Description:
|
|
2753
2823
|
*/
|
|
2754
|
-
var config$
|
|
2824
|
+
var config$b = {
|
|
2755
2825
|
componentType: 'amisSchema',
|
|
2756
2826
|
group: "华炎魔方",
|
|
2757
2827
|
componentName: "AmisGlobalHeader",
|
|
@@ -2766,7 +2836,13 @@
|
|
|
2766
2836
|
destructuring: true,
|
|
2767
2837
|
subName: ""
|
|
2768
2838
|
},
|
|
2769
|
-
props: [
|
|
2839
|
+
props: [
|
|
2840
|
+
{
|
|
2841
|
+
name: "logoSrc",
|
|
2842
|
+
propType: "string",
|
|
2843
|
+
description: '图标地址',
|
|
2844
|
+
}
|
|
2845
|
+
],
|
|
2770
2846
|
preview: {},
|
|
2771
2847
|
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2772
2848
|
engines: ["amis"],
|
|
@@ -2776,7 +2852,84 @@
|
|
|
2776
2852
|
icon: "fa-fw fa fa-list-alt"
|
|
2777
2853
|
}
|
|
2778
2854
|
};
|
|
2779
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2855
|
+
var AmisGlobalHeader = __assign(__assign({}, config$b), { snippets: [
|
|
2856
|
+
{
|
|
2857
|
+
title: config$b.title,
|
|
2858
|
+
screenshot: "",
|
|
2859
|
+
schema: {
|
|
2860
|
+
componentName: config$b.componentName,
|
|
2861
|
+
props: config$b.preview
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
], amis: {
|
|
2865
|
+
render: {
|
|
2866
|
+
type: config$b.amis.name,
|
|
2867
|
+
usage: "renderer",
|
|
2868
|
+
weight: 1,
|
|
2869
|
+
framework: "react"
|
|
2870
|
+
},
|
|
2871
|
+
plugin_disabled: {
|
|
2872
|
+
rendererName: config$b.amis.name,
|
|
2873
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
2874
|
+
name: config$b.title,
|
|
2875
|
+
description: config$b.title,
|
|
2876
|
+
tags: [config$b.group],
|
|
2877
|
+
order: -9999,
|
|
2878
|
+
icon: config$b.amis.icon,
|
|
2879
|
+
scaffold: {
|
|
2880
|
+
type: config$b.amis.name,
|
|
2881
|
+
label: config$b.title,
|
|
2882
|
+
columns: 1,
|
|
2883
|
+
vertical: false,
|
|
2884
|
+
showIcon: true
|
|
2885
|
+
},
|
|
2886
|
+
previewSchema: {
|
|
2887
|
+
type: config$b.amis.name,
|
|
2888
|
+
},
|
|
2889
|
+
panelTitle: "设置",
|
|
2890
|
+
panelControls: []
|
|
2891
|
+
}
|
|
2892
|
+
} });
|
|
2893
|
+
|
|
2894
|
+
/*
|
|
2895
|
+
* @Author: baozhoutao@steedos.com
|
|
2896
|
+
* @Date: 2022-10-11 09:39:38
|
|
2897
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2898
|
+
* @LastEditTime: 2022-12-16 14:17:37
|
|
2899
|
+
* @Description:
|
|
2900
|
+
*/
|
|
2901
|
+
var config$a = {
|
|
2902
|
+
componentType: 'amisSchema',
|
|
2903
|
+
group: "华炎魔方",
|
|
2904
|
+
componentName: "AmisGlobalFooter",
|
|
2905
|
+
title: "Global Footer",
|
|
2906
|
+
docUrl: "",
|
|
2907
|
+
screenshot: "",
|
|
2908
|
+
npm: {
|
|
2909
|
+
package: "@steedos-widgets/amis-object",
|
|
2910
|
+
version: "{{version}}",
|
|
2911
|
+
exportName: "AmisGlobalFooter",
|
|
2912
|
+
main: "",
|
|
2913
|
+
destructuring: true,
|
|
2914
|
+
subName: ""
|
|
2915
|
+
},
|
|
2916
|
+
props: [
|
|
2917
|
+
{
|
|
2918
|
+
name: "stacked",
|
|
2919
|
+
propType: "string",
|
|
2920
|
+
description: '是否竖着摆放',
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
preview: {},
|
|
2924
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2925
|
+
engines: ["amis"],
|
|
2926
|
+
// settings for amis.
|
|
2927
|
+
amis: {
|
|
2928
|
+
name: 'steedos-global-footer',
|
|
2929
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2930
|
+
}
|
|
2931
|
+
};
|
|
2932
|
+
var AmisGlobalFooter = __assign(__assign({}, config$a), { snippets: [
|
|
2780
2933
|
{
|
|
2781
2934
|
title: config$a.title,
|
|
2782
2935
|
screenshot: "",
|
|
@@ -2802,9 +2955,7 @@
|
|
|
2802
2955
|
icon: config$a.amis.icon,
|
|
2803
2956
|
scaffold: {
|
|
2804
2957
|
type: config$a.amis.name,
|
|
2805
|
-
label: config$a.title
|
|
2806
|
-
columns: 1,
|
|
2807
|
-
vertical: false
|
|
2958
|
+
label: config$a.title
|
|
2808
2959
|
},
|
|
2809
2960
|
previewSchema: {
|
|
2810
2961
|
type: config$a.amis.name,
|
|
@@ -3586,6 +3737,8 @@
|
|
|
3586
3737
|
AmisSelectUser,
|
|
3587
3738
|
SteedosDropdownButton,
|
|
3588
3739
|
AmisGlobalHeader,
|
|
3740
|
+
AmisGlobalFooter,
|
|
3741
|
+
AmisGlobalHeaderToolbar,
|
|
3589
3742
|
AmisAppLauncher,
|
|
3590
3743
|
AmisProvider,
|
|
3591
3744
|
AmisLogo,
|