@rjsf/validator-ata 6.6.1
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/README.md +94 -0
- package/dist/compileSchemaValidators.cjs +110 -0
- package/dist/compileSchemaValidators.cjs.map +7 -0
- package/dist/compileSchemaValidators.esm.js +79 -0
- package/dist/compileSchemaValidators.esm.js.map +7 -0
- package/dist/index.cjs +461 -0
- package/dist/index.cjs.map +7 -0
- package/dist/validator-ata.esm.js +450 -0
- package/dist/validator-ata.esm.js.map +7 -0
- package/dist/validator-ata.umd.js +422 -0
- package/lib/compileSchemaValidators.d.ts +16 -0
- package/lib/compileSchemaValidators.js +21 -0
- package/lib/compileSchemaValidators.js.map +1 -0
- package/lib/compileSchemaValidatorsCode.d.ts +13 -0
- package/lib/compileSchemaValidatorsCode.js +80 -0
- package/lib/compileSchemaValidatorsCode.js.map +1 -0
- package/lib/createAtaInstance.d.ts +27 -0
- package/lib/createAtaInstance.js +68 -0
- package/lib/createAtaInstance.js.map +1 -0
- package/lib/createPrecompiledValidator.d.ts +15 -0
- package/lib/createPrecompiledValidator.js +17 -0
- package/lib/createPrecompiledValidator.js.map +1 -0
- package/lib/customizeValidator.d.ts +8 -0
- package/lib/customizeValidator.js +9 -0
- package/lib/customizeValidator.js.map +1 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +7 -0
- package/lib/index.js.map +1 -0
- package/lib/precompiledValidator.d.ts +89 -0
- package/lib/precompiledValidator.js +107 -0
- package/lib/precompiledValidator.js.map +1 -0
- package/lib/processRawValidationErrors.d.ts +28 -0
- package/lib/processRawValidationErrors.js +137 -0
- package/lib/processRawValidationErrors.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/types.d.ts +63 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/lib/validator.d.ts +85 -0
- package/lib/validator.js +154 -0
- package/lib/validator.js.map +1 -0
- package/package.json +113 -0
- package/src/compileSchemaValidators.ts +30 -0
- package/src/compileSchemaValidatorsCode.ts +92 -0
- package/src/createAtaInstance.ts +81 -0
- package/src/createPrecompiledValidator.ts +29 -0
- package/src/customizeValidator.ts +16 -0
- package/src/index.ts +8 -0
- package/src/precompiledValidator.ts +188 -0
- package/src/processRawValidationErrors.ts +197 -0
- package/src/tsconfig.json +15 -0
- package/src/types.ts +71 -0
- package/src/validator.ts +231 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/typescript/lib/lib.es2025.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/typescript/lib/lib.es2025.collection.d.ts","../../../node_modules/typescript/lib/lib.es2025.float16.d.ts","../../../node_modules/typescript/lib/lib.es2025.intl.d.ts","../../../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../../node_modules/typescript/lib/lib.es2025.promise.d.ts","../../../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/typescript/lib/lib.esnext.date.d.ts","../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/@types/react/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/index.d.ts","../../../node_modules/@types/react/jsx-runtime.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../utils/lib/enums.d.ts","../../utils/lib/jsonschemaaugmentation.d.ts","../../utils/lib/types.d.ts","../../utils/lib/allowadditionalitems.d.ts","../../utils/lib/asnumber.d.ts","../../utils/lib/canexpand.d.ts","../../utils/lib/createerrorhandler.d.ts","../../utils/lib/createschemautils.d.ts","../../utils/lib/datauritoblob.d.ts","../../utils/lib/daterangeoptions.d.ts","../../utils/lib/deepequals.d.ts","../../utils/lib/englishstringtranslator.d.ts","../../utils/lib/enumoptionsdeselectvalue.d.ts","../../utils/lib/enumoptionselectedvalue.d.ts","../../utils/lib/enumoptionsindexforvalue.d.ts","../../utils/lib/enumoptionsisselected.d.ts","../../utils/lib/enumoptionsselectvalue.d.ts","../../utils/lib/enumoptionsvalueforindex.d.ts","../../utils/lib/enumoptionvaluedecoder.d.ts","../../utils/lib/enumoptionvalueencoder.d.ts","../../utils/lib/errorschemabuilder.d.ts","../../utils/lib/findschemadefinition.d.ts","../../utils/lib/getchangedfields.d.ts","../../utils/lib/getdateelementprops.d.ts","../../utils/lib/getdiscriminatorfieldfromschema.d.ts","../../utils/lib/getinputprops.d.ts","../../utils/lib/getoptionmatchingsimplediscriminator.d.ts","../../utils/lib/getoptionvalueformat.d.ts","../../utils/lib/getschematype.d.ts","../../utils/lib/getsubmitbuttonoptions.d.ts","../../utils/lib/gettemplate.d.ts","../../utils/lib/gettestids.d.ts","../../utils/lib/getuioptions.d.ts","../../utils/lib/getwidget.d.ts","../../utils/lib/guesstype.d.ts","../../utils/lib/hashforschema.d.ts","../../utils/lib/haswidget.d.ts","../../utils/lib/idgenerators.d.ts","../../utils/lib/isconstant.d.ts","../../utils/lib/iscustomwidget.d.ts","../../utils/lib/isfixeditems.d.ts","../../utils/lib/isformdataavailable.d.ts","../../utils/lib/isobject.d.ts","../../utils/lib/isrootschema.d.ts","../../utils/lib/labelvalue.d.ts","../../utils/lib/localtoutc.d.ts","../../utils/lib/lookupfromformcontext.d.ts","../../utils/lib/mergedefaultswithformdata.d.ts","../../utils/lib/mergeobjects.d.ts","../../utils/lib/mergeschemas.d.ts","../../utils/lib/namegenerators.d.ts","../../utils/lib/optionslist.d.ts","../../utils/lib/orderproperties.d.ts","../../utils/lib/pad.d.ts","../../utils/lib/parsedatestring.d.ts","../../utils/lib/rangespec.d.ts","../../utils/lib/removeoptionalemptyobjects.d.ts","../../utils/lib/replacestringparameters.d.ts","../../utils/lib/resolveuischema.d.ts","../../utils/lib/schemarequirestruevalue.d.ts","../../utils/lib/shallowequals.d.ts","../../utils/lib/shouldrender.d.ts","../../utils/lib/shouldrenderoptionalfield.d.ts","../../utils/lib/toconstant.d.ts","../../utils/lib/todatestring.d.ts","../../utils/lib/toerrorlist.d.ts","../../utils/lib/toerrorschema.d.ts","../../utils/lib/tofieldpathid.d.ts","../../utils/lib/unwraperrorhandler.d.ts","../../utils/lib/usealtdatewidgetprops.d.ts","../../utils/lib/usedeepcomparememo.d.ts","../../utils/lib/usefilewidgetprops.d.ts","../../utils/lib/utctolocal.d.ts","../../utils/lib/validationdatamerge.d.ts","../../utils/lib/withidrefprefix.d.ts","../../utils/lib/constants.d.ts","../../utils/lib/parser/parservalidator.d.ts","../../utils/lib/parser/schemaparser.d.ts","../../utils/lib/parser/index.d.ts","../../utils/lib/schema/findfieldinschema.d.ts","../../utils/lib/schema/findselectedoptioninxxxof.d.ts","../../utils/lib/schema/getclosestmatchingoption.d.ts","../../utils/lib/schema/getdefaultformstate.d.ts","../../utils/lib/schema/getdisplaylabel.d.ts","../../utils/lib/schema/getfirstmatchingoption.d.ts","../../utils/lib/schema/getfromschema.d.ts","../../utils/lib/schema/isfilesarray.d.ts","../../utils/lib/schema/ismultiselect.d.ts","../../utils/lib/schema/isselect.d.ts","../../utils/lib/schema/omitextradata.d.ts","../../utils/lib/schema/retrieveschema.d.ts","../../utils/lib/schema/sanitizedatafornewschema.d.ts","../../utils/lib/schema/topathschema.d.ts","../../utils/lib/schema/index.d.ts","../../utils/lib/index.d.ts","../../../node_modules/ata-validator/index.d.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/lodash/isobject.d.ts","../src/types.ts","../src/createatainstance.ts","../src/compileschemavalidatorscode.ts","../src/compileschemavalidators.ts","../../../node_modules/@types/lodash/get.d.ts","../src/processrawvalidationerrors.ts","../src/precompiledvalidator.ts","../src/createprecompiledvalidator.ts","../../../node_modules/@types/lodash/clonedeep.d.ts","../src/validator.ts","../src/customizevalidator.ts","../src/index.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/utility.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client-stats.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/h2c-client.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/snapshot-agent.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts"],"fileIdsList":[[219,274,291,292],[203,219,274,291,292],[191,193,194,195,196,197,198,199,200,201,202,203,219,274,291,292],[191,192,194,195,196,197,198,199,200,201,202,203,219,274,291,292],[192,193,194,195,196,197,198,199,200,201,202,203,219,274,291,292],[191,192,193,195,196,197,198,199,200,201,202,203,219,274,291,292],[191,192,193,194,196,197,198,199,200,201,202,203,219,274,291,292],[191,192,193,194,195,197,198,199,200,201,202,203,219,274,291,292],[191,192,193,194,195,196,198,199,200,201,202,203,219,274,291,292],[191,192,193,194,195,196,197,199,200,201,202,203,219,274,291,292],[191,192,193,194,195,196,197,198,200,201,202,203,219,274,291,292],[191,192,193,194,195,196,197,198,199,201,202,203,219,274,291,292],[191,192,193,194,195,196,197,198,199,200,202,203,219,274,291,292],[191,192,193,194,195,196,197,198,199,200,201,203,219,274,291,292],[191,192,193,194,195,196,197,198,199,200,201,202,219,274,291,292],[219,271,272,274,291,292],[219,273,274,291,292],[274,291,292],[219,274,279,291,292,309],[219,274,275,280,285,291,292,294,306,317],[219,274,275,276,285,291,292,294],[219,274,277,291,292,318],[219,274,278,279,286,291,292,295],[219,274,279,291,292,306,314],[219,274,280,282,285,291,292,294],[219,273,274,281,291,292],[219,274,282,283,291,292],[219,274,284,285,291,292],[219,273,274,285,291,292],[219,274,285,286,287,291,292,306,317],[219,274,285,286,287,291,292,301,306,309],[219,266,274,282,285,288,291,292,294,306,317],[219,274,285,286,288,289,291,292,294,306,314,317],[219,274,288,290,291,292,306,314,317],[217,218,219,220,221,222,223,224,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323],[219,274,285,291,292],[219,274,291,292,293,317],[219,274,282,285,291,292,294,306],[219,274,291,292,295],[219,274,291,292,296],[219,273,274,291,292,297],[219,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323],[219,274,291,292,299],[219,274,291,292,300],[219,274,285,291,292,301,302],[219,274,291,292,301,303,318,320],[219,274,286,291,292],[219,274,285,291,292,306,307,309],[219,274,291,292,308,309],[219,274,291,292,306,307],[219,274,291,292,309],[219,274,291,292,310],[219,271,274,291,292,306,311,317],[219,274,285,291,292,312,313],[219,274,291,292,312,313],[219,274,279,291,292,294,306,314],[219,274,291,292,315],[219,274,291,292,294,316],[219,274,288,291,292,300,317],[219,274,279,291,292,318],[219,274,291,292,306,319],[219,274,291,292,293,320],[219,274,291,292,321],[219,274,279,291,292],[219,266,274,291,292],[219,274,291,292,322],[219,266,274,285,287,291,292,297,306,309,317,319,320,322],[219,274,291,292,306,323],[89,90,91,219,274,291,292],[92,219,274,291,292],[219,232,235,238,239,274,291,292,317],[219,235,274,291,292,306,317],[219,235,239,274,291,292,317],[219,274,291,292,306],[219,229,274,291,292],[219,233,274,291,292],[219,231,232,235,274,291,292,317],[219,274,291,292,294,314],[219,274,291,292,324],[219,229,274,291,292,324],[219,231,235,274,291,292,294,317],[219,226,227,228,230,234,274,285,291,292,306,317],[219,235,243,251,274,291,292],[219,227,233,274,291,292],[219,235,260,261,274,291,292],[219,227,230,235,274,291,292,309,317,324],[219,235,274,291,292],[219,231,235,274,291,292,317],[219,226,274,291,292],[219,229,230,231,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,261,262,263,264,265,274,291,292],[219,235,253,256,274,282,291,292],[219,235,243,244,245,274,291,292],[219,233,235,244,246,274,291,292],[219,234,274,291,292],[219,227,229,235,274,291,292],[219,235,239,244,246,274,291,292],[219,239,274,291,292],[219,233,235,238,274,291,292,317],[219,227,231,235,243,274,291,292],[219,235,253,274,291,292],[219,246,274,291,292],[219,229,235,260,274,291,292,309,322,324],[97,219,274,291,292],[95,219,274,291,292],[95,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,173,188,219,274,291,292],[94,96,219,274,291,292],[171,172,219,274,291,292],[97,171,219,274,291,292],[174,175,176,177,178,179,180,181,182,183,184,185,186,187,219,274,291,292],[94,96,97,219,274,291,292],[92,94,95,96,219,274,291,292],[92,93,97,118,219,274,291,292],[93,189,205,207,219,274,286,291,292],[93,189,190,205,206,219,274,291,292],[93,190,204,205,219,274,291,292],[93,189,205,211,219,274,291,292],[93,189,205,214,219,274,291,292],[93,205,212,214,215,219,274,291,292],[93,189,190,205,209,210,219,274,291,292],[93,189,190,205,209,219,274,291,292],[93,190,219,274,291,292],[93,189,190,205,206,210,213,219,274,291,292]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb5b19b86227ace1d29ea4cf81387279d04bb34051e944bc53df69f58914b788","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"87d9d29dbc745f182683f63187bf3d53fd8673e5fca38ad5eaab69798ed29fbc","impliedFormat":1},{"version":"f5977813ad5baf0c16eb027f2474cd8c8adea5d94fb595141ce3478efd8ac7c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},"a40203e6bc858888b3ea2d46d3d4542a905c51640431351d0b9020f0aab69177","1a2bb23e214504eb61baa08c5b191975f4c5f66cfe9bbbc4c4b7671eb345db2b","11c20d5b154991c3e7cb84fd593972685c31ae72d14e1ce4d33d8980b7432958","206c832fa7b9839f1633fd4c86b5e8fc767a9e58a45b25fb64c4ff8468d86d18","a30dfb306a2ecf72e8a0497e613c3d53e66d96882e7c4bff1e1e3e65400c21dd","9c419bf5f23d40b3bee9d8dea3ebbd50d73f2c800762c9d6c070132fe3a08a4f","de1e5a15f584783f22ea3c295f2767be54e2525a93debc3563987af8e243a756","67596dc4cc25fcfb8ca2bf22a427ed021b2e07d085fb95d52e1f566972e22e00","47d5dbecb68fb3f6a00df8bc0d37fcc6003fd164958d40e3e2935faeb055a1ad","07fcf0371ae29011754040dd11f6edebc1d84e3c8000e28897db02e6f4e695a3","48143f0d14b32295ecd99a83bdd509375870b01b52e4e315ea9bd0ba7293d414","9cb36000be372d007170fa6c4b6b24ede195a32d6cfed628f1237c611d12e82e","435ac8d0abf674bd7c6816560504cd4059f8730b27e379bdac3ff4c8af645886","3989a95a2e26ed6dec6adb8b99d153d55f4b29d401242570b7940e20fa036678","528b00740b29ce7cdb8b59b2a95539498eb8bfa439ca81c93f179ecb278b948a","9555a2de8a699449073e5b13aa9abd51fe396c3d81291c28d93635eb429c28f1","9b66252617f77af427c6851a13826a54fa1e68acbdc2981615f0c5758716e6ef","2ccf2c266ae240c15bd416666f6ce0d942627d38989b352281e4e12be08988b8","8b604956e8e6aed259fcfc62ba7c7b007bbfbdded6ffc567fc8a35f835e09d44","b255a7ebbc1ca5e789ed01eb068c641548fb4225a723b09216ab3db1072cf552","b7bc11e45218d057ed8ce2f90cc5b9f161f77d1d99cd7b80e00325a1268ea196","9028dbbd55423214b944316f7e1cce75e71523552a61f13f842f1e708d7a0a7a","0a9532ec3bcb23d9b82628f43cb1388ea359676b49d154ddb34318a3927d5e1b","3141282349fd37b1f0e2417b07390c61d5dd0c05f9777009cc143e2b1d24f6c3","5ec03b9a35e5535fbee86af86dc1a3d7ed3494bc06726a1e256e4a2b76e8372f","5a16a9ec9e1b9f3515427d4ce930926460c0b7d778b9758b4d112ee414dfa4be","7eff0d30a362d0e3dec441510aa4c8167c82e768663af433537665bf2e86c795","819dd93bd9e1b919f90cbc587774de4a50016349e896b2c41ae7df1d05902e05","42187f8e25baa0e670036c616cd58f9c98a46180f1b9f830284ace10fd78b79f","be87e64cc4c22e985ca26a04cf7251a521d882af2c97528bb94db7ddb333400f","dfcaaa670cdcdf92a2f22fbec77a6510c7c382afaf80073bd5de42f7070bdd74","02e185552c09c9a288ccf0b7b03eb713fe19eb1436db1d1478a92a5284e68040","36f4682cb37af183cf76eaabf12ed2c7668b26b4f6e1a54e296e5d0357c7b39f","1f77ae135310e58ba13ad2743ecdc2dcebc6dfae982bb78c9fe29c101df018cc","5aba7acabf5417113f46ace8bfc04311bcc44360d41dfc0424974c845cb06538","748ca4050575e2f5fe208f856001a170ac11be1aec539066d84f87fa66a01155","ba2b0fa6c9e096b8c851b4b29706f353513e37cbb677089deb2071edbcb28ad6","1867d5c25abe60b8fc2aa0f9b5bfe1cdcbe9f97e1e8645b1a99a755a089053f9","5d18133aa0b5de40d795a6e6d68160f8bf3ad839bef9e62a98b5333e6f9020db","c21ca3c1476506f0c930c05aac953ed67e0b3e0793a3222d7db89436d0b12cb5","b8aa0a409faf63071d0ea59838dc1faff9269f77444920ce7cb0077618543a75","a0bb263f337f060c60d374daaf8fecaf0b72068a930a7a14427d09bb995e518a","9f7b823addb701599b70030c7cabd723549fcbf10fd71671d86e281a450e9dd5","68bd76f1f5d21655387678c5e793fd5e38bdf4960dbb449ef7177ab7eab11af7","96e237f27ab92b5d4b386f30d1312c270d95d1684782c3c063ef149b3eeef32f","ad2f328fad1477039b2fb73a8a851ba2bf2bfa77f24f2cc976e4b378e2b87fe2","adbf2fed5b914c2c621078843fb9e99fa6039c36c1b996fd29f895dada3e1b5f","fadc49f432b8e92bc69001fe070f49771e10fd5ca4133c858a596249031c5f21","1bc7442ac7f733d48a1397e9c8e77da2baa57e98971e611427610047621cb34f","4daf8475f5ab0352842502d557256b0f7f760f390318f2ee273c35a43d68db6e","05a36510fe20a65169f48c3e5e6f6dacf5bea2d6d8e2512d92a9344f16863e73","4da585a7875a62ef4859e5bf8c1ec6c42b88a426f92b9ae2db6cf7995e9aebc4","37208e76fd609808109257e4c375bc68cecaf0c20aba4d8c47fef87639c53339","250f85657a04d064d8f0ff02c46e2461e5485576007a06f28cb136411a091c6f","ce5dfa7b9f285de427b1efcbc248172fcf4a2604074643a2f78d957f4940cdf0","f435046b7d807cf50b7922a22ec4f43005e5a4d927bd84502d529b928e85e775","926ad2ab569cdcd7954d875d996a99314d9585aeb748d4afbe1ea5d36c0baf63","20773d48a109f2c3993259683290f8f3b7c04cb1089c98ec1293bc9436689d21","54f21353a4894d7815a846477c76d76e191add07daa7363b1983ba287e173be4","47c3a482e7cb2ea6f2bcf33aa8cc94e5b1829adf321bc1c4ac4b33c99393a14f","0b20accf4e27943958860d16dc3624ca74193f9539bd075919f5493cb948653d","0af338b94acc9357cb1433c2b3060ef49219f36426fe56f362aa10440e570915","86911601a0464f4e6220e1d1e7c0ea83f36527e34d4aa394d0e67f04261cb52c","bd3d33710e6ec8282d2c2d5d61bf2c8421837d688c25cfe8e91fed8ae0e856e3","54bed49040ecf0128488f7cedf1331d002642faa79ec08d484506cad8e66c30d","8023f9430257cc4877b17bf3bcf0dff13f5df5612afb2c46197bd92ef2579d26","f3a5b42795b5286251ef4a888ad5b3d5f615fd9793e05ddfb99e1433286f69ae","d8d5f5edb711aa646fb09754898c60e50dbd9e3abedcf665e1d9e7bf9297c431","ccb93c451a91458b98b54768f5c9849f527ea58cf51e47276869f9b15e4ef9d2","56bc2746802d17c371c6dc89a7e976a0fee41702ca10d773832b172562bd33a4","8bb9b43941fda0ec388a519e80df9bb759ebab41c59579cd9354f324a1ed5f77","122ed7e4ee613248db6b5a83dd5a6a09c312801dac15de53fd7e9bafb8706bc9","2e20c09076f10b8008351c207570c18557b6e1ee27312929acb458044f41178d","90c0c4c256bd70ff286ab347ffc626d6310df9539a655ec68ca30aed5385b377","55b2a51ec0a7a346ce571fb7ddefc1c7e5d9692d07b3759e49e516914a8d7ac7","42b37a0cd7884f0392d1969d2e00fac5d41a08de7d5d614ee2d144d7e90117de","bb1e4a1878d3d933706dea2b389e5cf905c2276f2fe3bb0d0e181524976031b6","5c855bbeaa683bac45fc0b021a3f75d206280551d7d34e8fb19b9ef5456d47de","ec62fdd1681f61b730580696fd04516d41dd94f344d1f9b6f902a39c6c8def98","ad6748185391009b0c4f8029eadbc7cab54ba4ba122e8a6f1bac6c51dade84cb","184ff89493ff7215c3951992d3d5df816e9bfc41a4245bd5860b086828e0a9f1","71b4fc77e9d0254e003adde658e0960c07d3d386a564cfb15685bea5ccb4ae7e","dacd77d5bd8d54c4a2aa4883fb5ee3e70f6efa8aca3973070bd59765320a2ae2","52c92da83186f4157ec50e4f18442e759f8740e290b49dc990ca825bc015fd59","f5e37c523330d37ba6237a471ae7c7d6bbea4dd876939e400b3fbd7dd721da6d","e543709e87f97423752102a2a70b358fdc10c4f8661c588a79ad885f4362c9eb","7cbe5adfda1ed95ec531547208a448cd2e0294ba2e95141644550f3f8ee7e1df","c8774f5a67966dd27b4a29043f9eeeda3364465eb959a8748d994c4e63f88d90","ab7c45fc539ca00303098865c6f88fcab6d933933281bf994d36d7e701df9735","996e6603f838fe6400db6c378de833f96e3fcd2866cfdbcdcd5a64546d6eb16b","68310ecbb1d8adcf2fc5ce2deb4a11a6692f6e0fdd305af1dfa1355b683790a1","ed2b2cbaca2e1c8a19284be58e9263f02447b2ba76964417ba989b24cc05e84d","26a10780a4887671463c4fc52b96658d0ab48857456b0e5c32de5f7d2bef85dc","15b36e22c35c5c64399733eba93067ac39d8a9a74d30bdafe0efa5ecf5101544","a885e3d78812482cee860f05bdd642e40ae371913776419890f53dd076d8f34d",{"version":"c81f6fd8346e5a1fb8f7f121843b2b1e112a2e92ea9ca61274acefb2ff801f06","impliedFormat":1},{"version":"380b919bfa0516118edaf25b99e45f855e7bc3fd75ce4163a1cfe4a666388804","impliedFormat":1},{"version":"40de86ced5175a6ffe84a52abe6ac59ac0efbc604a5975a8c6476c3ddc682ff1","impliedFormat":1},{"version":"fcf79300e5257a23ed3bacaa6861d7c645139c6f7ece134d15e6669447e5e6db","impliedFormat":1},{"version":"187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","impliedFormat":1},{"version":"aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","impliedFormat":1},{"version":"5a0b15210129310cee9fa6af9200714bb4b12af4a04d890e15f34dbea1cf1852","impliedFormat":1},{"version":"0244119dbcbcf34faf3ffdae72dab1e9bc2bc9efc3c477b2240ffa94af3bca56","impliedFormat":1},{"version":"00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","impliedFormat":1},{"version":"a873c50d3e47c21aa09fbe1e2023d9a44efb07cc0cb8c72f418bf301b0771fd3","impliedFormat":1},{"version":"7c14ccd2eaa82619fffc1bfa877eb68a012e9fb723d07ee98db451fadb618906","impliedFormat":1},{"version":"49c36529ee09ea9ce19525af5bb84985ea8e782cb7ee8c493d9e36d027a3d019","impliedFormat":1},{"version":"df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","impliedFormat":1},{"version":"4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","impliedFormat":1},{"version":"08906ca4df290e78211120ae722953b460e978096c01ab2d42a682088fd1203e","impliedFormat":1},{"version":"7bbb8b9257c311d4e8a29f0e969b73f827f7b653b77c55ffb514cec18e1b3476","signature":"70a9690d7b26b6ab25539b48bcec3be5c63c03c8271cb1d63ec6db2ce05a6915"},{"version":"9fbfdc07aff65dbba6923a5e4d2810d6e4cfa2267f914c1868635546b456992d","signature":"5cdea6a9a53a336d7dd5ac107999332ccd73a1d2695d9933c0d52bf32c47b3eb"},{"version":"49840c75683233359c87b0139b1f4c58b5950251719c3af325f941afd1e57b5b","signature":"14e26e1a98ece696395b42e4d895a0335fafc1cbdbbe85e1c9b8d263fc1359de"},{"version":"5ba303a2f47d5ce88106c58a939a138b11d351955d2e5940e2e1e6a93173b84f","signature":"069c461b549c6452e978a038468c6659b421aec6a27d4727dca5e7c2993d01da"},{"version":"8c7bb1d03e5607e5ad3d27f48e53dbe70b61372ea73d75000c9ead7ad2ac0fbd","impliedFormat":1},{"version":"d11557ccf1afad06cac525089fc3655fdd215aeab49c12bf2eca4031cf9481a6","signature":"6a42688f463ded3bd588f23b18be7fc8124367fa039dbc144da2b32e2cef06e1"},{"version":"a0e44d4591b23ec7b03e17790b3cabdd87fbc9ded87dacd49fdfb090118f32ac","signature":"7a92e9fb0aba460d54014b671371ec0d3c5b674938743a65900af10e3faeae02"},{"version":"90c01f283dbe514b5beb81fdbf2d0f3170d54b060b25c6a1a0dc3978e9151f7a","signature":"689d91ae1312b36354307395801e392759723e4385162dfb0e683e3cffe83ae8"},{"version":"a33ea06913b712c529662bee7fd75959781267cf8a307902cc7761307fec0337","impliedFormat":1},{"version":"290e1b191e23db159247382097a2561df0067716a9a721fb4010490be4008fd1","signature":"39af358ce37f26abda9c4faead84079ff8b62f475e608a9a93259b36ddfbee9b"},{"version":"ac605798d4fb6e36b8dffec91d7305da6a8b839cbd0797f58a4c4439b9656004","signature":"673f25399b5e2ae934c8dad9ba9e6e6e7865406988b0dba0da9f7f47378b8320"},{"version":"fefcbb509a04ffb362a51e2a5be5e9edd9282ecb7c08b4d9085d2b3ec80e0861","signature":"aeb015395577a3693062efe4c8e847c98cba1ee1a814cff03a3bd29735618717"},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"f724236417941ea77ec8d38c6b7021f5fb7f8521c7f8c1538e87661f2c6a0774","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"c06b2652ffeb89afd0f1c52c165ced77032f9cd09bc481153fbd6b5504c69494","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"612422d5ba6b4a5c4537f423e9199645468ad80a689801da63ab7edb43f7b835","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc8c6f5322961b56d9906601b20798725df60baeab45ec014fba9f795d5596fd","impliedFormat":1},{"version":"0904660ae854e6d41f6ff25356db1d654436c6305b0f0aa89d1532df0253486e","impliedFormat":1},{"version":"060d305fe4494d8cb2b99d620928d369d1ee55c1645f5e729a2aca07d0f108cb","impliedFormat":1},{"version":"a016b2a26863dd6acb1f18c4ff37363c2b51e27ca7b3374dc6342aff1ddead2d","impliedFormat":1},{"version":"0c50296ee73dae94efc3f0da4936b1146ca6ce2217acfabb44c19c9a33fa30e5","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"0e5974dfff7a97181c7c376545f126b20acf2f1341db7d3fccea4977bf3ce19c","impliedFormat":1},{"version":"c7f977ea78a1b060a30554c1c4ec0e2269c6e305a349ca2ada14931ac27ecc0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"3806cdd6b48ba01a9198134e62a384ec217a98f316d4baef74dd46d62c947a63","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"04bf1aa481d1adfb16d93d76e44ce71c51c8ef68039d849926551199489637f6","impliedFormat":1},{"version":"2c9adcc85574b002c9a6311ff2141055769e0071856ec979d92ff989042b1f1b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8bf3fe89ec8baa335f6370b9fa36308e1bc7a72e2eb2dad1e94f31e27fa28b5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"35390d6fa94bdb432c5d0bcb6547bdd11406c2692a6b90b9e47be2105ea19bd6","impliedFormat":1},{"version":"3910dab597c40e173bf0e0d419d3ce9682c54ebf6ae84849f9b829b1451a17ec","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"486c074a5c0f2254345c0d1c9540380f5463999e42d7e1a159305ea823d3c4b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"8e7c3bed5f19ade8f911677ddc83052e2283e25b0a8654cd89db9079d4b323c7","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"ccf3afaeebbeee4ca9092101e99fd6abd681116b6e5ec23e381bbb1e1f32262c","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"ab7818a9d57a9297b90e456fc68b77f84d74395a9210a3cfa9d87db33aff8b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb08062718a5470cd864c1fae0eb5b3a3adc5bcd05dcf87608d6f60b65eca3f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"3a815b7d1aebc0646b91548eab2fc19dada09ff255d04c71ced00bbd3058c8eb","impliedFormat":1},{"version":"255d948f87f24ffd57bcb2fdf95792fd418a2e1f712a98cf2cce88744d75085c","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"836b36913830645ac3b28fe33731aac3fdb3524ee8adbb4cdab9a5c189f41943","affectsGlobalScope":true,"impliedFormat":1},{"version":"bfd3b3c21a56104693183942e221c1896ee23bcb8f8d91ab0b941f7b32985411","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1}],"root":[[205,208],[210,212],[214,216]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"composite":true,"declaration":true,"esModuleInterop":true,"importHelpers":false,"jsx":4,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":5},"referencedMap":[[94,1],[213,2],[192,3],[193,4],[191,5],[194,6],[195,7],[196,8],[197,9],[198,10],[199,11],[200,12],[201,13],[202,14],[209,2],[203,15],[204,2],[271,16],[272,16],[273,17],[219,18],[274,19],[275,20],[276,21],[217,1],[277,22],[278,23],[279,24],[280,25],[281,26],[282,27],[283,27],[284,28],[285,29],[286,30],[287,31],[220,1],[218,1],[288,32],[289,33],[290,34],[324,35],[291,36],[292,1],[293,37],[294,38],[295,39],[296,40],[297,41],[298,42],[299,43],[300,44],[301,45],[302,45],[303,46],[304,1],[305,47],[306,48],[308,49],[307,50],[309,51],[310,52],[311,53],[312,54],[313,55],[314,56],[315,57],[316,58],[317,59],[318,60],[319,61],[320,62],[321,63],[221,1],[222,64],[223,1],[224,1],[267,65],[268,66],[269,1],[270,51],[322,67],[323,68],[91,1],[89,1],[92,69],[93,70],[190,1],[225,1],[90,1],[87,1],[88,1],[14,1],[16,1],[15,1],[2,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[24,1],[3,1],[25,1],[26,1],[4,1],[27,1],[31,1],[28,1],[29,1],[30,1],[32,1],[33,1],[34,1],[5,1],[35,1],[36,1],[37,1],[38,1],[6,1],[42,1],[39,1],[40,1],[41,1],[43,1],[7,1],[44,1],[49,1],[50,1],[45,1],[46,1],[47,1],[48,1],[8,1],[54,1],[51,1],[52,1],[53,1],[55,1],[9,1],[56,1],[57,1],[58,1],[60,1],[59,1],[61,1],[62,1],[10,1],[63,1],[64,1],[65,1],[11,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[12,1],[72,1],[73,1],[74,1],[75,1],[76,1],[1,1],[77,1],[78,1],[13,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[243,71],[255,72],[241,73],[256,74],[265,75],[232,76],[233,77],[231,78],[264,79],[259,80],[263,81],[235,82],[252,83],[234,84],[262,85],[229,86],[230,80],[236,87],[237,1],[242,88],[240,87],[227,89],[266,90],[257,91],[246,92],[245,87],[247,93],[250,94],[244,95],[248,96],[260,79],[238,97],[239,98],[251,99],[228,74],[254,100],[253,87],[249,101],[258,1],[226,1],[261,102],[98,103],[99,1],[100,103],[170,1],[101,103],[102,103],[103,1],[104,103],[105,1],[106,104],[107,103],[108,103],[109,103],[110,103],[111,103],[112,103],[113,103],[114,103],[95,1],[115,103],[116,103],[117,1],[118,103],[119,103],[120,103],[121,103],[122,103],[123,103],[124,103],[125,103],[126,103],[127,103],[128,103],[129,1],[130,103],[131,103],[132,103],[189,105],[133,103],[134,103],[135,103],[136,1],[137,1],[138,103],[96,106],[139,70],[140,1],[141,103],[142,1],[143,103],[144,103],[145,103],[146,103],[147,1],[148,1],[149,103],[173,107],[171,103],[172,108],[150,103],[151,103],[152,1],[153,103],[174,103],[175,103],[176,103],[177,103],[178,103],[179,103],[180,103],[188,109],[181,103],[182,103],[183,103],[184,103],[185,103],[186,103],[187,103],[154,103],[155,1],[156,70],[157,103],[158,110],[159,103],[160,103],[161,103],[162,103],[97,111],[163,103],[164,112],[165,1],[166,1],[167,1],[168,103],[169,103],[208,113],[207,114],[206,115],[212,116],[215,117],[216,118],[211,119],[210,120],[205,121],[214,122]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.3"}
|
package/lib/types.d.ts
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { ValidationError, Validator, ValidatorOptions } from 'ata-validator';
|
|
2
|
+
/** Custom format checker. Receives a string and returns true when the value
|
|
3
|
+
* is considered valid for this format. Mirrors the function shape used by
|
|
4
|
+
* `ata-validator`'s `formats` option.
|
|
5
|
+
*/
|
|
6
|
+
export type AtaFormatChecker = (value: string) => boolean;
|
|
7
|
+
/** Controls which duplicate error filtering is suppressed; see
|
|
8
|
+
* `processRawValidationErrors#filterDuplicateErrors` for the full semantics.
|
|
9
|
+
* Mirrors `@rjsf/validator-ajv8`'s option of the same name.
|
|
10
|
+
*/
|
|
11
|
+
export type SuppressDuplicateFilteringType = 'anyOf' | 'oneOf' | 'all' | 'none';
|
|
12
|
+
/** A function that takes a list of `ata-validator` `ValidationError`s and
|
|
13
|
+
* mutates them in place (or replaces messages) to produce localized output.
|
|
14
|
+
* Same shape as the AJV-validator `Localizer`, except the input type is
|
|
15
|
+
* `ata-validator`'s `ValidationError` rather than ajv's `ErrorObject`.
|
|
16
|
+
*/
|
|
17
|
+
export type Localizer = (errors?: null | ValidationError[]) => void;
|
|
18
|
+
/** Options used to customize the underlying `ata-validator` instance.
|
|
19
|
+
*
|
|
20
|
+
* The shape mirrors `@rjsf/validator-ajv8`'s `CustomValidatorOptionsType`
|
|
21
|
+
* where there is a direct correspondence; AJV-only knobs (`AjvClass`,
|
|
22
|
+
* `ajvFormatOptions`, `ajvOptionsOverrides`) are intentionally omitted
|
|
23
|
+
* because they don't map to ata's API. `extenderFn` is preserved so users
|
|
24
|
+
* can run arbitrary setup against the constructed `Validator`.
|
|
25
|
+
*/
|
|
26
|
+
export interface CustomValidatorOptionsType {
|
|
27
|
+
/** Additional schemas registered for cross-schema `$ref` resolution.
|
|
28
|
+
* Mirrors `ajv.addMetaSchema` / `ajv.addSchema` semantics; ata resolves
|
|
29
|
+
* `$ref` against the registered set.
|
|
30
|
+
*/
|
|
31
|
+
additionalMetaSchemas?: ReadonlyArray<object>;
|
|
32
|
+
/** Custom format checkers. Keys are format names referenced from `format`
|
|
33
|
+
* in the schema. Values are validation functions, RegExps, or pre-anchored
|
|
34
|
+
* regex source strings (compiled into a function for ata).
|
|
35
|
+
*/
|
|
36
|
+
customFormats?: {
|
|
37
|
+
[k: string]: string | RegExp | AtaFormatChecker;
|
|
38
|
+
};
|
|
39
|
+
/** Overrides spread on top of the default `ata-validator` options. Use this
|
|
40
|
+
* to flip `coerceTypes`, `removeAdditional`, `verbose`, or `abortEarly`.
|
|
41
|
+
*/
|
|
42
|
+
ataOptionsOverrides?: ValidatorOptions;
|
|
43
|
+
/** Hook for applying additional setup against a freshly-built `Validator`.
|
|
44
|
+
* Returning a different instance is supported.
|
|
45
|
+
*/
|
|
46
|
+
extenderFn?: (validator: Validator) => Validator;
|
|
47
|
+
/** Suppress duplicate error filtering for the specified keyword(s). See
|
|
48
|
+
* `processRawValidationErrors#filterDuplicateErrors`.
|
|
49
|
+
*/
|
|
50
|
+
suppressDuplicateFiltering?: SuppressDuplicateFilteringType;
|
|
51
|
+
}
|
|
52
|
+
/** The simplified `ValidateFunction` shape produced by ata's compiled
|
|
53
|
+
* standalone modules. Kept for symmetry with the AJV validator package and
|
|
54
|
+
* for the upcoming precompiled-validator support; not consumed by the
|
|
55
|
+
* runtime path in this initial release.
|
|
56
|
+
*/
|
|
57
|
+
export interface CompiledValidateFunction {
|
|
58
|
+
errors?: null | ValidationError[];
|
|
59
|
+
(data: unknown): boolean;
|
|
60
|
+
}
|
|
61
|
+
export type ValidatorFunctions = {
|
|
62
|
+
[key: string]: CompiledValidateFunction;
|
|
63
|
+
};
|
package/lib/types.js
ADDED
package/lib/types.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CustomValidator, ErrorTransformer, FormContextType, RJSFSchema, StrictRJSFSchema, UiSchema, ValidationData, ValidatorType } from '@rjsf/utils';
|
|
2
|
+
import { type RawValidationErrorsType } from './processRawValidationErrors';
|
|
3
|
+
import type { CustomValidatorOptionsType, Localizer, SuppressDuplicateFilteringType } from './types';
|
|
4
|
+
/** `ValidatorType` implementation backed by `ata-validator`.
|
|
5
|
+
*
|
|
6
|
+
* ata is schema-bound (one `Validator` per schema) rather than instance-with-
|
|
7
|
+
* registry like AJV, so this class maintains its own per-schema-id cache and
|
|
8
|
+
* registers cross-schema dependencies through ata's `addSchema` so `$ref`
|
|
9
|
+
* still resolves between schemas RJSF passes in.
|
|
10
|
+
*/
|
|
11
|
+
export default class ATAValidator<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any> implements ValidatorType<T, S, F> {
|
|
12
|
+
/** Stable copy of the constructor options, used when (re)building per-schema
|
|
13
|
+
* `Validator` instances on demand.
|
|
14
|
+
*
|
|
15
|
+
* @private
|
|
16
|
+
*/
|
|
17
|
+
readonly options: CustomValidatorOptionsType;
|
|
18
|
+
/** The Localizer function applied to ata errors before they are returned.
|
|
19
|
+
*
|
|
20
|
+
* @private
|
|
21
|
+
*/
|
|
22
|
+
readonly localizer?: Localizer;
|
|
23
|
+
/** Controls which duplicate error filtering is suppressed; see
|
|
24
|
+
* `processRawValidationErrors#filterDuplicateErrors`.
|
|
25
|
+
*
|
|
26
|
+
* @private
|
|
27
|
+
*/
|
|
28
|
+
readonly suppressDuplicateFiltering?: SuppressDuplicateFilteringType;
|
|
29
|
+
/** Per-schema-id cache of constructed ata `Validator` instances. AJV uses a
|
|
30
|
+
* single instance with a schema registry; ata is schema-bound, so we
|
|
31
|
+
* maintain the registry ourselves.
|
|
32
|
+
*/
|
|
33
|
+
private readonly validators;
|
|
34
|
+
/** Most recent `rootSchema` reference seen by `handleSchemaUpdate`, used as
|
|
35
|
+
* a fast-path to skip a deep-equality check when the same root is passed
|
|
36
|
+
* back-to-back.
|
|
37
|
+
*/
|
|
38
|
+
private lastSeenRootSchema?;
|
|
39
|
+
/** True once a `rootSchema` has been registered in this lifecycle. */
|
|
40
|
+
private hasRegisteredRootSchema;
|
|
41
|
+
constructor(options: CustomValidatorOptionsType, localizer?: Localizer);
|
|
42
|
+
/** Resets the cached validators and root-schema bookkeeping. Mirrors
|
|
43
|
+
* `AJV8Validator#reset` so RJSF's test harness can flush state between runs.
|
|
44
|
+
*/
|
|
45
|
+
reset(): void;
|
|
46
|
+
/** The most recently registered rootSchema, kept so we can pass it to ata's
|
|
47
|
+
* `schemas` constructor option when building validators for sub-schemas.
|
|
48
|
+
* This is how `$ref` to root-level definitions resolves under ata's
|
|
49
|
+
* per-schema model (vs AJV's single-instance registry).
|
|
50
|
+
*/
|
|
51
|
+
private cachedRootSchema?;
|
|
52
|
+
/** Returns a structural copy of `formData` so ata's default-applier
|
|
53
|
+
* (which writes `default` values into the input object during validation)
|
|
54
|
+
* doesn't leak a mutation back to the caller. RJSF probes the same data
|
|
55
|
+
* through `isValid` repeatedly while resolving oneOf/anyOf options, and
|
|
56
|
+
* a mutated probe changes subsequent answers, so the wrapper has to
|
|
57
|
+
* preserve referential purity that AJV provides by default.
|
|
58
|
+
*/
|
|
59
|
+
private cloneForValidation;
|
|
60
|
+
/** Returns the cached ata `Validator` for the given id, or builds and
|
|
61
|
+
* caches a new one. When a rootSchema has been registered via
|
|
62
|
+
* `handleSchemaUpdate`, it is supplied as a sibling schema so `$ref` to
|
|
63
|
+
* the root resolves regardless of which sub-schema is being validated.
|
|
64
|
+
*/
|
|
65
|
+
private getOrBuild;
|
|
66
|
+
/** Runs raw validation against the given schema. Equivalent to
|
|
67
|
+
* `AJV8Validator#rawValidation`: returns ata's error array (already in
|
|
68
|
+
* AJV-compatible shape) plus any compilation error encountered.
|
|
69
|
+
*/
|
|
70
|
+
rawValidation<Result = any>(schema: S, formData?: T): RawValidationErrorsType<Result>;
|
|
71
|
+
/** Validates `formData` and returns RJSF's `ValidationData<T>`. See
|
|
72
|
+
* `processRawValidationErrors` for the shape of the post-processing
|
|
73
|
+
* pipeline (custom validation, transform hook, ui-title resolution).
|
|
74
|
+
*/
|
|
75
|
+
validateFormData(formData: T | undefined, schema: S, customValidate?: CustomValidator<T, S, F>, transformErrors?: ErrorTransformer<T, S, F>, uiSchema?: UiSchema<T, S, F>): ValidationData<T>;
|
|
76
|
+
/** Registers (or refreshes) the rootSchema in the per-schema registry so
|
|
77
|
+
* subsequent `$ref`-resolving validators can see it. Mirrors AJV's
|
|
78
|
+
* `addSchema(rootSchema, rootSchemaId)` flow.
|
|
79
|
+
*/
|
|
80
|
+
handleSchemaUpdate(rootSchema: S): void;
|
|
81
|
+
/** Boolean validation entrypoint. Returns false on validation failure or
|
|
82
|
+
* compilation error. Mirrors `AJV8Validator#isValid` semantics.
|
|
83
|
+
*/
|
|
84
|
+
isValid(schema: S, formData: T | undefined, rootSchema: S): boolean;
|
|
85
|
+
}
|
package/lib/validator.js
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { deepEquals, hashForSchema, ID_KEY, ROOT_SCHEMA_PREFIX, withIdRefPrefix, } from '@rjsf/utils';
|
|
2
|
+
import cloneDeep from 'lodash/cloneDeep';
|
|
3
|
+
import createAtaInstance from './createAtaInstance';
|
|
4
|
+
import processRawValidationErrors from './processRawValidationErrors';
|
|
5
|
+
/** `ValidatorType` implementation backed by `ata-validator`.
|
|
6
|
+
*
|
|
7
|
+
* ata is schema-bound (one `Validator` per schema) rather than instance-with-
|
|
8
|
+
* registry like AJV, so this class maintains its own per-schema-id cache and
|
|
9
|
+
* registers cross-schema dependencies through ata's `addSchema` so `$ref`
|
|
10
|
+
* still resolves between schemas RJSF passes in.
|
|
11
|
+
*/
|
|
12
|
+
export default class ATAValidator {
|
|
13
|
+
constructor(options, localizer) {
|
|
14
|
+
/** Per-schema-id cache of constructed ata `Validator` instances. AJV uses a
|
|
15
|
+
* single instance with a schema registry; ata is schema-bound, so we
|
|
16
|
+
* maintain the registry ourselves.
|
|
17
|
+
*/
|
|
18
|
+
this.validators = new Map();
|
|
19
|
+
/** True once a `rootSchema` has been registered in this lifecycle. */
|
|
20
|
+
this.hasRegisteredRootSchema = false;
|
|
21
|
+
this.options = options;
|
|
22
|
+
this.localizer = localizer;
|
|
23
|
+
this.suppressDuplicateFiltering = options.suppressDuplicateFiltering;
|
|
24
|
+
}
|
|
25
|
+
/** Resets the cached validators and root-schema bookkeeping. Mirrors
|
|
26
|
+
* `AJV8Validator#reset` so RJSF's test harness can flush state between runs.
|
|
27
|
+
*/
|
|
28
|
+
reset() {
|
|
29
|
+
this.validators.clear();
|
|
30
|
+
this.lastSeenRootSchema = undefined;
|
|
31
|
+
this.hasRegisteredRootSchema = false;
|
|
32
|
+
}
|
|
33
|
+
/** Returns a structural copy of `formData` so ata's default-applier
|
|
34
|
+
* (which writes `default` values into the input object during validation)
|
|
35
|
+
* doesn't leak a mutation back to the caller. RJSF probes the same data
|
|
36
|
+
* through `isValid` repeatedly while resolving oneOf/anyOf options, and
|
|
37
|
+
* a mutated probe changes subsequent answers, so the wrapper has to
|
|
38
|
+
* preserve referential purity that AJV provides by default.
|
|
39
|
+
*/
|
|
40
|
+
cloneForValidation(data) {
|
|
41
|
+
if (data === null || typeof data !== 'object') {
|
|
42
|
+
return data;
|
|
43
|
+
}
|
|
44
|
+
if (typeof globalThis.structuredClone === 'function') {
|
|
45
|
+
return globalThis.structuredClone(data);
|
|
46
|
+
}
|
|
47
|
+
return cloneDeep(data);
|
|
48
|
+
}
|
|
49
|
+
/** Returns the cached ata `Validator` for the given id, or builds and
|
|
50
|
+
* caches a new one. When a rootSchema has been registered via
|
|
51
|
+
* `handleSchemaUpdate`, it is supplied as a sibling schema so `$ref` to
|
|
52
|
+
* the root resolves regardless of which sub-schema is being validated.
|
|
53
|
+
*/
|
|
54
|
+
getOrBuild(id, schema) {
|
|
55
|
+
const existing = this.validators.get(id);
|
|
56
|
+
if (existing && deepEquals(existing.schema, schema)) {
|
|
57
|
+
return existing.validator;
|
|
58
|
+
}
|
|
59
|
+
// Pass the rootSchema as a sibling so `$ref` to its definitions resolves.
|
|
60
|
+
// Skip when the schema itself is the root, otherwise ata sees a
|
|
61
|
+
// self-referential addition.
|
|
62
|
+
const siblingRoots = this.cachedRootSchema && this.cachedRootSchema !== schema ? [this.cachedRootSchema] : [];
|
|
63
|
+
const optionsWithSchemas = {
|
|
64
|
+
...this.options,
|
|
65
|
+
ataOptionsOverrides: {
|
|
66
|
+
...(this.options.ataOptionsOverrides || {}),
|
|
67
|
+
...(siblingRoots.length ? { schemas: siblingRoots } : {}),
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
const validator = createAtaInstance(schema, optionsWithSchemas);
|
|
71
|
+
this.validators.set(id, { validator, schema });
|
|
72
|
+
return validator;
|
|
73
|
+
}
|
|
74
|
+
/** Runs raw validation against the given schema. Equivalent to
|
|
75
|
+
* `AJV8Validator#rawValidation`: returns ata's error array (already in
|
|
76
|
+
* AJV-compatible shape) plus any compilation error encountered.
|
|
77
|
+
*/
|
|
78
|
+
rawValidation(schema, formData) {
|
|
79
|
+
var _a;
|
|
80
|
+
let compilationError;
|
|
81
|
+
let errors;
|
|
82
|
+
try {
|
|
83
|
+
const id = (_a = schema[ID_KEY]) !== null && _a !== void 0 ? _a : hashForSchema(schema);
|
|
84
|
+
const validator = this.getOrBuild(id, schema);
|
|
85
|
+
const result = validator.validate(this.cloneForValidation(formData));
|
|
86
|
+
errors = result.valid ? undefined : result.errors;
|
|
87
|
+
if (errors && typeof this.localizer === 'function') {
|
|
88
|
+
// ata freezes `error.params`, so the AJV-validator's pre-quote dance
|
|
89
|
+
// (used to coax `ajv-i18n` into producing quoted property names)
|
|
90
|
+
// can't be applied verbatim. The hook is invoked with the raw
|
|
91
|
+
// ata errors; localizers that mutate `message` in place still work.
|
|
92
|
+
this.localizer(errors);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
catch (err) {
|
|
96
|
+
compilationError = err;
|
|
97
|
+
}
|
|
98
|
+
return {
|
|
99
|
+
errors: errors,
|
|
100
|
+
validationError: compilationError,
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
/** Validates `formData` and returns RJSF's `ValidationData<T>`. See
|
|
104
|
+
* `processRawValidationErrors` for the shape of the post-processing
|
|
105
|
+
* pipeline (custom validation, transform hook, ui-title resolution).
|
|
106
|
+
*/
|
|
107
|
+
validateFormData(formData, schema, customValidate, transformErrors, uiSchema) {
|
|
108
|
+
const rawErrors = this.rawValidation(schema, formData);
|
|
109
|
+
return processRawValidationErrors(this, rawErrors, formData, schema, customValidate, transformErrors, uiSchema, this.suppressDuplicateFiltering);
|
|
110
|
+
}
|
|
111
|
+
/** Registers (or refreshes) the rootSchema in the per-schema registry so
|
|
112
|
+
* subsequent `$ref`-resolving validators can see it. Mirrors AJV's
|
|
113
|
+
* `addSchema(rootSchema, rootSchemaId)` flow.
|
|
114
|
+
*/
|
|
115
|
+
handleSchemaUpdate(rootSchema) {
|
|
116
|
+
var _a;
|
|
117
|
+
if (this.lastSeenRootSchema === rootSchema && this.hasRegisteredRootSchema) {
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
const rootSchemaId = (_a = rootSchema[ID_KEY]) !== null && _a !== void 0 ? _a : ROOT_SCHEMA_PREFIX;
|
|
121
|
+
// Inject $id into a copy of the rootSchema so ata's schema registry can
|
|
122
|
+
// resolve `<rootSchemaId>#/...` refs produced by `withIdRefPrefix`.
|
|
123
|
+
// The original user-supplied schema is left untouched.
|
|
124
|
+
const rootWithId = rootSchema[ID_KEY] === rootSchemaId
|
|
125
|
+
? rootSchema
|
|
126
|
+
: { ...rootSchema, [ID_KEY]: rootSchemaId };
|
|
127
|
+
this.cachedRootSchema = rootWithId;
|
|
128
|
+
const cached = this.validators.get(rootSchemaId);
|
|
129
|
+
if (!cached || !deepEquals(cached.schema, rootWithId)) {
|
|
130
|
+
this.getOrBuild(rootSchemaId, rootWithId);
|
|
131
|
+
}
|
|
132
|
+
this.lastSeenRootSchema = rootSchema;
|
|
133
|
+
this.hasRegisteredRootSchema = true;
|
|
134
|
+
}
|
|
135
|
+
/** Boolean validation entrypoint. Returns false on validation failure or
|
|
136
|
+
* compilation error. Mirrors `AJV8Validator#isValid` semantics.
|
|
137
|
+
*/
|
|
138
|
+
isValid(schema, formData, rootSchema) {
|
|
139
|
+
var _a;
|
|
140
|
+
try {
|
|
141
|
+
this.handleSchemaUpdate(rootSchema);
|
|
142
|
+
const schemaWithIdRefPrefix = withIdRefPrefix(schema);
|
|
143
|
+
const id = (_a = schemaWithIdRefPrefix[ID_KEY]) !== null && _a !== void 0 ? _a : hashForSchema(schemaWithIdRefPrefix);
|
|
144
|
+
const validator = this.getOrBuild(id, schemaWithIdRefPrefix);
|
|
145
|
+
return validator.validate(this.cloneForValidation(formData)).valid;
|
|
146
|
+
}
|
|
147
|
+
catch (e) {
|
|
148
|
+
// eslint-disable-next-line no-console
|
|
149
|
+
console.warn('Error encountered compiling schema:', e);
|
|
150
|
+
return false;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
//# sourceMappingURL=validator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validator.js","sourceRoot":"","sources":["../src/validator.ts"],"names":[],"mappings":"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"}
|
package/package.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rjsf/validator-ata",
|
|
3
|
+
"version": "6.6.1",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "lib/index.js",
|
|
6
|
+
"typings": "lib/index.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"description": "ata-validator based validator for @rjsf/core",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./lib/index.d.ts",
|
|
12
|
+
"require": "./dist/index.cjs",
|
|
13
|
+
"import": "./lib/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./compileSchemaValidators": {
|
|
16
|
+
"types": "./lib/compileSchemaValidators.d.ts",
|
|
17
|
+
"require": "./dist/compileSchemaValidators.cjs",
|
|
18
|
+
"import": "./lib/compileSchemaValidators.js"
|
|
19
|
+
},
|
|
20
|
+
"./lib/compileSchemaValidators": {
|
|
21
|
+
"types": "./lib/compileSchemaValidators.d.ts",
|
|
22
|
+
"require": "./dist/compileSchemaValidators.cjs",
|
|
23
|
+
"import": "./lib/compileSchemaValidators.js"
|
|
24
|
+
},
|
|
25
|
+
"./dist/compileSchemaValidators": {
|
|
26
|
+
"types": "./lib/compileSchemaValidators.d.ts",
|
|
27
|
+
"require": "./dist/compileSchemaValidators.cjs",
|
|
28
|
+
"import": "./lib/compileSchemaValidators.js"
|
|
29
|
+
},
|
|
30
|
+
"./lib": {
|
|
31
|
+
"types": "./lib/index.d.ts",
|
|
32
|
+
"require": "./dist/index.cjs",
|
|
33
|
+
"import": "./lib/index.js"
|
|
34
|
+
},
|
|
35
|
+
"./lib/*.js": {
|
|
36
|
+
"types": "./lib/*.d.ts",
|
|
37
|
+
"require": "./dist/*.cjs",
|
|
38
|
+
"import": "./lib/*.js"
|
|
39
|
+
},
|
|
40
|
+
"./dist": {
|
|
41
|
+
"types": "./lib/index.d.ts",
|
|
42
|
+
"require": "./dist/index.cjs",
|
|
43
|
+
"import": "./lib/index.js"
|
|
44
|
+
},
|
|
45
|
+
"./dist/*.cjs": {
|
|
46
|
+
"types": "./lib/*.d.ts",
|
|
47
|
+
"require": "./dist/*.cjs",
|
|
48
|
+
"import": "./lib/*.js"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"files": [
|
|
52
|
+
"dist",
|
|
53
|
+
"lib",
|
|
54
|
+
"src"
|
|
55
|
+
],
|
|
56
|
+
"engineStrict": false,
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=20"
|
|
59
|
+
},
|
|
60
|
+
"scripts": {
|
|
61
|
+
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",
|
|
62
|
+
"build:ts": "npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
63
|
+
"build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs && esbuild ./src/compileSchemaValidators.ts --bundle --outfile=dist/compileSchemaValidators.cjs --sourcemap --packages=external --format=cjs",
|
|
64
|
+
"build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/validator-ata.esm.js --sourcemap --packages=external --format=esm && esbuild ./src/compileSchemaValidators.ts --bundle --outfile=dist/compileSchemaValidators.esm.js --sourcemap --packages=external --format=esm",
|
|
65
|
+
"build:umd": "rollup dist/validator-ata.esm.js --format=umd --file=dist/validator-ata.umd.js --name=@rjsf/validator-ata",
|
|
66
|
+
"build": "npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd",
|
|
67
|
+
"cs-check": "oxfmt --check \"{src,test}/**/*.{ts,tsx}\"",
|
|
68
|
+
"cs-format": "oxfmt \"{src,test}/**/*.{ts,tsx}\"",
|
|
69
|
+
"lint": "oxlint src test",
|
|
70
|
+
"precommit": "lint-staged",
|
|
71
|
+
"test": "vitest run"
|
|
72
|
+
},
|
|
73
|
+
"lint-staged": {
|
|
74
|
+
"{src,test}/**/*.{ts,tsx}": [
|
|
75
|
+
"oxlint --fix",
|
|
76
|
+
"oxfmt"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"dependencies": {
|
|
80
|
+
"ata-validator": "^0.18.2",
|
|
81
|
+
"lodash": "^4.18.1",
|
|
82
|
+
"lodash-es": "^4.18.1"
|
|
83
|
+
},
|
|
84
|
+
"peerDependencies": {
|
|
85
|
+
"@rjsf/utils": "^6.6.x"
|
|
86
|
+
},
|
|
87
|
+
"devDependencies": {
|
|
88
|
+
"@rjsf/utils": "6.6.1",
|
|
89
|
+
"@types/json-schema": "^7.0.15"
|
|
90
|
+
},
|
|
91
|
+
"publishConfig": {
|
|
92
|
+
"access": "public"
|
|
93
|
+
},
|
|
94
|
+
"author": "Mert Can Altin <mertgold60@gmail.com>",
|
|
95
|
+
"contributors": [],
|
|
96
|
+
"keywords": [
|
|
97
|
+
"react-jsonschema-form",
|
|
98
|
+
"jsonschema",
|
|
99
|
+
"json-schema",
|
|
100
|
+
"json",
|
|
101
|
+
"schema",
|
|
102
|
+
"form",
|
|
103
|
+
"react",
|
|
104
|
+
"ata",
|
|
105
|
+
"ata-validator",
|
|
106
|
+
"rjsf-validator"
|
|
107
|
+
],
|
|
108
|
+
"repository": {
|
|
109
|
+
"type": "git",
|
|
110
|
+
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
|
|
111
|
+
},
|
|
112
|
+
"license": "Apache-2.0"
|
|
113
|
+
}
|