@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,470 @@
|
|
|
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 {MAX_SAFE_INTEGER, MIN_SAFE_INTEGER} from '../MathUtil';
|
|
8
|
+
|
|
9
|
+
import {ChronoUnit} from './ChronoUnit';
|
|
10
|
+
import {TemporalField} from './TemporalField';
|
|
11
|
+
import {ValueRange} from './ValueRange';
|
|
12
|
+
import {YearConstants} from '../YearConstants';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* A standard set of fields.
|
|
16
|
+
*
|
|
17
|
+
* This set of fields provide field-based access to manipulate a date, time or date-time.
|
|
18
|
+
* The standard set of fields can be extended by implementing {@link TemporalField}.
|
|
19
|
+
*
|
|
20
|
+
* These fields are intended to be applicable in multiple calendar systems.
|
|
21
|
+
* For example, most non-ISO calendar systems define dates as a year, month and day,
|
|
22
|
+
* just with slightly different rules.
|
|
23
|
+
* The documentation of each field explains how it operates.
|
|
24
|
+
*
|
|
25
|
+
* ### Static properties:
|
|
26
|
+
*
|
|
27
|
+
* - `ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH`: This represents concept of the count of
|
|
28
|
+
* days within the period of a week where the weeks are aligned to the start of the month.
|
|
29
|
+
* This field is typically used with `ALIGNED_WEEK_OF_MONTH`.
|
|
30
|
+
*
|
|
31
|
+
* - `ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR`: This represents concept of the count of days
|
|
32
|
+
* within the period of a week where the weeks are aligned to the start of the year.
|
|
33
|
+
* This field is typically used with `ALIGNED_WEEK_OF_YEAR`.
|
|
34
|
+
*
|
|
35
|
+
* - `ChronoField.ALIGNED_WEEK_OF_MONTH`: This represents concept of the count of weeks within
|
|
36
|
+
* the period of a month where the weeks are aligned to the start of the month. This field
|
|
37
|
+
* is typically used with `ALIGNED_DAY_OF_WEEK_IN_MONTH`.
|
|
38
|
+
*
|
|
39
|
+
* - `ChronoField.ALIGNED_WEEK_OF_YEAR`: This represents concept of the count of weeks within
|
|
40
|
+
* the period of a year where the weeks are aligned to the start of the year. This field
|
|
41
|
+
* is typically used with `ALIGNED_DAY_OF_WEEK_IN_YEAR`.
|
|
42
|
+
*
|
|
43
|
+
* - `ChronoField.AMPM_OF_DAY`: This counts the AM/PM within the day, from 0 (AM) to 1 (PM).
|
|
44
|
+
*
|
|
45
|
+
* - `ChronoField.CLOCK_HOUR_OF_AMPM`: This counts the hour within the AM/PM, from 1 to 12.
|
|
46
|
+
* This is the hour that would be observed on a standard 12-hour analog wall clock.
|
|
47
|
+
*
|
|
48
|
+
* - `ChronoField.CLOCK_HOUR_OF_DAY`: This counts the hour within the AM/PM, from 1 to 24.
|
|
49
|
+
* This is the hour that would be observed on a 24-hour analog wall clock.
|
|
50
|
+
*
|
|
51
|
+
* - `ChronoField.DAY_OF_MONTH`: This represents the concept of the day within the month.
|
|
52
|
+
* In the default ISO calendar system, this has values from 1 to 31 in most months.
|
|
53
|
+
* April, June, September, November have days from 1 to 30, while February has days from
|
|
54
|
+
* 1 to 28, or 29 in a leap year.
|
|
55
|
+
*
|
|
56
|
+
* - `ChronoField.DAY_OF_WEEK`: This represents the standard concept of the day of the week.
|
|
57
|
+
* In the default ISO calendar system, this has values from Monday (1) to Sunday (7).
|
|
58
|
+
* The {@link DayOfWeek} class can be used to interpret the result.
|
|
59
|
+
*
|
|
60
|
+
* - `ChronoField.DAY_OF_YEAR`: This represents the concept of the day within the year.
|
|
61
|
+
* In the default ISO calendar system, this has values from 1 to 365 in standard years and
|
|
62
|
+
* 1 to 366 in leap years.
|
|
63
|
+
*
|
|
64
|
+
* - `ChronoField.EPOCH_DAY`: This field is the sequential count of days where
|
|
65
|
+
* 1970-01-01 (ISO) is zero. Note that this uses the local time-line, ignoring offset and
|
|
66
|
+
* time-zone.
|
|
67
|
+
*
|
|
68
|
+
* - `ChronoField.ERA`: This represents the concept of the era, which is the largest
|
|
69
|
+
* division of the time-line. This field is typically used with `YEAR_OF_ERA`.
|
|
70
|
+
*
|
|
71
|
+
* In the default ISO calendar system, there are two eras defined, 'BCE' and 'CE'. The era
|
|
72
|
+
* 'CE' is the one currently in use and year-of-era runs from 1 to the maximum value.
|
|
73
|
+
* The era 'BCE' is the previous era, and the year-of-era runs backwards.
|
|
74
|
+
*
|
|
75
|
+
* - `ChronoField.HOUR_OF_AMPM`: This counts the hour within the AM/PM, from 0 to 11.
|
|
76
|
+
* This is the hour that would be observed on a standard 12-hour digital clock.
|
|
77
|
+
*
|
|
78
|
+
* - `ChronoField.HOUR_OF_DAY`: This counts the hour within the day, from 0 to 23. This is
|
|
79
|
+
* the hour that would be observed on a standard 24-hour digital clock.
|
|
80
|
+
*
|
|
81
|
+
* - `ChronoField.INSTANT_SECONDS`: This represents the concept of the sequential count of
|
|
82
|
+
* seconds where 1970-01-01T00:00Z (ISO) is zero. This field may be used with `NANO_OF_DAY`
|
|
83
|
+
* to represent the fraction of the day.
|
|
84
|
+
*
|
|
85
|
+
* An Instant represents an instantaneous point on the time-line. On their own they have
|
|
86
|
+
* no elements which allow a local date-time to be obtained. Only when paired with an offset
|
|
87
|
+
* or time-zone can the local date or time be found. This field allows the seconds part of
|
|
88
|
+
* the instant to be queried.
|
|
89
|
+
*
|
|
90
|
+
* - `ChronoField.MICRO_OF_DAY`: This counts the microsecond within the day, from 0 to
|
|
91
|
+
* (24 * 60 * 60 * 1,000,000) - 1.
|
|
92
|
+
*
|
|
93
|
+
* This field is used to represent the micro-of-day handling any fraction of the second.
|
|
94
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they
|
|
95
|
+
* can return a value for `SECOND_OF_DAY` filling unknown precision with zero.
|
|
96
|
+
*
|
|
97
|
+
* When this field is used for setting a value, it should behave in the same way as
|
|
98
|
+
* setting `NANO_OF_DAY` with the value multiplied by 1,000.
|
|
99
|
+
*
|
|
100
|
+
* - `ChronoField.MICRO_OF_SECOND`: This counts the microsecond within the second, from 0
|
|
101
|
+
* to 999,999.
|
|
102
|
+
*
|
|
103
|
+
* This field is used to represent the micro-of-second handling any fraction of the second.
|
|
104
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they
|
|
105
|
+
* can return a value for `SECOND_OF_MINUTE`, `SECOND_OF_DAY` or `INSTANT_SECONDS` filling
|
|
106
|
+
* unknown precision with zero.
|
|
107
|
+
*
|
|
108
|
+
* - `ChronoField.MILLI_OF_DAY`: This counts the millisecond within the day, from 0 to
|
|
109
|
+
* (24 * 60 * 60 * 1,000) - 1.
|
|
110
|
+
*
|
|
111
|
+
* This field is used to represent the milli-of-day handling any fraction of the second.
|
|
112
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they
|
|
113
|
+
* can return a value for `SECOND_OF_DAY` filling unknown precision with zero.
|
|
114
|
+
*
|
|
115
|
+
* When this field is used for setting a value, it should behave in the same way as
|
|
116
|
+
* setting `NANO_OF_DAY` with the value multiplied by 1,000,000.
|
|
117
|
+
*
|
|
118
|
+
* - `ChronoField.MILLI_OF_SECOND`: This counts the millisecond within the second, from 0 to
|
|
119
|
+
* 999.
|
|
120
|
+
*
|
|
121
|
+
* This field is used to represent the milli-of-second handling any fraction of the second.
|
|
122
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they can
|
|
123
|
+
* return a value for `SECOND_OF_MINUTE`, `SECOND_OF_DAY` or `INSTANT_SECONDS` filling unknown
|
|
124
|
+
* precision with zero.
|
|
125
|
+
*
|
|
126
|
+
* When this field is used for setting a value, it should behave in the same way as
|
|
127
|
+
* setting `NANO_OF_SECOND` with the value multiplied by 1,000,000.
|
|
128
|
+
*
|
|
129
|
+
* - `ChronoField.MINUTE_OF_DAY`: This counts the minute within the day, from 0 to (24 * 60) - 1.
|
|
130
|
+
*
|
|
131
|
+
* - `ChronoField.MINUTE_OF_HOUR`: This counts the minute within the hour, from 0 to 59.
|
|
132
|
+
*
|
|
133
|
+
* - `ChronoField.MONTH_OF_YEAR`: The month-of-year, such as March. This represents the concept
|
|
134
|
+
* of the month within the year. In the default ISO calendar system, this has values from
|
|
135
|
+
* January (1) to December (12).
|
|
136
|
+
*
|
|
137
|
+
* - `ChronoField.NANO_OF_DAY`: This counts the nanosecond within the day, from 0 to
|
|
138
|
+
* (24 * 60 * 60 * 1,000,000,000) - 1.
|
|
139
|
+
*
|
|
140
|
+
* This field is used to represent the nano-of-day handling any fraction of the second.
|
|
141
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they
|
|
142
|
+
* can return a value for `SECOND_OF_DAY` filling unknown precision with zero.
|
|
143
|
+
*
|
|
144
|
+
* - `ChronoField.NANO_OF_SECOND`: This counts the nanosecond within the second, from 0
|
|
145
|
+
* to 999,999,999.
|
|
146
|
+
*
|
|
147
|
+
* This field is used to represent the nano-of-second handling any fraction of the second.
|
|
148
|
+
* Implementations of {@link TemporalAccessor} should provide a value for this field if they
|
|
149
|
+
* can return a value for `SECOND_OF_MINUTE`, `SECOND_OF_DAY` or `INSTANT_SECONDS` filling
|
|
150
|
+
* unknown precision with zero.
|
|
151
|
+
*
|
|
152
|
+
* When this field is used for setting a value, it should set as much precision as the
|
|
153
|
+
* object stores, using integer division to remove excess precision. For example, if the
|
|
154
|
+
* {@link TemporalAccessor} stores time to millisecond precision, then the nano-of-second must
|
|
155
|
+
* be divided by 1,000,000 before replacing the milli-of-second.
|
|
156
|
+
*
|
|
157
|
+
* - `ChronoField.OFFSET_SECONDS`: This represents the concept of the offset in seconds of
|
|
158
|
+
* local time from UTC/Greenwich.
|
|
159
|
+
*
|
|
160
|
+
* A {@link ZoneOffset} represents the period of time that local time differs from
|
|
161
|
+
* UTC/Greenwich. This is usually a fixed number of hours and minutes. It is equivalent to
|
|
162
|
+
* the total amount of the offset in seconds. For example, during the winter Paris has an
|
|
163
|
+
* offset of +01:00, which is 3600 seconds.
|
|
164
|
+
*
|
|
165
|
+
* - `ChronoField.PROLEPTIC_MONTH`: The proleptic-month, which counts months sequentially
|
|
166
|
+
* from year 0.
|
|
167
|
+
*
|
|
168
|
+
* The first month in year zero has the value zero. The value increase for later months
|
|
169
|
+
* and decrease for earlier ones. Note that this uses the local time-line, ignoring offset
|
|
170
|
+
* and time-zone.
|
|
171
|
+
*
|
|
172
|
+
* - `ChronoField.SECOND_OF_DAY`: This counts the second within the day, from 0 to
|
|
173
|
+
* (24 * 60 * 60) - 1.
|
|
174
|
+
*
|
|
175
|
+
* - `ChronoField.SECOND_OF_MINUTE`: This counts the second within the minute, from 0 to 59.
|
|
176
|
+
*
|
|
177
|
+
* - `ChronoField.YEAR`: The proleptic year, such as 2012. This represents the concept of
|
|
178
|
+
* the year, counting sequentially and using negative numbers. The proleptic year is not
|
|
179
|
+
* interpreted in terms of the era.
|
|
180
|
+
*
|
|
181
|
+
* The standard mental model for a date is based on three concepts - year, month and day.
|
|
182
|
+
* These map onto the `YEAR`, `MONTH_OF_YEAR` and `DAY_OF_MONTH` fields. Note that there is no
|
|
183
|
+
* reference to eras. The full model for a date requires four concepts - era, year, month and
|
|
184
|
+
* day. These map onto the `ERA`, `YEAR_OF_ERA`, `MONTH_OF_YEAR` and `DAY_OF_MONTH` fields.
|
|
185
|
+
* Whether this field or `YEAR_OF_ERA` is used depends on which mental model is being used.
|
|
186
|
+
*
|
|
187
|
+
* - `ChronoField.YEAR_OF_ERA`: This represents the concept of the year within the era. This
|
|
188
|
+
* field is typically used with `ERA`. The standard mental model for a date is based on three
|
|
189
|
+
* concepts - year, month and day. These map onto the `YEAR`, `MONTH_OF_YEAR` and
|
|
190
|
+
* `DAY_OF_MONTH` fields. Note that there is no reference to eras. The full model for a date
|
|
191
|
+
* requires four concepts - era, year, month and day. These map onto the `ERA`, `YEAR_OF_ERA`,
|
|
192
|
+
* `MONTH_OF_YEAR` and `DAY_OF_MONTH` fields. Whether this field or `YEAR` is used depends on
|
|
193
|
+
* which mental model is being used.
|
|
194
|
+
*
|
|
195
|
+
* In the default ISO calendar system, there are two eras defined, 'BCE' and 'CE'.
|
|
196
|
+
* The era 'CE' is the one currently in use and year-of-era runs from 1 to the maximum value.
|
|
197
|
+
* The era 'BCE' is the previous era, and the year-of-era runs backwards.
|
|
198
|
+
*
|
|
199
|
+
* For example, subtracting a year each time yield the following:
|
|
200
|
+
* - year-proleptic 2 = 'CE' year-of-era 2
|
|
201
|
+
* - year-proleptic 1 = 'CE' year-of-era 1
|
|
202
|
+
* - year-proleptic 0 = 'BCE' year-of-era 1
|
|
203
|
+
* - year-proleptic -1 = 'BCE' year-of-era 2
|
|
204
|
+
*
|
|
205
|
+
* Note that the ISO-8601 standard does not actually define eras. Note also that the
|
|
206
|
+
* ISO eras do not align with the well-known AD/BC eras due to the change between the Julian
|
|
207
|
+
* and Gregorian calendar systems.
|
|
208
|
+
*/
|
|
209
|
+
export class ChronoField extends TemporalField {
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* helper function to get one of the static ChronoField defines by name, needed to resolve ChronoField from EnumMap
|
|
213
|
+
*
|
|
214
|
+
* @param {String} fieldName
|
|
215
|
+
* @return {ChronoField | null}
|
|
216
|
+
* @private
|
|
217
|
+
*/
|
|
218
|
+
static byName(fieldName) {
|
|
219
|
+
for (const prop in ChronoField) {
|
|
220
|
+
if (ChronoField[prop]) {
|
|
221
|
+
if ((ChronoField[prop] instanceof ChronoField) && ChronoField[prop].name() === fieldName) {
|
|
222
|
+
return ChronoField[prop];
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @param {!string} name
|
|
231
|
+
* @param {!TemporalUnit} baseUnit
|
|
232
|
+
* @param {!TemporalUnit} rangeUnit
|
|
233
|
+
* @param {!ValueRange} range
|
|
234
|
+
* @private
|
|
235
|
+
*/
|
|
236
|
+
constructor(name, baseUnit, rangeUnit, range) {
|
|
237
|
+
super();
|
|
238
|
+
this._name = name;
|
|
239
|
+
this._baseUnit = baseUnit;
|
|
240
|
+
this._rangeUnit = rangeUnit;
|
|
241
|
+
this._range = range;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @return {string}
|
|
246
|
+
*/
|
|
247
|
+
name(){
|
|
248
|
+
return this._name;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @return {TemporalUnit} the period unit defining the base unit of the field.
|
|
253
|
+
*/
|
|
254
|
+
baseUnit(){
|
|
255
|
+
return this._baseUnit;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* @return {TemporalUnit} the period unit defining the range of the field.
|
|
260
|
+
*/
|
|
261
|
+
rangeUnit(){
|
|
262
|
+
return this._rangeUnit;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* @return {ValueRange} the range of valid values for the field.
|
|
267
|
+
*/
|
|
268
|
+
range(){
|
|
269
|
+
return this._range;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @returns {string}
|
|
274
|
+
*/
|
|
275
|
+
displayName(){
|
|
276
|
+
return this.toString();
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* Checks that the specified value is valid for this field.
|
|
281
|
+
*
|
|
282
|
+
* This validates that the value is within the outer range of valid values
|
|
283
|
+
* returned by {@link range}.
|
|
284
|
+
*
|
|
285
|
+
* This method checks against the range of the field in the ISO-8601 calendar system.
|
|
286
|
+
*
|
|
287
|
+
* @param {!number} value the value to check.
|
|
288
|
+
* @returns {number} the value that was passed in.
|
|
289
|
+
*/
|
|
290
|
+
checkValidValue(value) {
|
|
291
|
+
return this.range().checkValidValue(value, this);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Checks that the specified value is valid and fits in an `int`.
|
|
296
|
+
*
|
|
297
|
+
* This validates that the value is within the outer range of valid values
|
|
298
|
+
* returned by {@link range}.
|
|
299
|
+
* It also checks that all valid values are within the bounds of an `int`.
|
|
300
|
+
*
|
|
301
|
+
* This method checks against the range of the field in the ISO-8601 calendar system.
|
|
302
|
+
*
|
|
303
|
+
* @param {number} value the value to check.
|
|
304
|
+
* @return {number} the value that was passed in.
|
|
305
|
+
*/
|
|
306
|
+
checkValidIntValue(value) {
|
|
307
|
+
return this.range().checkValidIntValue(value, this);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @return {boolean} `true` if it is a component of a date, `false` otherwise.
|
|
312
|
+
*/
|
|
313
|
+
isDateBased() {
|
|
314
|
+
const dateBased =
|
|
315
|
+
this === ChronoField.DAY_OF_WEEK ||
|
|
316
|
+
this === ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH ||
|
|
317
|
+
this === ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR ||
|
|
318
|
+
this === ChronoField.DAY_OF_MONTH ||
|
|
319
|
+
this === ChronoField.DAY_OF_YEAR ||
|
|
320
|
+
this === ChronoField.EPOCH_DAY ||
|
|
321
|
+
this === ChronoField.ALIGNED_WEEK_OF_MONTH ||
|
|
322
|
+
this === ChronoField.ALIGNED_WEEK_OF_YEAR ||
|
|
323
|
+
this === ChronoField.MONTH_OF_YEAR ||
|
|
324
|
+
//this === ChronoField.EPOCH_MONTH ||
|
|
325
|
+
this === ChronoField.YEAR_OF_ERA ||
|
|
326
|
+
this === ChronoField.YEAR ||
|
|
327
|
+
this === ChronoField.ERA;
|
|
328
|
+
return dateBased;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @return {boolean} `true` if it is a component of a time, `false` otherwise.
|
|
333
|
+
*/
|
|
334
|
+
isTimeBased() {
|
|
335
|
+
const timeBased =
|
|
336
|
+
this === ChronoField.NANO_OF_SECOND ||
|
|
337
|
+
this === ChronoField.NANO_OF_DAY ||
|
|
338
|
+
this === ChronoField.MICRO_OF_SECOND ||
|
|
339
|
+
this === ChronoField.MICRO_OF_DAY ||
|
|
340
|
+
this === ChronoField.MILLI_OF_SECOND ||
|
|
341
|
+
this === ChronoField.MILLI_OF_DAY ||
|
|
342
|
+
this === ChronoField.SECOND_OF_MINUTE ||
|
|
343
|
+
this === ChronoField.SECOND_OF_DAY ||
|
|
344
|
+
this === ChronoField.MINUTE_OF_HOUR ||
|
|
345
|
+
this === ChronoField.MINUTE_OF_DAY ||
|
|
346
|
+
this === ChronoField.HOUR_OF_AMPM ||
|
|
347
|
+
this === ChronoField.CLOCK_HOUR_OF_AMPM ||
|
|
348
|
+
this === ChronoField.HOUR_OF_DAY ||
|
|
349
|
+
this === ChronoField.CLOCK_HOUR_OF_DAY ||
|
|
350
|
+
this === ChronoField.AMPM_OF_DAY;
|
|
351
|
+
return timeBased;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* @param {!TemporalAccessor} temporal the temporal object used to refine the result.
|
|
356
|
+
* @return {ValueRange} the range of valid values for this field.
|
|
357
|
+
* @throws {DateTimeException} if the range for the field cannot be obtained.
|
|
358
|
+
*/
|
|
359
|
+
rangeRefinedBy(temporal) {
|
|
360
|
+
return temporal.range(this);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* @param {!TemporalAccesor} temporal the temporal object to query.
|
|
367
|
+
* @return {number} the value of this field.
|
|
368
|
+
* @throws {DateTimeException} if a value for the field cannot be obtained.
|
|
369
|
+
*/
|
|
370
|
+
getFrom(temporal) {
|
|
371
|
+
return temporal.getLong(this);
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* @returns {string}
|
|
376
|
+
*/
|
|
377
|
+
toString(){
|
|
378
|
+
return this.name();
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* @param {*} other
|
|
383
|
+
* @returns {boolean}
|
|
384
|
+
*/
|
|
385
|
+
equals(other){
|
|
386
|
+
return this === other;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* @param {!Temporal} temporal the temporal object to adjust.
|
|
391
|
+
* @param {!number} newValue the new value of the field.
|
|
392
|
+
* @return {Temporal} the adjusted temporal object.
|
|
393
|
+
* @throws {DateTimeException} if the field cannot be set.
|
|
394
|
+
*/
|
|
395
|
+
adjustInto(temporal, newValue) {
|
|
396
|
+
return temporal.with(this, newValue);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @param {!TemporalAccesor} temporal the temporal object to query.
|
|
401
|
+
* @return {boolean} `true` if the date-time can be queried for this field, `false` if not.
|
|
402
|
+
*/
|
|
403
|
+
isSupportedBy(temporal) {
|
|
404
|
+
return temporal.isSupported(this);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export function _init() {
|
|
409
|
+
|
|
410
|
+
ChronoField.NANO_OF_SECOND = new ChronoField('NanoOfSecond', ChronoUnit.NANOS, ChronoUnit.SECONDS, ValueRange.of(0, 999999999));
|
|
411
|
+
|
|
412
|
+
ChronoField.NANO_OF_DAY = new ChronoField('NanoOfDay', ChronoUnit.NANOS, ChronoUnit.DAYS, ValueRange.of(0, 86400 * 1000000000 - 1));
|
|
413
|
+
|
|
414
|
+
ChronoField.MICRO_OF_SECOND = new ChronoField('MicroOfSecond', ChronoUnit.MICROS, ChronoUnit.SECONDS, ValueRange.of(0, 999999));
|
|
415
|
+
|
|
416
|
+
ChronoField.MICRO_OF_DAY = new ChronoField('MicroOfDay', ChronoUnit.MICROS, ChronoUnit.DAYS, ValueRange.of(0, 86400 * 1000000 - 1));
|
|
417
|
+
|
|
418
|
+
ChronoField.MILLI_OF_SECOND = new ChronoField('MilliOfSecond', ChronoUnit.MILLIS, ChronoUnit.SECONDS, ValueRange.of(0, 999));
|
|
419
|
+
|
|
420
|
+
ChronoField.MILLI_OF_DAY = new ChronoField('MilliOfDay', ChronoUnit.MILLIS, ChronoUnit.DAYS, ValueRange.of(0, 86400 * 1000 - 1));
|
|
421
|
+
|
|
422
|
+
ChronoField.SECOND_OF_MINUTE = new ChronoField('SecondOfMinute', ChronoUnit.SECONDS, ChronoUnit.MINUTES, ValueRange.of(0, 59));
|
|
423
|
+
|
|
424
|
+
ChronoField.SECOND_OF_DAY = new ChronoField('SecondOfDay', ChronoUnit.SECONDS, ChronoUnit.DAYS, ValueRange.of(0, 86400 - 1));
|
|
425
|
+
|
|
426
|
+
ChronoField.MINUTE_OF_HOUR = new ChronoField('MinuteOfHour', ChronoUnit.MINUTES, ChronoUnit.HOURS, ValueRange.of(0, 59));
|
|
427
|
+
|
|
428
|
+
ChronoField.MINUTE_OF_DAY = new ChronoField('MinuteOfDay', ChronoUnit.MINUTES, ChronoUnit.DAYS, ValueRange.of(0, (24 * 60) - 1));
|
|
429
|
+
|
|
430
|
+
ChronoField.HOUR_OF_AMPM = new ChronoField('HourOfAmPm', ChronoUnit.HOURS, ChronoUnit.HALF_DAYS, ValueRange.of(0, 11));
|
|
431
|
+
|
|
432
|
+
ChronoField.CLOCK_HOUR_OF_AMPM = new ChronoField('ClockHourOfAmPm', ChronoUnit.HOURS, ChronoUnit.HALF_DAYS, ValueRange.of(1, 12));
|
|
433
|
+
|
|
434
|
+
ChronoField.HOUR_OF_DAY = new ChronoField('HourOfDay', ChronoUnit.HOURS, ChronoUnit.DAYS, ValueRange.of(0, 23));
|
|
435
|
+
|
|
436
|
+
ChronoField.CLOCK_HOUR_OF_DAY = new ChronoField('ClockHourOfDay', ChronoUnit.HOURS, ChronoUnit.DAYS, ValueRange.of(1, 24));
|
|
437
|
+
|
|
438
|
+
ChronoField.AMPM_OF_DAY = new ChronoField('AmPmOfDay', ChronoUnit.HALF_DAYS, ChronoUnit.DAYS, ValueRange.of(0, 1));
|
|
439
|
+
|
|
440
|
+
ChronoField.DAY_OF_WEEK = new ChronoField('DayOfWeek', ChronoUnit.DAYS, ChronoUnit.WEEKS, ValueRange.of(1, 7));
|
|
441
|
+
|
|
442
|
+
ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH = new ChronoField('AlignedDayOfWeekInMonth', ChronoUnit.DAYS, ChronoUnit.WEEKS, ValueRange.of(1, 7));
|
|
443
|
+
|
|
444
|
+
ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR = new ChronoField('AlignedDayOfWeekInYear', ChronoUnit.DAYS, ChronoUnit.WEEKS, ValueRange.of(1, 7));
|
|
445
|
+
|
|
446
|
+
ChronoField.DAY_OF_MONTH = new ChronoField('DayOfMonth', ChronoUnit.DAYS, ChronoUnit.MONTHS, ValueRange.of(1, 28, 31), 'day');
|
|
447
|
+
|
|
448
|
+
ChronoField.DAY_OF_YEAR = new ChronoField('DayOfYear', ChronoUnit.DAYS, ChronoUnit.YEARS, ValueRange.of(1, 365, 366));
|
|
449
|
+
|
|
450
|
+
ChronoField.EPOCH_DAY = new ChronoField('EpochDay', ChronoUnit.DAYS, ChronoUnit.FOREVER, ValueRange.of(Math.floor(YearConstants.MIN_VALUE * 365.25), Math.floor(YearConstants.MAX_VALUE * 365.25)));
|
|
451
|
+
|
|
452
|
+
ChronoField.ALIGNED_WEEK_OF_MONTH = new ChronoField('AlignedWeekOfMonth', ChronoUnit.WEEKS, ChronoUnit.MONTHS, ValueRange.of(1, 4, 5));
|
|
453
|
+
|
|
454
|
+
ChronoField.ALIGNED_WEEK_OF_YEAR = new ChronoField('AlignedWeekOfYear', ChronoUnit.WEEKS, ChronoUnit.YEARS, ValueRange.of(1, 53));
|
|
455
|
+
|
|
456
|
+
ChronoField.MONTH_OF_YEAR = new ChronoField('MonthOfYear', ChronoUnit.MONTHS, ChronoUnit.YEARS, ValueRange.of(1, 12), 'month');
|
|
457
|
+
|
|
458
|
+
ChronoField.PROLEPTIC_MONTH = new ChronoField('ProlepticMonth', ChronoUnit.MONTHS, ChronoUnit.FOREVER, ValueRange.of(YearConstants.MIN_VALUE * 12, YearConstants.MAX_VALUE * 12 + 11));
|
|
459
|
+
|
|
460
|
+
ChronoField.YEAR_OF_ERA = new ChronoField('YearOfEra', ChronoUnit.YEARS, ChronoUnit.FOREVER, ValueRange.of(1, YearConstants.MAX_VALUE, YearConstants.MAX_VALUE + 1));
|
|
461
|
+
|
|
462
|
+
ChronoField.YEAR = new ChronoField('Year', ChronoUnit.YEARS, ChronoUnit.FOREVER, ValueRange.of(YearConstants.MIN_VALUE, YearConstants.MAX_VALUE), 'year');
|
|
463
|
+
|
|
464
|
+
ChronoField.ERA = new ChronoField('Era', ChronoUnit.ERAS, ChronoUnit.FOREVER, ValueRange.of(0, 1));
|
|
465
|
+
|
|
466
|
+
ChronoField.INSTANT_SECONDS = new ChronoField('InstantSeconds', ChronoUnit.SECONDS, ChronoUnit.FOREVER, ValueRange.of(MIN_SAFE_INTEGER, MAX_SAFE_INTEGER));
|
|
467
|
+
|
|
468
|
+
ChronoField.OFFSET_SECONDS = new ChronoField('OffsetSeconds', ChronoUnit.SECONDS, ChronoUnit.FOREVER, ValueRange.of(-18 * 3600, 18 * 3600));
|
|
469
|
+
|
|
470
|
+
}
|