@steedos-widgets/amis-object 1.2.0 → 1.2.1
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.cjs.css +6 -0
- package/dist/amis-object.cjs.js +524 -38
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +6 -0
- package/dist/amis-object.esm.js +525 -40
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +6 -0
- package/dist/amis-object.umd.js +524 -38
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +11 -11
- package/dist/components/SteedosSkeleton.d.ts +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/meta.js +407 -313
- package/dist/metas/SteedosSkeleton.d.ts +2 -0
- package/dist/pages/PageListView.d.ts +1 -1
- 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$s = {
|
|
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$s), { snippets: [
|
|
119
119
|
{
|
|
120
|
-
title: config$
|
|
120
|
+
title: config$s.title,
|
|
121
121
|
screenshot: "",
|
|
122
122
|
schema: {
|
|
123
|
-
componentName: config$
|
|
124
|
-
props: config$
|
|
123
|
+
componentName: config$s.componentName,
|
|
124
|
+
props: config$s.preview
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
], amis: {
|
|
128
128
|
render: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$s.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$s.amis.name,
|
|
136
136
|
$schema: '/schemas/UnkownSchema.json',
|
|
137
|
-
name: config$
|
|
138
|
-
description: config$
|
|
139
|
-
tags: [config$
|
|
137
|
+
name: config$s.title,
|
|
138
|
+
description: config$s.title,
|
|
139
|
+
tags: [config$s.group],
|
|
140
140
|
order: -9999,
|
|
141
|
-
icon: config$
|
|
141
|
+
icon: config$s.amis.icon,
|
|
142
142
|
scaffold: {
|
|
143
|
-
type: config$
|
|
144
|
-
label: config$
|
|
143
|
+
type: config$s.amis.name,
|
|
144
|
+
label: config$s.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$s.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$r = {
|
|
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$r), { snippets: [
|
|
540
540
|
{
|
|
541
|
-
title: config$
|
|
541
|
+
title: config$r.title,
|
|
542
542
|
screenshot: "",
|
|
543
543
|
schema: {
|
|
544
|
-
componentName: config$
|
|
545
|
-
props: config$
|
|
544
|
+
componentName: config$r.componentName,
|
|
545
|
+
props: config$r.preview
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
], amis: {
|
|
549
549
|
render: {
|
|
550
|
-
type: config$
|
|
550
|
+
type: config$r.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$r.amis.name,
|
|
557
557
|
$schema: '/schemas/UnkownSchema.json',
|
|
558
|
-
name: config$
|
|
559
|
-
description: config$
|
|
560
|
-
tags: [config$
|
|
558
|
+
name: config$r.title,
|
|
559
|
+
description: config$r.description,
|
|
560
|
+
tags: [config$r.group],
|
|
561
561
|
order: -9999,
|
|
562
|
-
icon: config$
|
|
562
|
+
icon: config$r.amis.icon,
|
|
563
563
|
scaffold: {
|
|
564
|
-
type: config$
|
|
565
|
-
label: config$
|
|
564
|
+
type: config$r.amis.name,
|
|
565
|
+
label: config$r.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$r.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$q = {
|
|
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$q), { snippets: [
|
|
712
712
|
{
|
|
713
|
-
title: config$
|
|
713
|
+
title: config$q.title,
|
|
714
714
|
screenshot: "",
|
|
715
715
|
schema: {
|
|
716
|
-
componentName: config$
|
|
717
|
-
props: config$
|
|
716
|
+
componentName: config$q.componentName,
|
|
717
|
+
props: config$q.preview
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
720
|
], amis: {
|
|
721
721
|
render: {
|
|
722
|
-
type: config$
|
|
722
|
+
type: config$q.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$q.amis.name,
|
|
729
729
|
$schema: '/schemas/UnkownSchema.json',
|
|
730
|
-
name: config$
|
|
731
|
-
description: config$
|
|
732
|
-
tags: [config$
|
|
730
|
+
name: config$q.title,
|
|
731
|
+
description: config$q.title,
|
|
732
|
+
tags: [config$q.group],
|
|
733
733
|
order: -9999,
|
|
734
|
-
icon: config$
|
|
734
|
+
icon: config$q.amis.icon,
|
|
735
735
|
scaffold: {
|
|
736
|
-
type: config$
|
|
737
|
-
label: config$
|
|
736
|
+
type: config$q.amis.name,
|
|
737
|
+
label: config$q.title,
|
|
738
738
|
objectApiName: "${objectName}",
|
|
739
739
|
currentView: "timeGridWeek"
|
|
740
740
|
},
|
|
741
741
|
previewSchema: {
|
|
742
|
-
type: config$
|
|
742
|
+
type: config$q.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$p = {
|
|
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$p), { snippets: [
|
|
881
881
|
{
|
|
882
|
-
title: config$
|
|
882
|
+
title: config$p.title,
|
|
883
883
|
screenshot: "",
|
|
884
884
|
schema: {
|
|
885
|
-
componentName: config$
|
|
886
|
-
props: config$
|
|
885
|
+
componentName: config$p.componentName,
|
|
886
|
+
props: config$p.preview
|
|
887
887
|
}
|
|
888
888
|
}
|
|
889
889
|
], amis: {
|
|
890
890
|
render: {
|
|
891
|
-
type: config$
|
|
891
|
+
type: config$p.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$p.amis.name,
|
|
898
898
|
$schema: '/schemas/UnkownSchema.json',
|
|
899
|
-
name: config$
|
|
900
|
-
description: config$
|
|
901
|
-
tags: [config$
|
|
899
|
+
name: config$p.title,
|
|
900
|
+
description: config$p.title,
|
|
901
|
+
tags: [config$p.group],
|
|
902
902
|
order: -9999,
|
|
903
|
-
icon: config$
|
|
903
|
+
icon: config$p.amis.icon,
|
|
904
904
|
scaffold: {
|
|
905
|
-
type: config$
|
|
906
|
-
label: config$
|
|
905
|
+
type: config$p.amis.name,
|
|
906
|
+
label: config$p.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$p.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$o = {
|
|
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$o), { snippets: [
|
|
1195
1195
|
{
|
|
1196
|
-
title: config$
|
|
1196
|
+
title: config$o.title,
|
|
1197
1197
|
screenshot: "",
|
|
1198
1198
|
schema: {
|
|
1199
|
-
componentName: config$
|
|
1200
|
-
props: config$
|
|
1199
|
+
componentName: config$o.componentName,
|
|
1200
|
+
props: config$o.preview
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
1203
|
], amis: {
|
|
1204
1204
|
render: {
|
|
1205
|
-
type: config$
|
|
1205
|
+
type: config$o.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$o.amis.name,
|
|
1212
1212
|
$schema: '/schemas/UnkownSchema.json',
|
|
1213
|
-
name: config$
|
|
1214
|
-
description: config$
|
|
1215
|
-
tags: [config$
|
|
1213
|
+
name: config$o.title,
|
|
1214
|
+
description: config$o.description,
|
|
1215
|
+
tags: [config$o.group],
|
|
1216
1216
|
order: -9999,
|
|
1217
|
-
icon: config$
|
|
1217
|
+
icon: config$o.amis.icon,
|
|
1218
1218
|
scaffold: {
|
|
1219
|
-
type: config$
|
|
1220
|
-
label: config$
|
|
1219
|
+
type: config$o.amis.name,
|
|
1220
|
+
label: config$o.title,
|
|
1221
1221
|
objectApiName: "${objectName}",
|
|
1222
1222
|
recordId: "${recordId}"
|
|
1223
1223
|
},
|
|
1224
1224
|
previewSchema: {
|
|
1225
|
-
type: config$
|
|
1225
|
+
type: config$o.amis.name,
|
|
1226
1226
|
objectApiName: 'space_users'
|
|
1227
1227
|
},
|
|
1228
1228
|
panelTitle: "设置",
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
* @LastEditTime: 2023-04-10 22:41:41
|
|
1266
1266
|
* @Description:
|
|
1267
1267
|
*/
|
|
1268
|
-
var config$
|
|
1268
|
+
var config$n = {
|
|
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$n), { snippets: [
|
|
1305
1305
|
{
|
|
1306
|
-
title: config$
|
|
1306
|
+
title: config$n.title,
|
|
1307
1307
|
screenshot: "",
|
|
1308
1308
|
schema: {
|
|
1309
|
-
componentName: config$
|
|
1310
|
-
props: config$
|
|
1309
|
+
componentName: config$n.componentName,
|
|
1310
|
+
props: config$n.preview
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
1313
1313
|
], amis: {
|
|
1314
1314
|
render: {
|
|
1315
|
-
type: config$
|
|
1315
|
+
type: config$n.amis.name,
|
|
1316
1316
|
usage: "renderer",
|
|
1317
1317
|
weight: 1,
|
|
1318
1318
|
framework: "react"
|
|
1319
1319
|
},
|
|
1320
1320
|
plugin: {
|
|
1321
|
-
rendererName: config$
|
|
1321
|
+
rendererName: config$n.amis.name,
|
|
1322
1322
|
$schema: '/schemas/UnkownSchema.json',
|
|
1323
|
-
name: config$
|
|
1324
|
-
description: config$
|
|
1325
|
-
tags: [config$
|
|
1323
|
+
name: config$n.title,
|
|
1324
|
+
description: config$n.title,
|
|
1325
|
+
tags: [config$n.group],
|
|
1326
1326
|
order: -9999,
|
|
1327
|
-
icon: config$
|
|
1327
|
+
icon: config$n.amis.icon,
|
|
1328
1328
|
scaffold: {
|
|
1329
|
-
type: config$
|
|
1329
|
+
type: config$n.amis.name,
|
|
1330
1330
|
body: [],
|
|
1331
|
-
label: config$
|
|
1331
|
+
label: config$n.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$n.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$m = {
|
|
1373
1373
|
componentType: 'amisSchema',
|
|
1374
1374
|
group: "华炎魔方-界面",
|
|
1375
1375
|
componentName: "AmisSelectUser",
|
|
@@ -1415,37 +1415,37 @@
|
|
|
1415
1415
|
icon: "fa-fw fa fa-list-alt"
|
|
1416
1416
|
}
|
|
1417
1417
|
};
|
|
1418
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1418
|
+
var AmisSelectUser = __assign(__assign({}, config$m), { snippets: [
|
|
1419
1419
|
{
|
|
1420
|
-
title: config$
|
|
1420
|
+
title: config$m.title,
|
|
1421
1421
|
screenshot: "",
|
|
1422
1422
|
schema: {
|
|
1423
|
-
componentName: config$
|
|
1424
|
-
props: config$
|
|
1423
|
+
componentName: config$m.componentName,
|
|
1424
|
+
props: config$m.preview
|
|
1425
1425
|
}
|
|
1426
1426
|
}
|
|
1427
1427
|
], amis: {
|
|
1428
1428
|
render: {
|
|
1429
|
-
type: config$
|
|
1429
|
+
type: config$m.amis.name,
|
|
1430
1430
|
usage: "renderer",
|
|
1431
1431
|
weight: 1,
|
|
1432
1432
|
framework: "react"
|
|
1433
1433
|
},
|
|
1434
1434
|
plugin_disabled: {
|
|
1435
|
-
rendererName: config$
|
|
1435
|
+
rendererName: config$m.amis.name,
|
|
1436
1436
|
$schema: '/schemas/UnkownSchema.json',
|
|
1437
|
-
name: config$
|
|
1438
|
-
description: config$
|
|
1439
|
-
tags: [config$
|
|
1437
|
+
name: config$m.title,
|
|
1438
|
+
description: config$m.title,
|
|
1439
|
+
tags: [config$m.group],
|
|
1440
1440
|
order: -9999,
|
|
1441
|
-
icon: config$
|
|
1441
|
+
icon: config$m.amis.icon,
|
|
1442
1442
|
scaffold: {
|
|
1443
|
-
type: config$
|
|
1444
|
-
label: config$
|
|
1443
|
+
type: config$m.amis.name,
|
|
1444
|
+
label: config$m.title,
|
|
1445
1445
|
name: ""
|
|
1446
1446
|
},
|
|
1447
1447
|
previewSchema: {
|
|
1448
|
-
type: config$
|
|
1448
|
+
type: config$m.amis.name,
|
|
1449
1449
|
},
|
|
1450
1450
|
panelTitle: "设置",
|
|
1451
1451
|
panelControls: [
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
* @LastEditTime: 2023-03-06 14:31:14
|
|
1477
1477
|
* @Description:
|
|
1478
1478
|
*/
|
|
1479
|
-
var config$
|
|
1479
|
+
var config$l = {
|
|
1480
1480
|
componentType: 'amisSchema',
|
|
1481
1481
|
group: "华炎魔方",
|
|
1482
1482
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1518,38 +1518,38 @@
|
|
|
1518
1518
|
icon: "fa-fw fa fa-list-alt"
|
|
1519
1519
|
}
|
|
1520
1520
|
};
|
|
1521
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1521
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$l), { snippets: [
|
|
1522
1522
|
{
|
|
1523
|
-
title: config$
|
|
1523
|
+
title: config$l.title,
|
|
1524
1524
|
screenshot: "",
|
|
1525
1525
|
schema: {
|
|
1526
|
-
componentName: config$
|
|
1527
|
-
props: config$
|
|
1526
|
+
componentName: config$l.componentName,
|
|
1527
|
+
props: config$l.preview
|
|
1528
1528
|
}
|
|
1529
1529
|
}
|
|
1530
1530
|
], amis: {
|
|
1531
1531
|
render: {
|
|
1532
|
-
type: config$
|
|
1532
|
+
type: config$l.amis.name,
|
|
1533
1533
|
usage: "renderer",
|
|
1534
1534
|
weight: 1,
|
|
1535
1535
|
framework: "react"
|
|
1536
1536
|
},
|
|
1537
1537
|
plugin: {
|
|
1538
|
-
rendererName: config$
|
|
1538
|
+
rendererName: config$l.amis.name,
|
|
1539
1539
|
$schema: '/schemas/UnkownSchema.json',
|
|
1540
|
-
name: config$
|
|
1541
|
-
description: config$
|
|
1542
|
-
tags: [config$
|
|
1540
|
+
name: config$l.title,
|
|
1541
|
+
description: config$l.description,
|
|
1542
|
+
tags: [config$l.group],
|
|
1543
1543
|
order: -9999,
|
|
1544
|
-
icon: config$
|
|
1544
|
+
icon: config$l.amis.icon,
|
|
1545
1545
|
scaffold: {
|
|
1546
|
-
type: config$
|
|
1547
|
-
label: config$
|
|
1546
|
+
type: config$l.amis.name,
|
|
1547
|
+
label: config$l.title,
|
|
1548
1548
|
objectApiName: "${objectName}",
|
|
1549
1549
|
recordId: "${recordId}"
|
|
1550
1550
|
},
|
|
1551
1551
|
previewSchema: {
|
|
1552
|
-
type: config$
|
|
1552
|
+
type: config$l.amis.name,
|
|
1553
1553
|
objectApiName: "accounts"
|
|
1554
1554
|
},
|
|
1555
1555
|
panelTitle: "设置",
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1617
1617
|
* @Description:
|
|
1618
1618
|
*/
|
|
1619
|
-
var config$
|
|
1619
|
+
var config$k = {
|
|
1620
1620
|
componentType: 'amisSchema',
|
|
1621
1621
|
group: "华炎魔方",
|
|
1622
1622
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1653,38 +1653,38 @@
|
|
|
1653
1653
|
icon: "fa-fw fa fa-list-alt"
|
|
1654
1654
|
}
|
|
1655
1655
|
};
|
|
1656
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1656
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$k), { snippets: [
|
|
1657
1657
|
{
|
|
1658
|
-
title: config$
|
|
1658
|
+
title: config$k.title,
|
|
1659
1659
|
screenshot: "",
|
|
1660
1660
|
schema: {
|
|
1661
|
-
componentName: config$
|
|
1662
|
-
props: config$
|
|
1661
|
+
componentName: config$k.componentName,
|
|
1662
|
+
props: config$k.preview
|
|
1663
1663
|
}
|
|
1664
1664
|
}
|
|
1665
1665
|
], amis: {
|
|
1666
1666
|
render: {
|
|
1667
|
-
type: config$
|
|
1667
|
+
type: config$k.amis.name,
|
|
1668
1668
|
usage: "renderer",
|
|
1669
1669
|
weight: 1,
|
|
1670
1670
|
framework: "react"
|
|
1671
1671
|
},
|
|
1672
1672
|
plugin: {
|
|
1673
|
-
rendererName: config$
|
|
1673
|
+
rendererName: config$k.amis.name,
|
|
1674
1674
|
$schema: '/schemas/UnkownSchema.json',
|
|
1675
|
-
name: config$
|
|
1676
|
-
description: config$
|
|
1677
|
-
tags: [config$
|
|
1675
|
+
name: config$k.title,
|
|
1676
|
+
description: config$k.description,
|
|
1677
|
+
tags: [config$k.group],
|
|
1678
1678
|
order: -9999,
|
|
1679
|
-
icon: config$
|
|
1679
|
+
icon: config$k.amis.icon,
|
|
1680
1680
|
scaffold: {
|
|
1681
|
-
type: config$
|
|
1682
|
-
label: config$
|
|
1681
|
+
type: config$k.amis.name,
|
|
1682
|
+
label: config$k.title,
|
|
1683
1683
|
objectApiName: "${objectName}",
|
|
1684
1684
|
recordId: "${recordId}",
|
|
1685
1685
|
},
|
|
1686
1686
|
previewSchema: {
|
|
1687
|
-
type: config$
|
|
1687
|
+
type: config$k.amis.name,
|
|
1688
1688
|
objectApiName: "accounts",
|
|
1689
1689
|
},
|
|
1690
1690
|
panelTitle: "设置",
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1722
1722
|
* @Description:
|
|
1723
1723
|
*/
|
|
1724
|
-
var config$
|
|
1724
|
+
var config$j = {
|
|
1725
1725
|
componentType: 'amisSchema',
|
|
1726
1726
|
group: "华炎魔方",
|
|
1727
1727
|
componentName: "AmisProvider",
|
|
@@ -1746,33 +1746,33 @@
|
|
|
1746
1746
|
icon: "fa-fw fa fa-list-alt"
|
|
1747
1747
|
}
|
|
1748
1748
|
};
|
|
1749
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1749
|
+
var AmisProvider = __assign(__assign({}, config$j), { snippets: [
|
|
1750
1750
|
{
|
|
1751
|
-
title: config$
|
|
1751
|
+
title: config$j.title,
|
|
1752
1752
|
screenshot: "",
|
|
1753
1753
|
schema: {
|
|
1754
|
-
componentName: config$
|
|
1755
|
-
props: config$
|
|
1754
|
+
componentName: config$j.componentName,
|
|
1755
|
+
props: config$j.preview
|
|
1756
1756
|
}
|
|
1757
1757
|
}
|
|
1758
1758
|
], amis: {
|
|
1759
1759
|
render: {
|
|
1760
|
-
type: config$
|
|
1760
|
+
type: config$j.amis.name,
|
|
1761
1761
|
usage: "renderer",
|
|
1762
1762
|
weight: 1,
|
|
1763
1763
|
framework: "react"
|
|
1764
1764
|
},
|
|
1765
1765
|
plugin_disabled: {
|
|
1766
|
-
rendererName: config$
|
|
1766
|
+
rendererName: config$j.amis.name,
|
|
1767
1767
|
$schema: '/schemas/UnkownSchema.json',
|
|
1768
|
-
name: config$
|
|
1769
|
-
description: config$
|
|
1770
|
-
tags: [config$
|
|
1768
|
+
name: config$j.title,
|
|
1769
|
+
description: config$j.title,
|
|
1770
|
+
tags: [config$j.group],
|
|
1771
1771
|
order: -9999,
|
|
1772
|
-
icon: config$
|
|
1772
|
+
icon: config$j.amis.icon,
|
|
1773
1773
|
scaffold: {
|
|
1774
|
-
type: config$
|
|
1775
|
-
label: config$
|
|
1774
|
+
type: config$j.amis.name,
|
|
1775
|
+
label: config$j.title,
|
|
1776
1776
|
body: [], // 容器类字段
|
|
1777
1777
|
},
|
|
1778
1778
|
// 容器类组件必需字段
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
},
|
|
1784
1784
|
],
|
|
1785
1785
|
previewSchema: {
|
|
1786
|
-
type: config$
|
|
1786
|
+
type: config$j.amis.name,
|
|
1787
1787
|
},
|
|
1788
1788
|
panelTitle: "设置",
|
|
1789
1789
|
panelControls: []
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1798
1798
|
* @Description:
|
|
1799
1799
|
*/
|
|
1800
|
-
var config$
|
|
1800
|
+
var config$i = {
|
|
1801
1801
|
// componentType: 'amisSchema',
|
|
1802
1802
|
group: "华炎魔方",
|
|
1803
1803
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1821,18 +1821,18 @@
|
|
|
1821
1821
|
icon: "fa-fw fa fa-list-alt"
|
|
1822
1822
|
}
|
|
1823
1823
|
};
|
|
1824
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1824
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$i), { snippets: [
|
|
1825
1825
|
{
|
|
1826
|
-
title: config$
|
|
1826
|
+
title: config$i.title,
|
|
1827
1827
|
screenshot: "",
|
|
1828
1828
|
schema: {
|
|
1829
|
-
componentName: config$
|
|
1830
|
-
props: config$
|
|
1829
|
+
componentName: config$i.componentName,
|
|
1830
|
+
props: config$i.preview
|
|
1831
1831
|
}
|
|
1832
1832
|
}
|
|
1833
1833
|
], amis: {
|
|
1834
1834
|
render: {
|
|
1835
|
-
type: config$
|
|
1835
|
+
type: config$i.amis.name,
|
|
1836
1836
|
usage: "formitem",
|
|
1837
1837
|
weight: 1,
|
|
1838
1838
|
framework: "react"
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
1869
1869
|
* @Description:
|
|
1870
1870
|
*/
|
|
1871
|
-
var config$
|
|
1871
|
+
var config$h = {
|
|
1872
1872
|
// componentType: 'amisSchema',
|
|
1873
1873
|
group: "华炎魔方",
|
|
1874
1874
|
componentName: "AmisObjectButton",
|
|
@@ -1892,18 +1892,18 @@
|
|
|
1892
1892
|
icon: "fa-fw fa fa-list-alt"
|
|
1893
1893
|
}
|
|
1894
1894
|
};
|
|
1895
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
1895
|
+
var AmisObjectButton = __assign(__assign({}, config$h), { snippets: [
|
|
1896
1896
|
{
|
|
1897
|
-
title: config$
|
|
1897
|
+
title: config$h.title,
|
|
1898
1898
|
screenshot: "",
|
|
1899
1899
|
schema: {
|
|
1900
|
-
componentName: config$
|
|
1901
|
-
props: config$
|
|
1900
|
+
componentName: config$h.componentName,
|
|
1901
|
+
props: config$h.preview
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
1904
1904
|
], amis: {
|
|
1905
1905
|
render: {
|
|
1906
|
-
type: config$
|
|
1906
|
+
type: config$h.amis.name,
|
|
1907
1907
|
usage: "renderer",
|
|
1908
1908
|
weight: 1,
|
|
1909
1909
|
framework: "react"
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
1940
1940
|
* @Description:
|
|
1941
1941
|
*/
|
|
1942
|
-
var config$
|
|
1942
|
+
var config$g = {
|
|
1943
1943
|
// componentType: 'amisSchema',
|
|
1944
1944
|
group: "华炎魔方",
|
|
1945
1945
|
componentName: "SteedosDropdownButton",
|
|
@@ -1963,18 +1963,18 @@
|
|
|
1963
1963
|
icon: "fa-fw fa fa-list-alt"
|
|
1964
1964
|
}
|
|
1965
1965
|
};
|
|
1966
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
1966
|
+
var SteedosDropdownButton = __assign(__assign({}, config$g), { snippets: [
|
|
1967
1967
|
{
|
|
1968
|
-
title: config$
|
|
1968
|
+
title: config$g.title,
|
|
1969
1969
|
screenshot: "",
|
|
1970
1970
|
schema: {
|
|
1971
|
-
componentName: config$
|
|
1972
|
-
props: config$
|
|
1971
|
+
componentName: config$g.componentName,
|
|
1972
|
+
props: config$g.preview
|
|
1973
1973
|
}
|
|
1974
1974
|
}
|
|
1975
1975
|
], amis: {
|
|
1976
1976
|
render: {
|
|
1977
|
-
type: config$
|
|
1977
|
+
type: config$g.amis.name,
|
|
1978
1978
|
usage: "renderer",
|
|
1979
1979
|
weight: 1,
|
|
1980
1980
|
framework: "react"
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
2011
2011
|
* @Description:
|
|
2012
2012
|
*/
|
|
2013
|
-
var config$
|
|
2013
|
+
var config$f = {
|
|
2014
2014
|
componentType: 'amisSchema',
|
|
2015
2015
|
group: "华炎魔方",
|
|
2016
2016
|
componentName: "AmisAppLauncher",
|
|
@@ -2034,39 +2034,39 @@
|
|
|
2034
2034
|
icon: "fa-fw fa fa-list-alt"
|
|
2035
2035
|
}
|
|
2036
2036
|
};
|
|
2037
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
2037
|
+
var AmisAppLauncher = __assign(__assign({}, config$f), { snippets: [
|
|
2038
2038
|
{
|
|
2039
|
-
title: config$
|
|
2039
|
+
title: config$f.title,
|
|
2040
2040
|
screenshot: "",
|
|
2041
2041
|
schema: {
|
|
2042
|
-
componentName: config$
|
|
2043
|
-
props: config$
|
|
2042
|
+
componentName: config$f.componentName,
|
|
2043
|
+
props: config$f.preview
|
|
2044
2044
|
}
|
|
2045
2045
|
}
|
|
2046
2046
|
], amis: {
|
|
2047
2047
|
render: {
|
|
2048
|
-
type: config$
|
|
2048
|
+
type: config$f.amis.name,
|
|
2049
2049
|
usage: "renderer",
|
|
2050
2050
|
weight: 1,
|
|
2051
2051
|
framework: "react"
|
|
2052
2052
|
},
|
|
2053
2053
|
plugin_disabled: {
|
|
2054
|
-
rendererName: config$
|
|
2054
|
+
rendererName: config$f.amis.name,
|
|
2055
2055
|
$schema: '/schemas/UnkownSchema.json',
|
|
2056
|
-
name: config$
|
|
2057
|
-
description: config$
|
|
2058
|
-
tags: [config$
|
|
2056
|
+
name: config$f.title,
|
|
2057
|
+
description: config$f.title,
|
|
2058
|
+
tags: [config$f.group],
|
|
2059
2059
|
order: -9999,
|
|
2060
|
-
icon: config$
|
|
2060
|
+
icon: config$f.amis.icon,
|
|
2061
2061
|
scaffold: {
|
|
2062
|
-
type: config$
|
|
2063
|
-
label: config$
|
|
2062
|
+
type: config$f.amis.name,
|
|
2063
|
+
label: config$f.title,
|
|
2064
2064
|
name: 'board',
|
|
2065
2065
|
columns: 1,
|
|
2066
2066
|
vertical: false
|
|
2067
2067
|
},
|
|
2068
2068
|
previewSchema: {
|
|
2069
|
-
type: config$
|
|
2069
|
+
type: config$f.amis.name,
|
|
2070
2070
|
},
|
|
2071
2071
|
panelTitle: "设置",
|
|
2072
2072
|
panelControls: []
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
2081
2081
|
* @Description:
|
|
2082
2082
|
*/
|
|
2083
|
-
var config$
|
|
2083
|
+
var config$e = {
|
|
2084
2084
|
componentType: 'amisSchema',
|
|
2085
2085
|
group: "华炎魔方",
|
|
2086
2086
|
componentName: "AmisLogo",
|
|
@@ -2104,39 +2104,39 @@
|
|
|
2104
2104
|
icon: "fa-fw fa fa-list-alt"
|
|
2105
2105
|
}
|
|
2106
2106
|
};
|
|
2107
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
2107
|
+
var AmisLogo = __assign(__assign({}, config$e), { snippets: [
|
|
2108
2108
|
{
|
|
2109
|
-
title: config$
|
|
2109
|
+
title: config$e.title,
|
|
2110
2110
|
screenshot: "",
|
|
2111
2111
|
schema: {
|
|
2112
|
-
componentName: config$
|
|
2113
|
-
props: config$
|
|
2112
|
+
componentName: config$e.componentName,
|
|
2113
|
+
props: config$e.preview
|
|
2114
2114
|
}
|
|
2115
2115
|
}
|
|
2116
2116
|
], amis: {
|
|
2117
2117
|
render: {
|
|
2118
|
-
type: config$
|
|
2118
|
+
type: config$e.amis.name,
|
|
2119
2119
|
usage: "renderer",
|
|
2120
2120
|
weight: 1,
|
|
2121
2121
|
framework: "react"
|
|
2122
2122
|
},
|
|
2123
2123
|
plugin_disabled: {
|
|
2124
|
-
rendererName: config$
|
|
2124
|
+
rendererName: config$e.amis.name,
|
|
2125
2125
|
$schema: '/schemas/UnkownSchema.json',
|
|
2126
|
-
name: config$
|
|
2127
|
-
description: config$
|
|
2128
|
-
tags: [config$
|
|
2126
|
+
name: config$e.title,
|
|
2127
|
+
description: config$e.title,
|
|
2128
|
+
tags: [config$e.group],
|
|
2129
2129
|
order: -9999,
|
|
2130
|
-
icon: config$
|
|
2130
|
+
icon: config$e.amis.icon,
|
|
2131
2131
|
scaffold: {
|
|
2132
|
-
type: config$
|
|
2133
|
-
label: config$
|
|
2132
|
+
type: config$e.amis.name,
|
|
2133
|
+
label: config$e.title,
|
|
2134
2134
|
name: 'board',
|
|
2135
2135
|
columns: 1,
|
|
2136
2136
|
vertical: false
|
|
2137
2137
|
},
|
|
2138
2138
|
previewSchema: {
|
|
2139
|
-
type: config$
|
|
2139
|
+
type: config$e.amis.name,
|
|
2140
2140
|
},
|
|
2141
2141
|
panelTitle: "设置",
|
|
2142
2142
|
panelControls: []
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
2151
2151
|
* @Description:
|
|
2152
2152
|
*/
|
|
2153
|
-
var config$
|
|
2153
|
+
var config$d = {
|
|
2154
2154
|
componentType: 'amisSchema',
|
|
2155
2155
|
group: "华炎魔方",
|
|
2156
2156
|
componentName: "AmisAppMenu",
|
|
@@ -2181,39 +2181,39 @@
|
|
|
2181
2181
|
icon: "fa-fw fa fa-list-alt"
|
|
2182
2182
|
}
|
|
2183
2183
|
};
|
|
2184
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
2184
|
+
var AmisAppMenu = __assign(__assign({}, config$d), { snippets: [
|
|
2185
2185
|
{
|
|
2186
|
-
title: config$
|
|
2186
|
+
title: config$d.title,
|
|
2187
2187
|
screenshot: "",
|
|
2188
2188
|
schema: {
|
|
2189
|
-
componentName: config$
|
|
2190
|
-
props: config$
|
|
2189
|
+
componentName: config$d.componentName,
|
|
2190
|
+
props: config$d.preview
|
|
2191
2191
|
}
|
|
2192
2192
|
}
|
|
2193
2193
|
], amis: {
|
|
2194
2194
|
render: {
|
|
2195
|
-
type: config$
|
|
2195
|
+
type: config$d.amis.name,
|
|
2196
2196
|
usage: "renderer",
|
|
2197
2197
|
weight: 1,
|
|
2198
2198
|
framework: "react"
|
|
2199
2199
|
},
|
|
2200
2200
|
plugin_disabled: {
|
|
2201
|
-
rendererName: config$
|
|
2201
|
+
rendererName: config$d.amis.name,
|
|
2202
2202
|
$schema: '/schemas/UnkownSchema.json',
|
|
2203
|
-
name: config$
|
|
2204
|
-
description: config$
|
|
2205
|
-
tags: [config$
|
|
2203
|
+
name: config$d.title,
|
|
2204
|
+
description: config$d.title,
|
|
2205
|
+
tags: [config$d.group],
|
|
2206
2206
|
order: -9999,
|
|
2207
|
-
icon: config$
|
|
2207
|
+
icon: config$d.amis.icon,
|
|
2208
2208
|
scaffold: {
|
|
2209
|
-
type: config$
|
|
2210
|
-
label: config$
|
|
2209
|
+
type: config$d.amis.name,
|
|
2210
|
+
label: config$d.title,
|
|
2211
2211
|
columns: 1,
|
|
2212
2212
|
vertical: false,
|
|
2213
2213
|
showIcon: true
|
|
2214
2214
|
},
|
|
2215
2215
|
previewSchema: {
|
|
2216
|
-
type: config$
|
|
2216
|
+
type: config$d.amis.name,
|
|
2217
2217
|
},
|
|
2218
2218
|
panelTitle: "设置",
|
|
2219
2219
|
panelControls: [
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
* @LastEditTime: 2023-03-09 19:01:32
|
|
2239
2239
|
* @Description:
|
|
2240
2240
|
*/
|
|
2241
|
-
var config$
|
|
2241
|
+
var config$c = {
|
|
2242
2242
|
// componentType: 'amisSchema',
|
|
2243
2243
|
group: "华炎魔方-原子组件",
|
|
2244
2244
|
componentName: "SteedosIcon",
|
|
@@ -2262,39 +2262,39 @@
|
|
|
2262
2262
|
icon: "fa-fw fa fa-list-alt"
|
|
2263
2263
|
}
|
|
2264
2264
|
};
|
|
2265
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
2265
|
+
var SteedosIcon = __assign(__assign({}, config$c), { snippets: [
|
|
2266
2266
|
{
|
|
2267
|
-
title: config$
|
|
2267
|
+
title: config$c.title,
|
|
2268
2268
|
screenshot: "",
|
|
2269
2269
|
schema: {
|
|
2270
|
-
componentName: config$
|
|
2271
|
-
props: config$
|
|
2270
|
+
componentName: config$c.componentName,
|
|
2271
|
+
props: config$c.preview
|
|
2272
2272
|
}
|
|
2273
2273
|
}
|
|
2274
2274
|
], amis: {
|
|
2275
2275
|
render: {
|
|
2276
|
-
type: config$
|
|
2276
|
+
type: config$c.amis.name,
|
|
2277
2277
|
usage: "renderer",
|
|
2278
2278
|
weight: 1,
|
|
2279
2279
|
framework: "react"
|
|
2280
2280
|
},
|
|
2281
2281
|
plugin: {
|
|
2282
|
-
rendererName: config$
|
|
2282
|
+
rendererName: config$c.amis.name,
|
|
2283
2283
|
$schema: '/schemas/UnkownSchema.json',
|
|
2284
|
-
name: config$
|
|
2285
|
-
description: config$
|
|
2286
|
-
tags: [config$
|
|
2284
|
+
name: config$c.title,
|
|
2285
|
+
description: config$c.title,
|
|
2286
|
+
tags: [config$c.group],
|
|
2287
2287
|
order: -9999,
|
|
2288
|
-
icon: config$
|
|
2288
|
+
icon: config$c.amis.icon,
|
|
2289
2289
|
scaffold: {
|
|
2290
|
-
type: config$
|
|
2290
|
+
type: config$c.amis.name,
|
|
2291
2291
|
category: 'standard',
|
|
2292
2292
|
name: 'account',
|
|
2293
2293
|
colorVariant: 'default',
|
|
2294
2294
|
size: 'medium'
|
|
2295
2295
|
},
|
|
2296
2296
|
previewSchema: {
|
|
2297
|
-
type: config$
|
|
2297
|
+
type: config$c.amis.name,
|
|
2298
2298
|
},
|
|
2299
2299
|
panelTitle: "设置",
|
|
2300
2300
|
panelControls: [
|
|
@@ -2389,7 +2389,7 @@
|
|
|
2389
2389
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
2390
2390
|
* @Description:
|
|
2391
2391
|
*/
|
|
2392
|
-
var config$
|
|
2392
|
+
var config$b = {
|
|
2393
2393
|
// componentType: 'amisSchema',
|
|
2394
2394
|
group: "华炎魔方",
|
|
2395
2395
|
componentName: "SteedosDropdown",
|
|
@@ -2413,32 +2413,32 @@
|
|
|
2413
2413
|
icon: "fa-fw fa fa-list-alt"
|
|
2414
2414
|
}
|
|
2415
2415
|
};
|
|
2416
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2416
|
+
var SteedosDropdown = __assign(__assign({}, config$b), { snippets: [
|
|
2417
2417
|
{
|
|
2418
|
-
title: config$
|
|
2418
|
+
title: config$b.title,
|
|
2419
2419
|
screenshot: "",
|
|
2420
2420
|
schema: {
|
|
2421
|
-
componentName: config$
|
|
2422
|
-
props: config$
|
|
2421
|
+
componentName: config$b.componentName,
|
|
2422
|
+
props: config$b.preview
|
|
2423
2423
|
}
|
|
2424
2424
|
}
|
|
2425
2425
|
], amis: {
|
|
2426
2426
|
render: {
|
|
2427
|
-
type: config$
|
|
2427
|
+
type: config$b.amis.name,
|
|
2428
2428
|
usage: "renderer",
|
|
2429
2429
|
weight: 1,
|
|
2430
2430
|
framework: "react"
|
|
2431
2431
|
},
|
|
2432
2432
|
plugin_disabled: {
|
|
2433
|
-
rendererName: config$
|
|
2433
|
+
rendererName: config$b.amis.name,
|
|
2434
2434
|
$schema: '/schemas/UnkownSchema.json',
|
|
2435
|
-
name: config$
|
|
2436
|
-
description: config$
|
|
2437
|
-
tags: [config$
|
|
2435
|
+
name: config$b.title,
|
|
2436
|
+
description: config$b.title,
|
|
2437
|
+
tags: [config$b.group],
|
|
2438
2438
|
order: -9999,
|
|
2439
|
-
icon: config$
|
|
2439
|
+
icon: config$b.amis.icon,
|
|
2440
2440
|
scaffold: {
|
|
2441
|
-
type: config$
|
|
2441
|
+
type: config$b.amis.name,
|
|
2442
2442
|
placement: 'bottomLeft',
|
|
2443
2443
|
trigger: ['click'],
|
|
2444
2444
|
body: [],
|
|
@@ -2455,7 +2455,7 @@
|
|
|
2455
2455
|
},
|
|
2456
2456
|
],
|
|
2457
2457
|
previewSchema: {
|
|
2458
|
-
type: config$
|
|
2458
|
+
type: config$b.amis.name,
|
|
2459
2459
|
},
|
|
2460
2460
|
panelTitle: "设置",
|
|
2461
2461
|
panelControls: [
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2504
2504
|
* @Description:
|
|
2505
2505
|
*/
|
|
2506
|
-
var config$
|
|
2506
|
+
var config$a = {
|
|
2507
2507
|
// componentType: 'amisSchema',
|
|
2508
2508
|
group: "华炎魔方",
|
|
2509
2509
|
componentName: "FromNow",
|
|
@@ -2527,18 +2527,18 @@
|
|
|
2527
2527
|
icon: "fa-fw fa fa-list-alt"
|
|
2528
2528
|
}
|
|
2529
2529
|
};
|
|
2530
|
-
var FromNow = __assign(__assign({}, config$
|
|
2530
|
+
var FromNow = __assign(__assign({}, config$a), { snippets: [
|
|
2531
2531
|
{
|
|
2532
|
-
title: config$
|
|
2532
|
+
title: config$a.title,
|
|
2533
2533
|
screenshot: "",
|
|
2534
2534
|
schema: {
|
|
2535
|
-
componentName: config$
|
|
2536
|
-
props: config$
|
|
2535
|
+
componentName: config$a.componentName,
|
|
2536
|
+
props: config$a.preview
|
|
2537
2537
|
}
|
|
2538
2538
|
}
|
|
2539
2539
|
], amis: {
|
|
2540
2540
|
render: {
|
|
2541
|
-
type: config$
|
|
2541
|
+
type: config$a.amis.name,
|
|
2542
2542
|
usage: "renderer",
|
|
2543
2543
|
weight: 1,
|
|
2544
2544
|
framework: "react"
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2577
2577
|
* @Description:
|
|
2578
2578
|
*/
|
|
2579
|
-
var config$
|
|
2579
|
+
var config$9 = {
|
|
2580
2580
|
componentType: 'amisSchema',
|
|
2581
2581
|
group: "华炎魔方",
|
|
2582
2582
|
componentName: "AmisGlobalHeader",
|
|
@@ -2601,38 +2601,38 @@
|
|
|
2601
2601
|
icon: "fa-fw fa fa-list-alt"
|
|
2602
2602
|
}
|
|
2603
2603
|
};
|
|
2604
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2604
|
+
var AmisGlobalHeader = __assign(__assign({}, config$9), { snippets: [
|
|
2605
2605
|
{
|
|
2606
|
-
title: config$
|
|
2606
|
+
title: config$9.title,
|
|
2607
2607
|
screenshot: "",
|
|
2608
2608
|
schema: {
|
|
2609
|
-
componentName: config$
|
|
2610
|
-
props: config$
|
|
2609
|
+
componentName: config$9.componentName,
|
|
2610
|
+
props: config$9.preview
|
|
2611
2611
|
}
|
|
2612
2612
|
}
|
|
2613
2613
|
], amis: {
|
|
2614
2614
|
render: {
|
|
2615
|
-
type: config$
|
|
2615
|
+
type: config$9.amis.name,
|
|
2616
2616
|
usage: "renderer",
|
|
2617
2617
|
weight: 1,
|
|
2618
2618
|
framework: "react"
|
|
2619
2619
|
},
|
|
2620
2620
|
plugin_disabled: {
|
|
2621
|
-
rendererName: config$
|
|
2621
|
+
rendererName: config$9.amis.name,
|
|
2622
2622
|
$schema: '/schemas/UnkownSchema.json',
|
|
2623
|
-
name: config$
|
|
2624
|
-
description: config$
|
|
2625
|
-
tags: [config$
|
|
2623
|
+
name: config$9.title,
|
|
2624
|
+
description: config$9.title,
|
|
2625
|
+
tags: [config$9.group],
|
|
2626
2626
|
order: -9999,
|
|
2627
|
-
icon: config$
|
|
2627
|
+
icon: config$9.amis.icon,
|
|
2628
2628
|
scaffold: {
|
|
2629
|
-
type: config$
|
|
2630
|
-
label: config$
|
|
2629
|
+
type: config$9.amis.name,
|
|
2630
|
+
label: config$9.title,
|
|
2631
2631
|
columns: 1,
|
|
2632
2632
|
vertical: false
|
|
2633
2633
|
},
|
|
2634
2634
|
previewSchema: {
|
|
2635
|
-
type: config$
|
|
2635
|
+
type: config$9.amis.name,
|
|
2636
2636
|
},
|
|
2637
2637
|
panelTitle: "设置",
|
|
2638
2638
|
panelControls: []
|
|
@@ -2646,7 +2646,7 @@
|
|
|
2646
2646
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2647
2647
|
* @Description:
|
|
2648
2648
|
*/
|
|
2649
|
-
var config$
|
|
2649
|
+
var config$8 = {
|
|
2650
2650
|
group: "华炎魔方",
|
|
2651
2651
|
componentName: "SteedosLoading",
|
|
2652
2652
|
title: "加载中",
|
|
@@ -2669,18 +2669,18 @@
|
|
|
2669
2669
|
icon: "fa-fw fa fa-list-alt"
|
|
2670
2670
|
}
|
|
2671
2671
|
};
|
|
2672
|
-
var SteedosLoading = __assign(__assign({}, config$
|
|
2672
|
+
var SteedosLoading = __assign(__assign({}, config$8), { snippets: [
|
|
2673
2673
|
{
|
|
2674
|
-
title: config$
|
|
2674
|
+
title: config$8.title,
|
|
2675
2675
|
screenshot: "",
|
|
2676
2676
|
schema: {
|
|
2677
|
-
componentName: config$
|
|
2678
|
-
props: config$
|
|
2677
|
+
componentName: config$8.componentName,
|
|
2678
|
+
props: config$8.preview
|
|
2679
2679
|
}
|
|
2680
2680
|
}
|
|
2681
2681
|
], amis: {
|
|
2682
2682
|
render: {
|
|
2683
|
-
type: config$
|
|
2683
|
+
type: config$8.amis.name,
|
|
2684
2684
|
usage: "renderer",
|
|
2685
2685
|
weight: 1,
|
|
2686
2686
|
framework: "react"
|
|
@@ -2691,10 +2691,10 @@
|
|
|
2691
2691
|
* @Author: baozhoutao@steedos.com
|
|
2692
2692
|
* @Date: 2022-10-11 09:39:38
|
|
2693
2693
|
* @LastEditors: baozhoutao@steedos.com
|
|
2694
|
-
* @LastEditTime: 2023-
|
|
2694
|
+
* @LastEditTime: 2023-04-07 18:31:37
|
|
2695
2695
|
* @Description:
|
|
2696
2696
|
*/
|
|
2697
|
-
var config$
|
|
2697
|
+
var config$7 = {
|
|
2698
2698
|
// componentType: 'amisSchema',
|
|
2699
2699
|
group: "华炎魔方-原子组件",
|
|
2700
2700
|
componentName: "SteedosBadge",
|
|
@@ -2718,32 +2718,32 @@
|
|
|
2718
2718
|
icon: "fa-fw fa fa-list-alt"
|
|
2719
2719
|
}
|
|
2720
2720
|
};
|
|
2721
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
2721
|
+
var SteedosBadge = __assign(__assign({}, config$7), { snippets: [
|
|
2722
2722
|
{
|
|
2723
|
-
title: config$
|
|
2723
|
+
title: config$7.title,
|
|
2724
2724
|
screenshot: "",
|
|
2725
2725
|
schema: {
|
|
2726
|
-
componentName: config$
|
|
2727
|
-
props: config$
|
|
2726
|
+
componentName: config$7.componentName,
|
|
2727
|
+
props: config$7.preview
|
|
2728
2728
|
}
|
|
2729
2729
|
}
|
|
2730
2730
|
], amis: {
|
|
2731
2731
|
render: {
|
|
2732
|
-
type: config$
|
|
2732
|
+
type: config$7.amis.name,
|
|
2733
2733
|
usage: "renderer",
|
|
2734
2734
|
weight: 1,
|
|
2735
2735
|
framework: "react"
|
|
2736
2736
|
},
|
|
2737
2737
|
plugin: {
|
|
2738
|
-
rendererName: config$
|
|
2738
|
+
rendererName: config$7.amis.name,
|
|
2739
2739
|
$schema: '/schemas/UnkownSchema.json',
|
|
2740
|
-
name: config$
|
|
2741
|
-
description: config$
|
|
2742
|
-
tags: [config$
|
|
2740
|
+
name: config$7.title,
|
|
2741
|
+
description: config$7.title,
|
|
2742
|
+
tags: [config$7.group],
|
|
2743
2743
|
order: -9999,
|
|
2744
|
-
icon: config$
|
|
2744
|
+
icon: config$7.amis.icon,
|
|
2745
2745
|
scaffold: {
|
|
2746
|
-
type: config$
|
|
2746
|
+
type: config$7.amis.name,
|
|
2747
2747
|
count: 100,
|
|
2748
2748
|
body: [], // 容器类字段
|
|
2749
2749
|
},
|
|
@@ -2754,7 +2754,7 @@
|
|
|
2754
2754
|
}
|
|
2755
2755
|
],
|
|
2756
2756
|
previewSchema: {
|
|
2757
|
-
type: config$
|
|
2757
|
+
type: config$7.amis.name,
|
|
2758
2758
|
},
|
|
2759
2759
|
panelTitle: "设置",
|
|
2760
2760
|
panelControls: [
|
|
@@ -2830,7 +2830,7 @@
|
|
|
2830
2830
|
* @LastEditTime: 2023-03-09 19:00:03
|
|
2831
2831
|
* @Description:
|
|
2832
2832
|
*/
|
|
2833
|
-
var config$
|
|
2833
|
+
var config$6 = {
|
|
2834
2834
|
// componentType: 'amisSchema',
|
|
2835
2835
|
group: "华炎魔方-原子组件",
|
|
2836
2836
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -2854,32 +2854,32 @@
|
|
|
2854
2854
|
icon: "fa-fw fa fa-list-alt"
|
|
2855
2855
|
}
|
|
2856
2856
|
};
|
|
2857
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
2857
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$6), { snippets: [
|
|
2858
2858
|
{
|
|
2859
|
-
title: config$
|
|
2859
|
+
title: config$6.title,
|
|
2860
2860
|
screenshot: "",
|
|
2861
2861
|
schema: {
|
|
2862
|
-
componentName: config$
|
|
2863
|
-
props: config$
|
|
2862
|
+
componentName: config$6.componentName,
|
|
2863
|
+
props: config$6.preview
|
|
2864
2864
|
}
|
|
2865
2865
|
}
|
|
2866
2866
|
], amis: {
|
|
2867
2867
|
render: {
|
|
2868
|
-
type: config$
|
|
2868
|
+
type: config$6.amis.name,
|
|
2869
2869
|
usage: "renderer",
|
|
2870
2870
|
weight: 1,
|
|
2871
2871
|
framework: "react"
|
|
2872
2872
|
},
|
|
2873
2873
|
plugin: {
|
|
2874
|
-
rendererName: config$
|
|
2874
|
+
rendererName: config$6.amis.name,
|
|
2875
2875
|
$schema: '/schemas/UnkownSchema.json',
|
|
2876
|
-
name: config$
|
|
2877
|
-
description: config$
|
|
2878
|
-
tags: [config$
|
|
2876
|
+
name: config$6.title,
|
|
2877
|
+
description: config$6.title,
|
|
2878
|
+
tags: [config$6.group],
|
|
2879
2879
|
order: -9999,
|
|
2880
|
-
icon: config$
|
|
2880
|
+
icon: config$6.amis.icon,
|
|
2881
2881
|
scaffold: {
|
|
2882
|
-
type: config$
|
|
2882
|
+
type: config$6.amis.name,
|
|
2883
2883
|
body: [], // 容器类字段
|
|
2884
2884
|
},
|
|
2885
2885
|
regions: [
|
|
@@ -2889,7 +2889,7 @@
|
|
|
2889
2889
|
}
|
|
2890
2890
|
],
|
|
2891
2891
|
previewSchema: {
|
|
2892
|
-
type: config$
|
|
2892
|
+
type: config$6.amis.name,
|
|
2893
2893
|
},
|
|
2894
2894
|
panelTitle: "设置",
|
|
2895
2895
|
panelControls: [
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
* @LastEditTime: 2023-03-06 18:29:59
|
|
2924
2924
|
* @Description:
|
|
2925
2925
|
*/
|
|
2926
|
-
var config$
|
|
2926
|
+
var config$5 = {
|
|
2927
2927
|
componentType: 'amisSchema',
|
|
2928
2928
|
group: "华炎魔方-原子组件",
|
|
2929
2929
|
componentName: "AmisSteedosField",
|
|
@@ -2947,39 +2947,39 @@
|
|
|
2947
2947
|
icon: "fa-fw fa fa-list-alt"
|
|
2948
2948
|
}
|
|
2949
2949
|
};
|
|
2950
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
2950
|
+
var AmisSteedosField = __assign(__assign({}, config$5), { snippets: [
|
|
2951
2951
|
{
|
|
2952
|
-
title: config$
|
|
2952
|
+
title: config$5.title,
|
|
2953
2953
|
screenshot: "",
|
|
2954
2954
|
schema: {
|
|
2955
|
-
componentName: config$
|
|
2956
|
-
props: config$
|
|
2955
|
+
componentName: config$5.componentName,
|
|
2956
|
+
props: config$5.preview
|
|
2957
2957
|
}
|
|
2958
2958
|
}
|
|
2959
2959
|
], amis: {
|
|
2960
2960
|
render: {
|
|
2961
|
-
type: config$
|
|
2961
|
+
type: config$5.amis.name,
|
|
2962
2962
|
usage: "renderer",
|
|
2963
2963
|
weight: 1,
|
|
2964
2964
|
framework: "react"
|
|
2965
2965
|
},
|
|
2966
2966
|
plugin: {
|
|
2967
|
-
rendererName: config$
|
|
2967
|
+
rendererName: config$5.amis.name,
|
|
2968
2968
|
$schema: '/schemas/UnkownSchema.json',
|
|
2969
|
-
name: config$
|
|
2970
|
-
description: config$
|
|
2971
|
-
tags: [config$
|
|
2969
|
+
name: config$5.title,
|
|
2970
|
+
description: config$5.title,
|
|
2971
|
+
tags: [config$5.group],
|
|
2972
2972
|
order: -9999,
|
|
2973
|
-
icon: config$
|
|
2973
|
+
icon: config$5.amis.icon,
|
|
2974
2974
|
scaffold: {
|
|
2975
|
-
type: config$
|
|
2975
|
+
type: config$5.amis.name,
|
|
2976
2976
|
config: {
|
|
2977
2977
|
"type": "text",
|
|
2978
2978
|
"label": "字段1"
|
|
2979
2979
|
}
|
|
2980
2980
|
},
|
|
2981
2981
|
previewSchema: {
|
|
2982
|
-
type: config$
|
|
2982
|
+
type: config$5.amis.name,
|
|
2983
2983
|
config: {
|
|
2984
2984
|
"type": "text",
|
|
2985
2985
|
"label": "字段1"
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
3013
3013
|
* @Description:
|
|
3014
3014
|
*/
|
|
3015
|
-
var config$
|
|
3015
|
+
var config$4 = {
|
|
3016
3016
|
componentType: 'amisSchema',
|
|
3017
3017
|
group: "华炎魔方",
|
|
3018
3018
|
componentName: "AmisSelectFlow",
|
|
@@ -3036,18 +3036,18 @@
|
|
|
3036
3036
|
icon: "fa-fw fa fa-list-alt"
|
|
3037
3037
|
}
|
|
3038
3038
|
};
|
|
3039
|
-
var AmisSelectFlow = __assign(__assign({}, config$
|
|
3039
|
+
var AmisSelectFlow = __assign(__assign({}, config$4), { snippets: [
|
|
3040
3040
|
{
|
|
3041
|
-
title: config$
|
|
3041
|
+
title: config$4.title,
|
|
3042
3042
|
screenshot: "",
|
|
3043
3043
|
schema: {
|
|
3044
|
-
componentName: config$
|
|
3045
|
-
props: config$
|
|
3044
|
+
componentName: config$4.componentName,
|
|
3045
|
+
props: config$4.preview
|
|
3046
3046
|
}
|
|
3047
3047
|
}
|
|
3048
3048
|
], amis: {
|
|
3049
3049
|
render: {
|
|
3050
|
-
type: config$
|
|
3050
|
+
type: config$4.amis.name,
|
|
3051
3051
|
usage: "renderer",
|
|
3052
3052
|
weight: 1,
|
|
3053
3053
|
framework: "react"
|
|
@@ -3085,7 +3085,7 @@
|
|
|
3085
3085
|
* @LastEditTime: 2023-02-09 16:48:59
|
|
3086
3086
|
* @Description:
|
|
3087
3087
|
*/
|
|
3088
|
-
var config$
|
|
3088
|
+
var config$3 = {
|
|
3089
3089
|
componentType: 'amisSchema',
|
|
3090
3090
|
group: "华炎魔方",
|
|
3091
3091
|
componentName: "AmisInstanceDetail",
|
|
@@ -3109,18 +3109,18 @@
|
|
|
3109
3109
|
icon: "fa-fw fa fa-list-alt"
|
|
3110
3110
|
}
|
|
3111
3111
|
};
|
|
3112
|
-
var AmisInstanceDetail = __assign(__assign({}, config$
|
|
3112
|
+
var AmisInstanceDetail = __assign(__assign({}, config$3), { snippets: [
|
|
3113
3113
|
{
|
|
3114
|
-
title: config$
|
|
3114
|
+
title: config$3.title,
|
|
3115
3115
|
screenshot: "",
|
|
3116
3116
|
schema: {
|
|
3117
|
-
componentName: config$
|
|
3118
|
-
props: config$
|
|
3117
|
+
componentName: config$3.componentName,
|
|
3118
|
+
props: config$3.preview
|
|
3119
3119
|
}
|
|
3120
3120
|
}
|
|
3121
3121
|
], amis: {
|
|
3122
3122
|
render: {
|
|
3123
|
-
type: config$
|
|
3123
|
+
type: config$3.amis.name,
|
|
3124
3124
|
usage: "renderer",
|
|
3125
3125
|
weight: 1,
|
|
3126
3126
|
framework: "react"
|
|
@@ -3156,7 +3156,7 @@
|
|
|
3156
3156
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3157
3157
|
* @Description:
|
|
3158
3158
|
*/
|
|
3159
|
-
var config$
|
|
3159
|
+
var config$2 = {
|
|
3160
3160
|
componentType: 'amisSchema',
|
|
3161
3161
|
group: "华炎魔方",
|
|
3162
3162
|
componentName: "PageListView",
|
|
@@ -3180,18 +3180,18 @@
|
|
|
3180
3180
|
icon: "fa-fw fa fa-list-alt"
|
|
3181
3181
|
}
|
|
3182
3182
|
};
|
|
3183
|
-
var PageListViewMeta = __assign(__assign({}, config$
|
|
3183
|
+
var PageListViewMeta = __assign(__assign({}, config$2), { snippets: [
|
|
3184
3184
|
{
|
|
3185
|
-
title: config$
|
|
3185
|
+
title: config$2.title,
|
|
3186
3186
|
screenshot: "",
|
|
3187
3187
|
schema: {
|
|
3188
|
-
componentName: config$
|
|
3189
|
-
props: config$
|
|
3188
|
+
componentName: config$2.componentName,
|
|
3189
|
+
props: config$2.preview
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
3192
|
], amis: {
|
|
3193
3193
|
render: {
|
|
3194
|
-
type: config$
|
|
3194
|
+
type: config$2.amis.name,
|
|
3195
3195
|
usage: "renderer",
|
|
3196
3196
|
weight: 1,
|
|
3197
3197
|
framework: "react"
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
3206
3206
|
* @Description:
|
|
3207
3207
|
*/
|
|
3208
|
-
var config = {
|
|
3208
|
+
var config$1 = {
|
|
3209
3209
|
componentType: 'amisSchema',
|
|
3210
3210
|
group: "华炎魔方",
|
|
3211
3211
|
componentName: "PageRecordDetail",
|
|
@@ -3229,7 +3229,56 @@
|
|
|
3229
3229
|
icon: "fa-fw fa fa-list-alt"
|
|
3230
3230
|
}
|
|
3231
3231
|
};
|
|
3232
|
-
var PageRecordDetailMeta = __assign(__assign({}, config), { snippets: [
|
|
3232
|
+
var PageRecordDetailMeta = __assign(__assign({}, config$1), { snippets: [
|
|
3233
|
+
{
|
|
3234
|
+
title: config$1.title,
|
|
3235
|
+
screenshot: "",
|
|
3236
|
+
schema: {
|
|
3237
|
+
componentName: config$1.componentName,
|
|
3238
|
+
props: config$1.preview
|
|
3239
|
+
}
|
|
3240
|
+
}
|
|
3241
|
+
], amis: {
|
|
3242
|
+
render: {
|
|
3243
|
+
type: config$1.amis.name,
|
|
3244
|
+
usage: "renderer",
|
|
3245
|
+
weight: 1,
|
|
3246
|
+
framework: "react"
|
|
3247
|
+
},
|
|
3248
|
+
} });
|
|
3249
|
+
|
|
3250
|
+
/*
|
|
3251
|
+
* @Author: baozhoutao@steedos.com
|
|
3252
|
+
* @Date: 2022-10-11 09:39:38
|
|
3253
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
3254
|
+
* @LastEditTime: 2023-04-12 14:35:40
|
|
3255
|
+
* @Description:
|
|
3256
|
+
*/
|
|
3257
|
+
var config = {
|
|
3258
|
+
// componentType: 'amisSchema',
|
|
3259
|
+
group: "华炎魔方-原子组件",
|
|
3260
|
+
componentName: "SteedosSkeleton",
|
|
3261
|
+
title: "骨架屏",
|
|
3262
|
+
docUrl: "",
|
|
3263
|
+
screenshot: "",
|
|
3264
|
+
npm: {
|
|
3265
|
+
package: "@steedos-widgets/amis-object",
|
|
3266
|
+
version: "{{version}}",
|
|
3267
|
+
exportName: "SteedosSkeleton",
|
|
3268
|
+
main: "",
|
|
3269
|
+
destructuring: true,
|
|
3270
|
+
subName: ""
|
|
3271
|
+
},
|
|
3272
|
+
preview: {},
|
|
3273
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
3274
|
+
engines: ["amis"],
|
|
3275
|
+
// settings for amis.
|
|
3276
|
+
amis: {
|
|
3277
|
+
name: 'steedos-skeleton',
|
|
3278
|
+
icon: "fa-fw fa fa-list-alt"
|
|
3279
|
+
}
|
|
3280
|
+
};
|
|
3281
|
+
var SteedosSkeleton = __assign(__assign({}, config), { snippets: [
|
|
3233
3282
|
{
|
|
3234
3283
|
title: config.title,
|
|
3235
3284
|
screenshot: "",
|
|
@@ -3245,13 +3294,57 @@
|
|
|
3245
3294
|
weight: 1,
|
|
3246
3295
|
framework: "react"
|
|
3247
3296
|
},
|
|
3297
|
+
plugin_disable: {
|
|
3298
|
+
rendererName: config.amis.name,
|
|
3299
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
3300
|
+
name: config.title,
|
|
3301
|
+
description: config.title,
|
|
3302
|
+
tags: [config.group],
|
|
3303
|
+
order: -9999,
|
|
3304
|
+
icon: config.amis.icon,
|
|
3305
|
+
scaffold: {
|
|
3306
|
+
type: config.amis.name,
|
|
3307
|
+
count: 100,
|
|
3308
|
+
body: [], // 容器类字段
|
|
3309
|
+
},
|
|
3310
|
+
regions: [
|
|
3311
|
+
{
|
|
3312
|
+
key: 'body',
|
|
3313
|
+
label: '内容区'
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
previewSchema: {
|
|
3317
|
+
type: config.amis.name,
|
|
3318
|
+
config: {
|
|
3319
|
+
"active": true,
|
|
3320
|
+
"loading": true
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
panelTitle: "设置",
|
|
3324
|
+
panelControls: [
|
|
3325
|
+
{
|
|
3326
|
+
type: "editor",
|
|
3327
|
+
name: "config",
|
|
3328
|
+
label: "定义",
|
|
3329
|
+
language: "json",
|
|
3330
|
+
pipeOut: function (value) {
|
|
3331
|
+
try {
|
|
3332
|
+
return value ? JSON.parse(value) : null;
|
|
3333
|
+
}
|
|
3334
|
+
catch (e) {
|
|
3335
|
+
}
|
|
3336
|
+
return value;
|
|
3337
|
+
}
|
|
3338
|
+
}
|
|
3339
|
+
]
|
|
3340
|
+
}
|
|
3248
3341
|
} });
|
|
3249
3342
|
|
|
3250
3343
|
/*
|
|
3251
3344
|
* @Author: baozhoutao@steedos.com
|
|
3252
3345
|
* @Date: 2022-08-31 16:32:35
|
|
3253
3346
|
* @LastEditors: baozhoutao@steedos.com
|
|
3254
|
-
* @LastEditTime: 2023-
|
|
3347
|
+
* @LastEditTime: 2023-04-07 18:23:05
|
|
3255
3348
|
* @Description:
|
|
3256
3349
|
*/
|
|
3257
3350
|
var components = [
|
|
@@ -3283,6 +3376,7 @@
|
|
|
3283
3376
|
SteedosLoading,
|
|
3284
3377
|
PageListViewMeta,
|
|
3285
3378
|
PageRecordDetailMeta,
|
|
3379
|
+
SteedosSkeleton
|
|
3286
3380
|
];
|
|
3287
3381
|
var componentList = [
|
|
3288
3382
|
{
|