@steedos-widgets/amis-object 1.0.13 → 1.0.15
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/AmisAppMenu.d.ts +1 -1
- package/dist/amis/AmisRecordDetail.d.ts +4 -12
- package/dist/amis/AmisRecordDetailHeader.d.ts +1 -10
- package/dist/amis/AmisRecordDetailRelatedLists.d.ts +1 -0
- package/dist/amis/AmisSteedosField.d.ts +10 -0
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +45 -21
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +45 -21
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +45 -21
- 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 +364 -276
- package/dist/metas/AmisSteedosField.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$m = {
|
|
41
41
|
componentType: 'amisSchema',
|
|
42
42
|
group: "华炎魔方",
|
|
43
43
|
componentName: "AmisObjectForm",
|
|
@@ -95,38 +95,38 @@
|
|
|
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$m), { snippets: [
|
|
99
99
|
{
|
|
100
|
-
title: config$
|
|
100
|
+
title: config$m.title,
|
|
101
101
|
screenshot: "",
|
|
102
102
|
schema: {
|
|
103
|
-
componentName: config$
|
|
104
|
-
props: config$
|
|
103
|
+
componentName: config$m.componentName,
|
|
104
|
+
props: config$m.preview
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
], amis: {
|
|
108
108
|
render: {
|
|
109
|
-
type: config$
|
|
109
|
+
type: config$m.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$m.amis.name,
|
|
116
116
|
$schema: '/schemas/UnkownSchema.json',
|
|
117
|
-
name: config$
|
|
118
|
-
description: config$
|
|
119
|
-
tags: [config$
|
|
117
|
+
name: config$m.title,
|
|
118
|
+
description: config$m.title,
|
|
119
|
+
tags: [config$m.group],
|
|
120
120
|
order: -9999,
|
|
121
|
-
icon: config$
|
|
121
|
+
icon: config$m.amis.icon,
|
|
122
122
|
scaffold: {
|
|
123
|
-
type: config$
|
|
124
|
-
label: config$
|
|
123
|
+
type: config$m.amis.name,
|
|
124
|
+
label: config$m.title,
|
|
125
125
|
objectApiName: "${objectName}",
|
|
126
126
|
recordId: "${recordId}"
|
|
127
127
|
},
|
|
128
128
|
previewSchema: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$m.amis.name,
|
|
130
130
|
objectApiName: 'space_users'
|
|
131
131
|
},
|
|
132
132
|
panelTitle: "设置",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
222
222
|
* @Description:
|
|
223
223
|
*/
|
|
224
|
-
var config$
|
|
224
|
+
var config$l = {
|
|
225
225
|
componentType: 'amisSchema',
|
|
226
226
|
group: "华炎魔方",
|
|
227
227
|
componentName: "AmisObjectListView",
|
|
@@ -258,39 +258,39 @@
|
|
|
258
258
|
icon: "fa-fw fa fa-list-alt"
|
|
259
259
|
}
|
|
260
260
|
};
|
|
261
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
261
|
+
var AmisObjectListview = __assign(__assign({}, config$l), { snippets: [
|
|
262
262
|
{
|
|
263
|
-
title: config$
|
|
263
|
+
title: config$l.title,
|
|
264
264
|
screenshot: "",
|
|
265
265
|
schema: {
|
|
266
|
-
componentName: config$
|
|
267
|
-
props: config$
|
|
266
|
+
componentName: config$l.componentName,
|
|
267
|
+
props: config$l.preview
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
], amis: {
|
|
271
271
|
render: {
|
|
272
|
-
type: config$
|
|
272
|
+
type: config$l.amis.name,
|
|
273
273
|
usage: "renderer",
|
|
274
274
|
weight: 1,
|
|
275
275
|
framework: "react"
|
|
276
276
|
},
|
|
277
277
|
plugin: {
|
|
278
|
-
rendererName: config$
|
|
278
|
+
rendererName: config$l.amis.name,
|
|
279
279
|
$schema: '/schemas/UnkownSchema.json',
|
|
280
|
-
name: config$
|
|
281
|
-
description: config$
|
|
282
|
-
tags: [config$
|
|
280
|
+
name: config$l.title,
|
|
281
|
+
description: config$l.description,
|
|
282
|
+
tags: [config$l.group],
|
|
283
283
|
order: -9999,
|
|
284
|
-
icon: config$
|
|
284
|
+
icon: config$l.amis.icon,
|
|
285
285
|
scaffold: {
|
|
286
|
-
type: config$
|
|
287
|
-
label: config$
|
|
286
|
+
type: config$l.amis.name,
|
|
287
|
+
label: config$l.title,
|
|
288
288
|
objectApiName: "${objectName}",
|
|
289
289
|
listName: "all",
|
|
290
290
|
showHeader: true,
|
|
291
291
|
},
|
|
292
292
|
previewSchema: {
|
|
293
|
-
type: config$
|
|
293
|
+
type: config$l.amis.name,
|
|
294
294
|
objectApiName: 'space_users',
|
|
295
295
|
listName: "all",
|
|
296
296
|
showHeader: true,
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
}
|
|
352
352
|
} });
|
|
353
353
|
|
|
354
|
-
var config$
|
|
354
|
+
var config$k = {
|
|
355
355
|
componentType: 'amisSchema',
|
|
356
356
|
group: "华炎魔方",
|
|
357
357
|
componentName: "AmisObjectCalendar",
|
|
@@ -407,38 +407,38 @@
|
|
|
407
407
|
icon: "fa-fw fa fa-list-alt"
|
|
408
408
|
}
|
|
409
409
|
};
|
|
410
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
410
|
+
var AmisObjectCalendar = __assign(__assign({}, config$k), { snippets: [
|
|
411
411
|
{
|
|
412
|
-
title: config$
|
|
412
|
+
title: config$k.title,
|
|
413
413
|
screenshot: "",
|
|
414
414
|
schema: {
|
|
415
|
-
componentName: config$
|
|
416
|
-
props: config$
|
|
415
|
+
componentName: config$k.componentName,
|
|
416
|
+
props: config$k.preview
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
], amis: {
|
|
420
420
|
render: {
|
|
421
|
-
type: config$
|
|
421
|
+
type: config$k.amis.name,
|
|
422
422
|
usage: "renderer",
|
|
423
423
|
weight: 1,
|
|
424
424
|
framework: "react"
|
|
425
425
|
},
|
|
426
426
|
plugin: {
|
|
427
|
-
rendererName: config$
|
|
427
|
+
rendererName: config$k.amis.name,
|
|
428
428
|
$schema: '/schemas/UnkownSchema.json',
|
|
429
|
-
name: config$
|
|
430
|
-
description: config$
|
|
431
|
-
tags: [config$
|
|
429
|
+
name: config$k.title,
|
|
430
|
+
description: config$k.title,
|
|
431
|
+
tags: [config$k.group],
|
|
432
432
|
order: -9999,
|
|
433
|
-
icon: config$
|
|
433
|
+
icon: config$k.amis.icon,
|
|
434
434
|
scaffold: {
|
|
435
|
-
type: config$
|
|
436
|
-
label: config$
|
|
435
|
+
type: config$k.amis.name,
|
|
436
|
+
label: config$k.title,
|
|
437
437
|
objectApiName: "${objectName}",
|
|
438
438
|
currentView: "timeGridWeek"
|
|
439
439
|
},
|
|
440
440
|
previewSchema: {
|
|
441
|
-
type: config$
|
|
441
|
+
type: config$k.amis.name,
|
|
442
442
|
objectApiName: 'events',
|
|
443
443
|
currentView: "timeGridWeek"
|
|
444
444
|
},
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
508
508
|
* @Description:
|
|
509
509
|
*/
|
|
510
|
-
var config$
|
|
510
|
+
var config$j = {
|
|
511
511
|
componentType: 'amisSchema',
|
|
512
512
|
group: "华炎魔方",
|
|
513
513
|
componentName: "AmisObjectTable",
|
|
@@ -563,38 +563,38 @@
|
|
|
563
563
|
icon: "fa-fw fa fa-list-alt"
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
566
|
+
var AmisObjectTable = __assign(__assign({}, config$j), { snippets: [
|
|
567
567
|
{
|
|
568
|
-
title: config$
|
|
568
|
+
title: config$j.title,
|
|
569
569
|
screenshot: "",
|
|
570
570
|
schema: {
|
|
571
|
-
componentName: config$
|
|
572
|
-
props: config$
|
|
571
|
+
componentName: config$j.componentName,
|
|
572
|
+
props: config$j.preview
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
], amis: {
|
|
576
576
|
render: {
|
|
577
|
-
type: config$
|
|
577
|
+
type: config$j.amis.name,
|
|
578
578
|
usage: "renderer",
|
|
579
579
|
weight: 1,
|
|
580
580
|
framework: "react"
|
|
581
581
|
},
|
|
582
582
|
plugin: {
|
|
583
|
-
rendererName: config$
|
|
583
|
+
rendererName: config$j.amis.name,
|
|
584
584
|
$schema: '/schemas/UnkownSchema.json',
|
|
585
|
-
name: config$
|
|
586
|
-
description: config$
|
|
587
|
-
tags: [config$
|
|
585
|
+
name: config$j.title,
|
|
586
|
+
description: config$j.title,
|
|
587
|
+
tags: [config$j.group],
|
|
588
588
|
order: -9999,
|
|
589
|
-
icon: config$
|
|
589
|
+
icon: config$j.amis.icon,
|
|
590
590
|
scaffold: {
|
|
591
|
-
type: config$
|
|
592
|
-
label: config$
|
|
591
|
+
type: config$j.amis.name,
|
|
592
|
+
label: config$j.title,
|
|
593
593
|
objectApiName: "${objectName}",
|
|
594
594
|
columns: [{ "field": "name" }]
|
|
595
595
|
},
|
|
596
596
|
previewSchema: {
|
|
597
|
-
type: config$
|
|
597
|
+
type: config$j.amis.name,
|
|
598
598
|
objectApiName: 'space_users',
|
|
599
599
|
columns: [{ "field": "name" }]
|
|
600
600
|
},
|
|
@@ -656,9 +656,23 @@
|
|
|
656
656
|
}
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
|
-
"type": "
|
|
659
|
+
"type": "select",
|
|
660
|
+
"label": "排序字段",
|
|
660
661
|
"name": "sortField",
|
|
661
|
-
"
|
|
662
|
+
"searchable": true,
|
|
663
|
+
"multiple": false,
|
|
664
|
+
"source": {
|
|
665
|
+
"method": "get",
|
|
666
|
+
"data": {
|
|
667
|
+
"objectName": "${objectName}",
|
|
668
|
+
},
|
|
669
|
+
"sendOn": "this.objectApiName",
|
|
670
|
+
"url": "/service/api/amis-metadata-objects/objects/${objectApiName}/fields/options",
|
|
671
|
+
"requestAdaptor": "api.url = Builder.settings.rootUrl + api.url.replaceAll('${objectName}',api.body.objectName); if(!api.headers){api.headers = {}};api.headers.Authorization='Bearer ' + Builder.settings.tenantId + ',' + Builder.settings.authToken ;return api;"
|
|
672
|
+
},
|
|
673
|
+
"labelField": "label",
|
|
674
|
+
"valueField": "value",
|
|
675
|
+
"menuTpl": ""
|
|
662
676
|
},
|
|
663
677
|
{
|
|
664
678
|
"type": "select",
|
|
@@ -688,7 +702,7 @@
|
|
|
688
702
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
689
703
|
* @Description:
|
|
690
704
|
*/
|
|
691
|
-
var config$
|
|
705
|
+
var config$i = {
|
|
692
706
|
componentType: 'amisSchema',
|
|
693
707
|
group: "华炎魔方",
|
|
694
708
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -725,38 +739,38 @@
|
|
|
725
739
|
icon: "fa-fw fa fa-list-alt"
|
|
726
740
|
}
|
|
727
741
|
};
|
|
728
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
742
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$i), { snippets: [
|
|
729
743
|
{
|
|
730
|
-
title: config$
|
|
744
|
+
title: config$i.title,
|
|
731
745
|
screenshot: "",
|
|
732
746
|
schema: {
|
|
733
|
-
componentName: config$
|
|
734
|
-
props: config$
|
|
747
|
+
componentName: config$i.componentName,
|
|
748
|
+
props: config$i.preview
|
|
735
749
|
}
|
|
736
750
|
}
|
|
737
751
|
], amis: {
|
|
738
752
|
render: {
|
|
739
|
-
type: config$
|
|
753
|
+
type: config$i.amis.name,
|
|
740
754
|
usage: "renderer",
|
|
741
755
|
weight: 1,
|
|
742
756
|
framework: "react"
|
|
743
757
|
},
|
|
744
758
|
plugin: {
|
|
745
|
-
rendererName: config$
|
|
759
|
+
rendererName: config$i.amis.name,
|
|
746
760
|
$schema: '/schemas/UnkownSchema.json',
|
|
747
|
-
name: config$
|
|
748
|
-
description: config$
|
|
749
|
-
tags: [config$
|
|
761
|
+
name: config$i.title,
|
|
762
|
+
description: config$i.description,
|
|
763
|
+
tags: [config$i.group],
|
|
750
764
|
order: -9999,
|
|
751
|
-
icon: config$
|
|
765
|
+
icon: config$i.amis.icon,
|
|
752
766
|
scaffold: {
|
|
753
|
-
type: config$
|
|
754
|
-
label: config$
|
|
767
|
+
type: config$i.amis.name,
|
|
768
|
+
label: config$i.title,
|
|
755
769
|
objectApiName: "${objectName}",
|
|
756
770
|
recordId: "${recordId}"
|
|
757
771
|
},
|
|
758
772
|
previewSchema: {
|
|
759
|
-
type: config$
|
|
773
|
+
type: config$i.amis.name,
|
|
760
774
|
objectApiName: 'space_users'
|
|
761
775
|
},
|
|
762
776
|
panelTitle: "设置",
|
|
@@ -793,7 +807,7 @@
|
|
|
793
807
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
794
808
|
* @Description:
|
|
795
809
|
*/
|
|
796
|
-
var config$
|
|
810
|
+
var config$h = {
|
|
797
811
|
componentType: 'amisSchema',
|
|
798
812
|
group: "华炎魔方",
|
|
799
813
|
componentName: "AmisRecordDetail",
|
|
@@ -829,38 +843,38 @@
|
|
|
829
843
|
icon: "fa-fw fa fa-list-alt"
|
|
830
844
|
}
|
|
831
845
|
};
|
|
832
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
846
|
+
var AmisRecordDetail = __assign(__assign({}, config$h), { snippets: [
|
|
833
847
|
{
|
|
834
|
-
title: config$
|
|
848
|
+
title: config$h.title,
|
|
835
849
|
screenshot: "",
|
|
836
850
|
schema: {
|
|
837
|
-
componentName: config$
|
|
838
|
-
props: config$
|
|
851
|
+
componentName: config$h.componentName,
|
|
852
|
+
props: config$h.preview
|
|
839
853
|
}
|
|
840
854
|
}
|
|
841
855
|
], amis: {
|
|
842
856
|
render: {
|
|
843
|
-
type: config$
|
|
857
|
+
type: config$h.amis.name,
|
|
844
858
|
usage: "renderer",
|
|
845
859
|
weight: 1,
|
|
846
860
|
framework: "react"
|
|
847
861
|
},
|
|
848
862
|
plugin_disabled: {
|
|
849
|
-
rendererName: config$
|
|
863
|
+
rendererName: config$h.amis.name,
|
|
850
864
|
$schema: '/schemas/UnkownSchema.json',
|
|
851
|
-
name: config$
|
|
852
|
-
description: config$
|
|
853
|
-
tags: [config$
|
|
865
|
+
name: config$h.title,
|
|
866
|
+
description: config$h.title,
|
|
867
|
+
tags: [config$h.group],
|
|
854
868
|
order: -9999,
|
|
855
|
-
icon: config$
|
|
869
|
+
icon: config$h.amis.icon,
|
|
856
870
|
scaffold: {
|
|
857
|
-
type: config$
|
|
858
|
-
label: config$
|
|
871
|
+
type: config$h.amis.name,
|
|
872
|
+
label: config$h.title,
|
|
859
873
|
objectApiName: "${objectName}",
|
|
860
874
|
recordId: "${recordId}"
|
|
861
875
|
},
|
|
862
876
|
previewSchema: {
|
|
863
|
-
type: config$
|
|
877
|
+
type: config$h.amis.name,
|
|
864
878
|
objectApiName: 'space_users'
|
|
865
879
|
},
|
|
866
880
|
panelTitle: "设置",
|
|
@@ -890,7 +904,7 @@
|
|
|
890
904
|
}
|
|
891
905
|
} });
|
|
892
906
|
|
|
893
|
-
var config$
|
|
907
|
+
var config$g = {
|
|
894
908
|
componentType: 'amisSchema',
|
|
895
909
|
group: "华炎魔方-界面",
|
|
896
910
|
componentName: "AmisSelectUser",
|
|
@@ -936,37 +950,37 @@
|
|
|
936
950
|
icon: "fa-fw fa fa-list-alt"
|
|
937
951
|
}
|
|
938
952
|
};
|
|
939
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
953
|
+
var AmisSelectUser = __assign(__assign({}, config$g), { snippets: [
|
|
940
954
|
{
|
|
941
|
-
title: config$
|
|
955
|
+
title: config$g.title,
|
|
942
956
|
screenshot: "",
|
|
943
957
|
schema: {
|
|
944
|
-
componentName: config$
|
|
945
|
-
props: config$
|
|
958
|
+
componentName: config$g.componentName,
|
|
959
|
+
props: config$g.preview
|
|
946
960
|
}
|
|
947
961
|
}
|
|
948
962
|
], amis: {
|
|
949
963
|
render: {
|
|
950
|
-
type: config$
|
|
964
|
+
type: config$g.amis.name,
|
|
951
965
|
usage: "formitem",
|
|
952
966
|
weight: 1,
|
|
953
967
|
framework: "react"
|
|
954
968
|
},
|
|
955
969
|
plugin_disabled: {
|
|
956
|
-
rendererName: config$
|
|
970
|
+
rendererName: config$g.amis.name,
|
|
957
971
|
$schema: '/schemas/UnkownSchema.json',
|
|
958
|
-
name: config$
|
|
959
|
-
description: config$
|
|
960
|
-
tags: [config$
|
|
972
|
+
name: config$g.title,
|
|
973
|
+
description: config$g.title,
|
|
974
|
+
tags: [config$g.group],
|
|
961
975
|
order: -9999,
|
|
962
|
-
icon: config$
|
|
976
|
+
icon: config$g.amis.icon,
|
|
963
977
|
scaffold: {
|
|
964
|
-
type: config$
|
|
965
|
-
label: config$
|
|
978
|
+
type: config$g.amis.name,
|
|
979
|
+
label: config$g.title,
|
|
966
980
|
name: ""
|
|
967
981
|
},
|
|
968
982
|
previewSchema: {
|
|
969
|
-
type: config$
|
|
983
|
+
type: config$g.amis.name,
|
|
970
984
|
},
|
|
971
985
|
panelTitle: "设置",
|
|
972
986
|
panelControls: [
|
|
@@ -997,7 +1011,7 @@
|
|
|
997
1011
|
* @LastEditTime: 2022-12-01 16:06:37
|
|
998
1012
|
* @Description:
|
|
999
1013
|
*/
|
|
1000
|
-
var config$
|
|
1014
|
+
var config$f = {
|
|
1001
1015
|
componentType: 'amisSchema',
|
|
1002
1016
|
group: "华炎魔方",
|
|
1003
1017
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1039,39 +1053,39 @@
|
|
|
1039
1053
|
icon: "fa-fw fa fa-list-alt"
|
|
1040
1054
|
}
|
|
1041
1055
|
};
|
|
1042
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1056
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$f), { snippets: [
|
|
1043
1057
|
{
|
|
1044
|
-
title: config$
|
|
1058
|
+
title: config$f.title,
|
|
1045
1059
|
screenshot: "",
|
|
1046
1060
|
schema: {
|
|
1047
|
-
componentName: config$
|
|
1048
|
-
props: config$
|
|
1061
|
+
componentName: config$f.componentName,
|
|
1062
|
+
props: config$f.preview
|
|
1049
1063
|
}
|
|
1050
1064
|
}
|
|
1051
1065
|
], amis: {
|
|
1052
1066
|
render: {
|
|
1053
|
-
type: config$
|
|
1067
|
+
type: config$f.amis.name,
|
|
1054
1068
|
usage: "renderer",
|
|
1055
1069
|
weight: 1,
|
|
1056
1070
|
framework: "react"
|
|
1057
1071
|
},
|
|
1058
1072
|
plugin: {
|
|
1059
|
-
rendererName: config$
|
|
1073
|
+
rendererName: config$f.amis.name,
|
|
1060
1074
|
$schema: '/schemas/UnkownSchema.json',
|
|
1061
|
-
name: config$
|
|
1062
|
-
description: config$
|
|
1063
|
-
tags: [config$
|
|
1075
|
+
name: config$f.title,
|
|
1076
|
+
description: config$f.description,
|
|
1077
|
+
tags: [config$f.group],
|
|
1064
1078
|
order: -9999,
|
|
1065
|
-
icon: config$
|
|
1079
|
+
icon: config$f.amis.icon,
|
|
1066
1080
|
scaffold: {
|
|
1067
|
-
type: config$
|
|
1068
|
-
label: config$
|
|
1081
|
+
type: config$f.amis.name,
|
|
1082
|
+
label: config$f.title,
|
|
1069
1083
|
objectApiName: "${objectName}",
|
|
1070
1084
|
recordId: "${recordId}",
|
|
1071
1085
|
relatedObjectApiName: "contacts"
|
|
1072
1086
|
},
|
|
1073
1087
|
previewSchema: {
|
|
1074
|
-
type: config$
|
|
1088
|
+
type: config$f.amis.name,
|
|
1075
1089
|
objectApiName: "accounts",
|
|
1076
1090
|
relatedObjectApiName: "contacts"
|
|
1077
1091
|
},
|
|
@@ -1138,7 +1152,7 @@
|
|
|
1138
1152
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1139
1153
|
* @Description:
|
|
1140
1154
|
*/
|
|
1141
|
-
var config$
|
|
1155
|
+
var config$e = {
|
|
1142
1156
|
componentType: 'amisSchema',
|
|
1143
1157
|
group: "华炎魔方",
|
|
1144
1158
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1175,38 +1189,38 @@
|
|
|
1175
1189
|
icon: "fa-fw fa fa-list-alt"
|
|
1176
1190
|
}
|
|
1177
1191
|
};
|
|
1178
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1192
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$e), { snippets: [
|
|
1179
1193
|
{
|
|
1180
|
-
title: config$
|
|
1194
|
+
title: config$e.title,
|
|
1181
1195
|
screenshot: "",
|
|
1182
1196
|
schema: {
|
|
1183
|
-
componentName: config$
|
|
1184
|
-
props: config$
|
|
1197
|
+
componentName: config$e.componentName,
|
|
1198
|
+
props: config$e.preview
|
|
1185
1199
|
}
|
|
1186
1200
|
}
|
|
1187
1201
|
], amis: {
|
|
1188
1202
|
render: {
|
|
1189
|
-
type: config$
|
|
1203
|
+
type: config$e.amis.name,
|
|
1190
1204
|
usage: "renderer",
|
|
1191
1205
|
weight: 1,
|
|
1192
1206
|
framework: "react"
|
|
1193
1207
|
},
|
|
1194
1208
|
plugin: {
|
|
1195
|
-
rendererName: config$
|
|
1209
|
+
rendererName: config$e.amis.name,
|
|
1196
1210
|
$schema: '/schemas/UnkownSchema.json',
|
|
1197
|
-
name: config$
|
|
1198
|
-
description: config$
|
|
1199
|
-
tags: [config$
|
|
1211
|
+
name: config$e.title,
|
|
1212
|
+
description: config$e.description,
|
|
1213
|
+
tags: [config$e.group],
|
|
1200
1214
|
order: -9999,
|
|
1201
|
-
icon: config$
|
|
1215
|
+
icon: config$e.amis.icon,
|
|
1202
1216
|
scaffold: {
|
|
1203
|
-
type: config$
|
|
1204
|
-
label: config$
|
|
1217
|
+
type: config$e.amis.name,
|
|
1218
|
+
label: config$e.title,
|
|
1205
1219
|
objectApiName: "${objectName}",
|
|
1206
1220
|
recordId: "${recordId}",
|
|
1207
1221
|
},
|
|
1208
1222
|
previewSchema: {
|
|
1209
|
-
type: config$
|
|
1223
|
+
type: config$e.amis.name,
|
|
1210
1224
|
objectApiName: "accounts",
|
|
1211
1225
|
},
|
|
1212
1226
|
panelTitle: "设置",
|
|
@@ -1243,7 +1257,7 @@
|
|
|
1243
1257
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1244
1258
|
* @Description:
|
|
1245
1259
|
*/
|
|
1246
|
-
var config$
|
|
1260
|
+
var config$d = {
|
|
1247
1261
|
componentType: 'amisSchema',
|
|
1248
1262
|
group: "华炎魔方",
|
|
1249
1263
|
componentName: "AmisProvider",
|
|
@@ -1268,33 +1282,33 @@
|
|
|
1268
1282
|
icon: "fa-fw fa fa-list-alt"
|
|
1269
1283
|
}
|
|
1270
1284
|
};
|
|
1271
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1285
|
+
var AmisProvider = __assign(__assign({}, config$d), { snippets: [
|
|
1272
1286
|
{
|
|
1273
|
-
title: config$
|
|
1287
|
+
title: config$d.title,
|
|
1274
1288
|
screenshot: "",
|
|
1275
1289
|
schema: {
|
|
1276
|
-
componentName: config$
|
|
1277
|
-
props: config$
|
|
1290
|
+
componentName: config$d.componentName,
|
|
1291
|
+
props: config$d.preview
|
|
1278
1292
|
}
|
|
1279
1293
|
}
|
|
1280
1294
|
], amis: {
|
|
1281
1295
|
render: {
|
|
1282
|
-
type: config$
|
|
1296
|
+
type: config$d.amis.name,
|
|
1283
1297
|
usage: "renderer",
|
|
1284
1298
|
weight: 1,
|
|
1285
1299
|
framework: "react"
|
|
1286
1300
|
},
|
|
1287
1301
|
plugin_disabled: {
|
|
1288
|
-
rendererName: config$
|
|
1302
|
+
rendererName: config$d.amis.name,
|
|
1289
1303
|
$schema: '/schemas/UnkownSchema.json',
|
|
1290
|
-
name: config$
|
|
1291
|
-
description: config$
|
|
1292
|
-
tags: [config$
|
|
1304
|
+
name: config$d.title,
|
|
1305
|
+
description: config$d.title,
|
|
1306
|
+
tags: [config$d.group],
|
|
1293
1307
|
order: -9999,
|
|
1294
|
-
icon: config$
|
|
1308
|
+
icon: config$d.amis.icon,
|
|
1295
1309
|
scaffold: {
|
|
1296
|
-
type: config$
|
|
1297
|
-
label: config$
|
|
1310
|
+
type: config$d.amis.name,
|
|
1311
|
+
label: config$d.title,
|
|
1298
1312
|
body: [], // 容器类字段
|
|
1299
1313
|
},
|
|
1300
1314
|
// 容器类组件必需字段
|
|
@@ -1305,7 +1319,7 @@
|
|
|
1305
1319
|
},
|
|
1306
1320
|
],
|
|
1307
1321
|
previewSchema: {
|
|
1308
|
-
type: config$
|
|
1322
|
+
type: config$d.amis.name,
|
|
1309
1323
|
},
|
|
1310
1324
|
panelTitle: "设置",
|
|
1311
1325
|
panelControls: []
|
|
@@ -1319,7 +1333,7 @@
|
|
|
1319
1333
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1320
1334
|
* @Description:
|
|
1321
1335
|
*/
|
|
1322
|
-
var config$
|
|
1336
|
+
var config$c = {
|
|
1323
1337
|
// componentType: 'amisSchema',
|
|
1324
1338
|
group: "华炎魔方",
|
|
1325
1339
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1343,18 +1357,18 @@
|
|
|
1343
1357
|
icon: "fa-fw fa fa-list-alt"
|
|
1344
1358
|
}
|
|
1345
1359
|
};
|
|
1346
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1360
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$c), { snippets: [
|
|
1347
1361
|
{
|
|
1348
|
-
title: config$
|
|
1362
|
+
title: config$c.title,
|
|
1349
1363
|
screenshot: "",
|
|
1350
1364
|
schema: {
|
|
1351
|
-
componentName: config$
|
|
1352
|
-
props: config$
|
|
1365
|
+
componentName: config$c.componentName,
|
|
1366
|
+
props: config$c.preview
|
|
1353
1367
|
}
|
|
1354
1368
|
}
|
|
1355
1369
|
], amis: {
|
|
1356
1370
|
render: {
|
|
1357
|
-
type: config$
|
|
1371
|
+
type: config$c.amis.name,
|
|
1358
1372
|
usage: "formitem",
|
|
1359
1373
|
weight: 1,
|
|
1360
1374
|
framework: "react"
|
|
@@ -1390,7 +1404,7 @@
|
|
|
1390
1404
|
* @LastEditTime: 2022-11-14 10:09:34
|
|
1391
1405
|
* @Description:
|
|
1392
1406
|
*/
|
|
1393
|
-
var config$
|
|
1407
|
+
var config$b = {
|
|
1394
1408
|
// componentType: 'amisSchema',
|
|
1395
1409
|
group: "华炎魔方",
|
|
1396
1410
|
componentName: "AmisObjectButton",
|
|
@@ -1414,18 +1428,18 @@
|
|
|
1414
1428
|
icon: "fa-fw fa fa-list-alt"
|
|
1415
1429
|
}
|
|
1416
1430
|
};
|
|
1417
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
1431
|
+
var AmisObjectButton = __assign(__assign({}, config$b), { snippets: [
|
|
1418
1432
|
{
|
|
1419
|
-
title: config$
|
|
1433
|
+
title: config$b.title,
|
|
1420
1434
|
screenshot: "",
|
|
1421
1435
|
schema: {
|
|
1422
|
-
componentName: config$
|
|
1423
|
-
props: config$
|
|
1436
|
+
componentName: config$b.componentName,
|
|
1437
|
+
props: config$b.preview
|
|
1424
1438
|
}
|
|
1425
1439
|
}
|
|
1426
1440
|
], amis: {
|
|
1427
1441
|
render: {
|
|
1428
|
-
type: config$
|
|
1442
|
+
type: config$b.amis.name,
|
|
1429
1443
|
usage: "renderer",
|
|
1430
1444
|
weight: 1,
|
|
1431
1445
|
framework: "react"
|
|
@@ -1461,7 +1475,7 @@
|
|
|
1461
1475
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
1462
1476
|
* @Description:
|
|
1463
1477
|
*/
|
|
1464
|
-
var config$
|
|
1478
|
+
var config$a = {
|
|
1465
1479
|
// componentType: 'amisSchema',
|
|
1466
1480
|
group: "华炎魔方",
|
|
1467
1481
|
componentName: "SteedosDropdownButton",
|
|
@@ -1485,18 +1499,18 @@
|
|
|
1485
1499
|
icon: "fa-fw fa fa-list-alt"
|
|
1486
1500
|
}
|
|
1487
1501
|
};
|
|
1488
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
1502
|
+
var SteedosDropdownButton = __assign(__assign({}, config$a), { snippets: [
|
|
1489
1503
|
{
|
|
1490
|
-
title: config$
|
|
1504
|
+
title: config$a.title,
|
|
1491
1505
|
screenshot: "",
|
|
1492
1506
|
schema: {
|
|
1493
|
-
componentName: config$
|
|
1494
|
-
props: config$
|
|
1507
|
+
componentName: config$a.componentName,
|
|
1508
|
+
props: config$a.preview
|
|
1495
1509
|
}
|
|
1496
1510
|
}
|
|
1497
1511
|
], amis: {
|
|
1498
1512
|
render: {
|
|
1499
|
-
type: config$
|
|
1513
|
+
type: config$a.amis.name,
|
|
1500
1514
|
usage: "renderer",
|
|
1501
1515
|
weight: 1,
|
|
1502
1516
|
framework: "react"
|
|
@@ -1532,7 +1546,7 @@
|
|
|
1532
1546
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
1533
1547
|
* @Description:
|
|
1534
1548
|
*/
|
|
1535
|
-
var config$
|
|
1549
|
+
var config$9 = {
|
|
1536
1550
|
componentType: 'amisSchema',
|
|
1537
1551
|
group: "华炎魔方",
|
|
1538
1552
|
componentName: "AmisAppLauncher",
|
|
@@ -1556,39 +1570,39 @@
|
|
|
1556
1570
|
icon: "fa-fw fa fa-list-alt"
|
|
1557
1571
|
}
|
|
1558
1572
|
};
|
|
1559
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
1573
|
+
var AmisAppLauncher = __assign(__assign({}, config$9), { snippets: [
|
|
1560
1574
|
{
|
|
1561
|
-
title: config$
|
|
1575
|
+
title: config$9.title,
|
|
1562
1576
|
screenshot: "",
|
|
1563
1577
|
schema: {
|
|
1564
|
-
componentName: config$
|
|
1565
|
-
props: config$
|
|
1578
|
+
componentName: config$9.componentName,
|
|
1579
|
+
props: config$9.preview
|
|
1566
1580
|
}
|
|
1567
1581
|
}
|
|
1568
1582
|
], amis: {
|
|
1569
1583
|
render: {
|
|
1570
|
-
type: config$
|
|
1584
|
+
type: config$9.amis.name,
|
|
1571
1585
|
usage: "renderer",
|
|
1572
1586
|
weight: 1,
|
|
1573
1587
|
framework: "react"
|
|
1574
1588
|
},
|
|
1575
1589
|
plugin_disabled: {
|
|
1576
|
-
rendererName: config$
|
|
1590
|
+
rendererName: config$9.amis.name,
|
|
1577
1591
|
$schema: '/schemas/UnkownSchema.json',
|
|
1578
|
-
name: config$
|
|
1579
|
-
description: config$
|
|
1580
|
-
tags: [config$
|
|
1592
|
+
name: config$9.title,
|
|
1593
|
+
description: config$9.title,
|
|
1594
|
+
tags: [config$9.group],
|
|
1581
1595
|
order: -9999,
|
|
1582
|
-
icon: config$
|
|
1596
|
+
icon: config$9.amis.icon,
|
|
1583
1597
|
scaffold: {
|
|
1584
|
-
type: config$
|
|
1585
|
-
label: config$
|
|
1598
|
+
type: config$9.amis.name,
|
|
1599
|
+
label: config$9.title,
|
|
1586
1600
|
name: 'board',
|
|
1587
1601
|
columns: 1,
|
|
1588
1602
|
vertical: false
|
|
1589
1603
|
},
|
|
1590
1604
|
previewSchema: {
|
|
1591
|
-
type: config$
|
|
1605
|
+
type: config$9.amis.name,
|
|
1592
1606
|
},
|
|
1593
1607
|
panelTitle: "设置",
|
|
1594
1608
|
panelControls: []
|
|
@@ -1602,7 +1616,7 @@
|
|
|
1602
1616
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
1603
1617
|
* @Description:
|
|
1604
1618
|
*/
|
|
1605
|
-
var config$
|
|
1619
|
+
var config$8 = {
|
|
1606
1620
|
componentType: 'amisSchema',
|
|
1607
1621
|
group: "华炎魔方",
|
|
1608
1622
|
componentName: "AmisLogo",
|
|
@@ -1626,39 +1640,39 @@
|
|
|
1626
1640
|
icon: "fa-fw fa fa-list-alt"
|
|
1627
1641
|
}
|
|
1628
1642
|
};
|
|
1629
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
1643
|
+
var AmisLogo = __assign(__assign({}, config$8), { snippets: [
|
|
1630
1644
|
{
|
|
1631
|
-
title: config$
|
|
1645
|
+
title: config$8.title,
|
|
1632
1646
|
screenshot: "",
|
|
1633
1647
|
schema: {
|
|
1634
|
-
componentName: config$
|
|
1635
|
-
props: config$
|
|
1648
|
+
componentName: config$8.componentName,
|
|
1649
|
+
props: config$8.preview
|
|
1636
1650
|
}
|
|
1637
1651
|
}
|
|
1638
1652
|
], amis: {
|
|
1639
1653
|
render: {
|
|
1640
|
-
type: config$
|
|
1654
|
+
type: config$8.amis.name,
|
|
1641
1655
|
usage: "renderer",
|
|
1642
1656
|
weight: 1,
|
|
1643
1657
|
framework: "react"
|
|
1644
1658
|
},
|
|
1645
1659
|
plugin_disabled: {
|
|
1646
|
-
rendererName: config$
|
|
1660
|
+
rendererName: config$8.amis.name,
|
|
1647
1661
|
$schema: '/schemas/UnkownSchema.json',
|
|
1648
|
-
name: config$
|
|
1649
|
-
description: config$
|
|
1650
|
-
tags: [config$
|
|
1662
|
+
name: config$8.title,
|
|
1663
|
+
description: config$8.title,
|
|
1664
|
+
tags: [config$8.group],
|
|
1651
1665
|
order: -9999,
|
|
1652
|
-
icon: config$
|
|
1666
|
+
icon: config$8.amis.icon,
|
|
1653
1667
|
scaffold: {
|
|
1654
|
-
type: config$
|
|
1655
|
-
label: config$
|
|
1668
|
+
type: config$8.amis.name,
|
|
1669
|
+
label: config$8.title,
|
|
1656
1670
|
name: 'board',
|
|
1657
1671
|
columns: 1,
|
|
1658
1672
|
vertical: false
|
|
1659
1673
|
},
|
|
1660
1674
|
previewSchema: {
|
|
1661
|
-
type: config$
|
|
1675
|
+
type: config$8.amis.name,
|
|
1662
1676
|
},
|
|
1663
1677
|
panelTitle: "设置",
|
|
1664
1678
|
panelControls: []
|
|
@@ -1672,7 +1686,7 @@
|
|
|
1672
1686
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
1673
1687
|
* @Description:
|
|
1674
1688
|
*/
|
|
1675
|
-
var config$
|
|
1689
|
+
var config$7 = {
|
|
1676
1690
|
componentType: 'amisSchema',
|
|
1677
1691
|
group: "华炎魔方",
|
|
1678
1692
|
componentName: "AmisAppMenu",
|
|
@@ -1703,39 +1717,39 @@
|
|
|
1703
1717
|
icon: "fa-fw fa fa-list-alt"
|
|
1704
1718
|
}
|
|
1705
1719
|
};
|
|
1706
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
1720
|
+
var AmisAppMenu = __assign(__assign({}, config$7), { snippets: [
|
|
1707
1721
|
{
|
|
1708
|
-
title: config$
|
|
1722
|
+
title: config$7.title,
|
|
1709
1723
|
screenshot: "",
|
|
1710
1724
|
schema: {
|
|
1711
|
-
componentName: config$
|
|
1712
|
-
props: config$
|
|
1725
|
+
componentName: config$7.componentName,
|
|
1726
|
+
props: config$7.preview
|
|
1713
1727
|
}
|
|
1714
1728
|
}
|
|
1715
1729
|
], amis: {
|
|
1716
1730
|
render: {
|
|
1717
|
-
type: config$
|
|
1731
|
+
type: config$7.amis.name,
|
|
1718
1732
|
usage: "renderer",
|
|
1719
1733
|
weight: 1,
|
|
1720
1734
|
framework: "react"
|
|
1721
1735
|
},
|
|
1722
1736
|
plugin_disabled: {
|
|
1723
|
-
rendererName: config$
|
|
1737
|
+
rendererName: config$7.amis.name,
|
|
1724
1738
|
$schema: '/schemas/UnkownSchema.json',
|
|
1725
|
-
name: config$
|
|
1726
|
-
description: config$
|
|
1727
|
-
tags: [config$
|
|
1739
|
+
name: config$7.title,
|
|
1740
|
+
description: config$7.title,
|
|
1741
|
+
tags: [config$7.group],
|
|
1728
1742
|
order: -9999,
|
|
1729
|
-
icon: config$
|
|
1743
|
+
icon: config$7.amis.icon,
|
|
1730
1744
|
scaffold: {
|
|
1731
|
-
type: config$
|
|
1732
|
-
label: config$
|
|
1745
|
+
type: config$7.amis.name,
|
|
1746
|
+
label: config$7.title,
|
|
1733
1747
|
columns: 1,
|
|
1734
1748
|
vertical: false,
|
|
1735
1749
|
showIcon: true
|
|
1736
1750
|
},
|
|
1737
1751
|
previewSchema: {
|
|
1738
|
-
type: config$
|
|
1752
|
+
type: config$7.amis.name,
|
|
1739
1753
|
},
|
|
1740
1754
|
panelTitle: "设置",
|
|
1741
1755
|
panelControls: [
|
|
@@ -1760,7 +1774,7 @@
|
|
|
1760
1774
|
* @LastEditTime: 2022-12-16 11:10:03
|
|
1761
1775
|
* @Description:
|
|
1762
1776
|
*/
|
|
1763
|
-
var config$
|
|
1777
|
+
var config$6 = {
|
|
1764
1778
|
// componentType: 'amisSchema',
|
|
1765
1779
|
group: "华炎魔方-界面",
|
|
1766
1780
|
componentName: "SteedosIcon",
|
|
@@ -1784,39 +1798,39 @@
|
|
|
1784
1798
|
icon: "fa-fw fa fa-list-alt"
|
|
1785
1799
|
}
|
|
1786
1800
|
};
|
|
1787
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
1801
|
+
var SteedosIcon = __assign(__assign({}, config$6), { snippets: [
|
|
1788
1802
|
{
|
|
1789
|
-
title: config$
|
|
1803
|
+
title: config$6.title,
|
|
1790
1804
|
screenshot: "",
|
|
1791
1805
|
schema: {
|
|
1792
|
-
componentName: config$
|
|
1793
|
-
props: config$
|
|
1806
|
+
componentName: config$6.componentName,
|
|
1807
|
+
props: config$6.preview
|
|
1794
1808
|
}
|
|
1795
1809
|
}
|
|
1796
1810
|
], amis: {
|
|
1797
1811
|
render: {
|
|
1798
|
-
type: config$
|
|
1812
|
+
type: config$6.amis.name,
|
|
1799
1813
|
usage: "renderer",
|
|
1800
1814
|
weight: 1,
|
|
1801
1815
|
framework: "react"
|
|
1802
1816
|
},
|
|
1803
1817
|
plugin_disabled: {
|
|
1804
|
-
rendererName: config$
|
|
1818
|
+
rendererName: config$6.amis.name,
|
|
1805
1819
|
$schema: '/schemas/UnkownSchema.json',
|
|
1806
|
-
name: config$
|
|
1807
|
-
description: config$
|
|
1808
|
-
tags: [config$
|
|
1820
|
+
name: config$6.title,
|
|
1821
|
+
description: config$6.title,
|
|
1822
|
+
tags: [config$6.group],
|
|
1809
1823
|
order: -9999,
|
|
1810
|
-
icon: config$
|
|
1824
|
+
icon: config$6.amis.icon,
|
|
1811
1825
|
scaffold: {
|
|
1812
|
-
type: config$
|
|
1826
|
+
type: config$6.amis.name,
|
|
1813
1827
|
category: 'standard',
|
|
1814
1828
|
name: 'account',
|
|
1815
1829
|
colorVariant: 'default',
|
|
1816
1830
|
size: 'medium'
|
|
1817
1831
|
},
|
|
1818
1832
|
previewSchema: {
|
|
1819
|
-
type: config$
|
|
1833
|
+
type: config$6.amis.name,
|
|
1820
1834
|
},
|
|
1821
1835
|
panelTitle: "设置",
|
|
1822
1836
|
panelControls: [
|
|
@@ -1911,7 +1925,7 @@
|
|
|
1911
1925
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
1912
1926
|
* @Description:
|
|
1913
1927
|
*/
|
|
1914
|
-
var config$
|
|
1928
|
+
var config$5 = {
|
|
1915
1929
|
// componentType: 'amisSchema',
|
|
1916
1930
|
group: "华炎魔方",
|
|
1917
1931
|
componentName: "SteedosDropdown",
|
|
@@ -1935,32 +1949,32 @@
|
|
|
1935
1949
|
icon: "fa-fw fa fa-list-alt"
|
|
1936
1950
|
}
|
|
1937
1951
|
};
|
|
1938
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
1952
|
+
var SteedosDropdown = __assign(__assign({}, config$5), { snippets: [
|
|
1939
1953
|
{
|
|
1940
|
-
title: config$
|
|
1954
|
+
title: config$5.title,
|
|
1941
1955
|
screenshot: "",
|
|
1942
1956
|
schema: {
|
|
1943
|
-
componentName: config$
|
|
1944
|
-
props: config$
|
|
1957
|
+
componentName: config$5.componentName,
|
|
1958
|
+
props: config$5.preview
|
|
1945
1959
|
}
|
|
1946
1960
|
}
|
|
1947
1961
|
], amis: {
|
|
1948
1962
|
render: {
|
|
1949
|
-
type: config$
|
|
1963
|
+
type: config$5.amis.name,
|
|
1950
1964
|
usage: "renderer",
|
|
1951
1965
|
weight: 1,
|
|
1952
1966
|
framework: "react"
|
|
1953
1967
|
},
|
|
1954
1968
|
plugin_disabled: {
|
|
1955
|
-
rendererName: config$
|
|
1969
|
+
rendererName: config$5.amis.name,
|
|
1956
1970
|
$schema: '/schemas/UnkownSchema.json',
|
|
1957
|
-
name: config$
|
|
1958
|
-
description: config$
|
|
1959
|
-
tags: [config$
|
|
1971
|
+
name: config$5.title,
|
|
1972
|
+
description: config$5.title,
|
|
1973
|
+
tags: [config$5.group],
|
|
1960
1974
|
order: -9999,
|
|
1961
|
-
icon: config$
|
|
1975
|
+
icon: config$5.amis.icon,
|
|
1962
1976
|
scaffold: {
|
|
1963
|
-
type: config$
|
|
1977
|
+
type: config$5.amis.name,
|
|
1964
1978
|
placement: 'bottomLeft',
|
|
1965
1979
|
trigger: ['click'],
|
|
1966
1980
|
body: [],
|
|
@@ -1977,7 +1991,7 @@
|
|
|
1977
1991
|
},
|
|
1978
1992
|
],
|
|
1979
1993
|
previewSchema: {
|
|
1980
|
-
type: config$
|
|
1994
|
+
type: config$5.amis.name,
|
|
1981
1995
|
},
|
|
1982
1996
|
panelTitle: "设置",
|
|
1983
1997
|
panelControls: [
|
|
@@ -2025,7 +2039,7 @@
|
|
|
2025
2039
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2026
2040
|
* @Description:
|
|
2027
2041
|
*/
|
|
2028
|
-
var config$
|
|
2042
|
+
var config$4 = {
|
|
2029
2043
|
// componentType: 'amisSchema',
|
|
2030
2044
|
group: "华炎魔方",
|
|
2031
2045
|
componentName: "FromNow",
|
|
@@ -2049,18 +2063,18 @@
|
|
|
2049
2063
|
icon: "fa-fw fa fa-list-alt"
|
|
2050
2064
|
}
|
|
2051
2065
|
};
|
|
2052
|
-
var FromNow = __assign(__assign({}, config$
|
|
2066
|
+
var FromNow = __assign(__assign({}, config$4), { snippets: [
|
|
2053
2067
|
{
|
|
2054
|
-
title: config$
|
|
2068
|
+
title: config$4.title,
|
|
2055
2069
|
screenshot: "",
|
|
2056
2070
|
schema: {
|
|
2057
|
-
componentName: config$
|
|
2058
|
-
props: config$
|
|
2071
|
+
componentName: config$4.componentName,
|
|
2072
|
+
props: config$4.preview
|
|
2059
2073
|
}
|
|
2060
2074
|
}
|
|
2061
2075
|
], amis: {
|
|
2062
2076
|
render: {
|
|
2063
|
-
type: config$
|
|
2077
|
+
type: config$4.amis.name,
|
|
2064
2078
|
usage: "renderer",
|
|
2065
2079
|
weight: 1,
|
|
2066
2080
|
framework: "react"
|
|
@@ -2098,7 +2112,7 @@
|
|
|
2098
2112
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2099
2113
|
* @Description:
|
|
2100
2114
|
*/
|
|
2101
|
-
var config$
|
|
2115
|
+
var config$3 = {
|
|
2102
2116
|
componentType: 'amisSchema',
|
|
2103
2117
|
group: "华炎魔方",
|
|
2104
2118
|
componentName: "AmisGlobalHeader",
|
|
@@ -2123,38 +2137,38 @@
|
|
|
2123
2137
|
icon: "fa-fw fa fa-list-alt"
|
|
2124
2138
|
}
|
|
2125
2139
|
};
|
|
2126
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2140
|
+
var AmisGlobalHeader = __assign(__assign({}, config$3), { snippets: [
|
|
2127
2141
|
{
|
|
2128
|
-
title: config$
|
|
2142
|
+
title: config$3.title,
|
|
2129
2143
|
screenshot: "",
|
|
2130
2144
|
schema: {
|
|
2131
|
-
componentName: config$
|
|
2132
|
-
props: config$
|
|
2145
|
+
componentName: config$3.componentName,
|
|
2146
|
+
props: config$3.preview
|
|
2133
2147
|
}
|
|
2134
2148
|
}
|
|
2135
2149
|
], amis: {
|
|
2136
2150
|
render: {
|
|
2137
|
-
type: config$
|
|
2151
|
+
type: config$3.amis.name,
|
|
2138
2152
|
usage: "renderer",
|
|
2139
2153
|
weight: 1,
|
|
2140
2154
|
framework: "react"
|
|
2141
2155
|
},
|
|
2142
2156
|
plugin_disabled: {
|
|
2143
|
-
rendererName: config$
|
|
2157
|
+
rendererName: config$3.amis.name,
|
|
2144
2158
|
$schema: '/schemas/UnkownSchema.json',
|
|
2145
|
-
name: config$
|
|
2146
|
-
description: config$
|
|
2147
|
-
tags: [config$
|
|
2159
|
+
name: config$3.title,
|
|
2160
|
+
description: config$3.title,
|
|
2161
|
+
tags: [config$3.group],
|
|
2148
2162
|
order: -9999,
|
|
2149
|
-
icon: config$
|
|
2163
|
+
icon: config$3.amis.icon,
|
|
2150
2164
|
scaffold: {
|
|
2151
|
-
type: config$
|
|
2152
|
-
label: config$
|
|
2165
|
+
type: config$3.amis.name,
|
|
2166
|
+
label: config$3.title,
|
|
2153
2167
|
columns: 1,
|
|
2154
2168
|
vertical: false
|
|
2155
2169
|
},
|
|
2156
2170
|
previewSchema: {
|
|
2157
|
-
type: config$
|
|
2171
|
+
type: config$3.amis.name,
|
|
2158
2172
|
},
|
|
2159
2173
|
panelTitle: "设置",
|
|
2160
2174
|
panelControls: []
|
|
@@ -2168,7 +2182,7 @@
|
|
|
2168
2182
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2169
2183
|
* @Description:
|
|
2170
2184
|
*/
|
|
2171
|
-
var config$
|
|
2185
|
+
var config$2 = {
|
|
2172
2186
|
// componentType: 'amisSchema',
|
|
2173
2187
|
group: "华炎魔方",
|
|
2174
2188
|
componentName: "SteedosBadge",
|
|
@@ -2192,32 +2206,32 @@
|
|
|
2192
2206
|
icon: "fa-fw fa fa-list-alt"
|
|
2193
2207
|
}
|
|
2194
2208
|
};
|
|
2195
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
2209
|
+
var SteedosBadge = __assign(__assign({}, config$2), { snippets: [
|
|
2196
2210
|
{
|
|
2197
|
-
title: config$
|
|
2211
|
+
title: config$2.title,
|
|
2198
2212
|
screenshot: "",
|
|
2199
2213
|
schema: {
|
|
2200
|
-
componentName: config$
|
|
2201
|
-
props: config$
|
|
2214
|
+
componentName: config$2.componentName,
|
|
2215
|
+
props: config$2.preview
|
|
2202
2216
|
}
|
|
2203
2217
|
}
|
|
2204
2218
|
], amis: {
|
|
2205
2219
|
render: {
|
|
2206
|
-
type: config$
|
|
2220
|
+
type: config$2.amis.name,
|
|
2207
2221
|
usage: "renderer",
|
|
2208
2222
|
weight: 1,
|
|
2209
2223
|
framework: "react"
|
|
2210
2224
|
},
|
|
2211
2225
|
plugin_disabled: {
|
|
2212
|
-
rendererName: config$
|
|
2226
|
+
rendererName: config$2.amis.name,
|
|
2213
2227
|
$schema: '/schemas/UnkownSchema.json',
|
|
2214
|
-
name: config$
|
|
2215
|
-
description: config$
|
|
2216
|
-
tags: [config$
|
|
2228
|
+
name: config$2.title,
|
|
2229
|
+
description: config$2.title,
|
|
2230
|
+
tags: [config$2.group],
|
|
2217
2231
|
order: -9999,
|
|
2218
|
-
icon: config$
|
|
2232
|
+
icon: config$2.amis.icon,
|
|
2219
2233
|
scaffold: {
|
|
2220
|
-
type: config$
|
|
2234
|
+
type: config$2.amis.name,
|
|
2221
2235
|
count: 100,
|
|
2222
2236
|
body: [], // 容器类字段
|
|
2223
2237
|
},
|
|
@@ -2228,7 +2242,7 @@
|
|
|
2228
2242
|
}
|
|
2229
2243
|
],
|
|
2230
2244
|
previewSchema: {
|
|
2231
|
-
type: config$
|
|
2245
|
+
type: config$2.amis.name,
|
|
2232
2246
|
},
|
|
2233
2247
|
panelTitle: "设置",
|
|
2234
2248
|
panelControls: [
|
|
@@ -2304,7 +2318,7 @@
|
|
|
2304
2318
|
* @LastEditTime: 2022-12-16 10:12:33
|
|
2305
2319
|
* @Description:
|
|
2306
2320
|
*/
|
|
2307
|
-
var config = {
|
|
2321
|
+
var config$1 = {
|
|
2308
2322
|
// componentType: 'amisSchema',
|
|
2309
2323
|
group: "华炎魔方",
|
|
2310
2324
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -2328,32 +2342,32 @@
|
|
|
2328
2342
|
icon: "fa-fw fa fa-list-alt"
|
|
2329
2343
|
}
|
|
2330
2344
|
};
|
|
2331
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config), { snippets: [
|
|
2345
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$1), { snippets: [
|
|
2332
2346
|
{
|
|
2333
|
-
title: config.title,
|
|
2347
|
+
title: config$1.title,
|
|
2334
2348
|
screenshot: "",
|
|
2335
2349
|
schema: {
|
|
2336
|
-
componentName: config.componentName,
|
|
2337
|
-
props: config.preview
|
|
2350
|
+
componentName: config$1.componentName,
|
|
2351
|
+
props: config$1.preview
|
|
2338
2352
|
}
|
|
2339
2353
|
}
|
|
2340
2354
|
], amis: {
|
|
2341
2355
|
render: {
|
|
2342
|
-
type: config.amis.name,
|
|
2356
|
+
type: config$1.amis.name,
|
|
2343
2357
|
usage: "renderer",
|
|
2344
2358
|
weight: 1,
|
|
2345
2359
|
framework: "react"
|
|
2346
2360
|
},
|
|
2347
2361
|
plugin_disabled: {
|
|
2348
|
-
rendererName: config.amis.name,
|
|
2362
|
+
rendererName: config$1.amis.name,
|
|
2349
2363
|
$schema: '/schemas/UnkownSchema.json',
|
|
2350
|
-
name: config.title,
|
|
2351
|
-
description: config.title,
|
|
2352
|
-
tags: [config.group],
|
|
2364
|
+
name: config$1.title,
|
|
2365
|
+
description: config$1.title,
|
|
2366
|
+
tags: [config$1.group],
|
|
2353
2367
|
order: -9999,
|
|
2354
|
-
icon: config.amis.icon,
|
|
2368
|
+
icon: config$1.amis.icon,
|
|
2355
2369
|
scaffold: {
|
|
2356
|
-
type: config.amis.name,
|
|
2370
|
+
type: config$1.amis.name,
|
|
2357
2371
|
body: [], // 容器类字段
|
|
2358
2372
|
},
|
|
2359
2373
|
regions: [
|
|
@@ -2363,7 +2377,7 @@
|
|
|
2363
2377
|
}
|
|
2364
2378
|
],
|
|
2365
2379
|
previewSchema: {
|
|
2366
|
-
type: config.amis.name,
|
|
2380
|
+
type: config$1.amis.name,
|
|
2367
2381
|
},
|
|
2368
2382
|
panelTitle: "设置",
|
|
2369
2383
|
panelControls: [
|
|
@@ -2390,11 +2404,84 @@
|
|
|
2390
2404
|
}
|
|
2391
2405
|
} });
|
|
2392
2406
|
|
|
2407
|
+
/*
|
|
2408
|
+
* @Author: baozhoutao@steedos.com
|
|
2409
|
+
* @Date: 2022-10-11 09:39:38
|
|
2410
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2411
|
+
* @LastEditTime: 2023-01-06 16:37:47
|
|
2412
|
+
* @Description:
|
|
2413
|
+
*/
|
|
2414
|
+
var config = {
|
|
2415
|
+
componentType: 'amisSchema',
|
|
2416
|
+
group: "华炎魔方",
|
|
2417
|
+
componentName: "AmisSteedosField",
|
|
2418
|
+
title: "Steedos Field",
|
|
2419
|
+
docUrl: "",
|
|
2420
|
+
screenshot: "",
|
|
2421
|
+
npm: {
|
|
2422
|
+
package: "@steedos-widgets/amis-object",
|
|
2423
|
+
version: "{{version}}",
|
|
2424
|
+
exportName: "AmisSteedosField",
|
|
2425
|
+
main: "",
|
|
2426
|
+
destructuring: true,
|
|
2427
|
+
subName: ""
|
|
2428
|
+
},
|
|
2429
|
+
preview: {},
|
|
2430
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2431
|
+
engines: ["amis"],
|
|
2432
|
+
// settings for amis.
|
|
2433
|
+
amis: {
|
|
2434
|
+
name: 'steedos-field',
|
|
2435
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2436
|
+
}
|
|
2437
|
+
};
|
|
2438
|
+
var AmisSteedosField = __assign(__assign({}, config), { snippets: [
|
|
2439
|
+
{
|
|
2440
|
+
title: config.title,
|
|
2441
|
+
screenshot: "",
|
|
2442
|
+
schema: {
|
|
2443
|
+
componentName: config.componentName,
|
|
2444
|
+
props: config.preview
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
], amis: {
|
|
2448
|
+
render: {
|
|
2449
|
+
type: config.amis.name,
|
|
2450
|
+
usage: "renderer",
|
|
2451
|
+
weight: 1,
|
|
2452
|
+
framework: "react"
|
|
2453
|
+
},
|
|
2454
|
+
plugin: {
|
|
2455
|
+
rendererName: config.amis.name,
|
|
2456
|
+
$schema: '/schemas/UnkownSchema.json',
|
|
2457
|
+
name: config.title,
|
|
2458
|
+
description: config.title,
|
|
2459
|
+
tags: [config.group],
|
|
2460
|
+
order: -9999,
|
|
2461
|
+
icon: config.amis.icon,
|
|
2462
|
+
scaffold: {
|
|
2463
|
+
type: config.amis.name,
|
|
2464
|
+
},
|
|
2465
|
+
previewSchema: {
|
|
2466
|
+
type: config.amis.name,
|
|
2467
|
+
},
|
|
2468
|
+
panelTitle: "设置",
|
|
2469
|
+
panelControls: [
|
|
2470
|
+
{
|
|
2471
|
+
type: "editor",
|
|
2472
|
+
name: "field",
|
|
2473
|
+
label: "Field",
|
|
2474
|
+
language: "json"
|
|
2475
|
+
}
|
|
2476
|
+
]
|
|
2477
|
+
}
|
|
2478
|
+
} });
|
|
2479
|
+
|
|
2393
2480
|
/*
|
|
2394
2481
|
* @Author: baozhoutao@steedos.com
|
|
2395
2482
|
* @Date: 2022-08-31 16:32:35
|
|
2396
2483
|
* @LastEditors: baozhoutao@steedos.com
|
|
2397
|
-
* @LastEditTime:
|
|
2484
|
+
* @LastEditTime: 2023-01-04 16:54:53
|
|
2398
2485
|
* @Description:
|
|
2399
2486
|
*/
|
|
2400
2487
|
var components = [
|
|
@@ -2419,7 +2506,8 @@
|
|
|
2419
2506
|
SteedosDropdown,
|
|
2420
2507
|
FromNow,
|
|
2421
2508
|
SteedosBadge,
|
|
2422
|
-
SteedosBadgeRibbon
|
|
2509
|
+
SteedosBadgeRibbon,
|
|
2510
|
+
AmisSteedosField
|
|
2423
2511
|
];
|
|
2424
2512
|
var componentList = [
|
|
2425
2513
|
{
|