extraFile不能显式地取deleteAt
This commit is contained in:
parent
4873de5405
commit
fdb401d469
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import './index.less';
|
import './index.less';
|
||||||
declare const Empty: () => JSX.Element;
|
declare const Empty: () => JSX.Element;
|
||||||
export default Empty;
|
export default Empty;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import './index.less';
|
import './index.less';
|
||||||
declare const Empty: () => JSX.Element;
|
declare const Empty: () => JSX.Element;
|
||||||
export default Empty;
|
export default Empty;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import './index.less';
|
import './index.less';
|
||||||
interface QrCodeProps {
|
interface QrCodeProps {
|
||||||
id?: string;
|
id?: string;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebConfig } from '../../../../general-app-domain/Application/Schema';
|
import { WebConfig } from '../../../../general-app-domain/Application/Schema';
|
||||||
export default function Web(props: {
|
export default function Web(props: {
|
||||||
config: WebConfig;
|
config: WebConfig;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WechatMpConfig } from '../../../../general-app-domain/Application/Schema';
|
import { WechatMpConfig } from '../../../../general-app-domain/Application/Schema';
|
||||||
export default function WechatMp(props: {
|
export default function WechatMp(props: {
|
||||||
config: WechatMpConfig;
|
config: WechatMpConfig;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WechatPublicConfig } from '../../../../general-app-domain/Application/Schema';
|
import { WechatPublicConfig } from '../../../../general-app-domain/Application/Schema';
|
||||||
export default function WechatPublic(props: {
|
export default function WechatPublic(props: {
|
||||||
config: WechatPublicConfig;
|
config: WechatPublicConfig;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { Config } from '../../../../types/Config';
|
import { Config } from '../../../../types/Config';
|
||||||
export default function Account(props: {
|
export default function Account(props: {
|
||||||
account: Required<Config>['Account'];
|
account: Required<Config>['Account'];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { Config } from '../../../../types/Config';
|
import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
cos: Required<Config>['Cos'];
|
cos: Required<Config>['Cos'];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { Config } from '../../../../types/Config';
|
import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
live: Required<Config>['Live'];
|
live: Required<Config>['Live'];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { Config } from '../../../../types/Config';
|
import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
map: Required<Config>['Map'];
|
map: Required<Config>['Map'];
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(): JSX.Element;
|
export default function render(): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ exports.default = OakComponent({
|
||||||
extension: 1,
|
extension: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
entity: 1,
|
entity: 1,
|
||||||
$$deleteAt$$: 1,
|
|
||||||
},
|
},
|
||||||
formData: function (_a) {
|
formData: function (_a) {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { UploadFile } from 'antd';
|
import { UploadFile } from 'antd';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "../../../general-app-domain";
|
import { EntityDict } from "../../../general-app-domain";
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'address', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'address', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'userEntityGrant', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'userEntityGrant', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'address', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'address', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'address', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'address', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'article', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'article', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'article', false, {
|
export default function render(props: WebComponentProps<EntityDict, 'article', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import '@wangeditor/editor/dist/css/style.css';
|
import '@wangeditor/editor/dist/css/style.css';
|
||||||
import { EntityDict } from './../../../general-app-domain';
|
import { EntityDict } from './../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../general-app-domain';
|
import { EntityDict } from '../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'token', false, {
|
export default function render(props: WebComponentProps<EntityDict, 'token', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'mobile', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'mobile', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'area', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'area', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'token', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'token', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'user', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'user', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(): JSX.Element;
|
export default function render(): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(): JSX.Element;
|
export default function render(): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'userEntityGrant', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'userEntityGrant', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', true, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'mobile', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'mobile', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'userEntityGrant', false, {
|
export default function render(props: WebComponentProps<EntityDict, 'userEntityGrant', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../../general-app-domain';
|
import { EntityDict } from '../../../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../../general-app-domain';
|
import { EntityDict } from '../../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/// <reference types="react" />
|
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '../../../general-app-domain';
|
import { EntityDict } from '../../../general-app-domain';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
/// <reference types="react" />
|
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ export default OakComponent({
|
||||||
extension: 1,
|
extension: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
entity: 1,
|
entity: 1,
|
||||||
$$deleteAt$$: 1,
|
|
||||||
},
|
},
|
||||||
formData({ data: originalFiles, features }) {
|
formData({ data: originalFiles, features }) {
|
||||||
const application = features.application.getApplication();
|
const application = features.application.getApplication();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue