@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,451 @@
|
|
|
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, UnsupportedTemporalTypeException, NullPointerException} from './errors';
|
|
8
|
+
import {MathUtil} from './MathUtil';
|
|
9
|
+
import {assert, requireNonNull, requireInstance} from './assert';
|
|
10
|
+
|
|
11
|
+
import {ChronoField} from './temporal/ChronoField';
|
|
12
|
+
import {ChronoUnit} from './temporal/ChronoUnit';
|
|
13
|
+
import {IllegalArgumentException} from './errors';
|
|
14
|
+
import {TemporalAccessor} from './temporal/TemporalAccessor';
|
|
15
|
+
import {TemporalQueries} from './temporal/TemporalQueries';
|
|
16
|
+
import {createTemporalQuery} from './temporal/TemporalQuery';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* ### Static properties of Class {@link DayOfWeek}
|
|
20
|
+
*
|
|
21
|
+
* DayOfWeek.MONDAY,
|
|
22
|
+
* DayOfWeek.TUESDAY,
|
|
23
|
+
* DayOfWeek.WEDNESDAY,
|
|
24
|
+
* DayOfWeek.THURSDAY,
|
|
25
|
+
* DayOfWeek.FRIDAY,
|
|
26
|
+
* DayOfWeek.SATURDAY,
|
|
27
|
+
* DayOfWeek.SUNDAY
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export class DayOfWeek extends TemporalAccessor {
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @param {number} ordinal
|
|
35
|
+
* @param {string} name
|
|
36
|
+
* @private
|
|
37
|
+
*/
|
|
38
|
+
constructor(ordinal, name){
|
|
39
|
+
super();
|
|
40
|
+
this._ordinal = ordinal;
|
|
41
|
+
this._name = name;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @returns {number}
|
|
47
|
+
*/
|
|
48
|
+
ordinal(){
|
|
49
|
+
return this._ordinal;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @returns {string}
|
|
55
|
+
*/
|
|
56
|
+
name(){
|
|
57
|
+
return this._name;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @returns {DayOfWeek[]}
|
|
63
|
+
*/
|
|
64
|
+
static values() {
|
|
65
|
+
return ENUMS.slice();
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @param {string} name
|
|
71
|
+
* @returns {DayOfWeek}
|
|
72
|
+
*/
|
|
73
|
+
static valueOf(name) {
|
|
74
|
+
let ordinal = 0;
|
|
75
|
+
for(ordinal; ordinal < ENUMS.length; ordinal++){
|
|
76
|
+
if(ENUMS[ordinal].name() === name){
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
return DayOfWeek.of(ordinal+1);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Obtains an instance of {@link DayOfWeek} from an `int` value.
|
|
85
|
+
*
|
|
86
|
+
* {@link DayOfWeek} is an enum representing the 7 days of the week.
|
|
87
|
+
* This factory allows the enum to be obtained from the `int` value.
|
|
88
|
+
* The `int` value follows the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).
|
|
89
|
+
*
|
|
90
|
+
* @param {!number} dayOfWeek the day-of-week to represent, from 1 (Monday) to 7 (Sunday)
|
|
91
|
+
* @return {DayOfWeek} the day-of-week singleton, not null
|
|
92
|
+
* @throws DateTimeException if the day-of-week is invalid
|
|
93
|
+
*/
|
|
94
|
+
static of(dayOfWeek) {
|
|
95
|
+
if (dayOfWeek < 1 || dayOfWeek > 7) {
|
|
96
|
+
throw new DateTimeException('Invalid value for DayOfWeek: ' + dayOfWeek);
|
|
97
|
+
}
|
|
98
|
+
return ENUMS[dayOfWeek - 1];
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Obtains an instance of {@link DayOfWeek} from a temporal object.
|
|
103
|
+
*
|
|
104
|
+
* A {@link TemporalAccessor} represents some form of date and time information.
|
|
105
|
+
* This factory converts the arbitrary temporal object to an instance of {@link DayOfWeek}.
|
|
106
|
+
*
|
|
107
|
+
* The conversion extracts the {@link ChronoField#DAY_OF_WEEK} field.
|
|
108
|
+
*
|
|
109
|
+
* This method matches the signature of the functional interface {@link TemporalQuery}
|
|
110
|
+
* allowing it to be used as a query via method reference, {@link DayOfWeek::from}.
|
|
111
|
+
*
|
|
112
|
+
* @param {TemporalAccessor} temporal - the temporal object to convert, not null
|
|
113
|
+
* @return {DayOfWeek} the day-of-week, not null
|
|
114
|
+
* @throws DateTimeException if unable to convert to a {@link DayOfWeek}
|
|
115
|
+
*/
|
|
116
|
+
static from(temporal) {
|
|
117
|
+
assert(temporal != null, 'temporal', NullPointerException);
|
|
118
|
+
if (temporal instanceof DayOfWeek) {
|
|
119
|
+
return temporal;
|
|
120
|
+
}
|
|
121
|
+
try {
|
|
122
|
+
return DayOfWeek.of(temporal.get(ChronoField.DAY_OF_WEEK));
|
|
123
|
+
} catch (ex) {
|
|
124
|
+
if(ex instanceof DateTimeException) {
|
|
125
|
+
throw new DateTimeException('Unable to obtain DayOfWeek from TemporalAccessor: ' +
|
|
126
|
+
temporal + ', type ' + (temporal.constructor != null ? temporal.constructor.name : ''), ex);
|
|
127
|
+
} else {
|
|
128
|
+
throw ex;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Gets the day-of-week `int` value.
|
|
135
|
+
*
|
|
136
|
+
* The values are numbered following the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).
|
|
137
|
+
* See {@link WeekFields#dayOfWeek} for localized week-numbering.
|
|
138
|
+
*
|
|
139
|
+
* @return {number} the day-of-week, from 1 (Monday) to 7 (Sunday)
|
|
140
|
+
*/
|
|
141
|
+
value() {
|
|
142
|
+
return this._ordinal + 1;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Gets the textual representation, such as 'Mon' or 'Friday'.
|
|
147
|
+
*
|
|
148
|
+
* This returns the textual name used to identify the day-of-week.
|
|
149
|
+
* The parameters control the length of the returned text and the locale.
|
|
150
|
+
*
|
|
151
|
+
* If no textual mapping is found then the numeric value (see {@link getValue}) is returned.
|
|
152
|
+
*
|
|
153
|
+
* @param {TextStyle} style - the length of the text required, not null
|
|
154
|
+
* @param {Locale} locale - the locale to use, not null
|
|
155
|
+
* @return {string} the text value of the day-of-week, not null
|
|
156
|
+
*/
|
|
157
|
+
// eslint-disable-next-line no-unused-vars
|
|
158
|
+
displayName(style, locale) {
|
|
159
|
+
throw new IllegalArgumentException('Pattern using (localized) text not implemented yet!');
|
|
160
|
+
// return new DateTimeFormatterBuilder().appendText(ChronoField.DAY_OF_WEEK, style).toFormatter(locale).format(this);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Checks if the specified field is supported.
|
|
165
|
+
*
|
|
166
|
+
* This checks if this day-of-week can be queried for the specified field.
|
|
167
|
+
* If false, then calling the {@link range} and
|
|
168
|
+
* {@link get} methods will throw an exception.
|
|
169
|
+
*
|
|
170
|
+
* If the field is {@link ChronoField#DAY_OF_WEEK} then
|
|
171
|
+
* this method returns true.
|
|
172
|
+
* All other {@link ChronoField} instances will return false.
|
|
173
|
+
*
|
|
174
|
+
* If the field is not a {@link ChronoField}, then the result of this method
|
|
175
|
+
* is obtained by invoking `TemporalField.isSupportedBy(TemporalAccessor)`
|
|
176
|
+
* passing `this` as the argument.
|
|
177
|
+
* Whether the field is supported is determined by the field.
|
|
178
|
+
*
|
|
179
|
+
* @param {TemporalField} field - the field to check, null returns false
|
|
180
|
+
* @return {boolean} true if the field is supported on this day-of-week, false if not
|
|
181
|
+
*/
|
|
182
|
+
isSupported(field) {
|
|
183
|
+
if (field instanceof ChronoField) {
|
|
184
|
+
return field === ChronoField.DAY_OF_WEEK;
|
|
185
|
+
}
|
|
186
|
+
return field != null && field.isSupportedBy(this);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Gets the range of valid values for the specified field.
|
|
191
|
+
*
|
|
192
|
+
* The range object expresses the minimum and maximum valid values for a field.
|
|
193
|
+
* This day-of-week is used to enhance the accuracy of the returned range.
|
|
194
|
+
* If it is not possible to return the range, because the field is not supported
|
|
195
|
+
* or for some other reason, an exception is thrown.
|
|
196
|
+
*
|
|
197
|
+
* If the field is {@link ChronoField#DAY_OF_WEEK} then the
|
|
198
|
+
* range of the day-of-week, from 1 to 7, will be returned.
|
|
199
|
+
* All other {@link ChronoField} instances will throw a {@link DateTimeException}.
|
|
200
|
+
*
|
|
201
|
+
* If the field is not a {@link ChronoField}, then the result of this method
|
|
202
|
+
* is obtained by invoking `TemporalField.rangeRefinedBy(TemporalAccessor)`
|
|
203
|
+
* passing `this` as the argument.
|
|
204
|
+
* Whether the range can be obtained is determined by the field.
|
|
205
|
+
*
|
|
206
|
+
* @param {TemporalField} field - the field to query the range for, not null
|
|
207
|
+
* @return {ValueRange} the range of valid values for the field, not null
|
|
208
|
+
* @throws DateTimeException if the range for the field cannot be obtained
|
|
209
|
+
*/
|
|
210
|
+
range(field) {
|
|
211
|
+
if (field === ChronoField.DAY_OF_WEEK) {
|
|
212
|
+
return field.range();
|
|
213
|
+
} else if (field instanceof ChronoField) {
|
|
214
|
+
throw new UnsupportedTemporalTypeException('Unsupported field: ' + field);
|
|
215
|
+
}
|
|
216
|
+
return field.rangeRefinedBy(this);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Gets the value of the specified field from this day-of-week as an `int`.
|
|
221
|
+
*
|
|
222
|
+
* This queries this day-of-week for the value for the specified field.
|
|
223
|
+
* The returned value will always be within the valid range of values for the field.
|
|
224
|
+
* If it is not possible to return the value, because the field is not supported
|
|
225
|
+
* or for some other reason, an exception is thrown.
|
|
226
|
+
*
|
|
227
|
+
* If the field is {@link ChronoField#DAY_OF_WEEK} then the
|
|
228
|
+
* value of the day-of-week, from 1 to 7, will be returned.
|
|
229
|
+
* All other {@link ChronoField} instances will throw a {@link DateTimeException}.
|
|
230
|
+
*
|
|
231
|
+
* If the field is not a {@link ChronoField}, then the result of this method
|
|
232
|
+
* is obtained by invoking {@link TemporalField.getFrom}
|
|
233
|
+
* passing `this` as the argument. Whether the value can be obtained,
|
|
234
|
+
* and what the value represents, is determined by the field.
|
|
235
|
+
*
|
|
236
|
+
* @param {TemporalField} field - the field to get, not null
|
|
237
|
+
* @return {number} the value for the field, within the valid range of values
|
|
238
|
+
* @throws DateTimeException if a value for the field cannot be obtained
|
|
239
|
+
* @throws DateTimeException if the range of valid values for the field exceeds an `int`
|
|
240
|
+
* @throws DateTimeException if the value is outside the range of valid values for the field
|
|
241
|
+
* @throws ArithmeticException if numeric overflow occurs
|
|
242
|
+
*/
|
|
243
|
+
get(field) {
|
|
244
|
+
if (field === ChronoField.DAY_OF_WEEK) {
|
|
245
|
+
return this.value();
|
|
246
|
+
}
|
|
247
|
+
return this.range(field).checkValidIntValue(this.getLong(field), field);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* Gets the value of the specified field from this day-of-week as a `long`.
|
|
252
|
+
*
|
|
253
|
+
* This queries this day-of-week for the value for the specified field.
|
|
254
|
+
* If it is not possible to return the value, because the field is not supported
|
|
255
|
+
* or for some other reason, an exception is thrown.
|
|
256
|
+
*
|
|
257
|
+
* If the field is {@link ChronoField#DAY_OF_WEEK} then the
|
|
258
|
+
* value of the day-of-week, from 1 to 7, will be returned.
|
|
259
|
+
* All other {@link ChronoField} instances will throw a {@link DateTimeException}.
|
|
260
|
+
*
|
|
261
|
+
* If the field is not a {@link ChronoField}, then the result of this method
|
|
262
|
+
* is obtained by invoking {@link TemporalField.getFrom}
|
|
263
|
+
* passing `this` as the argument. Whether the value can be obtained,
|
|
264
|
+
* and what the value represents, is determined by the field.
|
|
265
|
+
*
|
|
266
|
+
* @param {TemporalField} field - the field to get, not null
|
|
267
|
+
* @return {number} the value for the field
|
|
268
|
+
* @throws DateTimeException if a value for the field cannot be obtained
|
|
269
|
+
* @throws ArithmeticException if numeric overflow occurs
|
|
270
|
+
*/
|
|
271
|
+
getLong(field) {
|
|
272
|
+
if (field === ChronoField.DAY_OF_WEEK) {
|
|
273
|
+
return this.value();
|
|
274
|
+
} else if (field instanceof ChronoField) {
|
|
275
|
+
throw new UnsupportedTemporalTypeException('Unsupported field: ' + field);
|
|
276
|
+
}
|
|
277
|
+
return field.getFrom(this);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
//-----------------------------------------------------------------------
|
|
281
|
+
/**
|
|
282
|
+
* Returns the day-of-week that is the specified number of days after this one.
|
|
283
|
+
*
|
|
284
|
+
* The calculation rolls around the end of the week from Sunday to Monday.
|
|
285
|
+
* The specified period may be negative.
|
|
286
|
+
*
|
|
287
|
+
* This instance is immutable and unaffected by this method call.
|
|
288
|
+
*
|
|
289
|
+
* @param {number} days - the days to add, positive or negative
|
|
290
|
+
* @return {DayOfWeek} the resulting day-of-week, not null
|
|
291
|
+
*/
|
|
292
|
+
plus(days) {
|
|
293
|
+
const amount = MathUtil.floorMod(days, 7);
|
|
294
|
+
return ENUMS[MathUtil.floorMod(this._ordinal + (amount + 7), 7)];
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Returns the day-of-week that is the specified number of days before this one.
|
|
299
|
+
*
|
|
300
|
+
* The calculation rolls around the start of the year from Monday to Sunday.
|
|
301
|
+
* The specified period may be negative.
|
|
302
|
+
*
|
|
303
|
+
* This instance is immutable and unaffected by this method call.
|
|
304
|
+
*
|
|
305
|
+
* @param {number} days - the days to subtract, positive or negative
|
|
306
|
+
* @return {DayOfWeek} the resulting day-of-week, not null
|
|
307
|
+
*/
|
|
308
|
+
minus(days) {
|
|
309
|
+
return this.plus(-1 * MathUtil.floorMod(days, 7));
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
//-----------------------------------------------------------------------
|
|
313
|
+
/**
|
|
314
|
+
* Queries this day-of-week using the specified query.
|
|
315
|
+
*
|
|
316
|
+
* This queries this day-of-week using the specified query strategy object.
|
|
317
|
+
* The {@link TemporalQuery} object defines the logic to be used to
|
|
318
|
+
* obtain the result. Read the documentation of the query to understand
|
|
319
|
+
* what the result of this method will be.
|
|
320
|
+
*
|
|
321
|
+
* The result of this method is obtained by invoking the
|
|
322
|
+
* {@link TemporalQuery#queryFrom} method on the
|
|
323
|
+
* specified query passing `this` as the argument.
|
|
324
|
+
*
|
|
325
|
+
* @param {TemporalQuery} query the query to invoke, not null
|
|
326
|
+
* @return {*} the query result, null may be returned (defined by the query)
|
|
327
|
+
* @throws DateTimeException if unable to query (defined by the query)
|
|
328
|
+
* @throws ArithmeticException if numeric overflow occurs (defined by the query)
|
|
329
|
+
*/
|
|
330
|
+
query(query) {
|
|
331
|
+
if (query === TemporalQueries.precision()) {
|
|
332
|
+
return ChronoUnit.DAYS;
|
|
333
|
+
} else if (query === TemporalQueries.localDate() || query === TemporalQueries.localTime() || query === TemporalQueries.chronology() ||
|
|
334
|
+
query === TemporalQueries.zone() || query === TemporalQueries.zoneId() || query === TemporalQueries.offset()) {
|
|
335
|
+
return null;
|
|
336
|
+
}
|
|
337
|
+
assert(query != null, 'query', NullPointerException);
|
|
338
|
+
return query.queryFrom(this);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Adjusts the specified temporal object to have this day-of-week.
|
|
343
|
+
*
|
|
344
|
+
* This returns a temporal object of the same observable type as the input
|
|
345
|
+
* with the day-of-week changed to be the same as this.
|
|
346
|
+
*
|
|
347
|
+
* The adjustment is equivalent to using {@link Temporal#with}
|
|
348
|
+
* passing {@link ChronoField#DAY_OF_WEEK} as the field.
|
|
349
|
+
* Note that this adjusts forwards or backwards within a Monday to Sunday week.
|
|
350
|
+
* See {@link WeekFields#dayOfWeek} for localized week start days.
|
|
351
|
+
* See {@link TemporalAdjusters} for other adjusters
|
|
352
|
+
* with more control, such as `next(MONDAY)`.
|
|
353
|
+
*
|
|
354
|
+
* In most cases, it is clearer to reverse the calling pattern by using
|
|
355
|
+
* {@link Temporal#with}:
|
|
356
|
+
* <pre>
|
|
357
|
+
* // these two lines are equivalent, but the second approach is recommended
|
|
358
|
+
* temporal = thisDayOfWeek.adjustInto(temporal);
|
|
359
|
+
* temporal = temporal.with(thisDayOfWeek);
|
|
360
|
+
* </pre>
|
|
361
|
+
*
|
|
362
|
+
* For example, given a date that is a Wednesday, the following are output:
|
|
363
|
+
* <pre>
|
|
364
|
+
* dateOnWed.with(MONDAY); // two days earlier
|
|
365
|
+
* dateOnWed.with(TUESDAY); // one day earlier
|
|
366
|
+
* dateOnWed.with(WEDNESDAY); // same date
|
|
367
|
+
* dateOnWed.with(THURSDAY); // one day later
|
|
368
|
+
* dateOnWed.with(FRIDAY); // two days later
|
|
369
|
+
* dateOnWed.with(SATURDAY); // three days later
|
|
370
|
+
* dateOnWed.with(SUNDAY); // four days later
|
|
371
|
+
* </pre>
|
|
372
|
+
*
|
|
373
|
+
* This instance is immutable and unaffected by this method call.
|
|
374
|
+
*
|
|
375
|
+
* @param {TemporalAdjusters} temporal the target object to be adjusted, not null
|
|
376
|
+
* @return {Temporal} the adjusted object, not null
|
|
377
|
+
* @throws DateTimeException if unable to make the adjustment
|
|
378
|
+
* @throws ArithmeticException if numeric overflow occurs
|
|
379
|
+
*/
|
|
380
|
+
adjustInto(temporal) {
|
|
381
|
+
requireNonNull(temporal, 'temporal');
|
|
382
|
+
return temporal.with(ChronoField.DAY_OF_WEEK, this.value());
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
*
|
|
387
|
+
* @returns {boolean}
|
|
388
|
+
*/
|
|
389
|
+
equals(other){
|
|
390
|
+
return this === other;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @returns {string}
|
|
396
|
+
*/
|
|
397
|
+
toString(){
|
|
398
|
+
return this._name;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* Compares this DayOfWeek to another DayOfWeek.
|
|
403
|
+
*
|
|
404
|
+
* The comparison is based on the value of the DayOfWeek.
|
|
405
|
+
* It is "consistent with equals", as defined by {@link Comparable}.
|
|
406
|
+
*
|
|
407
|
+
* @param {DayOfWeek} other the other year to compare to, not null
|
|
408
|
+
* @return {number} the comparator value, negative if less, positive if greater
|
|
409
|
+
*/
|
|
410
|
+
compareTo(other) {
|
|
411
|
+
requireNonNull(other, 'other');
|
|
412
|
+
requireInstance(other, DayOfWeek, 'other');
|
|
413
|
+
return this._ordinal - other._ordinal;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* toJSON() use by JSON.stringify
|
|
418
|
+
* delegates to toString()
|
|
419
|
+
*
|
|
420
|
+
* @return {string}
|
|
421
|
+
*/
|
|
422
|
+
toJSON() {
|
|
423
|
+
return this.toString();
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
let ENUMS;
|
|
428
|
+
|
|
429
|
+
export function _init() {
|
|
430
|
+
DayOfWeek.MONDAY = new DayOfWeek(0, 'MONDAY');
|
|
431
|
+
DayOfWeek.TUESDAY = new DayOfWeek(1, 'TUESDAY');
|
|
432
|
+
DayOfWeek.WEDNESDAY = new DayOfWeek(2, 'WEDNESDAY');
|
|
433
|
+
DayOfWeek.THURSDAY = new DayOfWeek(3, 'THURSDAY');
|
|
434
|
+
DayOfWeek.FRIDAY = new DayOfWeek(4, 'FRIDAY');
|
|
435
|
+
DayOfWeek.SATURDAY = new DayOfWeek(5, 'SATURDAY');
|
|
436
|
+
DayOfWeek.SUNDAY = new DayOfWeek(6, 'SUNDAY');
|
|
437
|
+
|
|
438
|
+
DayOfWeek.FROM = createTemporalQuery('DayOfWeek.FROM', (temporal) => {
|
|
439
|
+
return DayOfWeek.from(temporal);
|
|
440
|
+
});
|
|
441
|
+
|
|
442
|
+
ENUMS = [
|
|
443
|
+
DayOfWeek.MONDAY,
|
|
444
|
+
DayOfWeek.TUESDAY,
|
|
445
|
+
DayOfWeek.WEDNESDAY,
|
|
446
|
+
DayOfWeek.THURSDAY,
|
|
447
|
+
DayOfWeek.FRIDAY,
|
|
448
|
+
DayOfWeek.SATURDAY,
|
|
449
|
+
DayOfWeek.SUNDAY
|
|
450
|
+
];
|
|
451
|
+
}
|