- Vue 3 + TypeScript + Element Plus 前端界面 - Pinia 状态管理 - Vue Router 4 路由管理 - Axios HTTP 客户端 - MSW (Mock Service Worker) 开发环境模拟 - 账户管理界面 (列表、详情、三科目余额展示) - 交易管理界面 (列表、详情) - 对账管理界面 (三账校验) - 完善的 API 客户端封装 - Docker 容器化配置 - Nginx 配置用于生产环境
437 lines
8.7 KiB
JavaScript
437 lines
8.7 KiB
JavaScript
import {
|
|
BREAK,
|
|
BreakingChangeType,
|
|
DEFAULT_DEPRECATION_REASON,
|
|
DangerousChangeType,
|
|
DirectiveLocation,
|
|
ExecutableDefinitionsRule,
|
|
FieldsOnCorrectTypeRule,
|
|
FragmentsOnCompositeTypesRule,
|
|
GRAPHQL_MAX_INT,
|
|
GRAPHQL_MIN_INT,
|
|
GraphQLBoolean,
|
|
GraphQLDeprecatedDirective,
|
|
GraphQLDirective,
|
|
GraphQLEnumType,
|
|
GraphQLError,
|
|
GraphQLFloat,
|
|
GraphQLID,
|
|
GraphQLIncludeDirective,
|
|
GraphQLInputObjectType,
|
|
GraphQLInt,
|
|
GraphQLInterfaceType,
|
|
GraphQLList,
|
|
GraphQLNonNull,
|
|
GraphQLObjectType,
|
|
GraphQLOneOfDirective,
|
|
GraphQLScalarType,
|
|
GraphQLSchema,
|
|
GraphQLSkipDirective,
|
|
GraphQLSpecifiedByDirective,
|
|
GraphQLString,
|
|
GraphQLUnionType,
|
|
Kind,
|
|
KnownArgumentNamesRule,
|
|
KnownDirectivesRule,
|
|
KnownFragmentNamesRule,
|
|
KnownTypeNamesRule,
|
|
Lexer,
|
|
Location,
|
|
LoneAnonymousOperationRule,
|
|
LoneSchemaDefinitionRule,
|
|
MaxIntrospectionDepthRule,
|
|
NoDeprecatedCustomRule,
|
|
NoFragmentCyclesRule,
|
|
NoSchemaIntrospectionCustomRule,
|
|
NoUndefinedVariablesRule,
|
|
NoUnusedFragmentsRule,
|
|
NoUnusedVariablesRule,
|
|
OperationTypeNode,
|
|
OverlappingFieldsCanBeMergedRule,
|
|
PossibleFragmentSpreadsRule,
|
|
PossibleTypeExtensionsRule,
|
|
ProvidedRequiredArgumentsRule,
|
|
ScalarLeafsRule,
|
|
SchemaMetaFieldDef,
|
|
SingleFieldSubscriptionsRule,
|
|
Source,
|
|
Token,
|
|
TokenKind,
|
|
TypeInfo,
|
|
TypeKind,
|
|
TypeMetaFieldDef,
|
|
TypeNameMetaFieldDef,
|
|
UniqueArgumentDefinitionNamesRule,
|
|
UniqueArgumentNamesRule,
|
|
UniqueDirectiveNamesRule,
|
|
UniqueDirectivesPerLocationRule,
|
|
UniqueEnumValueNamesRule,
|
|
UniqueFieldDefinitionNamesRule,
|
|
UniqueFragmentNamesRule,
|
|
UniqueInputFieldNamesRule,
|
|
UniqueOperationNamesRule,
|
|
UniqueOperationTypesRule,
|
|
UniqueTypeNamesRule,
|
|
UniqueVariableNamesRule,
|
|
ValidationContext,
|
|
ValuesOfCorrectTypeRule,
|
|
VariablesAreInputTypesRule,
|
|
VariablesInAllowedPositionRule,
|
|
__Directive,
|
|
__DirectiveLocation,
|
|
__EnumValue,
|
|
__Field,
|
|
__InputValue,
|
|
__Schema,
|
|
__Type,
|
|
__TypeKind,
|
|
assertAbstractType,
|
|
assertCompositeType,
|
|
assertDirective,
|
|
assertEnumType,
|
|
assertEnumValueName,
|
|
assertInputObjectType,
|
|
assertInputType,
|
|
assertInterfaceType,
|
|
assertLeafType,
|
|
assertListType,
|
|
assertName,
|
|
assertNamedType,
|
|
assertNonNullType,
|
|
assertNullableType,
|
|
assertObjectType,
|
|
assertOutputType,
|
|
assertScalarType,
|
|
assertSchema,
|
|
assertType,
|
|
assertUnionType,
|
|
assertValidName,
|
|
assertValidSchema,
|
|
assertWrappingType,
|
|
astFromValue,
|
|
buildASTSchema,
|
|
buildClientSchema,
|
|
buildSchema,
|
|
coerceInputValue,
|
|
concatAST,
|
|
createSourceEventStream,
|
|
defaultFieldResolver,
|
|
defaultTypeResolver,
|
|
doTypesOverlap,
|
|
execute,
|
|
executeSync,
|
|
extendSchema,
|
|
findBreakingChanges,
|
|
findDangerousChanges,
|
|
formatError,
|
|
getArgumentValues,
|
|
getDirectiveValues,
|
|
getEnterLeaveForKind,
|
|
getIntrospectionQuery,
|
|
getLocation,
|
|
getNamedType,
|
|
getNullableType,
|
|
getOperationAST,
|
|
getOperationRootType,
|
|
getVariableValues,
|
|
getVisitFn,
|
|
graphql,
|
|
graphqlSync,
|
|
introspectionFromSchema,
|
|
introspectionTypes,
|
|
isAbstractType,
|
|
isCompositeType,
|
|
isConstValueNode,
|
|
isDefinitionNode,
|
|
isDirective,
|
|
isEnumType,
|
|
isEqualType,
|
|
isExecutableDefinitionNode,
|
|
isInputObjectType,
|
|
isInputType,
|
|
isInterfaceType,
|
|
isIntrospectionType,
|
|
isLeafType,
|
|
isListType,
|
|
isNamedType,
|
|
isNonNullType,
|
|
isNullableType,
|
|
isObjectType,
|
|
isOutputType,
|
|
isRequiredArgument,
|
|
isRequiredInputField,
|
|
isScalarType,
|
|
isSchema,
|
|
isSchemaCoordinateNode,
|
|
isSelectionNode,
|
|
isSpecifiedDirective,
|
|
isSpecifiedScalarType,
|
|
isType,
|
|
isTypeDefinitionNode,
|
|
isTypeExtensionNode,
|
|
isTypeNode,
|
|
isTypeSubTypeOf,
|
|
isTypeSystemDefinitionNode,
|
|
isTypeSystemExtensionNode,
|
|
isUnionType,
|
|
isValidNameError,
|
|
isValueNode,
|
|
isWrappingType,
|
|
lexicographicSortSchema,
|
|
locatedError,
|
|
parse,
|
|
parseConstValue,
|
|
parseSchemaCoordinate,
|
|
parseType,
|
|
parseValue,
|
|
pathToArray,
|
|
print,
|
|
printError,
|
|
printIntrospectionSchema,
|
|
printLocation,
|
|
printSchema,
|
|
printSourceLocation,
|
|
printType,
|
|
recommendedRules,
|
|
resolveASTSchemaCoordinate,
|
|
resolveObjMapThunk,
|
|
resolveReadonlyArrayThunk,
|
|
resolveSchemaCoordinate,
|
|
separateOperations,
|
|
specifiedDirectives,
|
|
specifiedRules,
|
|
specifiedScalarTypes,
|
|
stripIgnoredCharacters,
|
|
subscribe,
|
|
syntaxError,
|
|
typeFromAST,
|
|
validate,
|
|
validateSchema,
|
|
valueFromAST,
|
|
valueFromASTUntyped,
|
|
version,
|
|
versionInfo,
|
|
visit,
|
|
visitInParallel,
|
|
visitWithTypeInfo
|
|
} from "./chunk-ZMZWMYZI.js";
|
|
import "./chunk-DWA4UIM3.js";
|
|
export {
|
|
BREAK,
|
|
BreakingChangeType,
|
|
DEFAULT_DEPRECATION_REASON,
|
|
DangerousChangeType,
|
|
DirectiveLocation,
|
|
ExecutableDefinitionsRule,
|
|
FieldsOnCorrectTypeRule,
|
|
FragmentsOnCompositeTypesRule,
|
|
GRAPHQL_MAX_INT,
|
|
GRAPHQL_MIN_INT,
|
|
GraphQLBoolean,
|
|
GraphQLDeprecatedDirective,
|
|
GraphQLDirective,
|
|
GraphQLEnumType,
|
|
GraphQLError,
|
|
GraphQLFloat,
|
|
GraphQLID,
|
|
GraphQLIncludeDirective,
|
|
GraphQLInputObjectType,
|
|
GraphQLInt,
|
|
GraphQLInterfaceType,
|
|
GraphQLList,
|
|
GraphQLNonNull,
|
|
GraphQLObjectType,
|
|
GraphQLOneOfDirective,
|
|
GraphQLScalarType,
|
|
GraphQLSchema,
|
|
GraphQLSkipDirective,
|
|
GraphQLSpecifiedByDirective,
|
|
GraphQLString,
|
|
GraphQLUnionType,
|
|
Kind,
|
|
KnownArgumentNamesRule,
|
|
KnownDirectivesRule,
|
|
KnownFragmentNamesRule,
|
|
KnownTypeNamesRule,
|
|
Lexer,
|
|
Location,
|
|
LoneAnonymousOperationRule,
|
|
LoneSchemaDefinitionRule,
|
|
MaxIntrospectionDepthRule,
|
|
NoDeprecatedCustomRule,
|
|
NoFragmentCyclesRule,
|
|
NoSchemaIntrospectionCustomRule,
|
|
NoUndefinedVariablesRule,
|
|
NoUnusedFragmentsRule,
|
|
NoUnusedVariablesRule,
|
|
OperationTypeNode,
|
|
OverlappingFieldsCanBeMergedRule,
|
|
PossibleFragmentSpreadsRule,
|
|
PossibleTypeExtensionsRule,
|
|
ProvidedRequiredArgumentsRule,
|
|
ScalarLeafsRule,
|
|
SchemaMetaFieldDef,
|
|
SingleFieldSubscriptionsRule,
|
|
Source,
|
|
Token,
|
|
TokenKind,
|
|
TypeInfo,
|
|
TypeKind,
|
|
TypeMetaFieldDef,
|
|
TypeNameMetaFieldDef,
|
|
UniqueArgumentDefinitionNamesRule,
|
|
UniqueArgumentNamesRule,
|
|
UniqueDirectiveNamesRule,
|
|
UniqueDirectivesPerLocationRule,
|
|
UniqueEnumValueNamesRule,
|
|
UniqueFieldDefinitionNamesRule,
|
|
UniqueFragmentNamesRule,
|
|
UniqueInputFieldNamesRule,
|
|
UniqueOperationNamesRule,
|
|
UniqueOperationTypesRule,
|
|
UniqueTypeNamesRule,
|
|
UniqueVariableNamesRule,
|
|
ValidationContext,
|
|
ValuesOfCorrectTypeRule,
|
|
VariablesAreInputTypesRule,
|
|
VariablesInAllowedPositionRule,
|
|
__Directive,
|
|
__DirectiveLocation,
|
|
__EnumValue,
|
|
__Field,
|
|
__InputValue,
|
|
__Schema,
|
|
__Type,
|
|
__TypeKind,
|
|
assertAbstractType,
|
|
assertCompositeType,
|
|
assertDirective,
|
|
assertEnumType,
|
|
assertEnumValueName,
|
|
assertInputObjectType,
|
|
assertInputType,
|
|
assertInterfaceType,
|
|
assertLeafType,
|
|
assertListType,
|
|
assertName,
|
|
assertNamedType,
|
|
assertNonNullType,
|
|
assertNullableType,
|
|
assertObjectType,
|
|
assertOutputType,
|
|
assertScalarType,
|
|
assertSchema,
|
|
assertType,
|
|
assertUnionType,
|
|
assertValidName,
|
|
assertValidSchema,
|
|
assertWrappingType,
|
|
astFromValue,
|
|
buildASTSchema,
|
|
buildClientSchema,
|
|
buildSchema,
|
|
coerceInputValue,
|
|
concatAST,
|
|
createSourceEventStream,
|
|
defaultFieldResolver,
|
|
defaultTypeResolver,
|
|
doTypesOverlap,
|
|
execute,
|
|
executeSync,
|
|
extendSchema,
|
|
findBreakingChanges,
|
|
findDangerousChanges,
|
|
formatError,
|
|
getArgumentValues,
|
|
getDirectiveValues,
|
|
getEnterLeaveForKind,
|
|
getIntrospectionQuery,
|
|
getLocation,
|
|
getNamedType,
|
|
getNullableType,
|
|
getOperationAST,
|
|
getOperationRootType,
|
|
getVariableValues,
|
|
getVisitFn,
|
|
graphql,
|
|
graphqlSync,
|
|
introspectionFromSchema,
|
|
introspectionTypes,
|
|
isAbstractType,
|
|
isCompositeType,
|
|
isConstValueNode,
|
|
isDefinitionNode,
|
|
isDirective,
|
|
isEnumType,
|
|
isEqualType,
|
|
isExecutableDefinitionNode,
|
|
isInputObjectType,
|
|
isInputType,
|
|
isInterfaceType,
|
|
isIntrospectionType,
|
|
isLeafType,
|
|
isListType,
|
|
isNamedType,
|
|
isNonNullType,
|
|
isNullableType,
|
|
isObjectType,
|
|
isOutputType,
|
|
isRequiredArgument,
|
|
isRequiredInputField,
|
|
isScalarType,
|
|
isSchema,
|
|
isSchemaCoordinateNode,
|
|
isSelectionNode,
|
|
isSpecifiedDirective,
|
|
isSpecifiedScalarType,
|
|
isType,
|
|
isTypeDefinitionNode,
|
|
isTypeExtensionNode,
|
|
isTypeNode,
|
|
isTypeSubTypeOf,
|
|
isTypeSystemDefinitionNode,
|
|
isTypeSystemExtensionNode,
|
|
isUnionType,
|
|
isValidNameError,
|
|
isValueNode,
|
|
isWrappingType,
|
|
lexicographicSortSchema,
|
|
locatedError,
|
|
parse,
|
|
parseConstValue,
|
|
parseSchemaCoordinate,
|
|
parseType,
|
|
parseValue,
|
|
print,
|
|
printError,
|
|
printIntrospectionSchema,
|
|
printLocation,
|
|
printSchema,
|
|
printSourceLocation,
|
|
printType,
|
|
recommendedRules,
|
|
resolveASTSchemaCoordinate,
|
|
resolveObjMapThunk,
|
|
resolveReadonlyArrayThunk,
|
|
resolveSchemaCoordinate,
|
|
pathToArray as responsePathAsArray,
|
|
separateOperations,
|
|
specifiedDirectives,
|
|
specifiedRules,
|
|
specifiedScalarTypes,
|
|
stripIgnoredCharacters,
|
|
subscribe,
|
|
syntaxError,
|
|
typeFromAST,
|
|
validate,
|
|
validateSchema,
|
|
valueFromAST,
|
|
valueFromASTUntyped,
|
|
version,
|
|
versionInfo,
|
|
visit,
|
|
visitInParallel,
|
|
visitWithTypeInfo
|
|
};
|
|
//# sourceMappingURL=graphql-55Y3X5ZY.js.map
|