@steedos-widgets/amis-object 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisInstanceDetail.d.ts +612 -0
- package/dist/amis/AmisRecordDetailHeader.d.ts +9 -2
- package/dist/amis/AmisRecordDetailRelatedList.d.ts +21 -1
- package/dist/amis/AmisRecordDetailRelatedLists.d.ts +6 -2
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +206 -26
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +206 -26
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +206 -26
- 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/components/SteedosLoading.d.ts +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/meta.js +499 -329
- package/dist/metas/AmisInstanceDetail.d.ts +2 -0
- package/dist/metas/SteedosLoading.d.ts +2 -0
- package/dist/pages/PageListView.d.ts +1 -0
- package/dist/pages/index.d.ts +1 -0
- package/package.json +3 -3
package/dist/meta.js
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
38
38
|
* @Description:
|
|
39
39
|
*/
|
|
40
|
-
var config$
|
|
40
|
+
var config$p = {
|
|
41
41
|
componentType: 'amisSchema',
|
|
42
42
|
group: "华炎魔方",
|
|
43
43
|
componentName: "AmisObjectForm",
|
|
@@ -95,39 +95,39 @@
|
|
|
95
95
|
icon: "fa-fw fa fa-list-alt"
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
|
-
var AmisObjectForm = __assign(__assign({}, config$
|
|
98
|
+
var AmisObjectForm = __assign(__assign({}, config$p), { snippets: [
|
|
99
99
|
{
|
|
100
|
-
title: config$
|
|
100
|
+
title: config$p.title,
|
|
101
101
|
screenshot: "",
|
|
102
102
|
schema: {
|
|
103
|
-
componentName: config$
|
|
104
|
-
props: config$
|
|
103
|
+
componentName: config$p.componentName,
|
|
104
|
+
props: config$p.preview
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
], amis: {
|
|
108
108
|
render: {
|
|
109
|
-
type: config$
|
|
109
|
+
type: config$p.amis.name,
|
|
110
110
|
usage: "renderer",
|
|
111
111
|
weight: 1,
|
|
112
112
|
framework: "react"
|
|
113
113
|
},
|
|
114
114
|
plugin: {
|
|
115
|
-
rendererName: config$
|
|
115
|
+
rendererName: config$p.amis.name,
|
|
116
116
|
$schema: '/schemas/UnkownSchema.json',
|
|
117
|
-
name: config$
|
|
118
|
-
description: config$
|
|
119
|
-
tags: [config$
|
|
117
|
+
name: config$p.title,
|
|
118
|
+
description: config$p.title,
|
|
119
|
+
tags: [config$p.group],
|
|
120
120
|
order: -9999,
|
|
121
|
-
icon: config$
|
|
121
|
+
icon: config$p.amis.icon,
|
|
122
122
|
scaffold: {
|
|
123
|
-
type: config$
|
|
124
|
-
label: config$
|
|
123
|
+
type: config$p.amis.name,
|
|
124
|
+
label: config$p.title,
|
|
125
125
|
objectApiName: "${objectName}",
|
|
126
126
|
recordId: "${recordId}",
|
|
127
127
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 bg-white p-4"
|
|
128
128
|
},
|
|
129
129
|
previewSchema: {
|
|
130
|
-
type: config$
|
|
130
|
+
type: config$p.amis.name,
|
|
131
131
|
objectApiName: 'space_users'
|
|
132
132
|
},
|
|
133
133
|
panelTitle: "设置",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
224
224
|
* @Description:
|
|
225
225
|
*/
|
|
226
|
-
var config$
|
|
226
|
+
var config$o = {
|
|
227
227
|
componentType: 'amisSchema',
|
|
228
228
|
group: "华炎魔方",
|
|
229
229
|
componentName: "AmisObjectListView",
|
|
@@ -260,40 +260,40 @@
|
|
|
260
260
|
icon: "fa-fw fa fa-list-alt"
|
|
261
261
|
}
|
|
262
262
|
};
|
|
263
|
-
var AmisObjectListview = __assign(__assign({}, config$
|
|
263
|
+
var AmisObjectListview = __assign(__assign({}, config$o), { snippets: [
|
|
264
264
|
{
|
|
265
|
-
title: config$
|
|
265
|
+
title: config$o.title,
|
|
266
266
|
screenshot: "",
|
|
267
267
|
schema: {
|
|
268
|
-
componentName: config$
|
|
269
|
-
props: config$
|
|
268
|
+
componentName: config$o.componentName,
|
|
269
|
+
props: config$o.preview
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
], amis: {
|
|
273
273
|
render: {
|
|
274
|
-
type: config$
|
|
274
|
+
type: config$o.amis.name,
|
|
275
275
|
usage: "renderer",
|
|
276
276
|
weight: 1,
|
|
277
277
|
framework: "react"
|
|
278
278
|
},
|
|
279
279
|
plugin: {
|
|
280
|
-
rendererName: config$
|
|
280
|
+
rendererName: config$o.amis.name,
|
|
281
281
|
$schema: '/schemas/UnkownSchema.json',
|
|
282
|
-
name: config$
|
|
283
|
-
description: config$
|
|
284
|
-
tags: [config$
|
|
282
|
+
name: config$o.title,
|
|
283
|
+
description: config$o.description,
|
|
284
|
+
tags: [config$o.group],
|
|
285
285
|
order: -9999,
|
|
286
|
-
icon: config$
|
|
286
|
+
icon: config$o.amis.icon,
|
|
287
287
|
scaffold: {
|
|
288
|
-
type: config$
|
|
289
|
-
label: config$
|
|
288
|
+
type: config$o.amis.name,
|
|
289
|
+
label: config$o.title,
|
|
290
290
|
objectApiName: "${objectName}",
|
|
291
291
|
listName: "all",
|
|
292
292
|
showHeader: true,
|
|
293
293
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300 mb-4"
|
|
294
294
|
},
|
|
295
295
|
previewSchema: {
|
|
296
|
-
type: config$
|
|
296
|
+
type: config$o.amis.name,
|
|
297
297
|
objectApiName: 'space_users',
|
|
298
298
|
listName: "all",
|
|
299
299
|
showHeader: true,
|
|
@@ -335,11 +335,12 @@
|
|
|
335
335
|
"labelField": "label",
|
|
336
336
|
"valueField": "value"
|
|
337
337
|
},
|
|
338
|
-
{
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
338
|
+
// {
|
|
339
|
+
// "type": "number",
|
|
340
|
+
// "name": "top",
|
|
341
|
+
// "label": "显示的记录数量",
|
|
342
|
+
// "labelRemark": "即TOP,配置该属性后不再支持翻页,始终显示该属性值配置的记录数"
|
|
343
|
+
// },
|
|
343
344
|
{
|
|
344
345
|
"type": "number",
|
|
345
346
|
"name": "perPage",
|
|
@@ -350,6 +351,22 @@
|
|
|
350
351
|
"name": "showHeader",
|
|
351
352
|
"label": "显示表头",
|
|
352
353
|
},
|
|
354
|
+
{
|
|
355
|
+
type: "button-group-select",
|
|
356
|
+
name: "formFactor",
|
|
357
|
+
label: "显示样式",
|
|
358
|
+
value: "LARGE",
|
|
359
|
+
options: [
|
|
360
|
+
{
|
|
361
|
+
"label": "表格",
|
|
362
|
+
"value": "LARGE"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"label": "手机",
|
|
366
|
+
"value": "SMALL"
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
},
|
|
353
370
|
{
|
|
354
371
|
type: "text",
|
|
355
372
|
name: "className",
|
|
@@ -359,7 +376,7 @@
|
|
|
359
376
|
}
|
|
360
377
|
} });
|
|
361
378
|
|
|
362
|
-
var config$
|
|
379
|
+
var config$n = {
|
|
363
380
|
componentType: 'amisSchema',
|
|
364
381
|
group: "华炎魔方",
|
|
365
382
|
componentName: "AmisObjectCalendar",
|
|
@@ -415,38 +432,38 @@
|
|
|
415
432
|
icon: "fa-fw fa fa-list-alt"
|
|
416
433
|
}
|
|
417
434
|
};
|
|
418
|
-
var AmisObjectCalendar = __assign(__assign({}, config$
|
|
435
|
+
var AmisObjectCalendar = __assign(__assign({}, config$n), { snippets: [
|
|
419
436
|
{
|
|
420
|
-
title: config$
|
|
437
|
+
title: config$n.title,
|
|
421
438
|
screenshot: "",
|
|
422
439
|
schema: {
|
|
423
|
-
componentName: config$
|
|
424
|
-
props: config$
|
|
440
|
+
componentName: config$n.componentName,
|
|
441
|
+
props: config$n.preview
|
|
425
442
|
}
|
|
426
443
|
}
|
|
427
444
|
], amis: {
|
|
428
445
|
render: {
|
|
429
|
-
type: config$
|
|
446
|
+
type: config$n.amis.name,
|
|
430
447
|
usage: "renderer",
|
|
431
448
|
weight: 1,
|
|
432
449
|
framework: "react"
|
|
433
450
|
},
|
|
434
451
|
plugin: {
|
|
435
|
-
rendererName: config$
|
|
452
|
+
rendererName: config$n.amis.name,
|
|
436
453
|
$schema: '/schemas/UnkownSchema.json',
|
|
437
|
-
name: config$
|
|
438
|
-
description: config$
|
|
439
|
-
tags: [config$
|
|
454
|
+
name: config$n.title,
|
|
455
|
+
description: config$n.title,
|
|
456
|
+
tags: [config$n.group],
|
|
440
457
|
order: -9999,
|
|
441
|
-
icon: config$
|
|
458
|
+
icon: config$n.amis.icon,
|
|
442
459
|
scaffold: {
|
|
443
|
-
type: config$
|
|
444
|
-
label: config$
|
|
460
|
+
type: config$n.amis.name,
|
|
461
|
+
label: config$n.title,
|
|
445
462
|
objectApiName: "${objectName}",
|
|
446
463
|
currentView: "timeGridWeek"
|
|
447
464
|
},
|
|
448
465
|
previewSchema: {
|
|
449
|
-
type: config$
|
|
466
|
+
type: config$n.amis.name,
|
|
450
467
|
objectApiName: 'events',
|
|
451
468
|
currentView: "timeGridWeek"
|
|
452
469
|
},
|
|
@@ -512,10 +529,10 @@
|
|
|
512
529
|
* @Author: baozhoutao@steedos.com
|
|
513
530
|
* @Date: 2022-08-31 16:32:35
|
|
514
531
|
* @LastEditors: baozhoutao@steedos.com
|
|
515
|
-
* @LastEditTime:
|
|
532
|
+
* @LastEditTime: 2023-02-10 11:23:43
|
|
516
533
|
* @Description:
|
|
517
534
|
*/
|
|
518
|
-
var config$
|
|
535
|
+
var config$m = {
|
|
519
536
|
componentType: 'amisSchema',
|
|
520
537
|
group: "华炎魔方",
|
|
521
538
|
componentName: "AmisObjectTable",
|
|
@@ -560,6 +577,16 @@
|
|
|
560
577
|
name: "top",
|
|
561
578
|
propType: "number",
|
|
562
579
|
description: '显示的记录数量',
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
name: "requestAdaptor",
|
|
583
|
+
propType: "string",
|
|
584
|
+
description: '发送适配器',
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
name: "adaptor",
|
|
588
|
+
propType: "string",
|
|
589
|
+
description: '接收适配器',
|
|
563
590
|
}
|
|
564
591
|
],
|
|
565
592
|
preview: {},
|
|
@@ -571,39 +598,39 @@
|
|
|
571
598
|
icon: "fa-fw fa fa-list-alt"
|
|
572
599
|
}
|
|
573
600
|
};
|
|
574
|
-
var AmisObjectTable = __assign(__assign({}, config$
|
|
601
|
+
var AmisObjectTable = __assign(__assign({}, config$m), { snippets: [
|
|
575
602
|
{
|
|
576
|
-
title: config$
|
|
603
|
+
title: config$m.title,
|
|
577
604
|
screenshot: "",
|
|
578
605
|
schema: {
|
|
579
|
-
componentName: config$
|
|
580
|
-
props: config$
|
|
606
|
+
componentName: config$m.componentName,
|
|
607
|
+
props: config$m.preview
|
|
581
608
|
}
|
|
582
609
|
}
|
|
583
610
|
], amis: {
|
|
584
611
|
render: {
|
|
585
|
-
type: config$
|
|
612
|
+
type: config$m.amis.name,
|
|
586
613
|
usage: "renderer",
|
|
587
614
|
weight: 1,
|
|
588
615
|
framework: "react"
|
|
589
616
|
},
|
|
590
617
|
plugin: {
|
|
591
|
-
rendererName: config$
|
|
618
|
+
rendererName: config$m.amis.name,
|
|
592
619
|
$schema: '/schemas/UnkownSchema.json',
|
|
593
|
-
name: config$
|
|
594
|
-
description: config$
|
|
595
|
-
tags: [config$
|
|
620
|
+
name: config$m.title,
|
|
621
|
+
description: config$m.title,
|
|
622
|
+
tags: [config$m.group],
|
|
596
623
|
order: -9999,
|
|
597
|
-
icon: config$
|
|
624
|
+
icon: config$m.amis.icon,
|
|
598
625
|
scaffold: {
|
|
599
|
-
type: config$
|
|
600
|
-
label: config$
|
|
626
|
+
type: config$m.amis.name,
|
|
627
|
+
label: config$m.title,
|
|
601
628
|
objectApiName: "${objectName}",
|
|
602
629
|
columns: [{ "field": "name" }],
|
|
603
630
|
className: "sm:border sm:shadow sm:rounded sm:border-gray-300"
|
|
604
631
|
},
|
|
605
632
|
previewSchema: {
|
|
606
|
-
type: config$
|
|
633
|
+
type: config$m.amis.name,
|
|
607
634
|
objectApiName: 'space_users',
|
|
608
635
|
columns: [{ "field": "name" }]
|
|
609
636
|
},
|
|
@@ -699,12 +726,33 @@
|
|
|
699
726
|
"type": "number",
|
|
700
727
|
"name": "top",
|
|
701
728
|
"label": "显示的记录数量",
|
|
729
|
+
"labelRemark": "即TOP,配置该属性后不再支持翻页,始终显示该属性值配置的记录数"
|
|
702
730
|
},
|
|
703
731
|
{
|
|
704
732
|
type: "text",
|
|
705
733
|
name: "className",
|
|
706
734
|
label: "CSS类名",
|
|
707
735
|
value: "my-2"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"type": "fieldSet",
|
|
739
|
+
"title": "数据接口",
|
|
740
|
+
"body": [
|
|
741
|
+
{
|
|
742
|
+
type: "editor",
|
|
743
|
+
name: "requestAdaptor",
|
|
744
|
+
label: "发送适配器",
|
|
745
|
+
language: "javascript",
|
|
746
|
+
description: "函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
type: "editor",
|
|
750
|
+
name: "adaptor",
|
|
751
|
+
label: "接收适配器",
|
|
752
|
+
language: "javascript",
|
|
753
|
+
description: "函数签名: (payload, response, api) => payload"
|
|
754
|
+
}
|
|
755
|
+
]
|
|
708
756
|
}
|
|
709
757
|
]
|
|
710
758
|
}
|
|
@@ -717,7 +765,7 @@
|
|
|
717
765
|
* @LastEditTime: 2022-09-15 10:40:37
|
|
718
766
|
* @Description:
|
|
719
767
|
*/
|
|
720
|
-
var config$
|
|
768
|
+
var config$l = {
|
|
721
769
|
componentType: 'amisSchema',
|
|
722
770
|
group: "华炎魔方",
|
|
723
771
|
componentName: "AmisRecordDetailHeader",
|
|
@@ -754,38 +802,38 @@
|
|
|
754
802
|
icon: "fa-fw fa fa-list-alt"
|
|
755
803
|
}
|
|
756
804
|
};
|
|
757
|
-
var AmisRecordDetailHeader = __assign(__assign({}, config$
|
|
805
|
+
var AmisRecordDetailHeader = __assign(__assign({}, config$l), { snippets: [
|
|
758
806
|
{
|
|
759
|
-
title: config$
|
|
807
|
+
title: config$l.title,
|
|
760
808
|
screenshot: "",
|
|
761
809
|
schema: {
|
|
762
|
-
componentName: config$
|
|
763
|
-
props: config$
|
|
810
|
+
componentName: config$l.componentName,
|
|
811
|
+
props: config$l.preview
|
|
764
812
|
}
|
|
765
813
|
}
|
|
766
814
|
], amis: {
|
|
767
815
|
render: {
|
|
768
|
-
type: config$
|
|
816
|
+
type: config$l.amis.name,
|
|
769
817
|
usage: "renderer",
|
|
770
818
|
weight: 1,
|
|
771
819
|
framework: "react"
|
|
772
820
|
},
|
|
773
821
|
plugin: {
|
|
774
|
-
rendererName: config$
|
|
822
|
+
rendererName: config$l.amis.name,
|
|
775
823
|
$schema: '/schemas/UnkownSchema.json',
|
|
776
|
-
name: config$
|
|
777
|
-
description: config$
|
|
778
|
-
tags: [config$
|
|
824
|
+
name: config$l.title,
|
|
825
|
+
description: config$l.description,
|
|
826
|
+
tags: [config$l.group],
|
|
779
827
|
order: -9999,
|
|
780
|
-
icon: config$
|
|
828
|
+
icon: config$l.amis.icon,
|
|
781
829
|
scaffold: {
|
|
782
|
-
type: config$
|
|
783
|
-
label: config$
|
|
830
|
+
type: config$l.amis.name,
|
|
831
|
+
label: config$l.title,
|
|
784
832
|
objectApiName: "${objectName}",
|
|
785
833
|
recordId: "${recordId}"
|
|
786
834
|
},
|
|
787
835
|
previewSchema: {
|
|
788
|
-
type: config$
|
|
836
|
+
type: config$l.amis.name,
|
|
789
837
|
objectApiName: 'space_users'
|
|
790
838
|
},
|
|
791
839
|
panelTitle: "设置",
|
|
@@ -828,7 +876,7 @@
|
|
|
828
876
|
* @LastEditTime: 2022-12-08 10:37:45
|
|
829
877
|
* @Description:
|
|
830
878
|
*/
|
|
831
|
-
var config$
|
|
879
|
+
var config$k = {
|
|
832
880
|
componentType: 'amisSchema',
|
|
833
881
|
group: "华炎魔方",
|
|
834
882
|
componentName: "AmisRecordDetail",
|
|
@@ -864,38 +912,38 @@
|
|
|
864
912
|
icon: "fa-fw fa fa-list-alt"
|
|
865
913
|
}
|
|
866
914
|
};
|
|
867
|
-
var AmisRecordDetail = __assign(__assign({}, config$
|
|
915
|
+
var AmisRecordDetail = __assign(__assign({}, config$k), { snippets: [
|
|
868
916
|
{
|
|
869
|
-
title: config$
|
|
917
|
+
title: config$k.title,
|
|
870
918
|
screenshot: "",
|
|
871
919
|
schema: {
|
|
872
|
-
componentName: config$
|
|
873
|
-
props: config$
|
|
920
|
+
componentName: config$k.componentName,
|
|
921
|
+
props: config$k.preview
|
|
874
922
|
}
|
|
875
923
|
}
|
|
876
924
|
], amis: {
|
|
877
925
|
render: {
|
|
878
|
-
type: config$
|
|
926
|
+
type: config$k.amis.name,
|
|
879
927
|
usage: "renderer",
|
|
880
928
|
weight: 1,
|
|
881
929
|
framework: "react"
|
|
882
930
|
},
|
|
883
931
|
plugin_disabled: {
|
|
884
|
-
rendererName: config$
|
|
932
|
+
rendererName: config$k.amis.name,
|
|
885
933
|
$schema: '/schemas/UnkownSchema.json',
|
|
886
|
-
name: config$
|
|
887
|
-
description: config$
|
|
888
|
-
tags: [config$
|
|
934
|
+
name: config$k.title,
|
|
935
|
+
description: config$k.title,
|
|
936
|
+
tags: [config$k.group],
|
|
889
937
|
order: -9999,
|
|
890
|
-
icon: config$
|
|
938
|
+
icon: config$k.amis.icon,
|
|
891
939
|
scaffold: {
|
|
892
|
-
type: config$
|
|
893
|
-
label: config$
|
|
940
|
+
type: config$k.amis.name,
|
|
941
|
+
label: config$k.title,
|
|
894
942
|
objectApiName: "${objectName}",
|
|
895
943
|
recordId: "${recordId}"
|
|
896
944
|
},
|
|
897
945
|
previewSchema: {
|
|
898
|
-
type: config$
|
|
946
|
+
type: config$k.amis.name,
|
|
899
947
|
objectApiName: 'space_users'
|
|
900
948
|
},
|
|
901
949
|
panelTitle: "设置",
|
|
@@ -925,7 +973,7 @@
|
|
|
925
973
|
}
|
|
926
974
|
} });
|
|
927
975
|
|
|
928
|
-
var config$
|
|
976
|
+
var config$j = {
|
|
929
977
|
componentType: 'amisSchema',
|
|
930
978
|
group: "华炎魔方-界面",
|
|
931
979
|
componentName: "AmisSelectUser",
|
|
@@ -971,37 +1019,37 @@
|
|
|
971
1019
|
icon: "fa-fw fa fa-list-alt"
|
|
972
1020
|
}
|
|
973
1021
|
};
|
|
974
|
-
var AmisSelectUser = __assign(__assign({}, config$
|
|
1022
|
+
var AmisSelectUser = __assign(__assign({}, config$j), { snippets: [
|
|
975
1023
|
{
|
|
976
|
-
title: config$
|
|
1024
|
+
title: config$j.title,
|
|
977
1025
|
screenshot: "",
|
|
978
1026
|
schema: {
|
|
979
|
-
componentName: config$
|
|
980
|
-
props: config$
|
|
1027
|
+
componentName: config$j.componentName,
|
|
1028
|
+
props: config$j.preview
|
|
981
1029
|
}
|
|
982
1030
|
}
|
|
983
1031
|
], amis: {
|
|
984
1032
|
render: {
|
|
985
|
-
type: config$
|
|
986
|
-
usage: "
|
|
1033
|
+
type: config$j.amis.name,
|
|
1034
|
+
usage: "renderer",
|
|
987
1035
|
weight: 1,
|
|
988
1036
|
framework: "react"
|
|
989
1037
|
},
|
|
990
1038
|
plugin_disabled: {
|
|
991
|
-
rendererName: config$
|
|
1039
|
+
rendererName: config$j.amis.name,
|
|
992
1040
|
$schema: '/schemas/UnkownSchema.json',
|
|
993
|
-
name: config$
|
|
994
|
-
description: config$
|
|
995
|
-
tags: [config$
|
|
1041
|
+
name: config$j.title,
|
|
1042
|
+
description: config$j.title,
|
|
1043
|
+
tags: [config$j.group],
|
|
996
1044
|
order: -9999,
|
|
997
|
-
icon: config$
|
|
1045
|
+
icon: config$j.amis.icon,
|
|
998
1046
|
scaffold: {
|
|
999
|
-
type: config$
|
|
1000
|
-
label: config$
|
|
1047
|
+
type: config$j.amis.name,
|
|
1048
|
+
label: config$j.title,
|
|
1001
1049
|
name: ""
|
|
1002
1050
|
},
|
|
1003
1051
|
previewSchema: {
|
|
1004
|
-
type: config$
|
|
1052
|
+
type: config$j.amis.name,
|
|
1005
1053
|
},
|
|
1006
1054
|
panelTitle: "设置",
|
|
1007
1055
|
panelControls: [
|
|
@@ -1032,7 +1080,7 @@
|
|
|
1032
1080
|
* @LastEditTime: 2022-12-01 16:06:37
|
|
1033
1081
|
* @Description:
|
|
1034
1082
|
*/
|
|
1035
|
-
var config$
|
|
1083
|
+
var config$i = {
|
|
1036
1084
|
componentType: 'amisSchema',
|
|
1037
1085
|
group: "华炎魔方",
|
|
1038
1086
|
componentName: "AmisRecordDetailRelatedList",
|
|
@@ -1074,39 +1122,39 @@
|
|
|
1074
1122
|
icon: "fa-fw fa fa-list-alt"
|
|
1075
1123
|
}
|
|
1076
1124
|
};
|
|
1077
|
-
var AmisRecordDetailRelatedList = __assign(__assign({}, config$
|
|
1125
|
+
var AmisRecordDetailRelatedList = __assign(__assign({}, config$i), { snippets: [
|
|
1078
1126
|
{
|
|
1079
|
-
title: config$
|
|
1127
|
+
title: config$i.title,
|
|
1080
1128
|
screenshot: "",
|
|
1081
1129
|
schema: {
|
|
1082
|
-
componentName: config$
|
|
1083
|
-
props: config$
|
|
1130
|
+
componentName: config$i.componentName,
|
|
1131
|
+
props: config$i.preview
|
|
1084
1132
|
}
|
|
1085
1133
|
}
|
|
1086
1134
|
], amis: {
|
|
1087
1135
|
render: {
|
|
1088
|
-
type: config$
|
|
1136
|
+
type: config$i.amis.name,
|
|
1089
1137
|
usage: "renderer",
|
|
1090
1138
|
weight: 1,
|
|
1091
1139
|
framework: "react"
|
|
1092
1140
|
},
|
|
1093
1141
|
plugin: {
|
|
1094
|
-
rendererName: config$
|
|
1142
|
+
rendererName: config$i.amis.name,
|
|
1095
1143
|
$schema: '/schemas/UnkownSchema.json',
|
|
1096
|
-
name: config$
|
|
1097
|
-
description: config$
|
|
1098
|
-
tags: [config$
|
|
1144
|
+
name: config$i.title,
|
|
1145
|
+
description: config$i.description,
|
|
1146
|
+
tags: [config$i.group],
|
|
1099
1147
|
order: -9999,
|
|
1100
|
-
icon: config$
|
|
1148
|
+
icon: config$i.amis.icon,
|
|
1101
1149
|
scaffold: {
|
|
1102
|
-
type: config$
|
|
1103
|
-
label: config$
|
|
1150
|
+
type: config$i.amis.name,
|
|
1151
|
+
label: config$i.title,
|
|
1104
1152
|
objectApiName: "${objectName}",
|
|
1105
1153
|
recordId: "${recordId}",
|
|
1106
1154
|
relatedObjectApiName: "contacts"
|
|
1107
1155
|
},
|
|
1108
1156
|
previewSchema: {
|
|
1109
|
-
type: config$
|
|
1157
|
+
type: config$i.amis.name,
|
|
1110
1158
|
objectApiName: "accounts",
|
|
1111
1159
|
relatedObjectApiName: "contacts"
|
|
1112
1160
|
},
|
|
@@ -1156,6 +1204,7 @@
|
|
|
1156
1204
|
"type": "number",
|
|
1157
1205
|
"name": "top",
|
|
1158
1206
|
"label": "显示的记录数量",
|
|
1207
|
+
"labelRemark": "即TOP,配置该属性后不再支持翻页,始终显示该属性值配置的记录数"
|
|
1159
1208
|
},
|
|
1160
1209
|
{
|
|
1161
1210
|
"type": "number",
|
|
@@ -1173,7 +1222,7 @@
|
|
|
1173
1222
|
* @LastEditTime: 2022-12-01 16:08:49
|
|
1174
1223
|
* @Description:
|
|
1175
1224
|
*/
|
|
1176
|
-
var config$
|
|
1225
|
+
var config$h = {
|
|
1177
1226
|
componentType: 'amisSchema',
|
|
1178
1227
|
group: "华炎魔方",
|
|
1179
1228
|
componentName: "AmisRecordDetailRelatedLists",
|
|
@@ -1210,38 +1259,38 @@
|
|
|
1210
1259
|
icon: "fa-fw fa fa-list-alt"
|
|
1211
1260
|
}
|
|
1212
1261
|
};
|
|
1213
|
-
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$
|
|
1262
|
+
var AmisRecordDetailRelatedLists = __assign(__assign({}, config$h), { snippets: [
|
|
1214
1263
|
{
|
|
1215
|
-
title: config$
|
|
1264
|
+
title: config$h.title,
|
|
1216
1265
|
screenshot: "",
|
|
1217
1266
|
schema: {
|
|
1218
|
-
componentName: config$
|
|
1219
|
-
props: config$
|
|
1267
|
+
componentName: config$h.componentName,
|
|
1268
|
+
props: config$h.preview
|
|
1220
1269
|
}
|
|
1221
1270
|
}
|
|
1222
1271
|
], amis: {
|
|
1223
1272
|
render: {
|
|
1224
|
-
type: config$
|
|
1273
|
+
type: config$h.amis.name,
|
|
1225
1274
|
usage: "renderer",
|
|
1226
1275
|
weight: 1,
|
|
1227
1276
|
framework: "react"
|
|
1228
1277
|
},
|
|
1229
1278
|
plugin: {
|
|
1230
|
-
rendererName: config$
|
|
1279
|
+
rendererName: config$h.amis.name,
|
|
1231
1280
|
$schema: '/schemas/UnkownSchema.json',
|
|
1232
|
-
name: config$
|
|
1233
|
-
description: config$
|
|
1234
|
-
tags: [config$
|
|
1281
|
+
name: config$h.title,
|
|
1282
|
+
description: config$h.description,
|
|
1283
|
+
tags: [config$h.group],
|
|
1235
1284
|
order: -9999,
|
|
1236
|
-
icon: config$
|
|
1285
|
+
icon: config$h.amis.icon,
|
|
1237
1286
|
scaffold: {
|
|
1238
|
-
type: config$
|
|
1239
|
-
label: config$
|
|
1287
|
+
type: config$h.amis.name,
|
|
1288
|
+
label: config$h.title,
|
|
1240
1289
|
objectApiName: "${objectName}",
|
|
1241
1290
|
recordId: "${recordId}",
|
|
1242
1291
|
},
|
|
1243
1292
|
previewSchema: {
|
|
1244
|
-
type: config$
|
|
1293
|
+
type: config$h.amis.name,
|
|
1245
1294
|
objectApiName: "accounts",
|
|
1246
1295
|
},
|
|
1247
1296
|
panelTitle: "设置",
|
|
@@ -1278,7 +1327,7 @@
|
|
|
1278
1327
|
* @LastEditTime: 2022-09-02 09:04:33
|
|
1279
1328
|
* @Description:
|
|
1280
1329
|
*/
|
|
1281
|
-
var config$
|
|
1330
|
+
var config$g = {
|
|
1282
1331
|
componentType: 'amisSchema',
|
|
1283
1332
|
group: "华炎魔方",
|
|
1284
1333
|
componentName: "AmisProvider",
|
|
@@ -1303,33 +1352,33 @@
|
|
|
1303
1352
|
icon: "fa-fw fa fa-list-alt"
|
|
1304
1353
|
}
|
|
1305
1354
|
};
|
|
1306
|
-
var AmisProvider = __assign(__assign({}, config$
|
|
1355
|
+
var AmisProvider = __assign(__assign({}, config$g), { snippets: [
|
|
1307
1356
|
{
|
|
1308
|
-
title: config$
|
|
1357
|
+
title: config$g.title,
|
|
1309
1358
|
screenshot: "",
|
|
1310
1359
|
schema: {
|
|
1311
|
-
componentName: config$
|
|
1312
|
-
props: config$
|
|
1360
|
+
componentName: config$g.componentName,
|
|
1361
|
+
props: config$g.preview
|
|
1313
1362
|
}
|
|
1314
1363
|
}
|
|
1315
1364
|
], amis: {
|
|
1316
1365
|
render: {
|
|
1317
|
-
type: config$
|
|
1366
|
+
type: config$g.amis.name,
|
|
1318
1367
|
usage: "renderer",
|
|
1319
1368
|
weight: 1,
|
|
1320
1369
|
framework: "react"
|
|
1321
1370
|
},
|
|
1322
1371
|
plugin_disabled: {
|
|
1323
|
-
rendererName: config$
|
|
1372
|
+
rendererName: config$g.amis.name,
|
|
1324
1373
|
$schema: '/schemas/UnkownSchema.json',
|
|
1325
|
-
name: config$
|
|
1326
|
-
description: config$
|
|
1327
|
-
tags: [config$
|
|
1374
|
+
name: config$g.title,
|
|
1375
|
+
description: config$g.title,
|
|
1376
|
+
tags: [config$g.group],
|
|
1328
1377
|
order: -9999,
|
|
1329
|
-
icon: config$
|
|
1378
|
+
icon: config$g.amis.icon,
|
|
1330
1379
|
scaffold: {
|
|
1331
|
-
type: config$
|
|
1332
|
-
label: config$
|
|
1380
|
+
type: config$g.amis.name,
|
|
1381
|
+
label: config$g.title,
|
|
1333
1382
|
body: [], // 容器类字段
|
|
1334
1383
|
},
|
|
1335
1384
|
// 容器类组件必需字段
|
|
@@ -1340,7 +1389,7 @@
|
|
|
1340
1389
|
},
|
|
1341
1390
|
],
|
|
1342
1391
|
previewSchema: {
|
|
1343
|
-
type: config$
|
|
1392
|
+
type: config$g.amis.name,
|
|
1344
1393
|
},
|
|
1345
1394
|
panelTitle: "设置",
|
|
1346
1395
|
panelControls: []
|
|
@@ -1354,7 +1403,7 @@
|
|
|
1354
1403
|
* @LastEditTime: 2022-12-26 11:26:17
|
|
1355
1404
|
* @Description:
|
|
1356
1405
|
*/
|
|
1357
|
-
var config$
|
|
1406
|
+
var config$f = {
|
|
1358
1407
|
// componentType: 'amisSchema',
|
|
1359
1408
|
group: "华炎魔方",
|
|
1360
1409
|
componentName: "AmisObjectFieldLookup",
|
|
@@ -1378,18 +1427,18 @@
|
|
|
1378
1427
|
icon: "fa-fw fa fa-list-alt"
|
|
1379
1428
|
}
|
|
1380
1429
|
};
|
|
1381
|
-
var AmisObjectFieldLookup = __assign(__assign({}, config$
|
|
1430
|
+
var AmisObjectFieldLookup = __assign(__assign({}, config$f), { snippets: [
|
|
1382
1431
|
{
|
|
1383
|
-
title: config$
|
|
1432
|
+
title: config$f.title,
|
|
1384
1433
|
screenshot: "",
|
|
1385
1434
|
schema: {
|
|
1386
|
-
componentName: config$
|
|
1387
|
-
props: config$
|
|
1435
|
+
componentName: config$f.componentName,
|
|
1436
|
+
props: config$f.preview
|
|
1388
1437
|
}
|
|
1389
1438
|
}
|
|
1390
1439
|
], amis: {
|
|
1391
1440
|
render: {
|
|
1392
|
-
type: config$
|
|
1441
|
+
type: config$f.amis.name,
|
|
1393
1442
|
usage: "formitem",
|
|
1394
1443
|
weight: 1,
|
|
1395
1444
|
framework: "react"
|
|
@@ -1422,10 +1471,10 @@
|
|
|
1422
1471
|
* @Author: baozhoutao@steedos.com
|
|
1423
1472
|
* @Date: 2022-10-11 09:39:38
|
|
1424
1473
|
* @LastEditors: baozhoutao@steedos.com
|
|
1425
|
-
* @LastEditTime:
|
|
1474
|
+
* @LastEditTime: 2023-02-04 12:04:41
|
|
1426
1475
|
* @Description:
|
|
1427
1476
|
*/
|
|
1428
|
-
var config$
|
|
1477
|
+
var config$e = {
|
|
1429
1478
|
// componentType: 'amisSchema',
|
|
1430
1479
|
group: "华炎魔方",
|
|
1431
1480
|
componentName: "AmisObjectButton",
|
|
@@ -1449,18 +1498,18 @@
|
|
|
1449
1498
|
icon: "fa-fw fa fa-list-alt"
|
|
1450
1499
|
}
|
|
1451
1500
|
};
|
|
1452
|
-
var AmisObjectButton = __assign(__assign({}, config$
|
|
1501
|
+
var AmisObjectButton = __assign(__assign({}, config$e), { snippets: [
|
|
1453
1502
|
{
|
|
1454
|
-
title: config$
|
|
1503
|
+
title: config$e.title,
|
|
1455
1504
|
screenshot: "",
|
|
1456
1505
|
schema: {
|
|
1457
|
-
componentName: config$
|
|
1458
|
-
props: config$
|
|
1506
|
+
componentName: config$e.componentName,
|
|
1507
|
+
props: config$e.preview
|
|
1459
1508
|
}
|
|
1460
1509
|
}
|
|
1461
1510
|
], amis: {
|
|
1462
1511
|
render: {
|
|
1463
|
-
type: config$
|
|
1512
|
+
type: config$e.amis.name,
|
|
1464
1513
|
usage: "renderer",
|
|
1465
1514
|
weight: 1,
|
|
1466
1515
|
framework: "react"
|
|
@@ -1496,7 +1545,7 @@
|
|
|
1496
1545
|
* @LastEditTime: 2022-11-14 10:09:25
|
|
1497
1546
|
* @Description:
|
|
1498
1547
|
*/
|
|
1499
|
-
var config$
|
|
1548
|
+
var config$d = {
|
|
1500
1549
|
// componentType: 'amisSchema',
|
|
1501
1550
|
group: "华炎魔方",
|
|
1502
1551
|
componentName: "SteedosDropdownButton",
|
|
@@ -1520,18 +1569,18 @@
|
|
|
1520
1569
|
icon: "fa-fw fa fa-list-alt"
|
|
1521
1570
|
}
|
|
1522
1571
|
};
|
|
1523
|
-
var SteedosDropdownButton = __assign(__assign({}, config$
|
|
1572
|
+
var SteedosDropdownButton = __assign(__assign({}, config$d), { snippets: [
|
|
1524
1573
|
{
|
|
1525
|
-
title: config$
|
|
1574
|
+
title: config$d.title,
|
|
1526
1575
|
screenshot: "",
|
|
1527
1576
|
schema: {
|
|
1528
|
-
componentName: config$
|
|
1529
|
-
props: config$
|
|
1577
|
+
componentName: config$d.componentName,
|
|
1578
|
+
props: config$d.preview
|
|
1530
1579
|
}
|
|
1531
1580
|
}
|
|
1532
1581
|
], amis: {
|
|
1533
1582
|
render: {
|
|
1534
|
-
type: config$
|
|
1583
|
+
type: config$d.amis.name,
|
|
1535
1584
|
usage: "renderer",
|
|
1536
1585
|
weight: 1,
|
|
1537
1586
|
framework: "react"
|
|
@@ -1567,7 +1616,7 @@
|
|
|
1567
1616
|
* @LastEditTime: 2022-12-13 12:04:13
|
|
1568
1617
|
* @Description:
|
|
1569
1618
|
*/
|
|
1570
|
-
var config$
|
|
1619
|
+
var config$c = {
|
|
1571
1620
|
componentType: 'amisSchema',
|
|
1572
1621
|
group: "华炎魔方",
|
|
1573
1622
|
componentName: "AmisAppLauncher",
|
|
@@ -1591,39 +1640,39 @@
|
|
|
1591
1640
|
icon: "fa-fw fa fa-list-alt"
|
|
1592
1641
|
}
|
|
1593
1642
|
};
|
|
1594
|
-
var AmisAppLauncher = __assign(__assign({}, config$
|
|
1643
|
+
var AmisAppLauncher = __assign(__assign({}, config$c), { snippets: [
|
|
1595
1644
|
{
|
|
1596
|
-
title: config$
|
|
1645
|
+
title: config$c.title,
|
|
1597
1646
|
screenshot: "",
|
|
1598
1647
|
schema: {
|
|
1599
|
-
componentName: config$
|
|
1600
|
-
props: config$
|
|
1648
|
+
componentName: config$c.componentName,
|
|
1649
|
+
props: config$c.preview
|
|
1601
1650
|
}
|
|
1602
1651
|
}
|
|
1603
1652
|
], amis: {
|
|
1604
1653
|
render: {
|
|
1605
|
-
type: config$
|
|
1654
|
+
type: config$c.amis.name,
|
|
1606
1655
|
usage: "renderer",
|
|
1607
1656
|
weight: 1,
|
|
1608
1657
|
framework: "react"
|
|
1609
1658
|
},
|
|
1610
1659
|
plugin_disabled: {
|
|
1611
|
-
rendererName: config$
|
|
1660
|
+
rendererName: config$c.amis.name,
|
|
1612
1661
|
$schema: '/schemas/UnkownSchema.json',
|
|
1613
|
-
name: config$
|
|
1614
|
-
description: config$
|
|
1615
|
-
tags: [config$
|
|
1662
|
+
name: config$c.title,
|
|
1663
|
+
description: config$c.title,
|
|
1664
|
+
tags: [config$c.group],
|
|
1616
1665
|
order: -9999,
|
|
1617
|
-
icon: config$
|
|
1666
|
+
icon: config$c.amis.icon,
|
|
1618
1667
|
scaffold: {
|
|
1619
|
-
type: config$
|
|
1620
|
-
label: config$
|
|
1668
|
+
type: config$c.amis.name,
|
|
1669
|
+
label: config$c.title,
|
|
1621
1670
|
name: 'board',
|
|
1622
1671
|
columns: 1,
|
|
1623
1672
|
vertical: false
|
|
1624
1673
|
},
|
|
1625
1674
|
previewSchema: {
|
|
1626
|
-
type: config$
|
|
1675
|
+
type: config$c.amis.name,
|
|
1627
1676
|
},
|
|
1628
1677
|
panelTitle: "设置",
|
|
1629
1678
|
panelControls: []
|
|
@@ -1637,7 +1686,7 @@
|
|
|
1637
1686
|
* @LastEditTime: 2022-12-13 12:08:37
|
|
1638
1687
|
* @Description:
|
|
1639
1688
|
*/
|
|
1640
|
-
var config$
|
|
1689
|
+
var config$b = {
|
|
1641
1690
|
componentType: 'amisSchema',
|
|
1642
1691
|
group: "华炎魔方",
|
|
1643
1692
|
componentName: "AmisLogo",
|
|
@@ -1661,39 +1710,39 @@
|
|
|
1661
1710
|
icon: "fa-fw fa fa-list-alt"
|
|
1662
1711
|
}
|
|
1663
1712
|
};
|
|
1664
|
-
var AmisLogo = __assign(__assign({}, config$
|
|
1713
|
+
var AmisLogo = __assign(__assign({}, config$b), { snippets: [
|
|
1665
1714
|
{
|
|
1666
|
-
title: config$
|
|
1715
|
+
title: config$b.title,
|
|
1667
1716
|
screenshot: "",
|
|
1668
1717
|
schema: {
|
|
1669
|
-
componentName: config$
|
|
1670
|
-
props: config$
|
|
1718
|
+
componentName: config$b.componentName,
|
|
1719
|
+
props: config$b.preview
|
|
1671
1720
|
}
|
|
1672
1721
|
}
|
|
1673
1722
|
], amis: {
|
|
1674
1723
|
render: {
|
|
1675
|
-
type: config$
|
|
1724
|
+
type: config$b.amis.name,
|
|
1676
1725
|
usage: "renderer",
|
|
1677
1726
|
weight: 1,
|
|
1678
1727
|
framework: "react"
|
|
1679
1728
|
},
|
|
1680
1729
|
plugin_disabled: {
|
|
1681
|
-
rendererName: config$
|
|
1730
|
+
rendererName: config$b.amis.name,
|
|
1682
1731
|
$schema: '/schemas/UnkownSchema.json',
|
|
1683
|
-
name: config$
|
|
1684
|
-
description: config$
|
|
1685
|
-
tags: [config$
|
|
1732
|
+
name: config$b.title,
|
|
1733
|
+
description: config$b.title,
|
|
1734
|
+
tags: [config$b.group],
|
|
1686
1735
|
order: -9999,
|
|
1687
|
-
icon: config$
|
|
1736
|
+
icon: config$b.amis.icon,
|
|
1688
1737
|
scaffold: {
|
|
1689
|
-
type: config$
|
|
1690
|
-
label: config$
|
|
1738
|
+
type: config$b.amis.name,
|
|
1739
|
+
label: config$b.title,
|
|
1691
1740
|
name: 'board',
|
|
1692
1741
|
columns: 1,
|
|
1693
1742
|
vertical: false
|
|
1694
1743
|
},
|
|
1695
1744
|
previewSchema: {
|
|
1696
|
-
type: config$
|
|
1745
|
+
type: config$b.amis.name,
|
|
1697
1746
|
},
|
|
1698
1747
|
panelTitle: "设置",
|
|
1699
1748
|
panelControls: []
|
|
@@ -1707,7 +1756,7 @@
|
|
|
1707
1756
|
* @LastEditTime: 2022-12-16 14:17:37
|
|
1708
1757
|
* @Description:
|
|
1709
1758
|
*/
|
|
1710
|
-
var config$
|
|
1759
|
+
var config$a = {
|
|
1711
1760
|
componentType: 'amisSchema',
|
|
1712
1761
|
group: "华炎魔方",
|
|
1713
1762
|
componentName: "AmisAppMenu",
|
|
@@ -1738,39 +1787,39 @@
|
|
|
1738
1787
|
icon: "fa-fw fa fa-list-alt"
|
|
1739
1788
|
}
|
|
1740
1789
|
};
|
|
1741
|
-
var AmisAppMenu = __assign(__assign({}, config$
|
|
1790
|
+
var AmisAppMenu = __assign(__assign({}, config$a), { snippets: [
|
|
1742
1791
|
{
|
|
1743
|
-
title: config$
|
|
1792
|
+
title: config$a.title,
|
|
1744
1793
|
screenshot: "",
|
|
1745
1794
|
schema: {
|
|
1746
|
-
componentName: config$
|
|
1747
|
-
props: config$
|
|
1795
|
+
componentName: config$a.componentName,
|
|
1796
|
+
props: config$a.preview
|
|
1748
1797
|
}
|
|
1749
1798
|
}
|
|
1750
1799
|
], amis: {
|
|
1751
1800
|
render: {
|
|
1752
|
-
type: config$
|
|
1801
|
+
type: config$a.amis.name,
|
|
1753
1802
|
usage: "renderer",
|
|
1754
1803
|
weight: 1,
|
|
1755
1804
|
framework: "react"
|
|
1756
1805
|
},
|
|
1757
1806
|
plugin_disabled: {
|
|
1758
|
-
rendererName: config$
|
|
1807
|
+
rendererName: config$a.amis.name,
|
|
1759
1808
|
$schema: '/schemas/UnkownSchema.json',
|
|
1760
|
-
name: config$
|
|
1761
|
-
description: config$
|
|
1762
|
-
tags: [config$
|
|
1809
|
+
name: config$a.title,
|
|
1810
|
+
description: config$a.title,
|
|
1811
|
+
tags: [config$a.group],
|
|
1763
1812
|
order: -9999,
|
|
1764
|
-
icon: config$
|
|
1813
|
+
icon: config$a.amis.icon,
|
|
1765
1814
|
scaffold: {
|
|
1766
|
-
type: config$
|
|
1767
|
-
label: config$
|
|
1815
|
+
type: config$a.amis.name,
|
|
1816
|
+
label: config$a.title,
|
|
1768
1817
|
columns: 1,
|
|
1769
1818
|
vertical: false,
|
|
1770
1819
|
showIcon: true
|
|
1771
1820
|
},
|
|
1772
1821
|
previewSchema: {
|
|
1773
|
-
type: config$
|
|
1822
|
+
type: config$a.amis.name,
|
|
1774
1823
|
},
|
|
1775
1824
|
panelTitle: "设置",
|
|
1776
1825
|
panelControls: [
|
|
@@ -1795,7 +1844,7 @@
|
|
|
1795
1844
|
* @LastEditTime: 2022-12-16 11:10:03
|
|
1796
1845
|
* @Description:
|
|
1797
1846
|
*/
|
|
1798
|
-
var config$
|
|
1847
|
+
var config$9 = {
|
|
1799
1848
|
// componentType: 'amisSchema',
|
|
1800
1849
|
group: "华炎魔方-界面",
|
|
1801
1850
|
componentName: "SteedosIcon",
|
|
@@ -1819,39 +1868,39 @@
|
|
|
1819
1868
|
icon: "fa-fw fa fa-list-alt"
|
|
1820
1869
|
}
|
|
1821
1870
|
};
|
|
1822
|
-
var SteedosIcon = __assign(__assign({}, config$
|
|
1871
|
+
var SteedosIcon = __assign(__assign({}, config$9), { snippets: [
|
|
1823
1872
|
{
|
|
1824
|
-
title: config$
|
|
1873
|
+
title: config$9.title,
|
|
1825
1874
|
screenshot: "",
|
|
1826
1875
|
schema: {
|
|
1827
|
-
componentName: config$
|
|
1828
|
-
props: config$
|
|
1876
|
+
componentName: config$9.componentName,
|
|
1877
|
+
props: config$9.preview
|
|
1829
1878
|
}
|
|
1830
1879
|
}
|
|
1831
1880
|
], amis: {
|
|
1832
1881
|
render: {
|
|
1833
|
-
type: config$
|
|
1882
|
+
type: config$9.amis.name,
|
|
1834
1883
|
usage: "renderer",
|
|
1835
1884
|
weight: 1,
|
|
1836
1885
|
framework: "react"
|
|
1837
1886
|
},
|
|
1838
1887
|
plugin_disabled: {
|
|
1839
|
-
rendererName: config$
|
|
1888
|
+
rendererName: config$9.amis.name,
|
|
1840
1889
|
$schema: '/schemas/UnkownSchema.json',
|
|
1841
|
-
name: config$
|
|
1842
|
-
description: config$
|
|
1843
|
-
tags: [config$
|
|
1890
|
+
name: config$9.title,
|
|
1891
|
+
description: config$9.title,
|
|
1892
|
+
tags: [config$9.group],
|
|
1844
1893
|
order: -9999,
|
|
1845
|
-
icon: config$
|
|
1894
|
+
icon: config$9.amis.icon,
|
|
1846
1895
|
scaffold: {
|
|
1847
|
-
type: config$
|
|
1896
|
+
type: config$9.amis.name,
|
|
1848
1897
|
category: 'standard',
|
|
1849
1898
|
name: 'account',
|
|
1850
1899
|
colorVariant: 'default',
|
|
1851
1900
|
size: 'medium'
|
|
1852
1901
|
},
|
|
1853
1902
|
previewSchema: {
|
|
1854
|
-
type: config$
|
|
1903
|
+
type: config$9.amis.name,
|
|
1855
1904
|
},
|
|
1856
1905
|
panelTitle: "设置",
|
|
1857
1906
|
panelControls: [
|
|
@@ -1946,7 +1995,7 @@
|
|
|
1946
1995
|
* @LastEditTime: 2022-12-16 11:11:32
|
|
1947
1996
|
* @Description:
|
|
1948
1997
|
*/
|
|
1949
|
-
var config$
|
|
1998
|
+
var config$8 = {
|
|
1950
1999
|
// componentType: 'amisSchema',
|
|
1951
2000
|
group: "华炎魔方",
|
|
1952
2001
|
componentName: "SteedosDropdown",
|
|
@@ -1970,32 +2019,32 @@
|
|
|
1970
2019
|
icon: "fa-fw fa fa-list-alt"
|
|
1971
2020
|
}
|
|
1972
2021
|
};
|
|
1973
|
-
var SteedosDropdown = __assign(__assign({}, config$
|
|
2022
|
+
var SteedosDropdown = __assign(__assign({}, config$8), { snippets: [
|
|
1974
2023
|
{
|
|
1975
|
-
title: config$
|
|
2024
|
+
title: config$8.title,
|
|
1976
2025
|
screenshot: "",
|
|
1977
2026
|
schema: {
|
|
1978
|
-
componentName: config$
|
|
1979
|
-
props: config$
|
|
2027
|
+
componentName: config$8.componentName,
|
|
2028
|
+
props: config$8.preview
|
|
1980
2029
|
}
|
|
1981
2030
|
}
|
|
1982
2031
|
], amis: {
|
|
1983
2032
|
render: {
|
|
1984
|
-
type: config$
|
|
2033
|
+
type: config$8.amis.name,
|
|
1985
2034
|
usage: "renderer",
|
|
1986
2035
|
weight: 1,
|
|
1987
2036
|
framework: "react"
|
|
1988
2037
|
},
|
|
1989
2038
|
plugin_disabled: {
|
|
1990
|
-
rendererName: config$
|
|
2039
|
+
rendererName: config$8.amis.name,
|
|
1991
2040
|
$schema: '/schemas/UnkownSchema.json',
|
|
1992
|
-
name: config$
|
|
1993
|
-
description: config$
|
|
1994
|
-
tags: [config$
|
|
2041
|
+
name: config$8.title,
|
|
2042
|
+
description: config$8.title,
|
|
2043
|
+
tags: [config$8.group],
|
|
1995
2044
|
order: -9999,
|
|
1996
|
-
icon: config$
|
|
2045
|
+
icon: config$8.amis.icon,
|
|
1997
2046
|
scaffold: {
|
|
1998
|
-
type: config$
|
|
2047
|
+
type: config$8.amis.name,
|
|
1999
2048
|
placement: 'bottomLeft',
|
|
2000
2049
|
trigger: ['click'],
|
|
2001
2050
|
body: [],
|
|
@@ -2012,7 +2061,7 @@
|
|
|
2012
2061
|
},
|
|
2013
2062
|
],
|
|
2014
2063
|
previewSchema: {
|
|
2015
|
-
type: config$
|
|
2064
|
+
type: config$8.amis.name,
|
|
2016
2065
|
},
|
|
2017
2066
|
panelTitle: "设置",
|
|
2018
2067
|
panelControls: [
|
|
@@ -2060,7 +2109,7 @@
|
|
|
2060
2109
|
* @LastEditTime: 2022-12-16 11:10:51
|
|
2061
2110
|
* @Description:
|
|
2062
2111
|
*/
|
|
2063
|
-
var config$
|
|
2112
|
+
var config$7 = {
|
|
2064
2113
|
// componentType: 'amisSchema',
|
|
2065
2114
|
group: "华炎魔方",
|
|
2066
2115
|
componentName: "FromNow",
|
|
@@ -2084,18 +2133,18 @@
|
|
|
2084
2133
|
icon: "fa-fw fa fa-list-alt"
|
|
2085
2134
|
}
|
|
2086
2135
|
};
|
|
2087
|
-
var FromNow = __assign(__assign({}, config$
|
|
2136
|
+
var FromNow = __assign(__assign({}, config$7), { snippets: [
|
|
2088
2137
|
{
|
|
2089
|
-
title: config$
|
|
2138
|
+
title: config$7.title,
|
|
2090
2139
|
screenshot: "",
|
|
2091
2140
|
schema: {
|
|
2092
|
-
componentName: config$
|
|
2093
|
-
props: config$
|
|
2141
|
+
componentName: config$7.componentName,
|
|
2142
|
+
props: config$7.preview
|
|
2094
2143
|
}
|
|
2095
2144
|
}
|
|
2096
2145
|
], amis: {
|
|
2097
2146
|
render: {
|
|
2098
|
-
type: config$
|
|
2147
|
+
type: config$7.amis.name,
|
|
2099
2148
|
usage: "renderer",
|
|
2100
2149
|
weight: 1,
|
|
2101
2150
|
framework: "react"
|
|
@@ -2133,7 +2182,7 @@
|
|
|
2133
2182
|
* @LastEditTime: 2022-12-14 13:38:52
|
|
2134
2183
|
* @Description:
|
|
2135
2184
|
*/
|
|
2136
|
-
var config$
|
|
2185
|
+
var config$6 = {
|
|
2137
2186
|
componentType: 'amisSchema',
|
|
2138
2187
|
group: "华炎魔方",
|
|
2139
2188
|
componentName: "AmisGlobalHeader",
|
|
@@ -2158,38 +2207,38 @@
|
|
|
2158
2207
|
icon: "fa-fw fa fa-list-alt"
|
|
2159
2208
|
}
|
|
2160
2209
|
};
|
|
2161
|
-
var AmisGlobalHeader = __assign(__assign({}, config$
|
|
2210
|
+
var AmisGlobalHeader = __assign(__assign({}, config$6), { snippets: [
|
|
2162
2211
|
{
|
|
2163
|
-
title: config$
|
|
2212
|
+
title: config$6.title,
|
|
2164
2213
|
screenshot: "",
|
|
2165
2214
|
schema: {
|
|
2166
|
-
componentName: config$
|
|
2167
|
-
props: config$
|
|
2215
|
+
componentName: config$6.componentName,
|
|
2216
|
+
props: config$6.preview
|
|
2168
2217
|
}
|
|
2169
2218
|
}
|
|
2170
2219
|
], amis: {
|
|
2171
2220
|
render: {
|
|
2172
|
-
type: config$
|
|
2221
|
+
type: config$6.amis.name,
|
|
2173
2222
|
usage: "renderer",
|
|
2174
2223
|
weight: 1,
|
|
2175
2224
|
framework: "react"
|
|
2176
2225
|
},
|
|
2177
2226
|
plugin_disabled: {
|
|
2178
|
-
rendererName: config$
|
|
2227
|
+
rendererName: config$6.amis.name,
|
|
2179
2228
|
$schema: '/schemas/UnkownSchema.json',
|
|
2180
|
-
name: config$
|
|
2181
|
-
description: config$
|
|
2182
|
-
tags: [config$
|
|
2229
|
+
name: config$6.title,
|
|
2230
|
+
description: config$6.title,
|
|
2231
|
+
tags: [config$6.group],
|
|
2183
2232
|
order: -9999,
|
|
2184
|
-
icon: config$
|
|
2233
|
+
icon: config$6.amis.icon,
|
|
2185
2234
|
scaffold: {
|
|
2186
|
-
type: config$
|
|
2187
|
-
label: config$
|
|
2235
|
+
type: config$6.amis.name,
|
|
2236
|
+
label: config$6.title,
|
|
2188
2237
|
columns: 1,
|
|
2189
2238
|
vertical: false
|
|
2190
2239
|
},
|
|
2191
2240
|
previewSchema: {
|
|
2192
|
-
type: config$
|
|
2241
|
+
type: config$6.amis.name,
|
|
2193
2242
|
},
|
|
2194
2243
|
panelTitle: "设置",
|
|
2195
2244
|
panelControls: []
|
|
@@ -2203,7 +2252,55 @@
|
|
|
2203
2252
|
* @LastEditTime: 2022-12-16 10:15:58
|
|
2204
2253
|
* @Description:
|
|
2205
2254
|
*/
|
|
2206
|
-
var config$
|
|
2255
|
+
var config$5 = {
|
|
2256
|
+
group: "华炎魔方",
|
|
2257
|
+
componentName: "SteedosLoading",
|
|
2258
|
+
title: "加载中",
|
|
2259
|
+
docUrl: "",
|
|
2260
|
+
screenshot: "",
|
|
2261
|
+
npm: {
|
|
2262
|
+
package: "@steedos-widgets/amis-object",
|
|
2263
|
+
version: "{{version}}",
|
|
2264
|
+
exportName: "SteedosLoading",
|
|
2265
|
+
main: "",
|
|
2266
|
+
destructuring: true,
|
|
2267
|
+
subName: ""
|
|
2268
|
+
},
|
|
2269
|
+
preview: {},
|
|
2270
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2271
|
+
engines: ["amis"],
|
|
2272
|
+
// settings for amis.
|
|
2273
|
+
amis: {
|
|
2274
|
+
name: 'steedos-loading',
|
|
2275
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2276
|
+
}
|
|
2277
|
+
};
|
|
2278
|
+
var SteedosLoading = __assign(__assign({}, config$5), { snippets: [
|
|
2279
|
+
{
|
|
2280
|
+
title: config$5.title,
|
|
2281
|
+
screenshot: "",
|
|
2282
|
+
schema: {
|
|
2283
|
+
componentName: config$5.componentName,
|
|
2284
|
+
props: config$5.preview
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
], amis: {
|
|
2288
|
+
render: {
|
|
2289
|
+
type: config$5.amis.name,
|
|
2290
|
+
usage: "renderer",
|
|
2291
|
+
weight: 1,
|
|
2292
|
+
framework: "react"
|
|
2293
|
+
},
|
|
2294
|
+
} });
|
|
2295
|
+
|
|
2296
|
+
/*
|
|
2297
|
+
* @Author: baozhoutao@steedos.com
|
|
2298
|
+
* @Date: 2022-10-11 09:39:38
|
|
2299
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2300
|
+
* @LastEditTime: 2022-12-16 10:15:58
|
|
2301
|
+
* @Description:
|
|
2302
|
+
*/
|
|
2303
|
+
var config$4 = {
|
|
2207
2304
|
// componentType: 'amisSchema',
|
|
2208
2305
|
group: "华炎魔方",
|
|
2209
2306
|
componentName: "SteedosBadge",
|
|
@@ -2227,32 +2324,32 @@
|
|
|
2227
2324
|
icon: "fa-fw fa fa-list-alt"
|
|
2228
2325
|
}
|
|
2229
2326
|
};
|
|
2230
|
-
var SteedosBadge = __assign(__assign({}, config$
|
|
2327
|
+
var SteedosBadge = __assign(__assign({}, config$4), { snippets: [
|
|
2231
2328
|
{
|
|
2232
|
-
title: config$
|
|
2329
|
+
title: config$4.title,
|
|
2233
2330
|
screenshot: "",
|
|
2234
2331
|
schema: {
|
|
2235
|
-
componentName: config$
|
|
2236
|
-
props: config$
|
|
2332
|
+
componentName: config$4.componentName,
|
|
2333
|
+
props: config$4.preview
|
|
2237
2334
|
}
|
|
2238
2335
|
}
|
|
2239
2336
|
], amis: {
|
|
2240
2337
|
render: {
|
|
2241
|
-
type: config$
|
|
2338
|
+
type: config$4.amis.name,
|
|
2242
2339
|
usage: "renderer",
|
|
2243
2340
|
weight: 1,
|
|
2244
2341
|
framework: "react"
|
|
2245
2342
|
},
|
|
2246
2343
|
plugin_disabled: {
|
|
2247
|
-
rendererName: config$
|
|
2344
|
+
rendererName: config$4.amis.name,
|
|
2248
2345
|
$schema: '/schemas/UnkownSchema.json',
|
|
2249
|
-
name: config$
|
|
2250
|
-
description: config$
|
|
2251
|
-
tags: [config$
|
|
2346
|
+
name: config$4.title,
|
|
2347
|
+
description: config$4.title,
|
|
2348
|
+
tags: [config$4.group],
|
|
2252
2349
|
order: -9999,
|
|
2253
|
-
icon: config$
|
|
2350
|
+
icon: config$4.amis.icon,
|
|
2254
2351
|
scaffold: {
|
|
2255
|
-
type: config$
|
|
2352
|
+
type: config$4.amis.name,
|
|
2256
2353
|
count: 100,
|
|
2257
2354
|
body: [], // 容器类字段
|
|
2258
2355
|
},
|
|
@@ -2263,7 +2360,7 @@
|
|
|
2263
2360
|
}
|
|
2264
2361
|
],
|
|
2265
2362
|
previewSchema: {
|
|
2266
|
-
type: config$
|
|
2363
|
+
type: config$4.amis.name,
|
|
2267
2364
|
},
|
|
2268
2365
|
panelTitle: "设置",
|
|
2269
2366
|
panelControls: [
|
|
@@ -2339,7 +2436,7 @@
|
|
|
2339
2436
|
* @LastEditTime: 2022-12-16 10:12:33
|
|
2340
2437
|
* @Description:
|
|
2341
2438
|
*/
|
|
2342
|
-
var config$
|
|
2439
|
+
var config$3 = {
|
|
2343
2440
|
// componentType: 'amisSchema',
|
|
2344
2441
|
group: "华炎魔方",
|
|
2345
2442
|
componentName: "SteedosBadgeRibbon",
|
|
@@ -2363,32 +2460,32 @@
|
|
|
2363
2460
|
icon: "fa-fw fa fa-list-alt"
|
|
2364
2461
|
}
|
|
2365
2462
|
};
|
|
2366
|
-
var SteedosBadgeRibbon = __assign(__assign({}, config$
|
|
2463
|
+
var SteedosBadgeRibbon = __assign(__assign({}, config$3), { snippets: [
|
|
2367
2464
|
{
|
|
2368
|
-
title: config$
|
|
2465
|
+
title: config$3.title,
|
|
2369
2466
|
screenshot: "",
|
|
2370
2467
|
schema: {
|
|
2371
|
-
componentName: config$
|
|
2372
|
-
props: config$
|
|
2468
|
+
componentName: config$3.componentName,
|
|
2469
|
+
props: config$3.preview
|
|
2373
2470
|
}
|
|
2374
2471
|
}
|
|
2375
2472
|
], amis: {
|
|
2376
2473
|
render: {
|
|
2377
|
-
type: config$
|
|
2474
|
+
type: config$3.amis.name,
|
|
2378
2475
|
usage: "renderer",
|
|
2379
2476
|
weight: 1,
|
|
2380
2477
|
framework: "react"
|
|
2381
2478
|
},
|
|
2382
2479
|
plugin_disabled: {
|
|
2383
|
-
rendererName: config$
|
|
2480
|
+
rendererName: config$3.amis.name,
|
|
2384
2481
|
$schema: '/schemas/UnkownSchema.json',
|
|
2385
|
-
name: config$
|
|
2386
|
-
description: config$
|
|
2387
|
-
tags: [config$
|
|
2482
|
+
name: config$3.title,
|
|
2483
|
+
description: config$3.title,
|
|
2484
|
+
tags: [config$3.group],
|
|
2388
2485
|
order: -9999,
|
|
2389
|
-
icon: config$
|
|
2486
|
+
icon: config$3.amis.icon,
|
|
2390
2487
|
scaffold: {
|
|
2391
|
-
type: config$
|
|
2488
|
+
type: config$3.amis.name,
|
|
2392
2489
|
body: [], // 容器类字段
|
|
2393
2490
|
},
|
|
2394
2491
|
regions: [
|
|
@@ -2398,7 +2495,7 @@
|
|
|
2398
2495
|
}
|
|
2399
2496
|
],
|
|
2400
2497
|
previewSchema: {
|
|
2401
|
-
type: config$
|
|
2498
|
+
type: config$3.amis.name,
|
|
2402
2499
|
},
|
|
2403
2500
|
panelTitle: "设置",
|
|
2404
2501
|
panelControls: [
|
|
@@ -2429,10 +2526,10 @@
|
|
|
2429
2526
|
* @Author: baozhoutao@steedos.com
|
|
2430
2527
|
* @Date: 2022-10-11 09:39:38
|
|
2431
2528
|
* @LastEditors: baozhoutao@steedos.com
|
|
2432
|
-
* @LastEditTime: 2023-
|
|
2529
|
+
* @LastEditTime: 2023-02-07 15:37:59
|
|
2433
2530
|
* @Description:
|
|
2434
2531
|
*/
|
|
2435
|
-
var config$
|
|
2532
|
+
var config$2 = {
|
|
2436
2533
|
componentType: 'amisSchema',
|
|
2437
2534
|
group: "华炎魔方",
|
|
2438
2535
|
componentName: "AmisSteedosField",
|
|
@@ -2456,56 +2553,56 @@
|
|
|
2456
2553
|
icon: "fa-fw fa fa-list-alt"
|
|
2457
2554
|
}
|
|
2458
2555
|
};
|
|
2459
|
-
var AmisSteedosField = __assign(__assign({}, config$
|
|
2556
|
+
var AmisSteedosField = __assign(__assign({}, config$2), { snippets: [
|
|
2460
2557
|
{
|
|
2461
|
-
title: config$
|
|
2558
|
+
title: config$2.title,
|
|
2462
2559
|
screenshot: "",
|
|
2463
2560
|
schema: {
|
|
2464
|
-
componentName: config$
|
|
2465
|
-
props: config$
|
|
2561
|
+
componentName: config$2.componentName,
|
|
2562
|
+
props: config$2.preview
|
|
2466
2563
|
}
|
|
2467
2564
|
}
|
|
2468
2565
|
], amis: {
|
|
2469
2566
|
render: {
|
|
2470
|
-
type: config$
|
|
2567
|
+
type: config$2.amis.name,
|
|
2471
2568
|
usage: "renderer",
|
|
2472
2569
|
weight: 1,
|
|
2473
2570
|
framework: "react"
|
|
2474
2571
|
},
|
|
2475
|
-
plugin: {
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
}
|
|
2572
|
+
// plugin: {
|
|
2573
|
+
// rendererName: config.amis.name,
|
|
2574
|
+
// $schema: '/schemas/UnkownSchema.json',
|
|
2575
|
+
// name: config.title,
|
|
2576
|
+
// description: config.title,
|
|
2577
|
+
// tags: [config.group],
|
|
2578
|
+
// order: -9999,
|
|
2579
|
+
// icon: config.amis.icon,
|
|
2580
|
+
// scaffold: {
|
|
2581
|
+
// type: config.amis.name,
|
|
2582
|
+
// field: {
|
|
2583
|
+
// "type": "lookup",
|
|
2584
|
+
// "label": "Company",
|
|
2585
|
+
// "reference_to": "company"
|
|
2586
|
+
// }
|
|
2587
|
+
// },
|
|
2588
|
+
// previewSchema: {
|
|
2589
|
+
// type: config.amis.name,
|
|
2590
|
+
// field: {
|
|
2591
|
+
// "type": "lookup",
|
|
2592
|
+
// "label": "Company",
|
|
2593
|
+
// "reference_to": "company"
|
|
2594
|
+
// }
|
|
2595
|
+
// },
|
|
2596
|
+
// panelTitle: "设置",
|
|
2597
|
+
// panelControls: [
|
|
2598
|
+
// {
|
|
2599
|
+
// type: "editor",
|
|
2600
|
+
// name: "field",
|
|
2601
|
+
// label: "字段定义",
|
|
2602
|
+
// language: "json"
|
|
2603
|
+
// }
|
|
2604
|
+
// ]
|
|
2605
|
+
// }
|
|
2509
2606
|
} });
|
|
2510
2607
|
|
|
2511
2608
|
/*
|
|
@@ -2515,7 +2612,7 @@
|
|
|
2515
2612
|
* @LastEditTime: 2023-01-14 16:51:23
|
|
2516
2613
|
* @Description:
|
|
2517
2614
|
*/
|
|
2518
|
-
var config = {
|
|
2615
|
+
var config$1 = {
|
|
2519
2616
|
componentType: 'amisSchema',
|
|
2520
2617
|
group: "华炎魔方",
|
|
2521
2618
|
componentName: "AmisSelectFlow",
|
|
@@ -2539,18 +2636,18 @@
|
|
|
2539
2636
|
icon: "fa-fw fa fa-list-alt"
|
|
2540
2637
|
}
|
|
2541
2638
|
};
|
|
2542
|
-
var AmisSelectFlow = __assign(__assign({}, config), { snippets: [
|
|
2639
|
+
var AmisSelectFlow = __assign(__assign({}, config$1), { snippets: [
|
|
2543
2640
|
{
|
|
2544
|
-
title: config.title,
|
|
2641
|
+
title: config$1.title,
|
|
2545
2642
|
screenshot: "",
|
|
2546
2643
|
schema: {
|
|
2547
|
-
componentName: config.componentName,
|
|
2548
|
-
props: config.preview
|
|
2644
|
+
componentName: config$1.componentName,
|
|
2645
|
+
props: config$1.preview
|
|
2549
2646
|
}
|
|
2550
2647
|
}
|
|
2551
2648
|
], amis: {
|
|
2552
2649
|
render: {
|
|
2553
|
-
type: config.amis.name,
|
|
2650
|
+
type: config$1.amis.name,
|
|
2554
2651
|
usage: "renderer",
|
|
2555
2652
|
weight: 1,
|
|
2556
2653
|
framework: "react"
|
|
@@ -2581,11 +2678,82 @@
|
|
|
2581
2678
|
// }
|
|
2582
2679
|
} });
|
|
2583
2680
|
|
|
2681
|
+
/*
|
|
2682
|
+
* @Author: baozhoutao@steedos.com
|
|
2683
|
+
* @Date: 2022-10-11 09:39:38
|
|
2684
|
+
* @LastEditors: baozhoutao@steedos.com
|
|
2685
|
+
* @LastEditTime: 2023-02-09 16:48:59
|
|
2686
|
+
* @Description:
|
|
2687
|
+
*/
|
|
2688
|
+
var config = {
|
|
2689
|
+
componentType: 'amisSchema',
|
|
2690
|
+
group: "华炎魔方",
|
|
2691
|
+
componentName: "AmisInstanceDetail",
|
|
2692
|
+
title: "Instance Detail",
|
|
2693
|
+
docUrl: "",
|
|
2694
|
+
screenshot: "",
|
|
2695
|
+
npm: {
|
|
2696
|
+
package: "@steedos-widgets/amis-object",
|
|
2697
|
+
version: "{{version}}",
|
|
2698
|
+
exportName: "AmisInstanceDetail",
|
|
2699
|
+
main: "",
|
|
2700
|
+
destructuring: true,
|
|
2701
|
+
subName: ""
|
|
2702
|
+
},
|
|
2703
|
+
preview: {},
|
|
2704
|
+
targets: ["steedos__RecordPage", "steedos__AppPage", "steedos__HomePage"],
|
|
2705
|
+
engines: ["amis"],
|
|
2706
|
+
// settings for amis.
|
|
2707
|
+
amis: {
|
|
2708
|
+
name: 'steedos-instance-detail',
|
|
2709
|
+
icon: "fa-fw fa fa-list-alt"
|
|
2710
|
+
}
|
|
2711
|
+
};
|
|
2712
|
+
var AmisInstanceDetail = __assign(__assign({}, config), { snippets: [
|
|
2713
|
+
{
|
|
2714
|
+
title: config.title,
|
|
2715
|
+
screenshot: "",
|
|
2716
|
+
schema: {
|
|
2717
|
+
componentName: config.componentName,
|
|
2718
|
+
props: config.preview
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
], amis: {
|
|
2722
|
+
render: {
|
|
2723
|
+
type: config.amis.name,
|
|
2724
|
+
usage: "renderer",
|
|
2725
|
+
weight: 1,
|
|
2726
|
+
framework: "react"
|
|
2727
|
+
},
|
|
2728
|
+
// plugin: {
|
|
2729
|
+
// rendererName: config.amis.name,
|
|
2730
|
+
// $schema: '/schemas/UnkownSchema.json',
|
|
2731
|
+
// name: config.title,
|
|
2732
|
+
// description: config.title,
|
|
2733
|
+
// tags: [config.group],
|
|
2734
|
+
// order: -9999,
|
|
2735
|
+
// icon: config.amis.icon,
|
|
2736
|
+
// scaffold: {
|
|
2737
|
+
// type: config.amis.name,
|
|
2738
|
+
// label: config.title,
|
|
2739
|
+
// name: 'board',
|
|
2740
|
+
// columns: 1,
|
|
2741
|
+
// vertical: false
|
|
2742
|
+
// },
|
|
2743
|
+
// previewSchema: {
|
|
2744
|
+
// type: config.amis.name,
|
|
2745
|
+
// },
|
|
2746
|
+
// panelTitle: "设置",
|
|
2747
|
+
// panelControls: [
|
|
2748
|
+
// ]
|
|
2749
|
+
// }
|
|
2750
|
+
} });
|
|
2751
|
+
|
|
2584
2752
|
/*
|
|
2585
2753
|
* @Author: baozhoutao@steedos.com
|
|
2586
2754
|
* @Date: 2022-08-31 16:32:35
|
|
2587
2755
|
* @LastEditors: baozhoutao@steedos.com
|
|
2588
|
-
* @LastEditTime: 2023-
|
|
2756
|
+
* @LastEditTime: 2023-02-09 16:51:33
|
|
2589
2757
|
* @Description:
|
|
2590
2758
|
*/
|
|
2591
2759
|
var components = [
|
|
@@ -2612,7 +2780,9 @@
|
|
|
2612
2780
|
SteedosBadge,
|
|
2613
2781
|
SteedosBadgeRibbon,
|
|
2614
2782
|
AmisSteedosField,
|
|
2615
|
-
AmisSelectFlow
|
|
2783
|
+
AmisSelectFlow,
|
|
2784
|
+
AmisInstanceDetail,
|
|
2785
|
+
SteedosLoading
|
|
2616
2786
|
];
|
|
2617
2787
|
var componentList = [
|
|
2618
2788
|
{
|