211 lines
7.8 KiB
TypeScript
211 lines
7.8 KiB
TypeScript
import { ISchema } from '@formily/react';
|
|
import { uid } from '@formily/shared';
|
|
|
|
export const uiSchemaTemplatesSchema: ISchema = {
|
|
type: 'object',
|
|
properties: {
|
|
[uid()]: {
|
|
type: 'void',
|
|
'x-decorator': 'TableBlockProvider',
|
|
'x-decorator-props': {
|
|
collection: 'uiSchemaTemplates',
|
|
resource: 'uiSchemaTemplates',
|
|
action: 'list',
|
|
params: {
|
|
pageSize: 20,
|
|
appends: ['collection'],
|
|
sort: ['-createdAt'],
|
|
},
|
|
rowKey: 'key',
|
|
showIndex: true,
|
|
dragSort: false,
|
|
},
|
|
'x-component': 'CardItem',
|
|
properties: {
|
|
actions: {
|
|
type: 'void',
|
|
'x-component': 'ActionBar',
|
|
'x-component-props': {
|
|
style: {
|
|
marginBottom: 16,
|
|
},
|
|
},
|
|
properties: {
|
|
destroy: {
|
|
title: '{{ t("Delete") }}',
|
|
'x-action': 'destroy',
|
|
'x-component': 'Action',
|
|
'x-designer': 'Action.Designer',
|
|
'x-component-props': {
|
|
icon: 'DeleteOutlined',
|
|
confirm: {
|
|
title: "{{t('Delete record')}}",
|
|
content: "{{t('Are you sure you want to delete it?')}}",
|
|
},
|
|
useProps: '{{ useBulkDestroyActionProps }}',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
[uid()]: {
|
|
type: 'array',
|
|
'x-component': 'TableV2',
|
|
'x-component-props': {
|
|
rowSelection: {
|
|
type: 'checkbox',
|
|
},
|
|
useProps: '{{ useTableBlockProps }}',
|
|
},
|
|
properties: {
|
|
actions: {
|
|
type: 'void',
|
|
title: '{{ t("Actions") }}',
|
|
'x-component': 'TableV2.Column',
|
|
properties: {
|
|
actions: {
|
|
type: 'void',
|
|
'x-decorator': 'DndContext',
|
|
'x-component': 'Space',
|
|
'x-component-props': {
|
|
split: '|',
|
|
},
|
|
properties: {
|
|
view: {
|
|
title: '{{ t("View") }}',
|
|
'x-action': 'view',
|
|
'x-component': 'RecordLink',
|
|
'x-component-props': {
|
|
to: '/admin/block-templates/${record.key}',
|
|
},
|
|
},
|
|
edit: {
|
|
type: 'void',
|
|
title: '{{ t("Edit") }}',
|
|
'x-action': 'update',
|
|
'x-component': 'Action.Link',
|
|
'x-component-props': {
|
|
openMode: 'drawer',
|
|
icon: 'EditOutlined',
|
|
},
|
|
properties: {
|
|
drawer: {
|
|
type: 'void',
|
|
title: '{{ t("Edit record") }}',
|
|
'x-component': 'Action.Container',
|
|
'x-component-props': {
|
|
className: 'nb-action-popup',
|
|
},
|
|
properties: {
|
|
form: {
|
|
type: 'void',
|
|
'x-decorator': 'FormBlockProvider',
|
|
'x-decorator-props': {
|
|
resource: 'uiSchemaTemplates',
|
|
collection: 'uiSchemaTemplates',
|
|
action: 'get',
|
|
useParams: '{{ useParamsFromRecord }}',
|
|
},
|
|
'x-component': 'CardItem',
|
|
properties: {
|
|
[uid()]: {
|
|
type: 'void',
|
|
'x-component': 'FormV2',
|
|
'x-component-props': {
|
|
useProps: '{{ useFormBlockProps }}',
|
|
},
|
|
properties: {
|
|
name: {
|
|
type: 'string',
|
|
'x-component': 'CollectionField',
|
|
'x-decorator': 'FormItem',
|
|
'x-collection-field': 'uiSchemaTemplates.name',
|
|
required: true,
|
|
},
|
|
actions: {
|
|
type: 'void',
|
|
'x-component': 'ActionBar',
|
|
'x-component-props': {
|
|
layout: 'one-column',
|
|
style: {
|
|
marginTop: 24,
|
|
},
|
|
},
|
|
properties: {
|
|
submit: {
|
|
title: 'Submit',
|
|
'x-action': 'submit',
|
|
'x-component': 'Action',
|
|
'x-component-props': {
|
|
type: 'primary',
|
|
htmlType: 'submit',
|
|
useProps: '{{ useUpdateActionProps }}',
|
|
},
|
|
type: 'void',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
destroy: {
|
|
title: '{{ t("Delete") }}',
|
|
'x-action': 'destroy',
|
|
'x-component': 'Action.Link',
|
|
'x-component-props': {
|
|
icon: 'DeleteOutlined',
|
|
confirm: {
|
|
title: "{{t('Delete record')}}",
|
|
content: "{{t('Are you sure you want to delete it?')}}",
|
|
},
|
|
useProps: '{{ useDestroyActionProps }}',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
column1: {
|
|
type: 'void',
|
|
'x-decorator': 'TableV2.Column.Decorator',
|
|
'x-component': 'TableV2.Column',
|
|
properties: {
|
|
name: {
|
|
type: 'string',
|
|
'x-collection-field': 'uiSchemaTemplates.name',
|
|
'x-component': 'CollectionField',
|
|
'x-read-pretty': true,
|
|
'x-component-props': {
|
|
ellipsis: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
column2: {
|
|
type: 'void',
|
|
title: '{{t("Collection display name")}}',
|
|
'x-decorator': 'TableV2.Column.Decorator',
|
|
'x-component': 'TableV2.Column',
|
|
properties: {
|
|
'collection.title': {
|
|
type: 'string',
|
|
'x-collection-field': 'uiSchemaTemplates.collection',
|
|
'x-component': 'Input',
|
|
'x-read-pretty': true,
|
|
'x-component-props': {
|
|
ellipsis: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|