@steedos-widgets/amis-object 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisInstanceDetail.d.ts +612 -0
- package/dist/amis/AmisRecordDetailRelatedList.d.ts +1 -1
- package/dist/amis/AmisRecordDetailRelatedLists.d.ts +1 -1
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +127 -6
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +127 -6
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +127 -6
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets-dev.json +11 -11
- package/dist/assets.json +10 -10
- package/dist/index.d.ts +1 -0
- package/dist/meta.js +394 -292
- package/dist/metas/AmisInstanceDetail.d.ts +2 -0
- package/package.json +3 -3
package/dist/meta.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
38
38
|
* @Description:
|
|
39
39
|
*/
|
|
40
|
-
var config$
|
|
40
|
+
var config$p = {
|
|
41
41
|
componentType: 'amisSchema',
|
|
42
42
|
group: "华炎魔方",
|
|
43
43
|
componentName: "AmisObjectForm",
|
|
@@ -95,39 +95,39 @@
|
|
|
95
95
|
icon: "fa-fw fa fa-list-alt"
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
|
-
var AmisObjectForm = __assign(__assign({}, config$
|
|
98
|
+
var AmisObjectForm = __assign(__assign({}, config$p), { snippets: [
|
|
99
99
|
{
|
|
100
|
-
title: config$
|
|
100
|
+
title: config$p.title,
|
|
101
101
|
screenshot: "",
|
|
102
102
|
schema: {
|
|
103
|
-
componentName: config$
|
|
104
|
-
props: config$
|
|
103
|
+
componentName: config$p.componentName,
|
|
104
|
+
props: config$p.preview
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
], amis: {
|
|
108
108
|
render: {
|
|
109
|
-
type: config$
|
|
109
|
+
type: config$p.amis.name,
|
|
110
110
|
usage: "renderer",
|
|
111
111
|
weight: 1,
|
|
112
112
|
framework: "react"
|
|
113
113
|
},
|
|
114
114
|
plugin: {
|
|
115
|
-
rendererName: config$
|
|
115
|
+
rendererName: config$p.amis.name,
|
|
116
116
|
$schema: '/schemas/UnkownSchema.json',
|
|
117
|
-
name: config$
|
|
118
|
-
description: config$
|
|
119
|
-
tags: [config$
|
|
117
|
+
name: config$p.title,
|
|
118
|
+
description: config$p.title,
|
|
119
|
+
tags: [config$p.group],
|
|
120
120
|
order: -9999,
|
|
121
|
-
icon: config$
|
|
121
|
+
icon: config$p.amis.icon,
|
|
122
122
|
scaffold: {
|
|
123
|
-
type: config$
|
|
124
|
-
label: config$
|
|
123
|
+
type: config$p.amis.name,
|
|
124
|
+
label: config$p.title,
|
|
125
125
|
objectApiName: "${objectName}",
|
|
126
126
|
recordId: "${recordId}",
|
|
127
127
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 bg-white p-4"
|
|
128
128
|
},
|
|
129
129
|
previewSchema: {
|
|
130
|
-
type: config$
|
|
130
|
+
type: config$p.amis.name,
|
|
131
131
|
objectApiName: 'space_users'
|
|
132
132
|
},
|
|
133
133
|
panelTitle: "设置",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
224
224
|
* @Description:
|
|
225
225
|
*/
|
|
226
|
-
var config$
|
|
226
|
+
var config$o = {
|
|
227
227
|
componentType: 'amisSchema',
|
|
228
228
|
group: "华炎魔方",
|
|
229
229
|
componentName: "AmisObjectListView",
|
|
@@ -260,40 +260,40 @@
|
|
|
260
260
|
icon: "fa-fw fa fa-list-alt"
|
|
261
261
|
}
|
|
262
262
|
};
|
|
263
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
263
|
+
var AmisObjectListview = __assign(__assign({}, config$o), { snippets: [
|
|
264
264
|
{
|
|
265
|
-
title: config$
|
|
265
|
+
title: config$o.title,
|
|
266
266
|
screenshot: "",
|
|
267
267
|
schema: {
|
|
268
|
-
componentName: config$
|
|
269
|
-
props: config$
|
|
268
|
+
componentName: config$o.componentName,
|
|
269
|
+
props: config$o.preview
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
], amis: {
|
|
273
273
|
render: {
|
|
274
|
-
type: config$
|
|
274
|
+
type: config$o.amis.name,
|
|
275
275
|
usage: "renderer",
|
|
276
276
|
weight: 1,
|
|
277
277
|
framework: "react"
|
|
278
278
|
},
|
|
279
279
|
plugin: {
|
|
280
|
-
rendererName: config$
|
|
280
|
+
rendererName: config$o.amis.name,
|
|
281
281
|
$schema: '/schemas/UnkownSchema.json',
|
|
282
|
-
name: config$
|
|
283
|
-
description: config$
|
|
284
|
-
tags: [config$
|
|
282
|
+
name: config$o.title,
|
|
283
|
+
description: config$o.description,
|
|
284
|
+
tags: [config$o.group],
|
|
285
285
|
order: -9999,
|
|
286
|
-
icon: config$
|
|
286
|
+
icon: config$o.amis.icon,
|
|
287
287
|
scaffold: {
|
|
288
|
-
type: config$
|
|
289
|
-
label: config$
|
|
288
|
+
type: config$o.amis.name,
|
|
289
|
+
label: config$o.title,
|
|
290
290
|
objectApiName: "${objectName}",
|
|
291
291
|
listName: "all",
|
|
292
292
|
showHeader: true,
|
|
293
293
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 mb-4"
|
|
294
294
|
},
|
|
295
295
|
previewSchema: {
|
|
296
|
-
type: config$
|
|
296
|
+
type: config$o.amis.name,
|
|
297
297
|
objectApiName: 'space_users',
|
|
298
298
|
listName: "all",
|
|
299
299
|
showHeader: true,
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
}
|
|
377
377
|
} });
|
|
378
378
|
|
|
379
|
-
var config$
|
|
379
|
+
var config$n = {
|
|
380
380
|
componentType: 'amisSchema',
|
|
381
381
|
group: "华炎魔方",
|
|
382
382
|
componentName: "AmisObjectCalendar",
|
|
@@ -432,38 +432,38 @@
|
|
|
432
432
|
icon: "fa-fw fa fa-list-alt"
|
|
433
433
|
}
|
|
434
434
|
};
|
|
435
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
435
|
+
var AmisObjectCalendar = __assign(__assign({}, config$n), { snippets: [
|
|
436
436
|
{
|
|
437
|
-
title: config$
|
|
437
|
+
title: config$n.title,
|
|
438
438
|
screenshot: "",
|
|
439
439
|
schema: {
|
|
440
|
-
componentName: config$
|
|
441
|
-
props: config$
|
|
440
|
+
componentName: config$n.componentName,
|
|
441
|
+
props: config$n.preview
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
], amis: {
|
|
445
445
|
render: {
|
|
446
|
-
type: config$
|
|
446
|
+
type: config$n.amis.name,
|
|
447
447
|
usage: "renderer",
|
|
448
448
|
weight: 1,
|
|
449
449
|
framework: "react"
|
|
450
450
|
},
|
|
451
451
|
plugin: {
|
|
452
|
-
rendererName: config$
|
|
452
|
+
rendererName: config$n.amis.name,
|
|
453
453
|
$schema: '/schemas/UnkownSchema.json',
|
|
454
|
-
name: config$
|
|
455
|
-
description: config$
|
|
456
|
-
tags: [config$
|
|
454
|
+
name: config$n.title,
|
|
455
|
+
description: config$n.title,
|
|
456
|
+
tags: [config$n.group],
|
|
457
457
|
order: -9999,
|
|
458
|
-
icon: config$
|
|
458
|
+
icon: config$n.amis.icon,
|
|
459
459
|
scaffold: {
|
|
460
|
-
type: config$
|
|
461
|
-
label: config$
|
|
460
|
+
type: config$n.amis.name,
|
|
461
|
+
label: config$n.title,
|
|
462
462
|
objectApiName: "${objectName}",
|
|
463
463
|
currentView: "timeGridWeek"
|
|
464
464
|
},
|
|
465
465
|
previewSchema: {
|
|
466
|
-
type: config$
|
|
466
|
+
type: config$n.amis.name,
|
|
467
467
|
objectApiName: 'events',
|
|
468
468
|
currentView: "timeGridWeek"
|
|
469
469
|
},
|
|
@@ -529,10 +529,10 @@
|
|
|
529
529
|
* @Author: baozhoutao@steedos.com
|
|
530
530
|
* @Date: 2022-08-31 16:32:35
|
|
531
531
|
* @LastEditors: baozhoutao@steedos.com
|
|
532
|
-
* @LastEditTime:
|
|
532
|
+
* @LastEditTime: 2023-02-10 11:23:43
|
|
533
533
|
* @Description:
|
|
534
534
|
*/
|
|
535
|
-
var config$
|
|
535
|
+
var config$m = {
|
|
536
536
|
componentType: 'amisSchema',
|
|
537
537
|
group: "华炎魔方",
|
|
538
538
|
componentName: "AmisObjectTable",
|
|
@@ -577,6 +577,16 @@
|
|
|
577
577
|
name: "top",
|
|
578
578
|
propType: "number",
|
|
579
579
|
description: '显示的记录数量',
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
name: "requestAdaptor",
|
|
583
|
+
propType: "string",
|
|
584
|
+
description: '发送适配器',
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
name: "adaptor",
|
|
588
|
+
propType: "string",
|
|
589
|
+
description: '接收适配器',
|
|
580
590
|
}
|
|
581
591
|
],
|
|
582
592
|
preview: {},
|
|
@@ -588,39 +598,39 @@
|
|
|
588
598
|
icon: "fa-fw fa fa-list-alt"
|
|
589
599
|
}
|
|
590
600
|
};
|
|
591
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
601
|
+
var AmisObjectTable = __assign(__assign({}, config$m), { snippets: [
|
|
592
602
|
{
|
|
593
|
-
title: config$
|
|
603
|
+
title: config$m.title,
|
|
594
604
|
screenshot: "",
|
|
595
605
|
schema: {
|
|
596
|
-
componentName: config$
|
|
597
|
-
props: config$
|
|
606
|
+
componentName: config$m.componentName,
|
|
607
|
+
props: config$m.preview
|
|
598
608
|
}
|
|
599
609
|
}
|
|
600
610
|
], amis: {
|
|
601
611
|
render: {
|
|
602
|
-
type: config$
|
|
612
|
+
type: config$m.amis.name,
|
|
603
613
|
usage: "renderer",
|
|
604
614
|
weight: 1,
|
|
605
615
|
framework: "react"
|
|
606
616
|
},
|
|
607
617
|
plugin: {
|
|
608
|
-
rendererName: config$
|
|
618
|
+
rendererName: config$m.amis.name,
|
|
609
619
|
$schema: '/schemas/UnkownSchema.json',
|
|
610
|
-
name: config$
|
|
611
|
-
description: config$
|
|
612
|
-
tags: [config$
|
|
620
|
+
name: config$m.title,
|
|
621
|
+
description: config$m.title,
|
|
622
|
+
tags: [config$m.group],
|
|
613
623
|
order: -9999,
|
|
614
|
-
icon: config$
|
|
624
|
+
icon: config$m.amis.icon,
|
|
615
625
|
scaffold: {
|
|
616
|
-
type: config$
|
|
617
|
-
label: config$
|
|
626
|
+
type: config$m.amis.name,
|
|
627
|
+
label: config$m.title,
|
|
618
628
|
objectApiName: "${objectName}",
|
|
619
629
|
columns: [{ "field": "name" }],
|
|
620
630
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300"
|
|
621
631
|
},
|
|
622
632
|
previewSchema: {
|
|
623
|
-
type: config$
|
|
633
|
+
type: config$m.amis.name,
|
|
624
634
|
objectApiName: 'space_users',
|
|
625
635
|
columns: [{ "field": "name" }]
|
|
626
636
|
},
|
|
@@ -723,6 +733,26 @@
|
|
|
723
733
|
name: "className",
|
|
724
734
|
label: "CSS类名",
|
|
725
735
|
value: "my-2"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"type": "fieldSet",
|
|
739
|
+
"title": "数据接口",
|
|
740
|
+
"body": [
|
|
741
|
+
{
|
|
742
|
+
type: "editor",
|
|
743
|
+
name: "requestAdaptor",
|
|
744
|
+
label: "发送适配器",
|
|
745
|
+
language: "javascript",
|
|
746
|
+
description: "函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
type: "editor",
|
|
750
|
+
name: "adaptor",
|
|
751
|
+
label: "接收适配器",
|
|
752
|
+
language: "javascript",
|
|
753
|
+
description: "函数签名: (payload, response, api) => payload"
|
|
754
|
+
}
|
|
755
|
+
]
|
|
726
756
|
}
|
|
727
757
|
]
|
|
728
758
|
}
|
|
@@ -735,7 +765,7 @@
|
|
|
735
765
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
736
766
|
* @Description:
|
|
737
767
|
*/
|
|
738
|
-
var config$
|
|
768
|
+
var config$l = {
|
|
739
769
|
componentType: 'amisSchema',
|
|
740
770
|
group: "华炎魔方",
|
|
741
771
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -772,38 +802,38 @@
|
|
|
772
802
|
icon: "fa-fw fa fa-list-alt"
|
|
773
803
|
}
|
|
774
804
|
};
|
|
775
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
805
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$l), { snippets: [
|
|
776
806
|
{
|
|
777
|
-
title: config$
|
|
807
|
+
title: config$l.title,
|
|
778
808
|
screenshot: "",
|
|
779
809
|
schema: {
|
|
780
|
-
componentName: config$
|
|
781
|
-
props: config$
|
|
810
|
+
componentName: config$l.componentName,
|
|
811
|
+
props: config$l.preview
|
|
782
812
|
}
|
|
783
813
|
}
|
|
784
814
|
], amis: {
|
|
785
815
|
render: {
|
|
786
|
-
type: config$
|
|
816
|
+
type: config$l.amis.name,
|
|
787
817
|
usage: "renderer",
|
|
788
818
|
weight: 1,
|
|
789
819
|
framework: "react"
|
|
790
820
|
},
|
|
791
821
|
plugin: {
|
|
792
|
-
rendererName: config$
|
|
822
|
+
rendererName: config$l.amis.name,
|
|
793
823
|
$schema: '/schemas/UnkownSchema.json',
|
|
794
|
-
name: config$
|
|
795
|
-
description: config$
|
|
796
|
-
tags: [config$
|
|
824
|
+
name: config$l.title,
|
|
825
|
+
description: config$l.description,
|
|
826
|
+
tags: [config$l.group],
|
|
797
827
|
order: -9999,
|
|
798
|
-
icon: config$
|
|
828
|
+
icon: config$l.amis.icon,
|
|
799
829
|
scaffold: {
|
|
800
|
-
type: config$
|
|
801
|
-
label: config$
|
|
830
|
+
type: config$l.amis.name,
|
|
831
|
+
label: config$l.title,
|
|
802
832
|
objectApiName: "${objectName}",
|
|
803
833
|
recordId: "${recordId}"
|
|
804
834
|
},
|
|
805
835
|
previewSchema: {
|
|
806
|
-
type: config$
|
|
836
|
+
type: config$l.amis.name,
|
|
807
837
|
objectApiName: 'space_users'
|
|
808
838
|
},
|
|
809
839
|
panelTitle: "设置",
|
|
@@ -846,7 +876,7 @@
|
|
|
846
876
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
847
877
|
* @Description:
|
|
848
878
|
*/
|
|
849
|
-
var config$
|
|
879
|
+
var config$k = {
|
|
850
880
|
componentType: 'amisSchema',
|
|
851
881
|
group: "华炎魔方",
|
|
852
882
|
componentName: "AmisRecordDetail",
|
|
@@ -882,38 +912,38 @@
|
|
|
882
912
|
icon: "fa-fw fa fa-list-alt"
|
|
883
913
|
}
|
|
884
914
|
};
|
|
885
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
915
|
+
var AmisRecordDetail = __assign(__assign({}, config$k), { snippets: [
|
|
886
916
|
{
|
|
887
|
-
title: config$
|
|
917
|
+
title: config$k.title,
|
|
888
918
|
screenshot: "",
|
|
889
919
|
schema: {
|
|
890
|
-
componentName: config$
|
|
891
|
-
props: config$
|
|
920
|
+
componentName: config$k.componentName,
|
|
921
|
+
props: config$k.preview
|
|
892
922
|
}
|
|
893
923
|
}
|
|
894
924
|
], amis: {
|
|
895
925
|
render: {
|
|
896
|
-
type: config$
|
|
926
|
+
type: config$k.amis.name,
|
|
897
927
|
usage: "renderer",
|
|
898
928
|
weight: 1,
|
|
899
929
|
framework: "react"
|
|
900
930
|
},
|
|
901
931
|
plugin_disabled: {
|
|
902
|
-
rendererName: config$
|
|
932
|
+
rendererName: config$k.amis.name,
|
|
903
933
|
$schema: '/schemas/UnkownSchema.json',
|
|
904
|
-
name: config$
|
|
905
|
-
description: config$
|
|
906
|
-
tags: [config$
|
|
934
|
+
name: config$k.title,
|
|
935
|
+
description: config$k.title,
|
|
936
|
+
tags: [config$k.group],
|
|
907
937
|
order: -9999,
|
|
908
|
-
icon: config$
|
|
938
|
+
icon: config$k.amis.icon,
|
|
909
939
|
scaffold: {
|
|
910
|
-
type: config$
|
|
911
|
-
label: config$
|
|
940
|
+
type: config$k.amis.name,
|
|
941
|
+
label: config$k.title,
|
|
912
942
|
objectApiName: "${objectName}",
|
|
913
943
|
recordId: "${recordId}"
|
|
914
944
|
},
|
|
915
945
|
previewSchema: {
|
|
916
|
-
type: config$
|
|
946
|
+
type: config$k.amis.name,
|
|
917
947
|
objectApiName: 'space_users'
|
|
918
948
|
},
|
|
919
949
|
panelTitle: "设置",
|
|
@@ -943,7 +973,7 @@
|
|
|
943
973
|
}
|
|
944
974
|
} });
|
|
945
975
|
|
|
946
|
-
var config$
|
|
976
|
+
var config$j = {
|
|
947
977
|
componentType: 'amisSchema',
|
|
948
978
|
group: "华炎魔方-界面",
|
|
949
979
|
componentName: "AmisSelectUser",
|
|
@@ -989,37 +1019,37 @@
|
|
|
989
1019
|
icon: "fa-fw fa fa-list-alt"
|
|
990
1020
|
}
|
|
991
1021
|
};
|
|
992
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1022
|
+
var AmisSelectUser = __assign(__assign({}, config$j), { snippets: [
|
|
993
1023
|
{
|
|
994
|
-
title: config$
|
|
1024
|
+
title: config$j.title,
|
|
995
1025
|
screenshot: "",
|
|
996
1026
|
schema: {
|
|
997
|
-
componentName: config$
|
|
998
|
-
props: config$
|
|
1027
|
+
componentName: config$j.componentName,
|
|
1028
|
+
props: config$j.preview
|
|
999
1029
|
}
|
|
1000
1030
|
}
|
|
1001
1031
|
], amis: {
|
|
1002
1032
|
render: {
|
|
1003
|
-
type: config$
|
|
1033
|
+
type: config$j.amis.name,
|
|
1004
1034
|
usage: "renderer",
|
|
1005
1035
|
weight: 1,
|
|
1006
1036
|
framework: "react"
|
|
1007
1037
|
},
|
|
1008
1038
|
plugin_disabled: {
|
|
1009
|
-
rendererName: config$
|
|
1039
|
+
rendererName: config$j.amis.name,
|
|
1010
1040
|
$schema: '/schemas/UnkownSchema.json',
|
|
1011
|
-
name: config$
|
|
1012
|
-
description: config$
|
|
1013
|
-
tags: [config$
|
|
1041
|
+
name: config$j.title,
|
|
1042
|
+
description: config$j.title,
|
|
1043
|
+
tags: [config$j.group],
|
|
1014
1044
|
order: -9999,
|
|
1015
|
-
icon: config$
|
|
1045
|
+
icon: config$j.amis.icon,
|
|
1016
1046
|
scaffold: {
|
|
1017
|
-
type: config$
|
|
1018
|
-
label: config$
|
|
1047
|
+
type: config$j.amis.name,
|
|
1048
|
+
label: config$j.title,
|
|
1019
1049
|
name: ""
|
|
1020
1050
|
},
|
|
1021
1051
|
previewSchema: {
|
|
1022
|
-
type: config$
|
|
1052
|
+
type: config$j.amis.name,
|
|
1023
1053
|
},
|
|
1024
1054
|
panelTitle: "设置",
|
|
1025
1055
|
panelControls: [
|
|
@@ -1050,7 +1080,7 @@
|
|
|
1050
1080
|
* @LastEditTime: 2022-12-01 16:06:37
|
|
1051
1081
|
* @Description:
|
|
1052
1082
|
*/
|
|
1053
|
-
var config$
|
|
1083
|
+
var config$i = {
|
|
1054
1084
|
componentType: 'amisSchema',
|
|
1055
1085
|
group: "华炎魔方",
|
|
1056
1086
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1092,39 +1122,39 @@
|
|
|
1092
1122
|
icon: "fa-fw fa fa-list-alt"
|
|
1093
1123
|
}
|
|
1094
1124
|
};
|
|
1095
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1125
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$i), { snippets: [
|
|
1096
1126
|
{
|
|
1097
|
-
title: config$
|
|
1127
|
+
title: config$i.title,
|
|
1098
1128
|
screenshot: "",
|
|
1099
1129
|
schema: {
|
|
1100
|
-
componentName: config$
|
|
1101
|
-
props: config$
|
|
1130
|
+
componentName: config$i.componentName,
|
|
1131
|
+
props: config$i.preview
|
|
1102
1132
|
}
|
|
1103
1133
|
}
|
|
1104
1134
|
], amis: {
|
|
1105
1135
|
render: {
|
|
1106
|
-
type: config$
|
|
1136
|
+
type: config$i.amis.name,
|
|
1107
1137
|
usage: "renderer",
|
|
1108
1138
|
weight: 1,
|
|
1109
1139
|
framework: "react"
|
|
1110
1140
|
},
|
|
1111
1141
|
plugin: {
|
|
1112
|
-
rendererName: config$
|
|
1142
|
+
rendererName: config$i.amis.name,
|
|
1113
1143
|
$schema: '/schemas/UnkownSchema.json',
|
|
1114
|
-
name: config$
|
|
1115
|
-
description: config$
|
|
1116
|
-
tags: [config$
|
|
1144
|
+
name: config$i.title,
|
|
1145
|
+
description: config$i.description,
|
|
1146
|
+
tags: [config$i.group],
|
|
1117
1147
|
order: -9999,
|
|
1118
|
-
icon: config$
|
|
1148
|
+
icon: config$i.amis.icon,
|
|
1119
1149
|
scaffold: {
|
|
1120
|
-
type: config$
|
|
1121
|
-
label: config$
|
|
1150
|
+
type: config$i.amis.name,
|
|
1151
|
+
label: config$i.title,
|
|
1122
1152
|
objectApiName: "${objectName}",
|
|
1123
1153
|
recordId: "${recordId}",
|
|
1124
1154
|
relatedObjectApiName: "contacts"
|
|
1125
1155
|
},
|
|
1126
1156
|
previewSchema: {
|
|
1127
|
-
type: config$
|
|
1157
|
+
type: config$i.amis.name,
|
|
1128
1158
|
objectApiName: "accounts",
|
|
1129
1159
|
relatedObjectApiName: "contacts"
|
|
1130
1160
|
},
|
|
@@ -1192,7 +1222,7 @@
|
|
|
1192
1222
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1193
1223
|
* @Description:
|
|
1194
1224
|
*/
|
|
1195
|
-
var config$
|
|
1225
|
+
var config$h = {
|
|
1196
1226
|
componentType: 'amisSchema',
|
|
1197
1227
|
group: "华炎魔方",
|
|
1198
1228
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1229,38 +1259,38 @@
|
|
|
1229
1259
|
icon: "fa-fw fa fa-list-alt"
|
|
1230
1260
|
}
|
|
1231
1261
|
};
|
|
1232
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1262
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$h), { snippets: [
|
|
1233
1263
|
{
|
|
1234
|
-
title: config$
|
|
1264
|
+
title: config$h.title,
|
|
1235
1265
|
screenshot: "",
|
|
1236
1266
|
schema: {
|
|
1237
|
-
componentName: config$
|
|
1238
|
-
props: config$
|
|
1267
|
+
componentName: config$h.componentName,
|
|
1268
|
+
props: config$h.preview
|
|
1239
1269
|
}
|
|
1240
1270
|
}
|
|
1241
1271
|
], amis: {
|
|
1242
1272
|
render: {
|
|
1243
|
-
type: config$
|
|
1273
|
+
type: config$h.amis.name,
|
|
1244
1274
|
usage: "renderer",
|
|
1245
1275
|
weight: 1,
|
|
1246
1276
|
framework: "react"
|
|
1247
1277
|
},
|
|
1248
1278
|
plugin: {
|
|
1249
|
-
rendererName: config$
|
|
1279
|
+
rendererName: config$h.amis.name,
|
|
1250
1280
|
$schema: '/schemas/UnkownSchema.json',
|
|
1251
|
-
name: config$
|
|
1252
|
-
description: config$
|
|
1253
|
-
tags: [config$
|
|
1281
|
+
name: config$h.title,
|
|
1282
|
+
description: config$h.description,
|
|
1283
|
+
tags: [config$h.group],
|
|
1254
1284
|
order: -9999,
|
|
1255
|
-
icon: config$
|
|
1285
|
+
icon: config$h.amis.icon,
|
|
1256
1286
|
scaffold: {
|
|
1257
|
-
type: config$
|
|
1258
|
-
label: config$
|
|
1287
|
+
type: config$h.amis.name,
|
|
1288
|
+
label: config$h.title,
|
|
1259
1289
|
objectApiName: "${objectName}",
|
|
1260
1290
|
recordId: "${recordId}",
|
|
1261
1291
|
},
|
|
1262
1292
|
previewSchema: {
|
|
1263
|
-
type: config$
|
|
1293
|
+
type: config$h.amis.name,
|
|
1264
1294
|
objectApiName: "accounts",
|
|
1265
1295
|
},
|
|
1266
1296
|
panelTitle: "设置",
|
|
@@ -1297,7 +1327,7 @@
|
|
|
1297
1327
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1298
1328
|
* @Description:
|
|
1299
1329
|
*/
|
|
1300
|
-
var config$
|
|
1330
|
+
var config$g = {
|
|
1301
1331
|
componentType: 'amisSchema',
|
|
1302
1332
|
group: "华炎魔方",
|
|
1303
1333
|
componentName: "AmisProvider",
|
|
@@ -1322,33 +1352,33 @@
|
|
|
1322
1352
|
icon: "fa-fw fa fa-list-alt"
|
|
1323
1353
|
}
|
|
1324
1354
|
};
|
|
1325
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1355
|
+
var AmisProvider = __assign(__assign({}, config$g), { snippets: [
|
|
1326
1356
|
{
|
|
1327
|
-
title: config$
|
|
1357
|
+
title: config$g.title,
|
|
1328
1358
|
screenshot: "",
|
|
1329
1359
|
schema: {
|
|
1330
|
-
componentName: config$
|
|
1331
|
-
props: config$
|
|
1360
|
+
componentName: config$g.componentName,
|
|
1361
|
+
props: config$g.preview
|
|
1332
1362
|
}
|
|
1333
1363
|
}
|
|
1334
1364
|
], amis: {
|
|
1335
1365
|
render: {
|
|
1336
|
-
type: config$
|
|
1366
|
+
type: config$g.amis.name,
|
|
1337
1367
|
usage: "renderer",
|
|
1338
1368
|
weight: 1,
|
|
1339
1369
|
framework: "react"
|
|
1340
1370
|
},
|
|
1341
1371
|
plugin_disabled: {
|
|
1342
|
-
rendererName: config$
|
|
1372
|
+
rendererName: config$g.amis.name,
|
|
1343
1373
|
$schema: '/schemas/UnkownSchema.json',
|
|
1344
|
-
name: config$
|
|
1345
|
-
description: config$
|
|
1346
|
-
tags: [config$
|
|
1374
|
+
name: config$g.title,
|
|
1375
|
+
description: config$g.title,
|
|
1376
|
+
tags: [config$g.group],
|
|
1347
1377
|
order: -9999,
|
|
1348
|
-
icon: config$
|
|
1378
|
+
icon: config$g.amis.icon,
|
|
1349
1379
|
scaffold: {
|
|
1350
|
-
type: config$
|
|
1351
|
-
label: config$
|
|
1380
|
+
type: config$g.amis.name,
|
|
1381
|
+
label: config$g.title,
|
|
1352
1382
|
body: [], // 容器类字段
|
|
1353
1383
|
},
|
|
1354
1384
|
// 容器类组件必需字段
|
|
@@ -1359,7 +1389,7 @@
|
|
|
1359
1389
|
},
|
|
1360
1390
|
],
|
|
1361
1391
|
previewSchema: {
|
|
1362
|
-
type: config$
|
|
1392
|
+
type: config$g.amis.name,
|
|
1363
1393
|
},
|
|
1364
1394
|
panelTitle: "设置",
|
|
1365
1395
|
panelControls: []
|
|
@@ -1373,7 +1403,7 @@
|
|
|
1373
1403
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1374
1404
|
* @Description:
|
|
1375
1405
|
*/
|
|
1376
|
-
var config$
|
|
1406
|
+
var config$f = {
|
|
1377
1407
|
// componentType: 'amisSchema',
|
|
1378
1408
|
group: "华炎魔方",
|
|
1379
1409
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1397,18 +1427,18 @@
|
|
|
1397
1427
|
icon: "fa-fw fa fa-list-alt"
|
|
1398
1428
|
}
|
|
1399
1429
|
};
|
|
1400
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1430
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$f), { snippets: [
|
|
1401
1431
|
{
|
|
1402
|
-
title: config$
|
|
1432
|
+
title: config$f.title,
|
|
1403
1433
|
screenshot: "",
|
|
1404
1434
|
schema: {
|
|
1405
|
-
componentName: config$
|
|
1406
|
-
props: config$
|
|
1435
|
+
componentName: config$f.componentName,
|
|
1436
|
+
props: config$f.preview
|
|
1407
1437
|
}
|
|
1408
1438
|
}
|
|
1409
1439
|
], amis: {
|
|
1410
1440
|
render: {
|
|
1411
|
-
type: config$
|
|
1441
|
+
type: config$f.amis.name,
|
|
1412
1442
|
usage: "formitem",
|
|
1413
1443
|
weight: 1,
|
|
1414
1444
|
framework: "react"
|
|
@@ -1444,7 +1474,7 @@
|
|
|
1444
1474
|
* @LastEditTime: 2023-02-04 12:04:41
|
|
1445
1475
|
* @Description:
|
|
1446
1476
|
*/
|
|
1447
|
-
var config$
|
|
1477
|
+
var config$e = {
|
|
1448
1478
|
// componentType: 'amisSchema',
|
|
1449
1479
|
group: "华炎魔方",
|
|
1450
1480
|
componentName: "AmisObjectButton",
|
|
@@ -1468,18 +1498,18 @@
|
|
|
1468
1498
|
icon: "fa-fw fa fa-list-alt"
|
|
1469
1499
|
}
|
|
1470
1500
|
};
|
|
1471
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
1501
|
+
var AmisObjectButton = __assign(__assign({}, config$e), { snippets: [
|
|
1472
1502
|
{
|
|
1473
|
-
title: config$
|
|
1503
|
+
title: config$e.title,
|
|
1474
1504
|
screenshot: "",
|
|
1475
1505
|
schema: {
|
|
1476
|
-
componentName: config$
|
|
1477
|
-
props: config$
|
|
1506
|
+
componentName: config$e.componentName,
|
|
1507
|
+
props: config$e.preview
|
|
1478
1508
|
}
|
|
1479
1509
|
}
|
|
1480
1510
|
], amis: {
|
|
1481
1511
|
render: {
|
|
1482
|
-
type: config$
|
|
1512
|
+
type: config$e.amis.name,
|
|
1483
1513
|
usage: "renderer",
|
|
1484
1514
|
weight: 1,
|
|
1485
1515
|
framework: "react"
|
|
@@ -1515,7 +1545,7 @@
|
|
|
1515
1545
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
1516
1546
|
* @Description:
|
|
1517
1547
|
*/
|
|
1518
|
-
var config$
|
|
1548
|
+
var config$d = {
|
|
1519
1549
|
// componentType: 'amisSchema',
|
|
1520
1550
|
group: "华炎魔方",
|
|
1521
1551
|
componentName: "SteedosDropdownButton",
|
|
@@ -1539,18 +1569,18 @@
|
|
|
1539
1569
|
icon: "fa-fw fa fa-list-alt"
|
|
1540
1570
|
}
|
|
1541
1571
|
};
|
|
1542
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
1572
|
+
var SteedosDropdownButton = __assign(__assign({}, config$d), { snippets: [
|
|
1543
1573
|
{
|
|
1544
|
-
title: config$
|
|
1574
|
+
title: config$d.title,
|
|
1545
1575
|
screenshot: "",
|
|
1546
1576
|
schema: {
|
|
1547
|
-
componentName: config$
|
|
1548
|
-
props: config$
|
|
1577
|
+
componentName: config$d.componentName,
|
|
1578
|
+
props: config$d.preview
|
|
1549
1579
|
}
|
|
1550
1580
|
}
|
|
1551
1581
|
], amis: {
|
|
1552
1582
|
render: {
|
|
1553
|
-
type: config$
|
|
1583
|
+
type: config$d.amis.name,
|
|
1554
1584
|
usage: "renderer",
|
|
1555
1585
|
weight: 1,
|
|
1556
1586
|
framework: "react"
|
|
@@ -1586,7 +1616,7 @@
|
|
|
1586
1616
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
1587
1617
|
* @Description:
|
|
1588
1618
|
*/
|
|
1589
|
-
var config$
|
|
1619
|
+
var config$c = {
|
|
1590
1620
|
componentType: 'amisSchema',
|
|
1591
1621
|
group: "华炎魔方",
|
|
1592
1622
|
componentName: "AmisAppLauncher",
|
|
@@ -1610,39 +1640,39 @@
|
|
|
1610
1640
|
icon: "fa-fw fa fa-list-alt"
|
|
1611
1641
|
}
|
|
1612
1642
|
};
|
|
1613
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
1643
|
+
var AmisAppLauncher = __assign(__assign({}, config$c), { snippets: [
|
|
1614
1644
|
{
|
|
1615
|
-
title: config$
|
|
1645
|
+
title: config$c.title,
|
|
1616
1646
|
screenshot: "",
|
|
1617
1647
|
schema: {
|
|
1618
|
-
componentName: config$
|
|
1619
|
-
props: config$
|
|
1648
|
+
componentName: config$c.componentName,
|
|
1649
|
+
props: config$c.preview
|
|
1620
1650
|
}
|
|
1621
1651
|
}
|
|
1622
1652
|
], amis: {
|
|
1623
1653
|
render: {
|
|
1624
|
-
type: config$
|
|
1654
|
+
type: config$c.amis.name,
|
|
1625
1655
|
usage: "renderer",
|
|
1626
1656
|
weight: 1,
|
|
1627
1657
|
framework: "react"
|
|
1628
1658
|
},
|
|
1629
1659
|
plugin_disabled: {
|
|
1630
|
-
rendererName: config$
|
|
1660
|
+
rendererName: config$c.amis.name,
|
|
1631
1661
|
$schema: '/schemas/UnkownSchema.json',
|
|
1632
|
-
name: config$
|
|
1633
|
-
description: config$
|
|
1634
|
-
tags: [config$
|
|
1662
|
+
name: config$c.title,
|
|
1663
|
+
description: config$c.title,
|
|
1664
|
+
tags: [config$c.group],
|
|
1635
1665
|
order: -9999,
|
|
1636
|
-
icon: config$
|
|
1666
|
+
icon: config$c.amis.icon,
|
|
1637
1667
|
scaffold: {
|
|
1638
|
-
type: config$
|
|
1639
|
-
label: config$
|
|
1668
|
+
type: config$c.amis.name,
|
|
1669
|
+
label: config$c.title,
|
|
1640
1670
|
name: 'board',
|
|
1641
1671
|
columns: 1,
|
|
1642
1672
|
vertical: false
|
|
1643
1673
|
},
|
|
1644
1674
|
previewSchema: {
|
|
1645
|
-
type: config$
|
|
1675
|
+
type: config$c.amis.name,
|
|
1646
1676
|
},
|
|
1647
1677
|
panelTitle: "设置",
|
|
1648
1678
|
panelControls: []
|
|
@@ -1656,7 +1686,7 @@
|
|
|
1656
1686
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
1657
1687
|
* @Description:
|
|
1658
1688
|
*/
|
|
1659
|
-
var config$
|
|
1689
|
+
var config$b = {
|
|
1660
1690
|
componentType: 'amisSchema',
|
|
1661
1691
|
group: "华炎魔方",
|
|
1662
1692
|
componentName: "AmisLogo",
|
|
@@ -1680,39 +1710,39 @@
|
|
|
1680
1710
|
icon: "fa-fw fa fa-list-alt"
|
|
1681
1711
|
}
|
|
1682
1712
|
};
|
|
1683
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
1713
|
+
var AmisLogo = __assign(__assign({}, config$b), { snippets: [
|
|
1684
1714
|
{
|
|
1685
|
-
title: config$
|
|
1715
|
+
title: config$b.title,
|
|
1686
1716
|
screenshot: "",
|
|
1687
1717
|
schema: {
|
|
1688
|
-
componentName: config$
|
|
1689
|
-
props: config$
|
|
1718
|
+
componentName: config$b.componentName,
|
|
1719
|
+
props: config$b.preview
|
|
1690
1720
|
}
|
|
1691
1721
|
}
|
|
1692
1722
|
], amis: {
|
|
1693
1723
|
render: {
|
|
1694
|
-
type: config$
|
|
1724
|
+
type: config$b.amis.name,
|
|
1695
1725
|
usage: "renderer",
|
|
1696
1726
|
weight: 1,
|
|
1697
1727
|
framework: "react"
|
|
1698
1728
|
},
|
|
1699
1729
|
plugin_disabled: {
|
|
1700
|
-
rendererName: config$
|
|
1730
|
+
rendererName: config$b.amis.name,
|
|
1701
1731
|
$schema: '/schemas/UnkownSchema.json',
|
|
1702
|
-
name: config$
|
|
1703
|
-
description: config$
|
|
1704
|
-
tags: [config$
|
|
1732
|
+
name: config$b.title,
|
|
1733
|
+
description: config$b.title,
|
|
1734
|
+
tags: [config$b.group],
|
|
1705
1735
|
order: -9999,
|
|
1706
|
-
icon: config$
|
|
1736
|
+
icon: config$b.amis.icon,
|
|
1707
1737
|
scaffold: {
|
|
1708
|
-
type: config$
|
|
1709
|
-
label: config$
|
|
1738
|
+
type: config$b.amis.name,
|
|
1739
|
+
label: config$b.title,
|
|
1710
1740
|
name: 'board',
|
|
1711
1741
|
columns: 1,
|
|
1712
1742
|
vertical: false
|
|
1713
1743
|
},
|
|
1714
1744
|
previewSchema: {
|
|
1715
|
-
type: config$
|
|
1745
|
+
type: config$b.amis.name,
|
|
1716
1746
|
},
|
|
1717
1747
|
panelTitle: "设置",
|
|
1718
1748
|
panelControls: []
|
|
@@ -1726,7 +1756,7 @@
|
|
|
1726
1756
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
1727
1757
|
* @Description:
|
|
1728
1758
|
*/
|
|
1729
|
-
var config$
|
|
1759
|
+
var config$a = {
|
|
1730
1760
|
componentType: 'amisSchema',
|
|
1731
1761
|
group: "华炎魔方",
|
|
1732
1762
|
componentName: "AmisAppMenu",
|
|
@@ -1757,39 +1787,39 @@
|
|
|
1757
1787
|
icon: "fa-fw fa fa-list-alt"
|
|
1758
1788
|
}
|
|
1759
1789
|
};
|
|
1760
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
1790
|
+
var AmisAppMenu = __assign(__assign({}, config$a), { snippets: [
|
|
1761
1791
|
{
|
|
1762
|
-
title: config$
|
|
1792
|
+
title: config$a.title,
|
|
1763
1793
|
screenshot: "",
|
|
1764
1794
|
schema: {
|
|
1765
|
-
componentName: config$
|
|
1766
|
-
props: config$
|
|
1795
|
+
componentName: config$a.componentName,
|
|
1796
|
+
props: config$a.preview
|
|
1767
1797
|
}
|
|
1768
1798
|
}
|
|
1769
1799
|
], amis: {
|
|
1770
1800
|
render: {
|
|
1771
|
-
type: config$
|
|
1801
|
+
type: config$a.amis.name,
|
|
1772
1802
|
usage: "renderer",
|
|
1773
1803
|
weight: 1,
|
|
1774
1804
|
framework: "react"
|
|
1775
1805
|
},
|
|
1776
1806
|
plugin_disabled: {
|
|
1777
|
-
rendererName: config$
|
|
1807
|
+
rendererName: config$a.amis.name,
|
|
1778
1808
|
$schema: '/schemas/UnkownSchema.json',
|
|
1779
|
-
name: config$
|
|
1780
|
-
description: config$
|
|
1781
|
-
tags: [config$
|
|
1809
|
+
name: config$a.title,
|
|
1810
|
+
description: config$a.title,
|
|
1811
|
+
tags: [config$a.group],
|
|
1782
1812
|
order: -9999,
|
|
1783
|
-
icon: config$
|
|
1813
|
+
icon: config$a.amis.icon,
|
|
1784
1814
|
scaffold: {
|
|
1785
|
-
type: config$
|
|
1786
|
-
label: config$
|
|
1815
|
+
type: config$a.amis.name,
|
|
1816
|
+
label: config$a.title,
|
|
1787
1817
|
columns: 1,
|
|
1788
1818
|
vertical: false,
|
|
1789
1819
|
showIcon: true
|
|
1790
1820
|
},
|
|
1791
1821
|
previewSchema: {
|
|
1792
|
-
type: config$
|
|
1822
|
+
type: config$a.amis.name,
|
|
1793
1823
|
},
|
|
1794
1824
|
panelTitle: "设置",
|
|
1795
1825
|
panelControls: [
|
|
@@ -1814,7 +1844,7 @@
|
|
|
1814
1844
|
* @LastEditTime: 2022-12-16 11:10:03
|
|
1815
1845
|
* @Description:
|
|
1816
1846
|
*/
|
|
1817
|
-
var config$
|
|
1847
|
+
var config$9 = {
|
|
1818
1848
|
// componentType: 'amisSchema',
|
|
1819
1849
|
group: "华炎魔方-界面",
|
|
1820
1850
|
componentName: "SteedosIcon",
|
|
@@ -1838,39 +1868,39 @@
|
|
|
1838
1868
|
icon: "fa-fw fa fa-list-alt"
|
|
1839
1869
|
}
|
|
1840
1870
|
};
|
|
1841
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
1871
|
+
var SteedosIcon = __assign(__assign({}, config$9), { snippets: [
|
|
1842
1872
|
{
|
|
1843
|
-
title: config$
|
|
1873
|
+
title: config$9.title,
|
|
1844
1874
|
screenshot: "",
|
|
1845
1875
|
schema: {
|
|
1846
|
-
componentName: config$
|
|
1847
|
-
props: config$
|
|
1876
|
+
componentName: config$9.componentName,
|
|
1877
|
+
props: config$9.preview
|
|
1848
1878
|
}
|
|
1849
1879
|
}
|
|
1850
1880
|
], amis: {
|
|
1851
1881
|
render: {
|
|
1852
|
-
type: config$
|
|
1882
|
+
type: config$9.amis.name,
|
|
1853
1883
|
usage: "renderer",
|
|
1854
1884
|
weight: 1,
|
|
1855
1885
|
framework: "react"
|
|
1856
1886
|
},
|
|
1857
1887
|
plugin_disabled: {
|
|
1858
|
-
rendererName: config$
|
|
1888
|
+
rendererName: config$9.amis.name,
|
|
1859
1889
|
$schema: '/schemas/UnkownSchema.json',
|
|
1860
|
-
name: config$
|
|
1861
|
-
description: config$
|
|
1862
|
-
tags: [config$
|
|
1890
|
+
name: config$9.title,
|
|
1891
|
+
description: config$9.title,
|
|
1892
|
+
tags: [config$9.group],
|
|
1863
1893
|
order: -9999,
|
|
1864
|
-
icon: config$
|
|
1894
|
+
icon: config$9.amis.icon,
|
|
1865
1895
|
scaffold: {
|
|
1866
|
-
type: config$
|
|
1896
|
+
type: config$9.amis.name,
|
|
1867
1897
|
category: 'standard',
|
|
1868
1898
|
name: 'account',
|
|
1869
1899
|
colorVariant: 'default',
|
|
1870
1900
|
size: 'medium'
|
|
1871
1901
|
},
|
|
1872
1902
|
previewSchema: {
|
|
1873
|
-
type: config$
|
|
1903
|
+
type: config$9.amis.name,
|
|
1874
1904
|
},
|
|
1875
1905
|
panelTitle: "设置",
|
|
1876
1906
|
panelControls: [
|
|
@@ -1965,7 +1995,7 @@
|
|
|
1965
1995
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
1966
1996
|
* @Description:
|
|
1967
1997
|
*/
|
|
1968
|
-
var config$
|
|
1998
|
+
var config$8 = {
|
|
1969
1999
|
// componentType: 'amisSchema',
|
|
1970
2000
|
group: "华炎魔方",
|
|
1971
2001
|
componentName: "SteedosDropdown",
|
|
@@ -1989,32 +2019,32 @@
|
|
|
1989
2019
|
icon: "fa-fw fa fa-list-alt"
|
|
1990
2020
|
}
|
|
1991
2021
|
};
|
|
1992
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2022
|
+
var SteedosDropdown = __assign(__assign({}, config$8), { snippets: [
|
|
1993
2023
|
{
|
|
1994
|
-
title: config$
|
|
2024
|
+
title: config$8.title,
|
|
1995
2025
|
screenshot: "",
|
|
1996
2026
|
schema: {
|
|
1997
|
-
componentName: config$
|
|
1998
|
-
props: config$
|
|
2027
|
+
componentName: config$8.componentName,
|
|
2028
|
+
props: config$8.preview
|
|
1999
2029
|
}
|
|
2000
2030
|
}
|
|
2001
2031
|
], amis: {
|
|
2002
2032
|
render: {
|
|
2003
|
-
type: config$
|
|
2033
|
+
type: config$8.amis.name,
|
|
2004
2034
|
usage: "renderer",
|
|
2005
2035
|
weight: 1,
|
|
2006
2036
|
framework: "react"
|
|
2007
2037
|
},
|
|
2008
2038
|
plugin_disabled: {
|
|
2009
|
-
rendererName: config$
|
|
2039
|
+
rendererName: config$8.amis.name,
|
|
2010
2040
|
$schema: '/schemas/UnkownSchema.json',
|
|
2011
|
-
name: config$
|
|
2012
|
-
description: config$
|
|
2013
|
-
tags: [config$
|
|
2041
|
+
name: config$8.title,
|
|
2042
|
+
description: config$8.title,
|
|
2043
|
+
tags: [config$8.group],
|
|
2014
2044
|
order: -9999,
|
|
2015
|
-
icon: config$
|
|
2045
|
+
icon: config$8.amis.icon,
|
|
2016
2046
|
scaffold: {
|
|
2017
|
-
type: config$
|
|
2047
|
+
type: config$8.amis.name,
|
|
2018
2048
|
placement: 'bottomLeft',
|
|
2019
2049
|
trigger: ['click'],
|
|
2020
2050
|
body: [],
|
|
@@ -2031,7 +2061,7 @@
|
|
|
2031
2061
|
},
|
|
2032
2062
|
],
|
|
2033
2063
|
previewSchema: {
|
|
2034
|
-
type: config$
|
|
2064
|
+
type: config$8.amis.name,
|
|
2035
2065
|
},
|
|
2036
2066
|
panelTitle: "设置",
|
|
2037
2067
|
panelControls: [
|
|
@@ -2079,7 +2109,7 @@
|
|
|
2079
2109
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2080
2110
|
* @Description:
|
|
2081
2111
|
*/
|
|
2082
|
-
var config$
|
|
2112
|
+
var config$7 = {
|
|
2083
2113
|
// componentType: 'amisSchema',
|
|
2084
2114
|
group: "华炎魔方",
|
|
2085
2115
|
componentName: "FromNow",
|
|
@@ -2103,18 +2133,18 @@
|
|
|
2103
2133
|
icon: "fa-fw fa fa-list-alt"
|
|
2104
2134
|
}
|
|
2105
2135
|
};
|
|
2106
|
-
var FromNow = __assign(__assign({}, config$
|
|
2136
|
+
var FromNow = __assign(__assign({}, config$7), { snippets: [
|
|
2107
2137
|
{
|
|
2108
|
-
title: config$
|
|
2138
|
+
title: config$7.title,
|
|
2109
2139
|
screenshot: "",
|
|
2110
2140
|
schema: {
|
|
2111
|
-
componentName: config$
|
|
2112
|
-
props: config$
|
|
2141
|
+
componentName: config$7.componentName,
|
|
2142
|
+
props: config$7.preview
|
|
2113
2143
|
}
|
|
2114
2144
|
}
|
|
2115
2145
|
], amis: {
|
|
2116
2146
|
render: {
|
|
2117
|
-
type: config$
|
|
2147
|
+
type: config$7.amis.name,
|
|
2118
2148
|
usage: "renderer",
|
|
2119
2149
|
weight: 1,
|
|
2120
2150
|
framework: "react"
|
|
@@ -2152,7 +2182,7 @@
|
|
|
2152
2182
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2153
2183
|
* @Description:
|
|
2154
2184
|
*/
|
|
2155
|
-
var config$
|
|
2185
|
+
var config$6 = {
|
|
2156
2186
|
componentType: 'amisSchema',
|
|
2157
2187
|
group: "华炎魔方",
|
|
2158
2188
|
componentName: "AmisGlobalHeader",
|
|
@@ -2177,38 +2207,38 @@
|
|
|
2177
2207
|
icon: "fa-fw fa fa-list-alt"
|
|
2178
2208
|
}
|
|
2179
2209
|
};
|
|
2180
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2210
|
+
var AmisGlobalHeader = __assign(__assign({}, config$6), { snippets: [
|
|
2181
2211
|
{
|
|
2182
|
-
title: config$
|
|
2212
|
+
title: config$6.title,
|
|
2183
2213
|
screenshot: "",
|
|
2184
2214
|
schema: {
|
|
2185
|
-
componentName: config$
|
|
2186
|
-
props: config$
|
|
2215
|
+
componentName: config$6.componentName,
|
|
2216
|
+
props: config$6.preview
|
|
2187
2217
|
}
|
|
2188
2218
|
}
|
|
2189
2219
|
], amis: {
|
|
2190
2220
|
render: {
|
|
2191
|
-
type: config$
|
|
2221
|
+
type: config$6.amis.name,
|
|
2192
2222
|
usage: "renderer",
|
|
2193
2223
|
weight: 1,
|
|
2194
2224
|
framework: "react"
|
|
2195
2225
|
},
|
|
2196
2226
|
plugin_disabled: {
|
|
2197
|
-
rendererName: config$
|
|
2227
|
+
rendererName: config$6.amis.name,
|
|
2198
2228
|
$schema: '/schemas/UnkownSchema.json',
|
|
2199
|
-
name: config$
|
|
2200
|
-
description: config$
|
|
2201
|
-
tags: [config$
|
|
2229
|
+
name: config$6.title,
|
|
2230
|
+
description: config$6.title,
|
|
2231
|
+
tags: [config$6.group],
|
|
2202
2232
|
order: -9999,
|
|
2203
|
-
icon: config$
|
|
2233
|
+
icon: config$6.amis.icon,
|
|
2204
2234
|
scaffold: {
|
|
2205
|
-
type: config$
|
|
2206
|
-
label: config$
|
|
2235
|
+
type: config$6.amis.name,
|
|
2236
|
+
label: config$6.title,
|
|
2207
2237
|
columns: 1,
|
|
2208
2238
|
vertical: false
|
|
2209
2239
|
},
|
|
2210
2240
|
previewSchema: {
|
|
2211
|
-
type: config$
|
|
2241
|
+
type: config$6.amis.name,
|
|
2212
2242
|
},
|
|
2213
2243
|
panelTitle: "设置",
|
|
2214
2244
|
panelControls: []
|
|
@@ -2222,7 +2252,7 @@
|
|
|
2222
2252
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2223
2253
|
* @Description:
|
|
2224
2254
|
*/
|
|
2225
|
-
var config$
|
|
2255
|
+
var config$5 = {
|
|
2226
2256
|
group: "华炎魔方",
|
|
2227
2257
|
componentName: "SteedosLoading",
|
|
2228
2258
|
title: "加载中",
|
|
@@ -2245,18 +2275,18 @@
|
|
|
2245
2275
|
icon: "fa-fw fa fa-list-alt"
|
|
2246
2276
|
}
|
|
2247
2277
|
};
|
|
2248
|
-
var SteedosLoading = __assign(__assign({}, config$
|
|
2278
|
+
var SteedosLoading = __assign(__assign({}, config$5), { snippets: [
|
|
2249
2279
|
{
|
|
2250
|
-
title: config$
|
|
2280
|
+
title: config$5.title,
|
|
2251
2281
|
screenshot: "",
|
|
2252
2282
|
schema: {
|
|
2253
|
-
componentName: config$
|
|
2254
|
-
props: config$
|
|
2283
|
+
componentName: config$5.componentName,
|
|
2284
|
+
props: config$5.preview
|
|
2255
2285
|
}
|
|
2256
2286
|
}
|
|
2257
2287
|
], amis: {
|
|
2258
2288
|
render: {
|
|
2259
|
-
type: config$
|
|
2289
|
+
type: config$5.amis.name,
|
|
2260
2290
|
usage: "renderer",
|
|
2261
2291
|
weight: 1,
|
|
2262
2292
|
framework: "react"
|
|
@@ -2270,7 +2300,7 @@
|
|
|
2270
2300
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2271
2301
|
* @Description:
|
|
2272
2302
|
*/
|
|
2273
|
-
var config$
|
|
2303
|
+
var config$4 = {
|
|
2274
2304
|
// componentType: 'amisSchema',
|
|
2275
2305
|
group: "华炎魔方",
|
|
2276
2306
|
componentName: "SteedosBadge",
|
|
@@ -2294,32 +2324,32 @@
|
|
|
2294
2324
|
icon: "fa-fw fa fa-list-alt"
|
|
2295
2325
|
}
|
|
2296
2326
|
};
|
|
2297
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
2327
|
+
var SteedosBadge = __assign(__assign({}, config$4), { snippets: [
|
|
2298
2328
|
{
|
|
2299
|
-
title: config$
|
|
2329
|
+
title: config$4.title,
|
|
2300
2330
|
screenshot: "",
|
|
2301
2331
|
schema: {
|
|
2302
|
-
componentName: config$
|
|
2303
|
-
props: config$
|
|
2332
|
+
componentName: config$4.componentName,
|
|
2333
|
+
props: config$4.preview
|
|
2304
2334
|
}
|
|
2305
2335
|
}
|
|
2306
2336
|
], amis: {
|
|
2307
2337
|
render: {
|
|
2308
|
-
type: config$
|
|
2338
|
+
type: config$4.amis.name,
|
|
2309
2339
|
usage: "renderer",
|
|
2310
2340
|
weight: 1,
|
|
2311
2341
|
framework: "react"
|
|
2312
2342
|
},
|
|
2313
2343
|
plugin_disabled: {
|
|
2314
|
-
rendererName: config$
|
|
2344
|
+
rendererName: config$4.amis.name,
|
|
2315
2345
|
$schema: '/schemas/UnkownSchema.json',
|
|
2316
|
-
name: config$
|
|
2317
|
-
description: config$
|
|
2318
|
-
tags: [config$
|
|
2346
|
+
name: config$4.title,
|
|
2347
|
+
description: config$4.title,
|
|
2348
|
+
tags: [config$4.group],
|
|
2319
2349
|
order: -9999,
|
|
2320
|
-
icon: config$
|
|
2350
|
+
icon: config$4.amis.icon,
|
|
2321
2351
|
scaffold: {
|
|
2322
|
-
type: config$
|
|
2352
|
+
type: config$4.amis.name,
|
|
2323
2353
|
count: 100,
|
|
2324
2354
|
body: [], // 容器类字段
|
|
2325
2355
|
},
|
|
@@ -2330,7 +2360,7 @@
|
|
|
2330
2360
|
}
|
|
2331
2361
|
],
|
|
2332
2362
|
previewSchema: {
|
|
2333
|
-
type: config$
|
|
2363
|
+
type: config$4.amis.name,
|
|
2334
2364
|
},
|
|
2335
2365
|
panelTitle: "设置",
|
|
2336
2366
|
panelControls: [
|
|
@@ -2406,7 +2436,7 @@
|
|
|
2406
2436
|
* @LastEditTime: 2022-12-16 10:12:33
|
|
2407
2437
|
* @Description:
|
|
2408
2438
|
*/
|
|
2409
|
-
var config$
|
|
2439
|
+
var config$3 = {
|
|
2410
2440
|
// componentType: 'amisSchema',
|
|
2411
2441
|
group: "华炎魔方",
|
|
2412
2442
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -2430,32 +2460,32 @@
|
|
|
2430
2460
|
icon: "fa-fw fa fa-list-alt"
|
|
2431
2461
|
}
|
|
2432
2462
|
};
|
|
2433
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
2463
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$3), { snippets: [
|
|
2434
2464
|
{
|
|
2435
|
-
title: config$
|
|
2465
|
+
title: config$3.title,
|
|
2436
2466
|
screenshot: "",
|
|
2437
2467
|
schema: {
|
|
2438
|
-
componentName: config$
|
|
2439
|
-
props: config$
|
|
2468
|
+
componentName: config$3.componentName,
|
|
2469
|
+
props: config$3.preview
|
|
2440
2470
|
}
|
|
2441
2471
|
}
|
|
2442
2472
|
], amis: {
|
|
2443
2473
|
render: {
|
|
2444
|
-
type: config$
|
|
2474
|
+
type: config$3.amis.name,
|
|
2445
2475
|
usage: "renderer",
|
|
2446
2476
|
weight: 1,
|
|
2447
2477
|
framework: "react"
|
|
2448
2478
|
},
|
|
2449
2479
|
plugin_disabled: {
|
|
2450
|
-
rendererName: config$
|
|
2480
|
+
rendererName: config$3.amis.name,
|
|
2451
2481
|
$schema: '/schemas/UnkownSchema.json',
|
|
2452
|
-
name: config$
|
|
2453
|
-
description: config$
|
|
2454
|
-
tags: [config$
|
|
2482
|
+
name: config$3.title,
|
|
2483
|
+
description: config$3.title,
|
|
2484
|
+
tags: [config$3.group],
|
|
2455
2485
|
order: -9999,
|
|
2456
|
-
icon: config$
|
|
2486
|
+
icon: config$3.amis.icon,
|
|
2457
2487
|
scaffold: {
|
|
2458
|
-
type: config$
|
|
2488
|
+
type: config$3.amis.name,
|
|
2459
2489
|
body: [], // 容器类字段
|
|
2460
2490
|
},
|
|
2461
2491
|
regions: [
|
|
@@ -2465,7 +2495,7 @@
|
|
|
2465
2495
|
}
|
|
2466
2496
|
],
|
|
2467
2497
|
previewSchema: {
|
|
2468
|
-
type: config$
|
|
2498
|
+
type: config$3.amis.name,
|
|
2469
2499
|
},
|
|
2470
2500
|
panelTitle: "设置",
|
|
2471
2501
|
panelControls: [
|
|
@@ -2499,7 +2529,7 @@
|
|
|
2499
2529
|
* @LastEditTime: 2023-02-07 15:37:59
|
|
2500
2530
|
* @Description:
|
|
2501
2531
|
*/
|
|
2502
|
-
var config$
|
|
2532
|
+
var config$2 = {
|
|
2503
2533
|
componentType: 'amisSchema',
|
|
2504
2534
|
group: "华炎魔方",
|
|
2505
2535
|
componentName: "AmisSteedosField",
|
|
@@ -2523,18 +2553,18 @@
|
|
|
2523
2553
|
icon: "fa-fw fa fa-list-alt"
|
|
2524
2554
|
}
|
|
2525
2555
|
};
|
|
2526
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
2556
|
+
var AmisSteedosField = __assign(__assign({}, config$2), { snippets: [
|
|
2527
2557
|
{
|
|
2528
|
-
title: config$
|
|
2558
|
+
title: config$2.title,
|
|
2529
2559
|
screenshot: "",
|
|
2530
2560
|
schema: {
|
|
2531
|
-
componentName: config$
|
|
2532
|
-
props: config$
|
|
2561
|
+
componentName: config$2.componentName,
|
|
2562
|
+
props: config$2.preview
|
|
2533
2563
|
}
|
|
2534
2564
|
}
|
|
2535
2565
|
], amis: {
|
|
2536
2566
|
render: {
|
|
2537
|
-
type: config$
|
|
2567
|
+
type: config$2.amis.name,
|
|
2538
2568
|
usage: "renderer",
|
|
2539
2569
|
weight: 1,
|
|
2540
2570
|
framework: "react"
|
|
@@ -2582,7 +2612,7 @@
|
|
|
2582
2612
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
2583
2613
|
* @Description:
|
|
2584
2614
|
*/
|
|
2585
|
-
var config = {
|
|
2615
|
+
var config$1 = {
|
|
2586
2616
|
componentType: 'amisSchema',
|
|
2587
2617
|
group: "华炎魔方",
|
|
2588
2618
|
componentName: "AmisSelectFlow",
|
|
@@ -2606,18 +2636,18 @@
|
|
|
2606
2636
|
icon: "fa-fw fa fa-list-alt"
|
|
2607
2637
|
}
|
|
2608
2638
|
};
|
|
2609
|
-
var AmisSelectFlow = __assign(__assign({}, config), { snippets: [
|
|
2639
|
+
var AmisSelectFlow = __assign(__assign({}, config$1), { snippets: [
|
|
2610
2640
|
{
|
|
2611
|
-
title: config.title,
|
|
2641
|
+
title: config$1.title,
|
|
2612
2642
|
screenshot: "",
|
|
2613
2643
|
schema: {
|
|
2614
|
-
componentName: config.componentName,
|
|
2615
|
-
props: config.preview
|
|
2644
|
+
componentName: config$1.componentName,
|
|
2645
|
+
props: config$1.preview
|
|
2616
2646
|
}
|
|
2617
2647
|
}
|
|
2618
2648
|
], amis: {
|
|
2619
2649
|
render: {
|
|
2620
|
-
type: config.amis.name,
|
|
2650
|
+
type: config$1.amis.name,
|
|
2621
2651
|
usage: "renderer",
|
|
2622
2652
|
weight: 1,
|
|
2623
2653
|
framework: "react"
|
|
@@ -2648,11 +2678,82 @@
|
|
|
2648
2678
|
// }
|
|
2649
2679
|
} });
|
|
2650
2680
|
|
|
2681
|
+
/*
|
|
2682
|
+
* @Author: baozhoutao@steedos.com
|
|
2683
|
+
* @Date: 2022-10-11 09:39:38
|
|
2684
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2685
|
+
* @LastEditTime: 2023-02-09 16:48:59
|
|
2686
|
+
* @Description:
|
|
2687
|
+
*/
|
|
2688
|
+
var config = {
|
|
2689
|
+
componentType: 'amisSchema',
|
|
2690
|
+
group: "华炎魔方",
|
|
2691
|
+
componentName: "AmisInstanceDetail",
|
|
2692
|
+
title: "Instance Detail",
|
|
2693
|
+
docUrl: "",
|
|
2694
|
+
screenshot: "",
|
|
2695
|
+
npm: {
|
|
2696
|
+
package: "@steedos-widgets/amis-object",
|
|
2697
|
+
version: "{{version}}",
|
|
2698
|
+
exportName: "AmisInstanceDetail",
|
|
2699
|
+
main: "",
|
|
2700
|
+
destructuring: true,
|
|
2701
|
+
subName: ""
|
|
2702
|
+
},
|
|
2703
|
+
preview: {},
|
|
2704
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2705
|
+
engines: ["amis"],
|
|
2706
|
+
// settings for amis.
|
|
2707
|
+
amis: {
|
|
2708
|
+
name: 'steedos-instance-detail',
|
|
2709
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2710
|
+
}
|
|
2711
|
+
};
|
|
2712
|
+
var AmisInstanceDetail = __assign(__assign({}, config), { snippets: [
|
|
2713
|
+
{
|
|
2714
|
+
title: config.title,
|
|
2715
|
+
screenshot: "",
|
|
2716
|
+
schema: {
|
|
2717
|
+
componentName: config.componentName,
|
|
2718
|
+
props: config.preview
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
], amis: {
|
|
2722
|
+
render: {
|
|
2723
|
+
type: config.amis.name,
|
|
2724
|
+
usage: "renderer",
|
|
2725
|
+
weight: 1,
|
|
2726
|
+
framework: "react"
|
|
2727
|
+
},
|
|
2728
|
+
// plugin: {
|
|
2729
|
+
// rendererName: config.amis.name,
|
|
2730
|
+
// $schema: '/schemas/UnkownSchema.json',
|
|
2731
|
+
// name: config.title,
|
|
2732
|
+
// description: config.title,
|
|
2733
|
+
// tags: [config.group],
|
|
2734
|
+
// order: -9999,
|
|
2735
|
+
// icon: config.amis.icon,
|
|
2736
|
+
// scaffold: {
|
|
2737
|
+
// type: config.amis.name,
|
|
2738
|
+
// label: config.title,
|
|
2739
|
+
// name: 'board',
|
|
2740
|
+
// columns: 1,
|
|
2741
|
+
// vertical: false
|
|
2742
|
+
// },
|
|
2743
|
+
// previewSchema: {
|
|
2744
|
+
// type: config.amis.name,
|
|
2745
|
+
// },
|
|
2746
|
+
// panelTitle: "设置",
|
|
2747
|
+
// panelControls: [
|
|
2748
|
+
// ]
|
|
2749
|
+
// }
|
|
2750
|
+
} });
|
|
2751
|
+
|
|
2651
2752
|
/*
|
|
2652
2753
|
* @Author: baozhoutao@steedos.com
|
|
2653
2754
|
* @Date: 2022-08-31 16:32:35
|
|
2654
2755
|
* @LastEditors: baozhoutao@steedos.com
|
|
2655
|
-
* @LastEditTime: 2023-
|
|
2756
|
+
* @LastEditTime: 2023-02-09 16:51:33
|
|
2656
2757
|
* @Description:
|
|
2657
2758
|
*/
|
|
2658
2759
|
var components = [
|
|
@@ -2680,6 +2781,7 @@
|
|
|
2680
2781
|
SteedosBadgeRibbon,
|
|
2681
2782
|
AmisSteedosField,
|
|
2682
2783
|
AmisSelectFlow,
|
|
2784
|
+
AmisInstanceDetail,
|
|
2683
2785
|
SteedosLoading
|
|
2684
2786
|
];
|
|
2685
2787
|
var componentList = [
|