parent
4c6ff2bccf
commit
23af650435
@ -2,4 +2,5 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
cp -r /app/packages/core/app/dist/client/* /app/public/
|
cp -r /app/packages/core/app/dist/client/* /app/public/
|
||||||
|
pnpm tachybase upgrade -S
|
||||||
pnpm start --quickstart
|
pnpm start --quickstart
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
import { Field } from '@tachybase/schema';
|
|
||||||
import { evaluators } from '@tachybase/evaluators/client';
|
import { evaluators } from '@tachybase/evaluators/client';
|
||||||
|
import { Field } from '@tachybase/schema';
|
||||||
import { uid } from '@tachybase/utils/client';
|
import { uid } from '@tachybase/utils/client';
|
||||||
|
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
import { ActionType } from '../../../schema-settings/LinkageRules/type';
|
import { ActionType } from '../../../schema-settings/LinkageRules/type';
|
||||||
import { VariableOption, VariablesContextType } from '../../../variables/types';
|
import { VariableOption, VariablesContextType } from '../../../variables/types';
|
||||||
import { REGEX_OF_VARIABLE } from '../../../variables/utils/isVariable';
|
import { REGEX_OF_VARIABLE } from '../../../variables/utils/isVariable';
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"types": []
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"typeRoots": ["./node_modules/@types"]
|
|
||||||
}
|
|
||||||
}
|
|
@ -4,15 +4,15 @@ import {
|
|||||||
GeneralField,
|
GeneralField,
|
||||||
IExchangeArrayStateProps,
|
IExchangeArrayStateProps,
|
||||||
INodePatch,
|
INodePatch,
|
||||||
ISpliceArrayStateProps,
|
|
||||||
LifeCycleTypes,
|
|
||||||
isArrayField,
|
isArrayField,
|
||||||
isDataField,
|
isDataField,
|
||||||
|
ISpliceArrayStateProps,
|
||||||
isVoidField,
|
isVoidField,
|
||||||
|
LifeCycleTypes,
|
||||||
} from '@formily/core';
|
} from '@formily/core';
|
||||||
import { batch } from '@formily/reactive';
|
import { batch } from '@formily/reactive';
|
||||||
import { unstable_useCompatEffect } from '@formily/reactive-react';
|
import { unstable_useCompatEffect } from '@formily/reactive-react';
|
||||||
import { FormPath, each, isNumberLike } from '@formily/shared';
|
import { each, FormPath, isNumberLike } from '@formily/shared';
|
||||||
|
|
||||||
export * from '@formily/core';
|
export * from '@formily/core';
|
||||||
export type { ArrayField, Field, FormPathPattern, GeneralField, ObjectField } from '@formily/core';
|
export type { ArrayField, Field, FormPathPattern, GeneralField, ObjectField } from '@formily/core';
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"types": []
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"typeRoots": ["./node_modules/@types"]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user