@steedos-widgets/amis-object 1.0.14 → 1.0.16
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/AmisRecordDetailRelatedLists.d.ts +1 -0
- package/dist/amis/AmisSelectFlow.d.ts +89 -0
- package/dist/amis/AmisSteedosField.d.ts +0 -9
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +29 -8
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +29 -8
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +29 -8
- 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/meta.js +361 -287
- package/dist/metas/AmisSelectFlow.d.ts +2 -0
- package/dist/tailwind-base.css +1 -10
- 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$n = {
|
|
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$n), { snippets: [
|
|
99
99
|
{
|
|
100
|
-
title: config$
|
|
100
|
+
title: config$n.title,
|
|
101
101
|
screenshot: "",
|
|
102
102
|
schema: {
|
|
103
|
-
componentName: config$
|
|
104
|
-
props: config$
|
|
103
|
+
componentName: config$n.componentName,
|
|
104
|
+
props: config$n.preview
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
], amis: {
|
|
108
108
|
render: {
|
|
109
|
-
type: config$
|
|
109
|
+
type: config$n.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$n.amis.name,
|
|
116
116
|
$schema: '/schemas/UnkownSchema.json',
|
|
117
|
-
name: config$
|
|
118
|
-
description: config$
|
|
119
|
-
tags: [config$
|
|
117
|
+
name: config$n.title,
|
|
118
|
+
description: config$n.title,
|
|
119
|
+
tags: [config$n.group],
|
|
120
120
|
order: -9999,
|
|
121
|
-
icon: config$
|
|
121
|
+
icon: config$n.amis.icon,
|
|
122
122
|
scaffold: {
|
|
123
|
-
type: config$
|
|
124
|
-
label: config$
|
|
123
|
+
type: config$n.amis.name,
|
|
124
|
+
label: config$n.title,
|
|
125
125
|
objectApiName: "${objectName}",
|
|
126
126
|
recordId: "${recordId}"
|
|
127
127
|
},
|
|
128
128
|
previewSchema: {
|
|
129
|
-
type: config$
|
|
129
|
+
type: config$n.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$m = {
|
|
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$m), { snippets: [
|
|
262
262
|
{
|
|
263
|
-
title: config$
|
|
263
|
+
title: config$m.title,
|
|
264
264
|
screenshot: "",
|
|
265
265
|
schema: {
|
|
266
|
-
componentName: config$
|
|
267
|
-
props: config$
|
|
266
|
+
componentName: config$m.componentName,
|
|
267
|
+
props: config$m.preview
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
], amis: {
|
|
271
271
|
render: {
|
|
272
|
-
type: config$
|
|
272
|
+
type: config$m.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$m.amis.name,
|
|
279
279
|
$schema: '/schemas/UnkownSchema.json',
|
|
280
|
-
name: config$
|
|
281
|
-
description: config$
|
|
282
|
-
tags: [config$
|
|
280
|
+
name: config$m.title,
|
|
281
|
+
description: config$m.description,
|
|
282
|
+
tags: [config$m.group],
|
|
283
283
|
order: -9999,
|
|
284
|
-
icon: config$
|
|
284
|
+
icon: config$m.amis.icon,
|
|
285
285
|
scaffold: {
|
|
286
|
-
type: config$
|
|
287
|
-
label: config$
|
|
286
|
+
type: config$m.amis.name,
|
|
287
|
+
label: config$m.title,
|
|
288
288
|
objectApiName: "${objectName}",
|
|
289
289
|
listName: "all",
|
|
290
290
|
showHeader: true,
|
|
291
291
|
},
|
|
292
292
|
previewSchema: {
|
|
293
|
-
type: config$
|
|
293
|
+
type: config$m.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$l = {
|
|
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$l), { snippets: [
|
|
411
411
|
{
|
|
412
|
-
title: config$
|
|
412
|
+
title: config$l.title,
|
|
413
413
|
screenshot: "",
|
|
414
414
|
schema: {
|
|
415
|
-
componentName: config$
|
|
416
|
-
props: config$
|
|
415
|
+
componentName: config$l.componentName,
|
|
416
|
+
props: config$l.preview
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
], amis: {
|
|
420
420
|
render: {
|
|
421
|
-
type: config$
|
|
421
|
+
type: config$l.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$l.amis.name,
|
|
428
428
|
$schema: '/schemas/UnkownSchema.json',
|
|
429
|
-
name: config$
|
|
430
|
-
description: config$
|
|
431
|
-
tags: [config$
|
|
429
|
+
name: config$l.title,
|
|
430
|
+
description: config$l.title,
|
|
431
|
+
tags: [config$l.group],
|
|
432
432
|
order: -9999,
|
|
433
|
-
icon: config$
|
|
433
|
+
icon: config$l.amis.icon,
|
|
434
434
|
scaffold: {
|
|
435
|
-
type: config$
|
|
436
|
-
label: config$
|
|
435
|
+
type: config$l.amis.name,
|
|
436
|
+
label: config$l.title,
|
|
437
437
|
objectApiName: "${objectName}",
|
|
438
438
|
currentView: "timeGridWeek"
|
|
439
439
|
},
|
|
440
440
|
previewSchema: {
|
|
441
|
-
type: config$
|
|
441
|
+
type: config$l.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$k = {
|
|
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$k), { snippets: [
|
|
567
567
|
{
|
|
568
|
-
title: config$
|
|
568
|
+
title: config$k.title,
|
|
569
569
|
screenshot: "",
|
|
570
570
|
schema: {
|
|
571
|
-
componentName: config$
|
|
572
|
-
props: config$
|
|
571
|
+
componentName: config$k.componentName,
|
|
572
|
+
props: config$k.preview
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
], amis: {
|
|
576
576
|
render: {
|
|
577
|
-
type: config$
|
|
577
|
+
type: config$k.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$k.amis.name,
|
|
584
584
|
$schema: '/schemas/UnkownSchema.json',
|
|
585
|
-
name: config$
|
|
586
|
-
description: config$
|
|
587
|
-
tags: [config$
|
|
585
|
+
name: config$k.title,
|
|
586
|
+
description: config$k.title,
|
|
587
|
+
tags: [config$k.group],
|
|
588
588
|
order: -9999,
|
|
589
|
-
icon: config$
|
|
589
|
+
icon: config$k.amis.icon,
|
|
590
590
|
scaffold: {
|
|
591
|
-
type: config$
|
|
592
|
-
label: config$
|
|
591
|
+
type: config$k.amis.name,
|
|
592
|
+
label: config$k.title,
|
|
593
593
|
objectApiName: "${objectName}",
|
|
594
594
|
columns: [{ "field": "name" }]
|
|
595
595
|
},
|
|
596
596
|
previewSchema: {
|
|
597
|
-
type: config$
|
|
597
|
+
type: config$k.amis.name,
|
|
598
598
|
objectApiName: 'space_users',
|
|
599
599
|
columns: [{ "field": "name" }]
|
|
600
600
|
},
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
703
703
|
* @Description:
|
|
704
704
|
*/
|
|
705
|
-
var config$
|
|
705
|
+
var config$j = {
|
|
706
706
|
componentType: 'amisSchema',
|
|
707
707
|
group: "华炎魔方",
|
|
708
708
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -739,38 +739,38 @@
|
|
|
739
739
|
icon: "fa-fw fa fa-list-alt"
|
|
740
740
|
}
|
|
741
741
|
};
|
|
742
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
742
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$j), { snippets: [
|
|
743
743
|
{
|
|
744
|
-
title: config$
|
|
744
|
+
title: config$j.title,
|
|
745
745
|
screenshot: "",
|
|
746
746
|
schema: {
|
|
747
|
-
componentName: config$
|
|
748
|
-
props: config$
|
|
747
|
+
componentName: config$j.componentName,
|
|
748
|
+
props: config$j.preview
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
751
|
], amis: {
|
|
752
752
|
render: {
|
|
753
|
-
type: config$
|
|
753
|
+
type: config$j.amis.name,
|
|
754
754
|
usage: "renderer",
|
|
755
755
|
weight: 1,
|
|
756
756
|
framework: "react"
|
|
757
757
|
},
|
|
758
758
|
plugin: {
|
|
759
|
-
rendererName: config$
|
|
759
|
+
rendererName: config$j.amis.name,
|
|
760
760
|
$schema: '/schemas/UnkownSchema.json',
|
|
761
|
-
name: config$
|
|
762
|
-
description: config$
|
|
763
|
-
tags: [config$
|
|
761
|
+
name: config$j.title,
|
|
762
|
+
description: config$j.description,
|
|
763
|
+
tags: [config$j.group],
|
|
764
764
|
order: -9999,
|
|
765
|
-
icon: config$
|
|
765
|
+
icon: config$j.amis.icon,
|
|
766
766
|
scaffold: {
|
|
767
|
-
type: config$
|
|
768
|
-
label: config$
|
|
767
|
+
type: config$j.amis.name,
|
|
768
|
+
label: config$j.title,
|
|
769
769
|
objectApiName: "${objectName}",
|
|
770
770
|
recordId: "${recordId}"
|
|
771
771
|
},
|
|
772
772
|
previewSchema: {
|
|
773
|
-
type: config$
|
|
773
|
+
type: config$j.amis.name,
|
|
774
774
|
objectApiName: 'space_users'
|
|
775
775
|
},
|
|
776
776
|
panelTitle: "设置",
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
808
808
|
* @Description:
|
|
809
809
|
*/
|
|
810
|
-
var config$
|
|
810
|
+
var config$i = {
|
|
811
811
|
componentType: 'amisSchema',
|
|
812
812
|
group: "华炎魔方",
|
|
813
813
|
componentName: "AmisRecordDetail",
|
|
@@ -843,38 +843,38 @@
|
|
|
843
843
|
icon: "fa-fw fa fa-list-alt"
|
|
844
844
|
}
|
|
845
845
|
};
|
|
846
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
846
|
+
var AmisRecordDetail = __assign(__assign({}, config$i), { snippets: [
|
|
847
847
|
{
|
|
848
|
-
title: config$
|
|
848
|
+
title: config$i.title,
|
|
849
849
|
screenshot: "",
|
|
850
850
|
schema: {
|
|
851
|
-
componentName: config$
|
|
852
|
-
props: config$
|
|
851
|
+
componentName: config$i.componentName,
|
|
852
|
+
props: config$i.preview
|
|
853
853
|
}
|
|
854
854
|
}
|
|
855
855
|
], amis: {
|
|
856
856
|
render: {
|
|
857
|
-
type: config$
|
|
857
|
+
type: config$i.amis.name,
|
|
858
858
|
usage: "renderer",
|
|
859
859
|
weight: 1,
|
|
860
860
|
framework: "react"
|
|
861
861
|
},
|
|
862
862
|
plugin_disabled: {
|
|
863
|
-
rendererName: config$
|
|
863
|
+
rendererName: config$i.amis.name,
|
|
864
864
|
$schema: '/schemas/UnkownSchema.json',
|
|
865
|
-
name: config$
|
|
866
|
-
description: config$
|
|
867
|
-
tags: [config$
|
|
865
|
+
name: config$i.title,
|
|
866
|
+
description: config$i.title,
|
|
867
|
+
tags: [config$i.group],
|
|
868
868
|
order: -9999,
|
|
869
|
-
icon: config$
|
|
869
|
+
icon: config$i.amis.icon,
|
|
870
870
|
scaffold: {
|
|
871
|
-
type: config$
|
|
872
|
-
label: config$
|
|
871
|
+
type: config$i.amis.name,
|
|
872
|
+
label: config$i.title,
|
|
873
873
|
objectApiName: "${objectName}",
|
|
874
874
|
recordId: "${recordId}"
|
|
875
875
|
},
|
|
876
876
|
previewSchema: {
|
|
877
|
-
type: config$
|
|
877
|
+
type: config$i.amis.name,
|
|
878
878
|
objectApiName: 'space_users'
|
|
879
879
|
},
|
|
880
880
|
panelTitle: "设置",
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
}
|
|
905
905
|
} });
|
|
906
906
|
|
|
907
|
-
var config$
|
|
907
|
+
var config$h = {
|
|
908
908
|
componentType: 'amisSchema',
|
|
909
909
|
group: "华炎魔方-界面",
|
|
910
910
|
componentName: "AmisSelectUser",
|
|
@@ -950,37 +950,37 @@
|
|
|
950
950
|
icon: "fa-fw fa fa-list-alt"
|
|
951
951
|
}
|
|
952
952
|
};
|
|
953
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
953
|
+
var AmisSelectUser = __assign(__assign({}, config$h), { snippets: [
|
|
954
954
|
{
|
|
955
|
-
title: config$
|
|
955
|
+
title: config$h.title,
|
|
956
956
|
screenshot: "",
|
|
957
957
|
schema: {
|
|
958
|
-
componentName: config$
|
|
959
|
-
props: config$
|
|
958
|
+
componentName: config$h.componentName,
|
|
959
|
+
props: config$h.preview
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
962
|
], amis: {
|
|
963
963
|
render: {
|
|
964
|
-
type: config$
|
|
964
|
+
type: config$h.amis.name,
|
|
965
965
|
usage: "formitem",
|
|
966
966
|
weight: 1,
|
|
967
967
|
framework: "react"
|
|
968
968
|
},
|
|
969
969
|
plugin_disabled: {
|
|
970
|
-
rendererName: config$
|
|
970
|
+
rendererName: config$h.amis.name,
|
|
971
971
|
$schema: '/schemas/UnkownSchema.json',
|
|
972
|
-
name: config$
|
|
973
|
-
description: config$
|
|
974
|
-
tags: [config$
|
|
972
|
+
name: config$h.title,
|
|
973
|
+
description: config$h.title,
|
|
974
|
+
tags: [config$h.group],
|
|
975
975
|
order: -9999,
|
|
976
|
-
icon: config$
|
|
976
|
+
icon: config$h.amis.icon,
|
|
977
977
|
scaffold: {
|
|
978
|
-
type: config$
|
|
979
|
-
label: config$
|
|
978
|
+
type: config$h.amis.name,
|
|
979
|
+
label: config$h.title,
|
|
980
980
|
name: ""
|
|
981
981
|
},
|
|
982
982
|
previewSchema: {
|
|
983
|
-
type: config$
|
|
983
|
+
type: config$h.amis.name,
|
|
984
984
|
},
|
|
985
985
|
panelTitle: "设置",
|
|
986
986
|
panelControls: [
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
* @LastEditTime: 2022-12-01 16:06:37
|
|
1012
1012
|
* @Description:
|
|
1013
1013
|
*/
|
|
1014
|
-
var config$
|
|
1014
|
+
var config$g = {
|
|
1015
1015
|
componentType: 'amisSchema',
|
|
1016
1016
|
group: "华炎魔方",
|
|
1017
1017
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1053,39 +1053,39 @@
|
|
|
1053
1053
|
icon: "fa-fw fa fa-list-alt"
|
|
1054
1054
|
}
|
|
1055
1055
|
};
|
|
1056
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1056
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$g), { snippets: [
|
|
1057
1057
|
{
|
|
1058
|
-
title: config$
|
|
1058
|
+
title: config$g.title,
|
|
1059
1059
|
screenshot: "",
|
|
1060
1060
|
schema: {
|
|
1061
|
-
componentName: config$
|
|
1062
|
-
props: config$
|
|
1061
|
+
componentName: config$g.componentName,
|
|
1062
|
+
props: config$g.preview
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
1065
|
], amis: {
|
|
1066
1066
|
render: {
|
|
1067
|
-
type: config$
|
|
1067
|
+
type: config$g.amis.name,
|
|
1068
1068
|
usage: "renderer",
|
|
1069
1069
|
weight: 1,
|
|
1070
1070
|
framework: "react"
|
|
1071
1071
|
},
|
|
1072
1072
|
plugin: {
|
|
1073
|
-
rendererName: config$
|
|
1073
|
+
rendererName: config$g.amis.name,
|
|
1074
1074
|
$schema: '/schemas/UnkownSchema.json',
|
|
1075
|
-
name: config$
|
|
1076
|
-
description: config$
|
|
1077
|
-
tags: [config$
|
|
1075
|
+
name: config$g.title,
|
|
1076
|
+
description: config$g.description,
|
|
1077
|
+
tags: [config$g.group],
|
|
1078
1078
|
order: -9999,
|
|
1079
|
-
icon: config$
|
|
1079
|
+
icon: config$g.amis.icon,
|
|
1080
1080
|
scaffold: {
|
|
1081
|
-
type: config$
|
|
1082
|
-
label: config$
|
|
1081
|
+
type: config$g.amis.name,
|
|
1082
|
+
label: config$g.title,
|
|
1083
1083
|
objectApiName: "${objectName}",
|
|
1084
1084
|
recordId: "${recordId}",
|
|
1085
1085
|
relatedObjectApiName: "contacts"
|
|
1086
1086
|
},
|
|
1087
1087
|
previewSchema: {
|
|
1088
|
-
type: config$
|
|
1088
|
+
type: config$g.amis.name,
|
|
1089
1089
|
objectApiName: "accounts",
|
|
1090
1090
|
relatedObjectApiName: "contacts"
|
|
1091
1091
|
},
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1153
1153
|
* @Description:
|
|
1154
1154
|
*/
|
|
1155
|
-
var config$
|
|
1155
|
+
var config$f = {
|
|
1156
1156
|
componentType: 'amisSchema',
|
|
1157
1157
|
group: "华炎魔方",
|
|
1158
1158
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1189,38 +1189,38 @@
|
|
|
1189
1189
|
icon: "fa-fw fa fa-list-alt"
|
|
1190
1190
|
}
|
|
1191
1191
|
};
|
|
1192
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1192
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$f), { snippets: [
|
|
1193
1193
|
{
|
|
1194
|
-
title: config$
|
|
1194
|
+
title: config$f.title,
|
|
1195
1195
|
screenshot: "",
|
|
1196
1196
|
schema: {
|
|
1197
|
-
componentName: config$
|
|
1198
|
-
props: config$
|
|
1197
|
+
componentName: config$f.componentName,
|
|
1198
|
+
props: config$f.preview
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
1201
1201
|
], amis: {
|
|
1202
1202
|
render: {
|
|
1203
|
-
type: config$
|
|
1203
|
+
type: config$f.amis.name,
|
|
1204
1204
|
usage: "renderer",
|
|
1205
1205
|
weight: 1,
|
|
1206
1206
|
framework: "react"
|
|
1207
1207
|
},
|
|
1208
1208
|
plugin: {
|
|
1209
|
-
rendererName: config$
|
|
1209
|
+
rendererName: config$f.amis.name,
|
|
1210
1210
|
$schema: '/schemas/UnkownSchema.json',
|
|
1211
|
-
name: config$
|
|
1212
|
-
description: config$
|
|
1213
|
-
tags: [config$
|
|
1211
|
+
name: config$f.title,
|
|
1212
|
+
description: config$f.description,
|
|
1213
|
+
tags: [config$f.group],
|
|
1214
1214
|
order: -9999,
|
|
1215
|
-
icon: config$
|
|
1215
|
+
icon: config$f.amis.icon,
|
|
1216
1216
|
scaffold: {
|
|
1217
|
-
type: config$
|
|
1218
|
-
label: config$
|
|
1217
|
+
type: config$f.amis.name,
|
|
1218
|
+
label: config$f.title,
|
|
1219
1219
|
objectApiName: "${objectName}",
|
|
1220
1220
|
recordId: "${recordId}",
|
|
1221
1221
|
},
|
|
1222
1222
|
previewSchema: {
|
|
1223
|
-
type: config$
|
|
1223
|
+
type: config$f.amis.name,
|
|
1224
1224
|
objectApiName: "accounts",
|
|
1225
1225
|
},
|
|
1226
1226
|
panelTitle: "设置",
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1258
1258
|
* @Description:
|
|
1259
1259
|
*/
|
|
1260
|
-
var config$
|
|
1260
|
+
var config$e = {
|
|
1261
1261
|
componentType: 'amisSchema',
|
|
1262
1262
|
group: "华炎魔方",
|
|
1263
1263
|
componentName: "AmisProvider",
|
|
@@ -1282,33 +1282,33 @@
|
|
|
1282
1282
|
icon: "fa-fw fa fa-list-alt"
|
|
1283
1283
|
}
|
|
1284
1284
|
};
|
|
1285
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1285
|
+
var AmisProvider = __assign(__assign({}, config$e), { snippets: [
|
|
1286
1286
|
{
|
|
1287
|
-
title: config$
|
|
1287
|
+
title: config$e.title,
|
|
1288
1288
|
screenshot: "",
|
|
1289
1289
|
schema: {
|
|
1290
|
-
componentName: config$
|
|
1291
|
-
props: config$
|
|
1290
|
+
componentName: config$e.componentName,
|
|
1291
|
+
props: config$e.preview
|
|
1292
1292
|
}
|
|
1293
1293
|
}
|
|
1294
1294
|
], amis: {
|
|
1295
1295
|
render: {
|
|
1296
|
-
type: config$
|
|
1296
|
+
type: config$e.amis.name,
|
|
1297
1297
|
usage: "renderer",
|
|
1298
1298
|
weight: 1,
|
|
1299
1299
|
framework: "react"
|
|
1300
1300
|
},
|
|
1301
1301
|
plugin_disabled: {
|
|
1302
|
-
rendererName: config$
|
|
1302
|
+
rendererName: config$e.amis.name,
|
|
1303
1303
|
$schema: '/schemas/UnkownSchema.json',
|
|
1304
|
-
name: config$
|
|
1305
|
-
description: config$
|
|
1306
|
-
tags: [config$
|
|
1304
|
+
name: config$e.title,
|
|
1305
|
+
description: config$e.title,
|
|
1306
|
+
tags: [config$e.group],
|
|
1307
1307
|
order: -9999,
|
|
1308
|
-
icon: config$
|
|
1308
|
+
icon: config$e.amis.icon,
|
|
1309
1309
|
scaffold: {
|
|
1310
|
-
type: config$
|
|
1311
|
-
label: config$
|
|
1310
|
+
type: config$e.amis.name,
|
|
1311
|
+
label: config$e.title,
|
|
1312
1312
|
body: [], // 容器类字段
|
|
1313
1313
|
},
|
|
1314
1314
|
// 容器类组件必需字段
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
},
|
|
1320
1320
|
],
|
|
1321
1321
|
previewSchema: {
|
|
1322
|
-
type: config$
|
|
1322
|
+
type: config$e.amis.name,
|
|
1323
1323
|
},
|
|
1324
1324
|
panelTitle: "设置",
|
|
1325
1325
|
panelControls: []
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1334
1334
|
* @Description:
|
|
1335
1335
|
*/
|
|
1336
|
-
var config$
|
|
1336
|
+
var config$d = {
|
|
1337
1337
|
// componentType: 'amisSchema',
|
|
1338
1338
|
group: "华炎魔方",
|
|
1339
1339
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1357,18 +1357,18 @@
|
|
|
1357
1357
|
icon: "fa-fw fa fa-list-alt"
|
|
1358
1358
|
}
|
|
1359
1359
|
};
|
|
1360
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1360
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$d), { snippets: [
|
|
1361
1361
|
{
|
|
1362
|
-
title: config$
|
|
1362
|
+
title: config$d.title,
|
|
1363
1363
|
screenshot: "",
|
|
1364
1364
|
schema: {
|
|
1365
|
-
componentName: config$
|
|
1366
|
-
props: config$
|
|
1365
|
+
componentName: config$d.componentName,
|
|
1366
|
+
props: config$d.preview
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
1369
|
], amis: {
|
|
1370
1370
|
render: {
|
|
1371
|
-
type: config$
|
|
1371
|
+
type: config$d.amis.name,
|
|
1372
1372
|
usage: "formitem",
|
|
1373
1373
|
weight: 1,
|
|
1374
1374
|
framework: "react"
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
* @LastEditTime: 2022-11-14 10:09:34
|
|
1405
1405
|
* @Description:
|
|
1406
1406
|
*/
|
|
1407
|
-
var config$
|
|
1407
|
+
var config$c = {
|
|
1408
1408
|
// componentType: 'amisSchema',
|
|
1409
1409
|
group: "华炎魔方",
|
|
1410
1410
|
componentName: "AmisObjectButton",
|
|
@@ -1428,18 +1428,18 @@
|
|
|
1428
1428
|
icon: "fa-fw fa fa-list-alt"
|
|
1429
1429
|
}
|
|
1430
1430
|
};
|
|
1431
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
1431
|
+
var AmisObjectButton = __assign(__assign({}, config$c), { snippets: [
|
|
1432
1432
|
{
|
|
1433
|
-
title: config$
|
|
1433
|
+
title: config$c.title,
|
|
1434
1434
|
screenshot: "",
|
|
1435
1435
|
schema: {
|
|
1436
|
-
componentName: config$
|
|
1437
|
-
props: config$
|
|
1436
|
+
componentName: config$c.componentName,
|
|
1437
|
+
props: config$c.preview
|
|
1438
1438
|
}
|
|
1439
1439
|
}
|
|
1440
1440
|
], amis: {
|
|
1441
1441
|
render: {
|
|
1442
|
-
type: config$
|
|
1442
|
+
type: config$c.amis.name,
|
|
1443
1443
|
usage: "renderer",
|
|
1444
1444
|
weight: 1,
|
|
1445
1445
|
framework: "react"
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
1476
1476
|
* @Description:
|
|
1477
1477
|
*/
|
|
1478
|
-
var config$
|
|
1478
|
+
var config$b = {
|
|
1479
1479
|
// componentType: 'amisSchema',
|
|
1480
1480
|
group: "华炎魔方",
|
|
1481
1481
|
componentName: "SteedosDropdownButton",
|
|
@@ -1499,18 +1499,18 @@
|
|
|
1499
1499
|
icon: "fa-fw fa fa-list-alt"
|
|
1500
1500
|
}
|
|
1501
1501
|
};
|
|
1502
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
1502
|
+
var SteedosDropdownButton = __assign(__assign({}, config$b), { snippets: [
|
|
1503
1503
|
{
|
|
1504
|
-
title: config$
|
|
1504
|
+
title: config$b.title,
|
|
1505
1505
|
screenshot: "",
|
|
1506
1506
|
schema: {
|
|
1507
|
-
componentName: config$
|
|
1508
|
-
props: config$
|
|
1507
|
+
componentName: config$b.componentName,
|
|
1508
|
+
props: config$b.preview
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
1511
|
], amis: {
|
|
1512
1512
|
render: {
|
|
1513
|
-
type: config$
|
|
1513
|
+
type: config$b.amis.name,
|
|
1514
1514
|
usage: "renderer",
|
|
1515
1515
|
weight: 1,
|
|
1516
1516
|
framework: "react"
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
1547
1547
|
* @Description:
|
|
1548
1548
|
*/
|
|
1549
|
-
var config$
|
|
1549
|
+
var config$a = {
|
|
1550
1550
|
componentType: 'amisSchema',
|
|
1551
1551
|
group: "华炎魔方",
|
|
1552
1552
|
componentName: "AmisAppLauncher",
|
|
@@ -1570,39 +1570,39 @@
|
|
|
1570
1570
|
icon: "fa-fw fa fa-list-alt"
|
|
1571
1571
|
}
|
|
1572
1572
|
};
|
|
1573
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
1573
|
+
var AmisAppLauncher = __assign(__assign({}, config$a), { snippets: [
|
|
1574
1574
|
{
|
|
1575
|
-
title: config$
|
|
1575
|
+
title: config$a.title,
|
|
1576
1576
|
screenshot: "",
|
|
1577
1577
|
schema: {
|
|
1578
|
-
componentName: config$
|
|
1579
|
-
props: config$
|
|
1578
|
+
componentName: config$a.componentName,
|
|
1579
|
+
props: config$a.preview
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
1582
1582
|
], amis: {
|
|
1583
1583
|
render: {
|
|
1584
|
-
type: config$
|
|
1584
|
+
type: config$a.amis.name,
|
|
1585
1585
|
usage: "renderer",
|
|
1586
1586
|
weight: 1,
|
|
1587
1587
|
framework: "react"
|
|
1588
1588
|
},
|
|
1589
1589
|
plugin_disabled: {
|
|
1590
|
-
rendererName: config$
|
|
1590
|
+
rendererName: config$a.amis.name,
|
|
1591
1591
|
$schema: '/schemas/UnkownSchema.json',
|
|
1592
|
-
name: config$
|
|
1593
|
-
description: config$
|
|
1594
|
-
tags: [config$
|
|
1592
|
+
name: config$a.title,
|
|
1593
|
+
description: config$a.title,
|
|
1594
|
+
tags: [config$a.group],
|
|
1595
1595
|
order: -9999,
|
|
1596
|
-
icon: config$
|
|
1596
|
+
icon: config$a.amis.icon,
|
|
1597
1597
|
scaffold: {
|
|
1598
|
-
type: config$
|
|
1599
|
-
label: config$
|
|
1598
|
+
type: config$a.amis.name,
|
|
1599
|
+
label: config$a.title,
|
|
1600
1600
|
name: 'board',
|
|
1601
1601
|
columns: 1,
|
|
1602
1602
|
vertical: false
|
|
1603
1603
|
},
|
|
1604
1604
|
previewSchema: {
|
|
1605
|
-
type: config$
|
|
1605
|
+
type: config$a.amis.name,
|
|
1606
1606
|
},
|
|
1607
1607
|
panelTitle: "设置",
|
|
1608
1608
|
panelControls: []
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
1617
1617
|
* @Description:
|
|
1618
1618
|
*/
|
|
1619
|
-
var config$
|
|
1619
|
+
var config$9 = {
|
|
1620
1620
|
componentType: 'amisSchema',
|
|
1621
1621
|
group: "华炎魔方",
|
|
1622
1622
|
componentName: "AmisLogo",
|
|
@@ -1640,39 +1640,39 @@
|
|
|
1640
1640
|
icon: "fa-fw fa fa-list-alt"
|
|
1641
1641
|
}
|
|
1642
1642
|
};
|
|
1643
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
1643
|
+
var AmisLogo = __assign(__assign({}, config$9), { snippets: [
|
|
1644
1644
|
{
|
|
1645
|
-
title: config$
|
|
1645
|
+
title: config$9.title,
|
|
1646
1646
|
screenshot: "",
|
|
1647
1647
|
schema: {
|
|
1648
|
-
componentName: config$
|
|
1649
|
-
props: config$
|
|
1648
|
+
componentName: config$9.componentName,
|
|
1649
|
+
props: config$9.preview
|
|
1650
1650
|
}
|
|
1651
1651
|
}
|
|
1652
1652
|
], amis: {
|
|
1653
1653
|
render: {
|
|
1654
|
-
type: config$
|
|
1654
|
+
type: config$9.amis.name,
|
|
1655
1655
|
usage: "renderer",
|
|
1656
1656
|
weight: 1,
|
|
1657
1657
|
framework: "react"
|
|
1658
1658
|
},
|
|
1659
1659
|
plugin_disabled: {
|
|
1660
|
-
rendererName: config$
|
|
1660
|
+
rendererName: config$9.amis.name,
|
|
1661
1661
|
$schema: '/schemas/UnkownSchema.json',
|
|
1662
|
-
name: config$
|
|
1663
|
-
description: config$
|
|
1664
|
-
tags: [config$
|
|
1662
|
+
name: config$9.title,
|
|
1663
|
+
description: config$9.title,
|
|
1664
|
+
tags: [config$9.group],
|
|
1665
1665
|
order: -9999,
|
|
1666
|
-
icon: config$
|
|
1666
|
+
icon: config$9.amis.icon,
|
|
1667
1667
|
scaffold: {
|
|
1668
|
-
type: config$
|
|
1669
|
-
label: config$
|
|
1668
|
+
type: config$9.amis.name,
|
|
1669
|
+
label: config$9.title,
|
|
1670
1670
|
name: 'board',
|
|
1671
1671
|
columns: 1,
|
|
1672
1672
|
vertical: false
|
|
1673
1673
|
},
|
|
1674
1674
|
previewSchema: {
|
|
1675
|
-
type: config$
|
|
1675
|
+
type: config$9.amis.name,
|
|
1676
1676
|
},
|
|
1677
1677
|
panelTitle: "设置",
|
|
1678
1678
|
panelControls: []
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
1687
1687
|
* @Description:
|
|
1688
1688
|
*/
|
|
1689
|
-
var config$
|
|
1689
|
+
var config$8 = {
|
|
1690
1690
|
componentType: 'amisSchema',
|
|
1691
1691
|
group: "华炎魔方",
|
|
1692
1692
|
componentName: "AmisAppMenu",
|
|
@@ -1717,39 +1717,39 @@
|
|
|
1717
1717
|
icon: "fa-fw fa fa-list-alt"
|
|
1718
1718
|
}
|
|
1719
1719
|
};
|
|
1720
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
1720
|
+
var AmisAppMenu = __assign(__assign({}, config$8), { snippets: [
|
|
1721
1721
|
{
|
|
1722
|
-
title: config$
|
|
1722
|
+
title: config$8.title,
|
|
1723
1723
|
screenshot: "",
|
|
1724
1724
|
schema: {
|
|
1725
|
-
componentName: config$
|
|
1726
|
-
props: config$
|
|
1725
|
+
componentName: config$8.componentName,
|
|
1726
|
+
props: config$8.preview
|
|
1727
1727
|
}
|
|
1728
1728
|
}
|
|
1729
1729
|
], amis: {
|
|
1730
1730
|
render: {
|
|
1731
|
-
type: config$
|
|
1731
|
+
type: config$8.amis.name,
|
|
1732
1732
|
usage: "renderer",
|
|
1733
1733
|
weight: 1,
|
|
1734
1734
|
framework: "react"
|
|
1735
1735
|
},
|
|
1736
1736
|
plugin_disabled: {
|
|
1737
|
-
rendererName: config$
|
|
1737
|
+
rendererName: config$8.amis.name,
|
|
1738
1738
|
$schema: '/schemas/UnkownSchema.json',
|
|
1739
|
-
name: config$
|
|
1740
|
-
description: config$
|
|
1741
|
-
tags: [config$
|
|
1739
|
+
name: config$8.title,
|
|
1740
|
+
description: config$8.title,
|
|
1741
|
+
tags: [config$8.group],
|
|
1742
1742
|
order: -9999,
|
|
1743
|
-
icon: config$
|
|
1743
|
+
icon: config$8.amis.icon,
|
|
1744
1744
|
scaffold: {
|
|
1745
|
-
type: config$
|
|
1746
|
-
label: config$
|
|
1745
|
+
type: config$8.amis.name,
|
|
1746
|
+
label: config$8.title,
|
|
1747
1747
|
columns: 1,
|
|
1748
1748
|
vertical: false,
|
|
1749
1749
|
showIcon: true
|
|
1750
1750
|
},
|
|
1751
1751
|
previewSchema: {
|
|
1752
|
-
type: config$
|
|
1752
|
+
type: config$8.amis.name,
|
|
1753
1753
|
},
|
|
1754
1754
|
panelTitle: "设置",
|
|
1755
1755
|
panelControls: [
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
* @LastEditTime: 2022-12-16 11:10:03
|
|
1775
1775
|
* @Description:
|
|
1776
1776
|
*/
|
|
1777
|
-
var config$
|
|
1777
|
+
var config$7 = {
|
|
1778
1778
|
// componentType: 'amisSchema',
|
|
1779
1779
|
group: "华炎魔方-界面",
|
|
1780
1780
|
componentName: "SteedosIcon",
|
|
@@ -1798,39 +1798,39 @@
|
|
|
1798
1798
|
icon: "fa-fw fa fa-list-alt"
|
|
1799
1799
|
}
|
|
1800
1800
|
};
|
|
1801
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
1801
|
+
var SteedosIcon = __assign(__assign({}, config$7), { snippets: [
|
|
1802
1802
|
{
|
|
1803
|
-
title: config$
|
|
1803
|
+
title: config$7.title,
|
|
1804
1804
|
screenshot: "",
|
|
1805
1805
|
schema: {
|
|
1806
|
-
componentName: config$
|
|
1807
|
-
props: config$
|
|
1806
|
+
componentName: config$7.componentName,
|
|
1807
|
+
props: config$7.preview
|
|
1808
1808
|
}
|
|
1809
1809
|
}
|
|
1810
1810
|
], amis: {
|
|
1811
1811
|
render: {
|
|
1812
|
-
type: config$
|
|
1812
|
+
type: config$7.amis.name,
|
|
1813
1813
|
usage: "renderer",
|
|
1814
1814
|
weight: 1,
|
|
1815
1815
|
framework: "react"
|
|
1816
1816
|
},
|
|
1817
1817
|
plugin_disabled: {
|
|
1818
|
-
rendererName: config$
|
|
1818
|
+
rendererName: config$7.amis.name,
|
|
1819
1819
|
$schema: '/schemas/UnkownSchema.json',
|
|
1820
|
-
name: config$
|
|
1821
|
-
description: config$
|
|
1822
|
-
tags: [config$
|
|
1820
|
+
name: config$7.title,
|
|
1821
|
+
description: config$7.title,
|
|
1822
|
+
tags: [config$7.group],
|
|
1823
1823
|
order: -9999,
|
|
1824
|
-
icon: config$
|
|
1824
|
+
icon: config$7.amis.icon,
|
|
1825
1825
|
scaffold: {
|
|
1826
|
-
type: config$
|
|
1826
|
+
type: config$7.amis.name,
|
|
1827
1827
|
category: 'standard',
|
|
1828
1828
|
name: 'account',
|
|
1829
1829
|
colorVariant: 'default',
|
|
1830
1830
|
size: 'medium'
|
|
1831
1831
|
},
|
|
1832
1832
|
previewSchema: {
|
|
1833
|
-
type: config$
|
|
1833
|
+
type: config$7.amis.name,
|
|
1834
1834
|
},
|
|
1835
1835
|
panelTitle: "设置",
|
|
1836
1836
|
panelControls: [
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
1926
1926
|
* @Description:
|
|
1927
1927
|
*/
|
|
1928
|
-
var config$
|
|
1928
|
+
var config$6 = {
|
|
1929
1929
|
// componentType: 'amisSchema',
|
|
1930
1930
|
group: "华炎魔方",
|
|
1931
1931
|
componentName: "SteedosDropdown",
|
|
@@ -1949,32 +1949,32 @@
|
|
|
1949
1949
|
icon: "fa-fw fa fa-list-alt"
|
|
1950
1950
|
}
|
|
1951
1951
|
};
|
|
1952
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
1952
|
+
var SteedosDropdown = __assign(__assign({}, config$6), { snippets: [
|
|
1953
1953
|
{
|
|
1954
|
-
title: config$
|
|
1954
|
+
title: config$6.title,
|
|
1955
1955
|
screenshot: "",
|
|
1956
1956
|
schema: {
|
|
1957
|
-
componentName: config$
|
|
1958
|
-
props: config$
|
|
1957
|
+
componentName: config$6.componentName,
|
|
1958
|
+
props: config$6.preview
|
|
1959
1959
|
}
|
|
1960
1960
|
}
|
|
1961
1961
|
], amis: {
|
|
1962
1962
|
render: {
|
|
1963
|
-
type: config$
|
|
1963
|
+
type: config$6.amis.name,
|
|
1964
1964
|
usage: "renderer",
|
|
1965
1965
|
weight: 1,
|
|
1966
1966
|
framework: "react"
|
|
1967
1967
|
},
|
|
1968
1968
|
plugin_disabled: {
|
|
1969
|
-
rendererName: config$
|
|
1969
|
+
rendererName: config$6.amis.name,
|
|
1970
1970
|
$schema: '/schemas/UnkownSchema.json',
|
|
1971
|
-
name: config$
|
|
1972
|
-
description: config$
|
|
1973
|
-
tags: [config$
|
|
1971
|
+
name: config$6.title,
|
|
1972
|
+
description: config$6.title,
|
|
1973
|
+
tags: [config$6.group],
|
|
1974
1974
|
order: -9999,
|
|
1975
|
-
icon: config$
|
|
1975
|
+
icon: config$6.amis.icon,
|
|
1976
1976
|
scaffold: {
|
|
1977
|
-
type: config$
|
|
1977
|
+
type: config$6.amis.name,
|
|
1978
1978
|
placement: 'bottomLeft',
|
|
1979
1979
|
trigger: ['click'],
|
|
1980
1980
|
body: [],
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
},
|
|
1992
1992
|
],
|
|
1993
1993
|
previewSchema: {
|
|
1994
|
-
type: config$
|
|
1994
|
+
type: config$6.amis.name,
|
|
1995
1995
|
},
|
|
1996
1996
|
panelTitle: "设置",
|
|
1997
1997
|
panelControls: [
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2040
2040
|
* @Description:
|
|
2041
2041
|
*/
|
|
2042
|
-
var config$
|
|
2042
|
+
var config$5 = {
|
|
2043
2043
|
// componentType: 'amisSchema',
|
|
2044
2044
|
group: "华炎魔方",
|
|
2045
2045
|
componentName: "FromNow",
|
|
@@ -2063,18 +2063,18 @@
|
|
|
2063
2063
|
icon: "fa-fw fa fa-list-alt"
|
|
2064
2064
|
}
|
|
2065
2065
|
};
|
|
2066
|
-
var FromNow = __assign(__assign({}, config$
|
|
2066
|
+
var FromNow = __assign(__assign({}, config$5), { snippets: [
|
|
2067
2067
|
{
|
|
2068
|
-
title: config$
|
|
2068
|
+
title: config$5.title,
|
|
2069
2069
|
screenshot: "",
|
|
2070
2070
|
schema: {
|
|
2071
|
-
componentName: config$
|
|
2072
|
-
props: config$
|
|
2071
|
+
componentName: config$5.componentName,
|
|
2072
|
+
props: config$5.preview
|
|
2073
2073
|
}
|
|
2074
2074
|
}
|
|
2075
2075
|
], amis: {
|
|
2076
2076
|
render: {
|
|
2077
|
-
type: config$
|
|
2077
|
+
type: config$5.amis.name,
|
|
2078
2078
|
usage: "renderer",
|
|
2079
2079
|
weight: 1,
|
|
2080
2080
|
framework: "react"
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2113
2113
|
* @Description:
|
|
2114
2114
|
*/
|
|
2115
|
-
var config$
|
|
2115
|
+
var config$4 = {
|
|
2116
2116
|
componentType: 'amisSchema',
|
|
2117
2117
|
group: "华炎魔方",
|
|
2118
2118
|
componentName: "AmisGlobalHeader",
|
|
@@ -2137,38 +2137,38 @@
|
|
|
2137
2137
|
icon: "fa-fw fa fa-list-alt"
|
|
2138
2138
|
}
|
|
2139
2139
|
};
|
|
2140
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2140
|
+
var AmisGlobalHeader = __assign(__assign({}, config$4), { snippets: [
|
|
2141
2141
|
{
|
|
2142
|
-
title: config$
|
|
2142
|
+
title: config$4.title,
|
|
2143
2143
|
screenshot: "",
|
|
2144
2144
|
schema: {
|
|
2145
|
-
componentName: config$
|
|
2146
|
-
props: config$
|
|
2145
|
+
componentName: config$4.componentName,
|
|
2146
|
+
props: config$4.preview
|
|
2147
2147
|
}
|
|
2148
2148
|
}
|
|
2149
2149
|
], amis: {
|
|
2150
2150
|
render: {
|
|
2151
|
-
type: config$
|
|
2151
|
+
type: config$4.amis.name,
|
|
2152
2152
|
usage: "renderer",
|
|
2153
2153
|
weight: 1,
|
|
2154
2154
|
framework: "react"
|
|
2155
2155
|
},
|
|
2156
2156
|
plugin_disabled: {
|
|
2157
|
-
rendererName: config$
|
|
2157
|
+
rendererName: config$4.amis.name,
|
|
2158
2158
|
$schema: '/schemas/UnkownSchema.json',
|
|
2159
|
-
name: config$
|
|
2160
|
-
description: config$
|
|
2161
|
-
tags: [config$
|
|
2159
|
+
name: config$4.title,
|
|
2160
|
+
description: config$4.title,
|
|
2161
|
+
tags: [config$4.group],
|
|
2162
2162
|
order: -9999,
|
|
2163
|
-
icon: config$
|
|
2163
|
+
icon: config$4.amis.icon,
|
|
2164
2164
|
scaffold: {
|
|
2165
|
-
type: config$
|
|
2166
|
-
label: config$
|
|
2165
|
+
type: config$4.amis.name,
|
|
2166
|
+
label: config$4.title,
|
|
2167
2167
|
columns: 1,
|
|
2168
2168
|
vertical: false
|
|
2169
2169
|
},
|
|
2170
2170
|
previewSchema: {
|
|
2171
|
-
type: config$
|
|
2171
|
+
type: config$4.amis.name,
|
|
2172
2172
|
},
|
|
2173
2173
|
panelTitle: "设置",
|
|
2174
2174
|
panelControls: []
|
|
@@ -2182,7 +2182,7 @@
|
|
|
2182
2182
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2183
2183
|
* @Description:
|
|
2184
2184
|
*/
|
|
2185
|
-
var config$
|
|
2185
|
+
var config$3 = {
|
|
2186
2186
|
// componentType: 'amisSchema',
|
|
2187
2187
|
group: "华炎魔方",
|
|
2188
2188
|
componentName: "SteedosBadge",
|
|
@@ -2206,32 +2206,32 @@
|
|
|
2206
2206
|
icon: "fa-fw fa fa-list-alt"
|
|
2207
2207
|
}
|
|
2208
2208
|
};
|
|
2209
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
2209
|
+
var SteedosBadge = __assign(__assign({}, config$3), { snippets: [
|
|
2210
2210
|
{
|
|
2211
|
-
title: config$
|
|
2211
|
+
title: config$3.title,
|
|
2212
2212
|
screenshot: "",
|
|
2213
2213
|
schema: {
|
|
2214
|
-
componentName: config$
|
|
2215
|
-
props: config$
|
|
2214
|
+
componentName: config$3.componentName,
|
|
2215
|
+
props: config$3.preview
|
|
2216
2216
|
}
|
|
2217
2217
|
}
|
|
2218
2218
|
], amis: {
|
|
2219
2219
|
render: {
|
|
2220
|
-
type: config$
|
|
2220
|
+
type: config$3.amis.name,
|
|
2221
2221
|
usage: "renderer",
|
|
2222
2222
|
weight: 1,
|
|
2223
2223
|
framework: "react"
|
|
2224
2224
|
},
|
|
2225
2225
|
plugin_disabled: {
|
|
2226
|
-
rendererName: config$
|
|
2226
|
+
rendererName: config$3.amis.name,
|
|
2227
2227
|
$schema: '/schemas/UnkownSchema.json',
|
|
2228
|
-
name: config$
|
|
2229
|
-
description: config$
|
|
2230
|
-
tags: [config$
|
|
2228
|
+
name: config$3.title,
|
|
2229
|
+
description: config$3.title,
|
|
2230
|
+
tags: [config$3.group],
|
|
2231
2231
|
order: -9999,
|
|
2232
|
-
icon: config$
|
|
2232
|
+
icon: config$3.amis.icon,
|
|
2233
2233
|
scaffold: {
|
|
2234
|
-
type: config$
|
|
2234
|
+
type: config$3.amis.name,
|
|
2235
2235
|
count: 100,
|
|
2236
2236
|
body: [], // 容器类字段
|
|
2237
2237
|
},
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
}
|
|
2243
2243
|
],
|
|
2244
2244
|
previewSchema: {
|
|
2245
|
-
type: config$
|
|
2245
|
+
type: config$3.amis.name,
|
|
2246
2246
|
},
|
|
2247
2247
|
panelTitle: "设置",
|
|
2248
2248
|
panelControls: [
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
* @LastEditTime: 2022-12-16 10:12:33
|
|
2319
2319
|
* @Description:
|
|
2320
2320
|
*/
|
|
2321
|
-
var config$
|
|
2321
|
+
var config$2 = {
|
|
2322
2322
|
// componentType: 'amisSchema',
|
|
2323
2323
|
group: "华炎魔方",
|
|
2324
2324
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -2342,32 +2342,32 @@
|
|
|
2342
2342
|
icon: "fa-fw fa fa-list-alt"
|
|
2343
2343
|
}
|
|
2344
2344
|
};
|
|
2345
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
2345
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$2), { snippets: [
|
|
2346
2346
|
{
|
|
2347
|
-
title: config$
|
|
2347
|
+
title: config$2.title,
|
|
2348
2348
|
screenshot: "",
|
|
2349
2349
|
schema: {
|
|
2350
|
-
componentName: config$
|
|
2351
|
-
props: config$
|
|
2350
|
+
componentName: config$2.componentName,
|
|
2351
|
+
props: config$2.preview
|
|
2352
2352
|
}
|
|
2353
2353
|
}
|
|
2354
2354
|
], amis: {
|
|
2355
2355
|
render: {
|
|
2356
|
-
type: config$
|
|
2356
|
+
type: config$2.amis.name,
|
|
2357
2357
|
usage: "renderer",
|
|
2358
2358
|
weight: 1,
|
|
2359
2359
|
framework: "react"
|
|
2360
2360
|
},
|
|
2361
2361
|
plugin_disabled: {
|
|
2362
|
-
rendererName: config$
|
|
2362
|
+
rendererName: config$2.amis.name,
|
|
2363
2363
|
$schema: '/schemas/UnkownSchema.json',
|
|
2364
|
-
name: config$
|
|
2365
|
-
description: config$
|
|
2366
|
-
tags: [config$
|
|
2364
|
+
name: config$2.title,
|
|
2365
|
+
description: config$2.title,
|
|
2366
|
+
tags: [config$2.group],
|
|
2367
2367
|
order: -9999,
|
|
2368
|
-
icon: config$
|
|
2368
|
+
icon: config$2.amis.icon,
|
|
2369
2369
|
scaffold: {
|
|
2370
|
-
type: config$
|
|
2370
|
+
type: config$2.amis.name,
|
|
2371
2371
|
body: [], // 容器类字段
|
|
2372
2372
|
},
|
|
2373
2373
|
regions: [
|
|
@@ -2377,7 +2377,7 @@
|
|
|
2377
2377
|
}
|
|
2378
2378
|
],
|
|
2379
2379
|
previewSchema: {
|
|
2380
|
-
type: config$
|
|
2380
|
+
type: config$2.amis.name,
|
|
2381
2381
|
},
|
|
2382
2382
|
panelTitle: "设置",
|
|
2383
2383
|
panelControls: [
|
|
@@ -2411,7 +2411,7 @@
|
|
|
2411
2411
|
* @LastEditTime: 2023-01-06 16:37:47
|
|
2412
2412
|
* @Description:
|
|
2413
2413
|
*/
|
|
2414
|
-
var config = {
|
|
2414
|
+
var config$1 = {
|
|
2415
2415
|
componentType: 'amisSchema',
|
|
2416
2416
|
group: "华炎魔方",
|
|
2417
2417
|
componentName: "AmisSteedosField",
|
|
@@ -2435,35 +2435,35 @@
|
|
|
2435
2435
|
icon: "fa-fw fa fa-list-alt"
|
|
2436
2436
|
}
|
|
2437
2437
|
};
|
|
2438
|
-
var AmisSteedosField = __assign(__assign({}, config), { snippets: [
|
|
2438
|
+
var AmisSteedosField = __assign(__assign({}, config$1), { snippets: [
|
|
2439
2439
|
{
|
|
2440
|
-
title: config.title,
|
|
2440
|
+
title: config$1.title,
|
|
2441
2441
|
screenshot: "",
|
|
2442
2442
|
schema: {
|
|
2443
|
-
componentName: config.componentName,
|
|
2444
|
-
props: config.preview
|
|
2443
|
+
componentName: config$1.componentName,
|
|
2444
|
+
props: config$1.preview
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
2447
2447
|
], amis: {
|
|
2448
2448
|
render: {
|
|
2449
|
-
type: config.amis.name,
|
|
2449
|
+
type: config$1.amis.name,
|
|
2450
2450
|
usage: "renderer",
|
|
2451
2451
|
weight: 1,
|
|
2452
2452
|
framework: "react"
|
|
2453
2453
|
},
|
|
2454
2454
|
plugin: {
|
|
2455
|
-
rendererName: config.amis.name,
|
|
2455
|
+
rendererName: config$1.amis.name,
|
|
2456
2456
|
$schema: '/schemas/UnkownSchema.json',
|
|
2457
|
-
name: config.title,
|
|
2458
|
-
description: config.title,
|
|
2459
|
-
tags: [config.group],
|
|
2457
|
+
name: config$1.title,
|
|
2458
|
+
description: config$1.title,
|
|
2459
|
+
tags: [config$1.group],
|
|
2460
2460
|
order: -9999,
|
|
2461
|
-
icon: config.amis.icon,
|
|
2461
|
+
icon: config$1.amis.icon,
|
|
2462
2462
|
scaffold: {
|
|
2463
|
-
type: config.amis.name,
|
|
2463
|
+
type: config$1.amis.name,
|
|
2464
2464
|
},
|
|
2465
2465
|
previewSchema: {
|
|
2466
|
-
type: config.amis.name,
|
|
2466
|
+
type: config$1.amis.name,
|
|
2467
2467
|
},
|
|
2468
2468
|
panelTitle: "设置",
|
|
2469
2469
|
panelControls: [
|
|
@@ -2477,11 +2477,84 @@
|
|
|
2477
2477
|
}
|
|
2478
2478
|
} });
|
|
2479
2479
|
|
|
2480
|
+
/*
|
|
2481
|
+
* @Author: baozhoutao@steedos.com
|
|
2482
|
+
* @Date: 2022-10-11 09:39:38
|
|
2483
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2484
|
+
* @LastEditTime: 2023-01-14 16:51:23
|
|
2485
|
+
* @Description:
|
|
2486
|
+
*/
|
|
2487
|
+
var config = {
|
|
2488
|
+
componentType: 'amisSchema',
|
|
2489
|
+
group: "华炎魔方",
|
|
2490
|
+
componentName: "AmisSelectFlow",
|
|
2491
|
+
title: "Select Flow",
|
|
2492
|
+
docUrl: "",
|
|
2493
|
+
screenshot: "",
|
|
2494
|
+
npm: {
|
|
2495
|
+
package: "@steedos-widgets/amis-object",
|
|
2496
|
+
version: "{{version}}",
|
|
2497
|
+
exportName: "AmisSelectFlow",
|
|
2498
|
+
main: "",
|
|
2499
|
+
destructuring: true,
|
|
2500
|
+
subName: ""
|
|
2501
|
+
},
|
|
2502
|
+
preview: {},
|
|
2503
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2504
|
+
engines: ["amis"],
|
|
2505
|
+
// settings for amis.
|
|
2506
|
+
amis: {
|
|
2507
|
+
name: 'steedos-select-flow',
|
|
2508
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2509
|
+
}
|
|
2510
|
+
};
|
|
2511
|
+
var AmisSelectFlow = __assign(__assign({}, config), { snippets: [
|
|
2512
|
+
{
|
|
2513
|
+
title: config.title,
|
|
2514
|
+
screenshot: "",
|
|
2515
|
+
schema: {
|
|
2516
|
+
componentName: config.componentName,
|
|
2517
|
+
props: config.preview
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
], amis: {
|
|
2521
|
+
render: {
|
|
2522
|
+
type: config.amis.name,
|
|
2523
|
+
usage: "renderer",
|
|
2524
|
+
weight: 1,
|
|
2525
|
+
framework: "react"
|
|
2526
|
+
},
|
|
2527
|
+
// plugin: {
|
|
2528
|
+
// rendererName: config.amis.name,
|
|
2529
|
+
// $schema: '/schemas/UnkownSchema.json',
|
|
2530
|
+
// name: config.title,
|
|
2531
|
+
// description: config.title,
|
|
2532
|
+
// tags: [config.group],
|
|
2533
|
+
// order: -9999,
|
|
2534
|
+
// icon: config.amis.icon,
|
|
2535
|
+
// scaffold: {
|
|
2536
|
+
// type: config.amis.name,
|
|
2537
|
+
// },
|
|
2538
|
+
// previewSchema: {
|
|
2539
|
+
// type: config.amis.name,
|
|
2540
|
+
// },
|
|
2541
|
+
// panelTitle: "设置",
|
|
2542
|
+
// panelControls: [
|
|
2543
|
+
// {
|
|
2544
|
+
// type: "editor",
|
|
2545
|
+
// name: "field",
|
|
2546
|
+
// label: "Field",
|
|
2547
|
+
// language: "json"
|
|
2548
|
+
// }
|
|
2549
|
+
// ]
|
|
2550
|
+
// }
|
|
2551
|
+
} });
|
|
2552
|
+
|
|
2480
2553
|
/*
|
|
2481
2554
|
* @Author: baozhoutao@steedos.com
|
|
2482
2555
|
* @Date: 2022-08-31 16:32:35
|
|
2483
2556
|
* @LastEditors: baozhoutao@steedos.com
|
|
2484
|
-
* @LastEditTime: 2023-01-
|
|
2557
|
+
* @LastEditTime: 2023-01-14 16:50:57
|
|
2485
2558
|
* @Description:
|
|
2486
2559
|
*/
|
|
2487
2560
|
var components = [
|
|
@@ -2507,7 +2580,8 @@
|
|
|
2507
2580
|
FromNow,
|
|
2508
2581
|
SteedosBadge,
|
|
2509
2582
|
SteedosBadgeRibbon,
|
|
2510
|
-
AmisSteedosField
|
|
2583
|
+
AmisSteedosField,
|
|
2584
|
+
AmisSelectFlow
|
|
2511
2585
|
];
|
|
2512
2586
|
var componentList = [
|
|
2513
2587
|
{
|