@attocash/cli 0.1.0
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/LICENSE +28 -0
- package/README.md +707 -0
- package/dist/application/app.d.ts +138 -0
- package/dist/application/app.js +654 -0
- package/dist/application/operations.d.ts +9 -0
- package/dist/application/operations.js +96 -0
- package/dist/cli/cli.d.ts +1 -0
- package/dist/cli/cli.js +460 -0
- package/dist/cli/help.d.ts +4 -0
- package/dist/cli/help.js +49 -0
- package/dist/cli/main.d.ts +2 -0
- package/dist/cli/main.js +13 -0
- package/dist/cli/onboarding.d.ts +14 -0
- package/dist/cli/onboarding.js +144 -0
- package/dist/cli/output.d.ts +2 -0
- package/dist/cli/output.js +231 -0
- package/dist/cli/terminal.d.ts +6 -0
- package/dist/cli/terminal.js +92 -0
- package/dist/cli/update-check.d.ts +1 -0
- package/dist/cli/update-check.js +12 -0
- package/dist/cli/updates.d.ts +2 -0
- package/dist/cli/updates.js +98 -0
- package/dist/core.d.ts +14 -0
- package/dist/core.js +14 -0
- package/dist/doctor/credential-probe.d.ts +7 -0
- package/dist/doctor/credential-probe.js +49 -0
- package/dist/doctor/doctor.d.ts +4 -0
- package/dist/doctor/doctor.js +213 -0
- package/dist/doctor/keyring.d.ts +7 -0
- package/dist/doctor/keyring.js +150 -0
- package/dist/doctor/profile.d.ts +19 -0
- package/dist/doctor/profile.js +73 -0
- package/dist/doctor/types.d.ts +40 -0
- package/dist/doctor/types.js +1 -0
- package/dist/domain/amount.d.ts +6 -0
- package/dist/domain/amount.js +27 -0
- package/dist/domain/errors.d.ts +10 -0
- package/dist/domain/errors.js +16 -0
- package/dist/labels/directory.d.ts +87 -0
- package/dist/labels/directory.js +140 -0
- package/dist/labels/personal.d.ts +17 -0
- package/dist/labels/personal.js +56 -0
- package/dist/labels/presentation.d.ts +154 -0
- package/dist/labels/presentation.js +90 -0
- package/dist/network/reader.d.ts +31 -0
- package/dist/network/reader.js +370 -0
- package/dist/network/retry.d.ts +7 -0
- package/dist/network/retry.js +53 -0
- package/dist/network/work.d.ts +3 -0
- package/dist/network/work.js +66 -0
- package/dist/pricing/market.d.ts +29 -0
- package/dist/pricing/market.js +150 -0
- package/dist/pricing/terms.d.ts +6 -0
- package/dist/pricing/terms.js +12 -0
- package/dist/spending/destination.d.ts +16 -0
- package/dist/spending/destination.js +42 -0
- package/dist/spending/journal.d.ts +28 -0
- package/dist/spending/journal.js +69 -0
- package/dist/spending/ledger.d.ts +118 -0
- package/dist/spending/ledger.js +444 -0
- package/dist/spending/payments.d.ts +67 -0
- package/dist/spending/payments.js +424 -0
- package/dist/spending/pool.d.ts +13 -0
- package/dist/spending/pool.js +38 -0
- package/dist/spending/reconcile.d.ts +18 -0
- package/dist/spending/reconcile.js +64 -0
- package/dist/storage/profiles.d.ts +13 -0
- package/dist/storage/profiles.js +86 -0
- package/dist/storage/secrets.d.ts +16 -0
- package/dist/storage/secrets.js +104 -0
- package/dist/storage/state.d.ts +32 -0
- package/dist/storage/state.js +255 -0
- package/dist/wallet/auto-receive.d.ts +57 -0
- package/dist/wallet/auto-receive.js +140 -0
- package/dist/wallet/defaults.d.ts +3 -0
- package/dist/wallet/defaults.js +26 -0
- package/dist/wallet/signing.d.ts +17 -0
- package/dist/wallet/signing.js +128 -0
- package/dist/wallet/types.d.ts +65 -0
- package/dist/wallet/types.js +1 -0
- package/dist/wallet/work.d.ts +29 -0
- package/dist/wallet/work.js +154 -0
- package/dist/watches/manager.d.ts +75 -0
- package/dist/watches/manager.js +197 -0
- package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs +6678 -0
- package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/LICENSE +28 -0
- package/node_modules/@attocash/commons-core/README.md +118 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.d.mts +1036 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.mjs +7701 -0
- package/node_modules/@attocash/commons-core/commons-commons-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs +17681 -0
- package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +4 -0
- package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs +209 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs +2284 -0
- package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs +6042 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-core/package.json +27 -0
- package/node_modules/@attocash/commons-node/LICENSE +28 -0
- package/node_modules/@attocash/commons-node/README.md +92 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.d.mts +255 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.mjs +2977 -0
- package/node_modules/@attocash/commons-node/commons-commons-node.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-node/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-node/package.json +29 -0
- package/node_modules/@attocash/commons-node-remote/LICENSE +28 -0
- package/node_modules/@attocash/commons-node-remote/README.md +61 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.d.mts +122 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs +1810 -0
- package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-node-remote/package.json +31 -0
- package/node_modules/@attocash/commons-transport/LICENSE +28 -0
- package/node_modules/@attocash/commons-transport/README.md +5 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.d.mts +64 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs +249 -0
- package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs +263 -0
- package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs +11604 -0
- package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs +499 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs +6456 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs +83 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs +1714 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs +3197 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs +2290 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs +46 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs +482 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs +165 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs +4 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs +3222 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs +4 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs +1485 -0
- package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs.map +1 -0
- package/node_modules/@attocash/commons-transport/package.json +29 -0
- package/node_modules/@attocash/commons-worker/LICENSE +28 -0
- package/node_modules/@attocash/commons-worker/README.md +48 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.d.mts +73 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs +702 -0
- package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-worker/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker/package.json +29 -0
- package/node_modules/@attocash/commons-worker-remote/LICENSE +28 -0
- package/node_modules/@attocash/commons-worker-remote/README.md +60 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.d.mts +93 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs +289 -0
- package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs +432 -0
- package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs +8 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
- package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
- package/node_modules/@attocash/commons-worker-remote/package.json +31 -0
- package/node_modules/@js-joda/core/CHANGELOG.md +363 -0
- package/node_modules/@js-joda/core/CheatSheet.md +947 -0
- package/node_modules/@js-joda/core/LICENSE +34 -0
- package/node_modules/@js-joda/core/README.md +155 -0
- package/node_modules/@js-joda/core/bower.json +21 -0
- package/node_modules/@js-joda/core/dist/js-joda.d.ts +2452 -0
- package/node_modules/@js-joda/core/dist/js-joda.esm.js +13564 -0
- package/node_modules/@js-joda/core/dist/js-joda.flow.js +949 -0
- package/node_modules/@js-joda/core/dist/js-joda.js +13630 -0
- package/node_modules/@js-joda/core/dist/js-joda.js.map +1 -0
- package/node_modules/@js-joda/core/dist/js-joda.min.js +5 -0
- package/node_modules/@js-joda/core/package.json +76 -0
- package/node_modules/@js-joda/core/src/Clock.js +330 -0
- package/node_modules/@js-joda/core/src/DayOfWeek.js +451 -0
- package/node_modules/@js-joda/core/src/Duration.js +1205 -0
- package/node_modules/@js-joda/core/src/Enum.js +30 -0
- package/node_modules/@js-joda/core/src/Instant.js +1012 -0
- package/node_modules/@js-joda/core/src/LocalDate.js +1703 -0
- package/node_modules/@js-joda/core/src/LocalDateTime.js +1686 -0
- package/node_modules/@js-joda/core/src/LocalTime.js +1415 -0
- package/node_modules/@js-joda/core/src/MathUtil.js +236 -0
- package/node_modules/@js-joda/core/src/Month.js +600 -0
- package/node_modules/@js-joda/core/src/MonthDay.js +730 -0
- package/node_modules/@js-joda/core/src/OffsetDateTime.js +757 -0
- package/node_modules/@js-joda/core/src/OffsetTime.js +621 -0
- package/node_modules/@js-joda/core/src/Period.js +933 -0
- package/node_modules/@js-joda/core/src/StringUtil.js +43 -0
- package/node_modules/@js-joda/core/src/Year.js +1015 -0
- package/node_modules/@js-joda/core/src/YearConstants.js +21 -0
- package/node_modules/@js-joda/core/src/YearMonth.js +1096 -0
- package/node_modules/@js-joda/core/src/ZoneId.js +236 -0
- package/node_modules/@js-joda/core/src/ZoneIdFactory.js +201 -0
- package/node_modules/@js-joda/core/src/ZoneOffset.js +486 -0
- package/node_modules/@js-joda/core/src/ZoneRegion.js +72 -0
- package/node_modules/@js-joda/core/src/ZonedDateTime.js +2007 -0
- package/node_modules/@js-joda/core/src/_init.js +68 -0
- package/node_modules/@js-joda/core/src/assert.js +33 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDate.js +230 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDateTime.js +130 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoZonedDateTime.js +194 -0
- package/node_modules/@js-joda/core/src/chrono/IsoChronology.js +235 -0
- package/node_modules/@js-joda/core/src/convert.js +83 -0
- package/node_modules/@js-joda/core/src/errors.js +54 -0
- package/node_modules/@js-joda/core/src/format/DateTimeBuilder.js +535 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatter.js +728 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatterBuilder.js +1545 -0
- package/node_modules/@js-joda/core/src/format/DateTimeParseContext.js +297 -0
- package/node_modules/@js-joda/core/src/format/DateTimePrintContext.js +138 -0
- package/node_modules/@js-joda/core/src/format/DecimalStyle.js +113 -0
- package/node_modules/@js-joda/core/src/format/EnumMap.js +70 -0
- package/node_modules/@js-joda/core/src/format/ParsePosition.js +31 -0
- package/node_modules/@js-joda/core/src/format/ResolverStyle.js +93 -0
- package/node_modules/@js-joda/core/src/format/SignStyle.js +38 -0
- package/node_modules/@js-joda/core/src/format/StringBuilder.js +47 -0
- package/node_modules/@js-joda/core/src/format/TextStyle.js +114 -0
- package/node_modules/@js-joda/core/src/format/parser/CharLiteralPrinterParser.js +46 -0
- package/node_modules/@js-joda/core/src/format/parser/CompositePrinterParser.js +89 -0
- package/node_modules/@js-joda/core/src/format/parser/FractionPrinterParser.js +162 -0
- package/node_modules/@js-joda/core/src/format/parser/NumberPrinterParser.js +367 -0
- package/node_modules/@js-joda/core/src/format/parser/OffsetIdPrinterParser.js +177 -0
- package/node_modules/@js-joda/core/src/format/parser/PadPrinterParserDecorator.js +81 -0
- package/node_modules/@js-joda/core/src/format/parser/SettingsParser.js +44 -0
- package/node_modules/@js-joda/core/src/format/parser/StringLiteralPrinterParser.js +39 -0
- package/node_modules/@js-joda/core/src/format/parser/ZoneIdPrinterParser.js +218 -0
- package/node_modules/@js-joda/core/src/js-joda.js +210 -0
- package/node_modules/@js-joda/core/src/license-preamble.js +3 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoField.js +470 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoUnit.js +310 -0
- package/node_modules/@js-joda/core/src/temporal/DefaultInterfaceTemporal.js +118 -0
- package/node_modules/@js-joda/core/src/temporal/IsoFields.js +859 -0
- package/node_modules/@js-joda/core/src/temporal/NativeJsTemporal.js +105 -0
- package/node_modules/@js-joda/core/src/temporal/Temporal.js +346 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAccessor.js +125 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjuster.js +92 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjusters.js +464 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAmount.js +166 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalField.js +248 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueries.js +223 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueriesFactory.js +77 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQuery.js +107 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalUnit.js +179 -0
- package/node_modules/@js-joda/core/src/temporal/ValueRange.js +257 -0
- package/node_modules/@js-joda/core/src/use.js +20 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneId.js +31 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneRules.js +162 -0
- package/node_modules/@js-joda/core/src/zone/ZoneOffsetTransition.js +289 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRules.js +464 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRulesProvider.js +36 -0
- package/node_modules/@noble/hashes/LICENSE +21 -0
- package/node_modules/@noble/hashes/README.md +563 -0
- package/node_modules/@noble/hashes/_blake.d.ts +21 -0
- package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_blake.js +52 -0
- package/node_modules/@noble/hashes/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/_md.d.ts +99 -0
- package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_md.js +202 -0
- package/node_modules/@noble/hashes/_md.js.map +1 -0
- package/node_modules/@noble/hashes/_u64.d.ts +63 -0
- package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_u64.js +84 -0
- package/node_modules/@noble/hashes/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/argon2.d.ts +112 -0
- package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/argon2.js +517 -0
- package/node_modules/@noble/hashes/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/blake1.d.ts +156 -0
- package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake1.js +560 -0
- package/node_modules/@noble/hashes/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/blake2.d.ts +184 -0
- package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2.js +501 -0
- package/node_modules/@noble/hashes/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/blake3.d.ts +68 -0
- package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake3.js +284 -0
- package/node_modules/@noble/hashes/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/eskdf.d.ts +92 -0
- package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/eskdf.js +218 -0
- package/node_modules/@noble/hashes/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/hkdf.d.ts +64 -0
- package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hkdf.js +120 -0
- package/node_modules/@noble/hashes/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/hmac.d.ts +47 -0
- package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hmac.js +93 -0
- package/node_modules/@noble/hashes/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/index.d.ts +2 -0
- package/node_modules/@noble/hashes/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/index.js +35 -0
- package/node_modules/@noble/hashes/index.js.map +1 -0
- package/node_modules/@noble/hashes/legacy.d.ts +102 -0
- package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/legacy.js +327 -0
- package/node_modules/@noble/hashes/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/package.json +97 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts +56 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/pbkdf2.js +135 -0
- package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/scrypt.d.ts +65 -0
- package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/scrypt.js +257 -0
- package/node_modules/@noble/hashes/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/sha2.d.ts +249 -0
- package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha2.js +458 -0
- package/node_modules/@noble/hashes/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts +461 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.js +783 -0
- package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/sha3.d.ts +199 -0
- package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3.js +431 -0
- package/node_modules/@noble/hashes/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/src/_blake.ts +57 -0
- package/node_modules/@noble/hashes/src/_md.ts +222 -0
- package/node_modules/@noble/hashes/src/_u64.ts +117 -0
- package/node_modules/@noble/hashes/src/argon2.ts +667 -0
- package/node_modules/@noble/hashes/src/blake1.ts +614 -0
- package/node_modules/@noble/hashes/src/blake2.ts +582 -0
- package/node_modules/@noble/hashes/src/blake3.ts +317 -0
- package/node_modules/@noble/hashes/src/eskdf.ts +259 -0
- package/node_modules/@noble/hashes/src/hkdf.ts +133 -0
- package/node_modules/@noble/hashes/src/hmac.ts +126 -0
- package/node_modules/@noble/hashes/src/index.ts +33 -0
- package/node_modules/@noble/hashes/src/legacy.ts +339 -0
- package/node_modules/@noble/hashes/src/pbkdf2.ts +175 -0
- package/node_modules/@noble/hashes/src/scrypt.ts +315 -0
- package/node_modules/@noble/hashes/src/sha2.ts +530 -0
- package/node_modules/@noble/hashes/src/sha3-addons.ts +983 -0
- package/node_modules/@noble/hashes/src/sha3.ts +485 -0
- package/node_modules/@noble/hashes/src/utils.ts +848 -0
- package/node_modules/@noble/hashes/src/webcrypto.ts +239 -0
- package/node_modules/@noble/hashes/utils.d.ts +519 -0
- package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/utils.js +578 -0
- package/node_modules/@noble/hashes/utils.js.map +1 -0
- package/node_modules/@noble/hashes/webcrypto.d.ts +120 -0
- package/node_modules/@noble/hashes/webcrypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/webcrypto.js +165 -0
- package/node_modules/@noble/hashes/webcrypto.js.map +1 -0
- package/node_modules/ws/LICENSE +20 -0
- package/node_modules/ws/README.md +548 -0
- package/node_modules/ws/browser.js +8 -0
- package/node_modules/ws/index.js +22 -0
- package/node_modules/ws/lib/buffer-util.js +131 -0
- package/node_modules/ws/lib/constants.js +19 -0
- package/node_modules/ws/lib/event-target.js +292 -0
- package/node_modules/ws/lib/extension.js +203 -0
- package/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/ws/lib/permessage-deflate.js +530 -0
- package/node_modules/ws/lib/receiver.js +743 -0
- package/node_modules/ws/lib/sender.js +607 -0
- package/node_modules/ws/lib/stream.js +161 -0
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +152 -0
- package/node_modules/ws/lib/websocket-server.js +562 -0
- package/node_modules/ws/lib/websocket.js +1407 -0
- package/node_modules/ws/package.json +74 -0
- package/node_modules/ws/wrapper.mjs +21 -0
- package/package.json +53 -0
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
3
|
+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import {assert, requireNonNull} from '../assert';
|
|
8
|
+
|
|
9
|
+
import {DateTimeBuilder} from './DateTimeBuilder';
|
|
10
|
+
import {EnumMap} from './EnumMap';
|
|
11
|
+
|
|
12
|
+
import {IsoChronology} from '../chrono/IsoChronology';
|
|
13
|
+
import {Temporal} from '../temporal/Temporal';
|
|
14
|
+
import {TemporalQueries} from '../temporal/TemporalQueries';
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @private
|
|
18
|
+
*/
|
|
19
|
+
export class DateTimeParseContext{
|
|
20
|
+
|
|
21
|
+
constructor(){
|
|
22
|
+
if(arguments.length === 1){
|
|
23
|
+
if(arguments[0] instanceof DateTimeParseContext){
|
|
24
|
+
this._constructorSelf.apply(this, arguments);
|
|
25
|
+
return;
|
|
26
|
+
} else {
|
|
27
|
+
this._constructorFormatter.apply(this, arguments);
|
|
28
|
+
}
|
|
29
|
+
} else {
|
|
30
|
+
this._constructorParam.apply(this, arguments);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
this._caseSensitive = true;
|
|
34
|
+
this._strict = true;
|
|
35
|
+
this._parsed = [new Parsed(this)];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
_constructorParam(locale, symbols, chronology){
|
|
39
|
+
this._locale = locale;
|
|
40
|
+
this._symbols = symbols;
|
|
41
|
+
this._overrideChronology = chronology;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
_constructorFormatter(formatter){
|
|
45
|
+
this._locale = formatter.locale();
|
|
46
|
+
this._symbols = formatter.decimalStyle();
|
|
47
|
+
this._overrideChronology = formatter.chronology();
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
_constructorSelf(other) {
|
|
52
|
+
this._locale = other._locale;
|
|
53
|
+
this._symbols = other._symbols;
|
|
54
|
+
this._overrideChronology = other._overrideChronology;
|
|
55
|
+
this._overrideZone = other._overrideZone;
|
|
56
|
+
this._caseSensitive = other._caseSensitive;
|
|
57
|
+
this._strict = other._strict;
|
|
58
|
+
this._parsed = [new Parsed(this)];
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Creates a copy of this context.
|
|
63
|
+
*/
|
|
64
|
+
copy() {
|
|
65
|
+
return new DateTimeParseContext(this);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
symbols(){
|
|
69
|
+
return this._symbols;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
isStrict(){
|
|
73
|
+
return this._strict;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
setStrict(strict){
|
|
77
|
+
this._strict = strict;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
locale() {
|
|
81
|
+
return this._locale;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
setLocale(locale) {
|
|
85
|
+
this._locale = locale;
|
|
86
|
+
}
|
|
87
|
+
//-----------------------------------------------------------------------
|
|
88
|
+
/**
|
|
89
|
+
* Starts the parsing of an optional segment of the input.
|
|
90
|
+
*/
|
|
91
|
+
startOptional() {
|
|
92
|
+
this._parsed.push(this.currentParsed().copy());
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Ends the parsing of an optional segment of the input.
|
|
97
|
+
*
|
|
98
|
+
* @param {boolean} successful whether the optional segment was successfully parsed
|
|
99
|
+
*/
|
|
100
|
+
endOptional(successful) {
|
|
101
|
+
if (successful) {
|
|
102
|
+
this._parsed.splice(this._parsed.length - 2, 1);
|
|
103
|
+
} else {
|
|
104
|
+
this._parsed.splice(this._parsed.length - 1, 1);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Checks if parsing is case sensitive.
|
|
110
|
+
*
|
|
111
|
+
* @return true if parsing is case sensitive, false if case insensitive
|
|
112
|
+
*/
|
|
113
|
+
isCaseSensitive() {
|
|
114
|
+
return this._caseSensitive;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Sets whether the parsing is case sensitive or not.
|
|
119
|
+
*
|
|
120
|
+
* @param caseSensitive changes the parsing to be case sensitive or not from now on
|
|
121
|
+
*/
|
|
122
|
+
setCaseSensitive(caseSensitive) {
|
|
123
|
+
this._caseSensitive = caseSensitive;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Helper to compare two {@link CharSequence} instances.
|
|
128
|
+
* This uses {@link isCaseSensitive}.
|
|
129
|
+
*
|
|
130
|
+
* @param cs1 the first character sequence, not null
|
|
131
|
+
* @param offset1 the offset into the first sequence, valid
|
|
132
|
+
* @param cs2 the second character sequence, not null
|
|
133
|
+
* @param offset2 the offset into the second sequence, valid
|
|
134
|
+
* @param length the length to check, valid
|
|
135
|
+
* @return true if equal
|
|
136
|
+
*/
|
|
137
|
+
subSequenceEquals(cs1, offset1, cs2, offset2, length) {
|
|
138
|
+
if (offset1 + length > cs1.length || offset2 + length > cs2.length) {
|
|
139
|
+
return false;
|
|
140
|
+
}
|
|
141
|
+
if (! this.isCaseSensitive()) {
|
|
142
|
+
cs1 = cs1.toLowerCase();
|
|
143
|
+
cs2 = cs2.toLowerCase();
|
|
144
|
+
}
|
|
145
|
+
for (let i = 0; i < length; i++) {
|
|
146
|
+
const ch1 = cs1[offset1 + i];
|
|
147
|
+
const ch2 = cs2[offset2 + i];
|
|
148
|
+
if (ch1 !== ch2) {
|
|
149
|
+
return false;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
return true;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Helper to compare two `char`.
|
|
157
|
+
* This uses {@link isCaseSensitive}.
|
|
158
|
+
*
|
|
159
|
+
* @param ch1 the first character
|
|
160
|
+
* @param ch2 the second character
|
|
161
|
+
* @return true if equal
|
|
162
|
+
*/
|
|
163
|
+
charEquals(ch1, ch2) {
|
|
164
|
+
if (this.isCaseSensitive()) {
|
|
165
|
+
return ch1 === ch2;
|
|
166
|
+
}
|
|
167
|
+
return this.charEqualsIgnoreCase(ch1, ch2);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Compares two characters ignoring case.
|
|
172
|
+
*
|
|
173
|
+
* @param c1 the first
|
|
174
|
+
* @param c2 the second
|
|
175
|
+
* @return true if equal
|
|
176
|
+
*/
|
|
177
|
+
charEqualsIgnoreCase(c1, c2) {
|
|
178
|
+
return c1 === c2 ||
|
|
179
|
+
c1.toLowerCase() === c2.toLowerCase();
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
setParsedField(field, value, errorPos, successPos){
|
|
183
|
+
const currentParsedFieldValues = this.currentParsed().fieldValues;
|
|
184
|
+
const old = currentParsedFieldValues.get(field);
|
|
185
|
+
currentParsedFieldValues.set(field, value);
|
|
186
|
+
return (old != null && old !== value) ? ~errorPos : successPos;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Stores the parsed zone.
|
|
191
|
+
*
|
|
192
|
+
* This stores the zone that has been parsed.
|
|
193
|
+
* No validation is performed other than ensuring it is not null.
|
|
194
|
+
*
|
|
195
|
+
* @param {ZoneId} zone the parsed zone, not null
|
|
196
|
+
*/
|
|
197
|
+
setParsedZone(zone) {
|
|
198
|
+
requireNonNull(zone, 'zone');
|
|
199
|
+
this.currentParsed().zone = zone;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
getParsed(field) {
|
|
203
|
+
return this.currentParsed().fieldValues.get(field);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
toParsed() {
|
|
207
|
+
return this.currentParsed();
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
currentParsed() {
|
|
211
|
+
return this._parsed[this._parsed.length - 1];
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Stores the leap second.
|
|
216
|
+
*/
|
|
217
|
+
setParsedLeapSecond() {
|
|
218
|
+
this.currentParsed().leapSecond = true;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Gets the effective chronology during parsing.
|
|
223
|
+
*
|
|
224
|
+
* @return the effective parsing chronology, not null
|
|
225
|
+
*/
|
|
226
|
+
getEffectiveChronology() {
|
|
227
|
+
let chrono = this.currentParsed().chrono;
|
|
228
|
+
if (chrono == null) {
|
|
229
|
+
chrono = this._overrideChronology;
|
|
230
|
+
if (chrono == null) {
|
|
231
|
+
chrono = IsoChronology.INSTANCE;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
return chrono;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
class Parsed extends Temporal {
|
|
241
|
+
constructor(dateTimeParseContext){
|
|
242
|
+
super();
|
|
243
|
+
this.chrono = null;
|
|
244
|
+
this.zone = null;
|
|
245
|
+
this.fieldValues = new EnumMap();
|
|
246
|
+
this.leapSecond = false;
|
|
247
|
+
this.dateTimeParseContext = dateTimeParseContext;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
copy() {
|
|
251
|
+
const cloned = new Parsed();
|
|
252
|
+
cloned.chrono = this.chrono;
|
|
253
|
+
cloned.zone = this.zone;
|
|
254
|
+
cloned.fieldValues.putAll(this.fieldValues);
|
|
255
|
+
cloned.leapSecond = this.leapSecond;
|
|
256
|
+
cloned.dateTimeParseContext = this.dateTimeParseContext;
|
|
257
|
+
return cloned;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
toString() {
|
|
261
|
+
return `${this.fieldValues}, ${this.chrono}, ${this.zone}`;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
isSupported(field) {
|
|
265
|
+
return this.fieldValues.containsKey(field);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
get(field) {
|
|
269
|
+
const val = this.fieldValues.get(field);
|
|
270
|
+
assert(val != null);
|
|
271
|
+
return val;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
query(query) {
|
|
275
|
+
if (query === TemporalQueries.chronology()) {
|
|
276
|
+
return this.chrono;
|
|
277
|
+
}
|
|
278
|
+
if (query === TemporalQueries.zoneId() || query === TemporalQueries.zone()) {
|
|
279
|
+
return this.zone;
|
|
280
|
+
}
|
|
281
|
+
return super.query(query);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
toBuilder() {
|
|
285
|
+
const builder = new DateTimeBuilder();
|
|
286
|
+
builder.fieldValues.putAll(this.fieldValues);
|
|
287
|
+
builder.chrono = this.dateTimeParseContext.getEffectiveChronology();
|
|
288
|
+
if (this.zone != null) {
|
|
289
|
+
builder.zone = this.zone;
|
|
290
|
+
} else {
|
|
291
|
+
builder.zone = this.overrideZone;
|
|
292
|
+
}
|
|
293
|
+
builder.leapSecond = this.leapSecond;
|
|
294
|
+
builder.excessDays = this.excessDays;
|
|
295
|
+
return builder;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
3
|
+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import {DateTimeException} from '../errors';
|
|
8
|
+
|
|
9
|
+
import {DateTimeFormatter} from './DateTimeFormatter';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @private
|
|
13
|
+
*/
|
|
14
|
+
export class DateTimePrintContext{
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @param {TemporalAccessor} temporal
|
|
18
|
+
* @param {DateTimeFormatter|Locale} localeOrFormatter
|
|
19
|
+
* @param {DecimalStyle} symbols
|
|
20
|
+
*/
|
|
21
|
+
constructor(temporal, localeOrFormatter, symbols) {
|
|
22
|
+
if(arguments.length === 2 && arguments[1] instanceof DateTimeFormatter){
|
|
23
|
+
this._temporal = DateTimePrintContext.adjust(temporal, localeOrFormatter);
|
|
24
|
+
this._locale = localeOrFormatter.locale();
|
|
25
|
+
this._symbols = localeOrFormatter.decimalStyle();
|
|
26
|
+
} else {
|
|
27
|
+
this._temporal = temporal;
|
|
28
|
+
this._locale = localeOrFormatter;
|
|
29
|
+
this._symbols = symbols;
|
|
30
|
+
}
|
|
31
|
+
this._optional = 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @param {TemporalAccessor} temporal
|
|
37
|
+
* @param {DateTimeFormatter} formatter
|
|
38
|
+
* @returns {TemporalAccessor}
|
|
39
|
+
*/
|
|
40
|
+
// eslint-disable-next-line no-unused-vars
|
|
41
|
+
static adjust(temporal, formatter) {
|
|
42
|
+
// TODO implement
|
|
43
|
+
return temporal;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
symbols(){
|
|
48
|
+
return this._symbols;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Starts the printing of an optional segment of the input.
|
|
53
|
+
*/
|
|
54
|
+
startOptional() {
|
|
55
|
+
this._optional++;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Ends the printing of an optional segment of the input.
|
|
60
|
+
*/
|
|
61
|
+
endOptional() {
|
|
62
|
+
this._optional--;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Gets a value using a query.
|
|
67
|
+
*
|
|
68
|
+
* @param {TemporalQuery} query the query to use, not null
|
|
69
|
+
* @return {*} the result, null if not found and optional is true
|
|
70
|
+
* @throws DateTimeException if the type is not available and the section is not optional
|
|
71
|
+
*/
|
|
72
|
+
getValueQuery(query) {
|
|
73
|
+
const result = this._temporal.query(query);
|
|
74
|
+
if (result == null && this._optional === 0) {
|
|
75
|
+
throw new DateTimeException('Unable to extract value: ' + this._temporal);
|
|
76
|
+
}
|
|
77
|
+
return result;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Gets the value of the specified field.
|
|
82
|
+
*
|
|
83
|
+
* This will return the value for the specified field.
|
|
84
|
+
*
|
|
85
|
+
* @param field the field to find, not null
|
|
86
|
+
* @return the value, null if not found and optional is true
|
|
87
|
+
* @throws DateTimeException if the field is not available and the section is not optional
|
|
88
|
+
*/
|
|
89
|
+
getValue(field) {
|
|
90
|
+
try {
|
|
91
|
+
return this._temporal.getLong(field);
|
|
92
|
+
} catch (ex) {
|
|
93
|
+
if ((ex instanceof DateTimeException) && this._optional > 0) {
|
|
94
|
+
return null;
|
|
95
|
+
}
|
|
96
|
+
throw ex;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
//-----------------------------------------------------------------------
|
|
101
|
+
/**
|
|
102
|
+
* Gets the temporal object being output.
|
|
103
|
+
*
|
|
104
|
+
* @return {TemporalAccessor} the temporal object, not null
|
|
105
|
+
*/
|
|
106
|
+
temporal() {
|
|
107
|
+
return this._temporal;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Gets the locale.
|
|
112
|
+
* <p>
|
|
113
|
+
* This locale is used to control localization in the print output except
|
|
114
|
+
* where localization is controlled by the symbols.
|
|
115
|
+
*
|
|
116
|
+
* @return the locale, not null
|
|
117
|
+
*/
|
|
118
|
+
locale() {
|
|
119
|
+
return this._locale;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
//-------------------------------------------------------------------------
|
|
123
|
+
// for testing
|
|
124
|
+
/**
|
|
125
|
+
* Sets the date-time being output.
|
|
126
|
+
*
|
|
127
|
+
* @param temporal the date-time object, not null
|
|
128
|
+
*/
|
|
129
|
+
setDateTime(temporal) {
|
|
130
|
+
this._temporal = temporal;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
setLocale(locale) {
|
|
134
|
+
this._locale = locale;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
3
|
+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
export class DecimalStyle {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @param zeroChar
|
|
11
|
+
* @param positiveSignChar
|
|
12
|
+
* @param negativeSignChar
|
|
13
|
+
* @param decimalPointChar
|
|
14
|
+
* @private
|
|
15
|
+
*/
|
|
16
|
+
constructor(zeroChar, positiveSignChar, negativeSignChar, decimalPointChar) {
|
|
17
|
+
this._zeroDigit = zeroChar;
|
|
18
|
+
this._zeroDigitCharCode = zeroChar.charCodeAt(0);
|
|
19
|
+
this._positiveSign = positiveSignChar;
|
|
20
|
+
this._negativeSign = negativeSignChar;
|
|
21
|
+
this._decimalSeparator = decimalPointChar;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
positiveSign(){
|
|
25
|
+
return this._positiveSign;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
withPositiveSign(positiveSign) {
|
|
29
|
+
if (positiveSign === this._positiveSign) {
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
return new DecimalStyle(this._zeroDigit, positiveSign, this._negativeSign, this._decimalSeparator);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
negativeSign(){
|
|
36
|
+
return this._negativeSign;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
withNegativeSign(negativeSign) {
|
|
40
|
+
if (negativeSign === this._negativeSign) {
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
return new DecimalStyle(this._zeroDigit, this._positiveSign, negativeSign, this._decimalSeparator);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
zeroDigit(){
|
|
47
|
+
return this._zeroDigit;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
withZeroDigit(zeroDigit) {
|
|
51
|
+
if (zeroDigit === this._zeroDigit) {
|
|
52
|
+
return this;
|
|
53
|
+
}
|
|
54
|
+
return new DecimalStyle(zeroDigit, this._positiveSign, this._negativeSign, this._decimalSeparator);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
decimalSeparator(){
|
|
58
|
+
return this._decimalSeparator;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
withDecimalSeparator(decimalSeparator) {
|
|
62
|
+
if (decimalSeparator === this._decimalSeparator) {
|
|
63
|
+
return this;
|
|
64
|
+
}
|
|
65
|
+
return new DecimalStyle(this._zeroDigit, this._positiveSign, this._negativeSign, decimalSeparator);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
convertToDigit(char){
|
|
69
|
+
const val = char.charCodeAt(0) - this._zeroDigitCharCode;
|
|
70
|
+
return (val >= 0 && val <= 9) ? val : -1;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
convertNumberToI18N(numericText) {
|
|
74
|
+
if (this._zeroDigit === '0') {
|
|
75
|
+
return numericText;
|
|
76
|
+
}
|
|
77
|
+
const diff = this._zeroDigitCharCode - '0'.charCodeAt(0);
|
|
78
|
+
let convertedText = '';
|
|
79
|
+
for (let i = 0; i < numericText.length; i++) {
|
|
80
|
+
convertedText += String.fromCharCode(numericText.charCodeAt(i) + diff);
|
|
81
|
+
}
|
|
82
|
+
return convertedText;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
equals(other) {
|
|
86
|
+
if (this === other) {
|
|
87
|
+
return true;
|
|
88
|
+
}
|
|
89
|
+
if (other instanceof DecimalStyle) {
|
|
90
|
+
return (this._zeroDigit === other._zeroDigit && this._positiveSign === other._positiveSign &&
|
|
91
|
+
this._negativeSign === other._negativeSign && this._decimalSeparator === other._decimalSeparator);
|
|
92
|
+
}
|
|
93
|
+
return false;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
hashCode() {
|
|
97
|
+
return this._zeroDigit + this._positiveSign + this._negativeSign + this._decimalSeparator;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
toString() {
|
|
101
|
+
return 'DecimalStyle[' + this._zeroDigit + this._positiveSign + this._negativeSign + this._decimalSeparator + ']';
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
static of(){
|
|
105
|
+
throw new Error('not yet supported');
|
|
106
|
+
}
|
|
107
|
+
static availableLocales(){
|
|
108
|
+
throw new Error('not yet supported');
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
DecimalStyle.STANDARD = new DecimalStyle('0', '+', '-', '.');
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
3
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @private
|
|
8
|
+
*/
|
|
9
|
+
export class EnumMap {
|
|
10
|
+
constructor(){
|
|
11
|
+
this._map = {};
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
putAll(otherMap){
|
|
15
|
+
for(const key in otherMap._map){
|
|
16
|
+
this._map[key] = otherMap._map[key];
|
|
17
|
+
}
|
|
18
|
+
return this;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
containsKey(key){
|
|
22
|
+
// eslint-disable-next-line no-prototype-builtins
|
|
23
|
+
return (this._map.hasOwnProperty(key.name())) && (this.get(key) !== undefined);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
get(key) {
|
|
27
|
+
return this._map[key.name()];
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
put(key, val) {
|
|
31
|
+
return this.set(key, val);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
set(key, val) {
|
|
35
|
+
this._map[key.name()] = val;
|
|
36
|
+
return this;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
retainAll(keyList){
|
|
40
|
+
const map = {};
|
|
41
|
+
for(let i=0; i<keyList.length; i++){
|
|
42
|
+
const key = keyList[i].name();
|
|
43
|
+
map[key] = this._map[key];
|
|
44
|
+
}
|
|
45
|
+
this._map = map;
|
|
46
|
+
return this;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* due to the bad performance of delete we just set the key entry to undefined.
|
|
51
|
+
*
|
|
52
|
+
* this might lead to issues with "null" entries. Calling clear in the end might solve the issue
|
|
53
|
+
* @param key
|
|
54
|
+
* @returns {*}
|
|
55
|
+
*/
|
|
56
|
+
remove(key){
|
|
57
|
+
const keyName = key.name();
|
|
58
|
+
const val = this._map[keyName];
|
|
59
|
+
this._map[keyName] = undefined;
|
|
60
|
+
return val;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
keySet(){
|
|
64
|
+
return this._map;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
clear(){
|
|
68
|
+
this._map = {};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
3
|
+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @private
|
|
9
|
+
*/
|
|
10
|
+
export class ParsePosition {
|
|
11
|
+
constructor(index) {
|
|
12
|
+
this._index = index;
|
|
13
|
+
this._errorIndex = -1;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
getIndex(){
|
|
17
|
+
return this._index;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
setIndex(index){
|
|
21
|
+
this._index = index;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
getErrorIndex(){
|
|
25
|
+
return this._errorIndex;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
setErrorIndex(errorIndex){
|
|
29
|
+
this._errorIndex = errorIndex;
|
|
30
|
+
}
|
|
31
|
+
}
|