@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,464 @@
|
|
|
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 {requireNonNull, abstractMethodFail} from '../assert';
|
|
8
|
+
|
|
9
|
+
import {Duration} from '../Duration';
|
|
10
|
+
import {Instant} from '../Instant';
|
|
11
|
+
|
|
12
|
+
export class ZoneRules {
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Obtains an instance of {@link ZoneRules} that always uses the same offset.
|
|
16
|
+
*
|
|
17
|
+
* The returned rules always have the same offset.
|
|
18
|
+
*
|
|
19
|
+
* @param {ZoneOffset} offset - the offset, not null
|
|
20
|
+
* @return {ZoneRules} the zone rules, not null
|
|
21
|
+
*/
|
|
22
|
+
static of(offset) {
|
|
23
|
+
requireNonNull(offset, 'offset');
|
|
24
|
+
return new Fixed(offset);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
//-----------------------------------------------------------------------
|
|
29
|
+
/**
|
|
30
|
+
* Checks of the zone rules are fixed, such that the offset never varies.
|
|
31
|
+
*
|
|
32
|
+
* @return {boolean} true if the time-zone is fixed and the offset never changes
|
|
33
|
+
*/
|
|
34
|
+
isFixedOffset(){
|
|
35
|
+
abstractMethodFail('ZoneRules.isFixedOffset');
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
//-----------------------------------------------------------------------
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @param instantOrLocalDateTime
|
|
43
|
+
* @returns {ZoneOffset}
|
|
44
|
+
*/
|
|
45
|
+
offset(instantOrLocalDateTime){
|
|
46
|
+
if(instantOrLocalDateTime instanceof Instant){
|
|
47
|
+
return this.offsetOfInstant(instantOrLocalDateTime);
|
|
48
|
+
} else {
|
|
49
|
+
return this.offsetOfLocalDateTime(instantOrLocalDateTime);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Gets the offset applicable at the specified instant in these rules.
|
|
55
|
+
*
|
|
56
|
+
* The mapping from an instant to an offset is simple, there is only
|
|
57
|
+
* one valid offset for each instant.
|
|
58
|
+
* This method returns that offset.
|
|
59
|
+
*
|
|
60
|
+
* @param {Instant} instant - the instant to find the offset for, not null, but null
|
|
61
|
+
* may be ignored if the rules have a single offset for all instants
|
|
62
|
+
* @return {ZoneOffset} the offset, not null
|
|
63
|
+
*/
|
|
64
|
+
// eslint-disable-next-line no-unused-vars
|
|
65
|
+
offsetOfInstant(instant){
|
|
66
|
+
abstractMethodFail('ZoneRules.offsetInstant');
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Gets the offset applicable at the specified epochMilli in these rules.
|
|
71
|
+
*
|
|
72
|
+
* The method is for javascript performance optimisation.
|
|
73
|
+
*
|
|
74
|
+
* @param {number} epochMilli - the epoch millisecond to find the offset for, not null, but null
|
|
75
|
+
* may be ignored if the rules have a single offset for all instants
|
|
76
|
+
* @return {ZoneOffset} the offset, not null
|
|
77
|
+
*/
|
|
78
|
+
// eslint-disable-next-line no-unused-vars
|
|
79
|
+
offsetOfEpochMilli(epochMilli){
|
|
80
|
+
abstractMethodFail('ZoneRules.offsetOfEpochMilli');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Gets a suitable offset for the specified local date-time in these rules.
|
|
86
|
+
*
|
|
87
|
+
* The mapping from a local date-time to an offset is not straightforward.
|
|
88
|
+
* There are three cases:
|
|
89
|
+
*
|
|
90
|
+
* * Normal, with one valid offset. For the vast majority of the year, the normal
|
|
91
|
+
* case applies, where there is a single valid offset for the local date-time.
|
|
92
|
+
* * Gap, with zero valid offsets. This is when clocks jump forward typically
|
|
93
|
+
* due to the spring daylight savings change from "winter" to "summer".
|
|
94
|
+
* In a gap there are local date-time values with no valid offset.
|
|
95
|
+
* * Overlap, with two valid offsets. This is when clocks are set back typically
|
|
96
|
+
* due to the autumn daylight savings change from "summer" to "winter".
|
|
97
|
+
* In an overlap there are local date-time values with two valid offsets.
|
|
98
|
+
*
|
|
99
|
+
* Thus, for any given local date-time there can be zero, one or two valid offsets.
|
|
100
|
+
* This method returns the single offset in the Normal case, and in the Gap or Overlap
|
|
101
|
+
* case it returns the offset before the transition.
|
|
102
|
+
*
|
|
103
|
+
* Since, in the case of Gap and Overlap, the offset returned is a "best" value, rather
|
|
104
|
+
* than the "correct" value, it should be treated with care. Applications that care
|
|
105
|
+
* about the correct offset should use a combination of this method,
|
|
106
|
+
* {@link getValidOffsets} and {@link getTransition}.
|
|
107
|
+
*
|
|
108
|
+
* @param {LocalDateTime} localDateTime - the local date-time to query, not null, but null
|
|
109
|
+
* may be ignored if the rules have a single offset for all instants
|
|
110
|
+
* @return {ZoneOffset} the best available offset for the local date-time, not null
|
|
111
|
+
*/
|
|
112
|
+
// eslint-disable-next-line no-unused-vars
|
|
113
|
+
offsetOfLocalDateTime(localDateTime){
|
|
114
|
+
abstractMethodFail('ZoneRules.offsetLocalDateTime');
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Gets the offset applicable at the specified local date-time in these rules.
|
|
119
|
+
*
|
|
120
|
+
* The mapping from a local date-time to an offset is not straightforward.
|
|
121
|
+
* There are three cases:
|
|
122
|
+
*
|
|
123
|
+
* * Normal, with one valid offset. For the vast majority of the year, the normal
|
|
124
|
+
* case applies, where there is a single valid offset for the local date-time.
|
|
125
|
+
* * Gap, with zero valid offsets. This is when clocks jump forward typically
|
|
126
|
+
* due to the spring daylight savings change from "winter" to "summer".
|
|
127
|
+
* In a gap there are local date-time values with no valid offset.
|
|
128
|
+
* * Overlap, with two valid offsets. This is when clocks are set back typically
|
|
129
|
+
* due to the autumn daylight savings change from "summer" to "winter".
|
|
130
|
+
* In an overlap there are local date-time values with two valid offsets.
|
|
131
|
+
*
|
|
132
|
+
* Thus, for any given local date-time there can be zero, one or two valid offsets.
|
|
133
|
+
* This method returns that list of valid offsets, which is a list of size 0, 1 or 2.
|
|
134
|
+
* In the case where there are two offsets, the earlier offset is returned at index 0
|
|
135
|
+
* and the later offset at index 1.
|
|
136
|
+
*
|
|
137
|
+
* There are various ways to handle the conversion from a {@link LocalDateTime}.
|
|
138
|
+
* One technique, using this method, would be:
|
|
139
|
+
* <pre>
|
|
140
|
+
* List<ZoneOffset> validOffsets = rules.getOffset(localDT);
|
|
141
|
+
* if (validOffsets.size() == 1) {
|
|
142
|
+
* // Normal case: only one valid offset
|
|
143
|
+
* zoneOffset = validOffsets.get(0);
|
|
144
|
+
* } else {
|
|
145
|
+
* // Gap or Overlap: determine what to do from transition (which will be non-null)
|
|
146
|
+
* ZoneOffsetTransition trans = rules.getTransition(localDT);
|
|
147
|
+
* }
|
|
148
|
+
* </pre>
|
|
149
|
+
*
|
|
150
|
+
* In theory, it is possible for there to be more than two valid offsets.
|
|
151
|
+
* This would happen if clocks to be put back more than once in quick succession.
|
|
152
|
+
* This has never happened in the history of time-zones and thus has no special handling.
|
|
153
|
+
* However, if it were to happen, then the list would return more than 2 entries.
|
|
154
|
+
*
|
|
155
|
+
* @param {LocalDateTime} localDateTime - the local date-time to query for valid offsets, not null
|
|
156
|
+
* may be ignored if the rules have a single offset for all instants
|
|
157
|
+
* @return {ZoneOffset[]} the list of valid offsets, may be immutable, not null
|
|
158
|
+
*/
|
|
159
|
+
// eslint-disable-next-line no-unused-vars
|
|
160
|
+
validOffsets(localDateTime){
|
|
161
|
+
abstractMethodFail('ZoneRules.validOffsets');
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Gets the offset transition applicable at the specified local date-time in these rules.
|
|
166
|
+
*
|
|
167
|
+
* The mapping from a local date-time to an offset is not straightforward.
|
|
168
|
+
* There are three cases:
|
|
169
|
+
*
|
|
170
|
+
* * Normal, with one valid offset. For the vast majority of the year, the normal
|
|
171
|
+
* case applies, where there is a single valid offset for the local date-time.
|
|
172
|
+
* * Gap, with zero valid offsets. This is when clocks jump forward typically
|
|
173
|
+
* due to the spring daylight savings change from "winter" to "summer".
|
|
174
|
+
* In a gap there are local date-time values with no valid offset.
|
|
175
|
+
* * Overlap, with two valid offsets. This is when clocks are set back typically
|
|
176
|
+
* due to the autumn daylight savings change from "summer" to "winter".
|
|
177
|
+
* In an overlap there are local date-time values with two valid offsets.
|
|
178
|
+
*
|
|
179
|
+
* A transition is used to model the cases of a Gap or Overlap.
|
|
180
|
+
* The Normal case will return null.
|
|
181
|
+
*
|
|
182
|
+
* There are various ways to handle the conversion from a {@link LocalDateTime}.
|
|
183
|
+
* One technique, using this method, would be:
|
|
184
|
+
* <pre>
|
|
185
|
+
* ZoneOffsetTransition trans = rules.getTransition(localDT);
|
|
186
|
+
* if (trans != null) {
|
|
187
|
+
* // Gap or Overlap: determine what to do from transition
|
|
188
|
+
* } else {
|
|
189
|
+
* // Normal case: only one valid offset
|
|
190
|
+
* zoneOffset = rule.getOffset(localDT);
|
|
191
|
+
* }
|
|
192
|
+
* </pre>
|
|
193
|
+
*
|
|
194
|
+
* @param {LocalDateTime} localDateTime the local date-time to query for offset transition, not null, but null
|
|
195
|
+
* may be ignored if the rules have a single offset for all instants
|
|
196
|
+
* @return {ZoneOffsetTransition} the offset transition, null if the local date-time is not in transition
|
|
197
|
+
*/
|
|
198
|
+
// eslint-disable-next-line no-unused-vars
|
|
199
|
+
transition(localDateTime){
|
|
200
|
+
abstractMethodFail('ZoneRules.transition');
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
//-----------------------------------------------------------------------
|
|
204
|
+
/**
|
|
205
|
+
* Gets the standard offset for the specified instant in this zone.
|
|
206
|
+
*
|
|
207
|
+
* This provides access to historic information on how the standard offset
|
|
208
|
+
* has changed over time.
|
|
209
|
+
* The standard offset is the offset before any daylight saving time is applied.
|
|
210
|
+
* This is typically the offset applicable during winter.
|
|
211
|
+
*
|
|
212
|
+
* @param {Instant} instant - the instant to find the offset information for, not null, but null
|
|
213
|
+
* may be ignored if the rules have a single offset for all instants
|
|
214
|
+
* @return {ZoneOffset} the standard offset, not null
|
|
215
|
+
*/
|
|
216
|
+
// eslint-disable-next-line no-unused-vars
|
|
217
|
+
standardOffset(instant){
|
|
218
|
+
abstractMethodFail('ZoneRules.standardOffset');
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Gets the amount of daylight savings in use for the specified instant in this zone.
|
|
223
|
+
*
|
|
224
|
+
* This provides access to historic information on how the amount of daylight
|
|
225
|
+
* savings has changed over time.
|
|
226
|
+
* This is the difference between the standard offset and the actual offset.
|
|
227
|
+
* Typically the amount is zero during winter and one hour during summer.
|
|
228
|
+
* Time-zones are second-based, so the nanosecond part of the duration will be zero.
|
|
229
|
+
*
|
|
230
|
+
* @param {Instant} instant - the instant to find the daylight savings for, not null, but null
|
|
231
|
+
* may be ignored if the rules have a single offset for all instants
|
|
232
|
+
* @return {Duration} the difference between the standard and actual offset, not null
|
|
233
|
+
*/
|
|
234
|
+
// eslint-disable-next-line no-unused-vars
|
|
235
|
+
daylightSavings(instant){
|
|
236
|
+
abstractMethodFail('ZoneRules.daylightSavings');
|
|
237
|
+
// default {
|
|
238
|
+
// ZoneOffset standardOffset = getStandardOffset(instant);
|
|
239
|
+
// ZoneOffset actualOffset = getOffset(instant);
|
|
240
|
+
// return actualOffset.toDuration().minus(standardOffset.toDuration()).normalized();
|
|
241
|
+
// }
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Checks if the specified instant is in daylight savings.
|
|
246
|
+
*
|
|
247
|
+
* This checks if the standard and actual offsets are the same at the specified instant.
|
|
248
|
+
*
|
|
249
|
+
* @param {Instant} instant - the instant to find the offset information for, not null, but null
|
|
250
|
+
* may be ignored if the rules have a single offset for all instants
|
|
251
|
+
* @return {boolean} the standard offset, not null
|
|
252
|
+
*/
|
|
253
|
+
// eslint-disable-next-line no-unused-vars
|
|
254
|
+
isDaylightSavings(instant) {
|
|
255
|
+
abstractMethodFail('ZoneRules.isDaylightSavings');
|
|
256
|
+
// default {
|
|
257
|
+
// return (getStandardOffset(instant).equals(getOffset(instant)) == false);
|
|
258
|
+
// }
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Checks if the offset date-time is valid for these rules.
|
|
263
|
+
*
|
|
264
|
+
* To be valid, the local date-time must not be in a gap and the offset
|
|
265
|
+
* must match the valid offsets.
|
|
266
|
+
*
|
|
267
|
+
* @param {LocalDateTime} localDateTime - the date-time to check, not null, but null
|
|
268
|
+
* may be ignored if the rules have a single offset for all instants
|
|
269
|
+
* @param {ZoneOffset} offset - the offset to check, null returns false
|
|
270
|
+
* @return {boolean} true if the offset date-time is valid for these rules
|
|
271
|
+
*/
|
|
272
|
+
// eslint-disable-next-line no-unused-vars
|
|
273
|
+
isValidOffset(localDateTime, offset){
|
|
274
|
+
abstractMethodFail('ZoneRules.isValidOffset');
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
//-----------------------------------------------------------------------
|
|
278
|
+
/**
|
|
279
|
+
* Gets the next transition after the specified instant.
|
|
280
|
+
*
|
|
281
|
+
* This returns details of the next transition after the specified instant.
|
|
282
|
+
* For example, if the instant represents a point where "Summer" daylight savings time
|
|
283
|
+
* applies, then the method will return the transition to the next "Winter" time.
|
|
284
|
+
*
|
|
285
|
+
* @param {Instant} instant - the instant to get the next transition after, not null, but null
|
|
286
|
+
* may be ignored if the rules have a single offset for all instants
|
|
287
|
+
* @return {ZoneOffsetTransition} the next transition after the specified instant, null if this is after the last transition
|
|
288
|
+
*/
|
|
289
|
+
// eslint-disable-next-line no-unused-vars
|
|
290
|
+
nextTransition(instant){
|
|
291
|
+
abstractMethodFail('ZoneRules.nextTransition');
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Gets the previous transition before the specified instant.
|
|
296
|
+
*
|
|
297
|
+
* This returns details of the previous transition after the specified instant.
|
|
298
|
+
* For example, if the instant represents a point where "summer" daylight saving time
|
|
299
|
+
* applies, then the method will return the transition from the previous "winter" time.
|
|
300
|
+
*
|
|
301
|
+
* @param {Instant} instant - the instant to get the previous transition after, not null, but null
|
|
302
|
+
* may be ignored if the rules have a single offset for all instants
|
|
303
|
+
* @return {ZoneOffsetTransition} the previous transition after the specified instant, null if this is before the first transition
|
|
304
|
+
*/
|
|
305
|
+
// eslint-disable-next-line no-unused-vars
|
|
306
|
+
previousTransition(instant){
|
|
307
|
+
abstractMethodFail('ZoneRules.previousTransition');
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* Gets the complete list of fully defined transitions.
|
|
312
|
+
*
|
|
313
|
+
* The complete set of transitions for this rules instance is defined by this method
|
|
314
|
+
* and {@link getTransitionRules}. This method returns those transitions that have
|
|
315
|
+
* been fully defined. These are typically historical, but may be in the future.
|
|
316
|
+
*
|
|
317
|
+
* The list will be empty for fixed offset rules and for any time-zone where there has
|
|
318
|
+
* only ever been a single offset. The list will also be empty if the transition rules are unknown.
|
|
319
|
+
*
|
|
320
|
+
* @return {ZoneOffsetTransition[]} an immutable list of fully defined transitions, not null
|
|
321
|
+
*/
|
|
322
|
+
transitions(){
|
|
323
|
+
abstractMethodFail('ZoneRules.transitions');
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Gets the list of transition rules for years beyond those defined in the transition list.
|
|
328
|
+
*
|
|
329
|
+
* The complete set of transitions for this rules instance is defined by this method
|
|
330
|
+
* and {@link getTransitions}. This method returns instances of {@link ZoneOffsetTransitionRule}
|
|
331
|
+
* that define an algorithm for when transitions will occur.
|
|
332
|
+
*
|
|
333
|
+
* For any given {@link ZoneRules}, this list contains the transition rules for years
|
|
334
|
+
* beyond those years that have been fully defined. These rules typically refer to future
|
|
335
|
+
* daylight saving time rule changes.
|
|
336
|
+
*
|
|
337
|
+
* If the zone defines daylight savings into the future, then the list will normally
|
|
338
|
+
* be of size two and hold information about entering and exiting daylight savings.
|
|
339
|
+
* If the zone does not have daylight savings, or information about future changes
|
|
340
|
+
* is uncertain, then the list will be empty.
|
|
341
|
+
*
|
|
342
|
+
* The list will be empty for fixed offset rules and for any time-zone where there is no
|
|
343
|
+
* daylight saving time. The list will also be empty if the transition rules are unknown.
|
|
344
|
+
*
|
|
345
|
+
* @return {ZoneOffsetTransitionRule[]} an immutable list of transition rules, not null
|
|
346
|
+
*/
|
|
347
|
+
transitionRules(){
|
|
348
|
+
abstractMethodFail('ZoneRules.transitionRules');
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
toString(){
|
|
352
|
+
abstractMethodFail('ZoneRules.toString');
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* toJSON() use by JSON.stringify
|
|
357
|
+
* delegates to toString()
|
|
358
|
+
*
|
|
359
|
+
* @return {string}
|
|
360
|
+
*/
|
|
361
|
+
toJSON() {
|
|
362
|
+
return this.toString();
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
class Fixed extends ZoneRules{
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @param {ZoneOffset} offset
|
|
371
|
+
* @private
|
|
372
|
+
*/
|
|
373
|
+
constructor(offset){
|
|
374
|
+
super();
|
|
375
|
+
this._offset = offset;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
isFixedOffset(){
|
|
379
|
+
return true;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
offsetOfInstant(){
|
|
383
|
+
return this._offset;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
offsetOfEpochMilli(){
|
|
387
|
+
return this._offset;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
offsetOfLocalDateTime(){
|
|
391
|
+
return this._offset;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
validOffsets(){
|
|
395
|
+
return [this._offset];
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
transition(){
|
|
399
|
+
return null;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
standardOffset(){
|
|
403
|
+
return this._offset;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
daylightSavings(){
|
|
407
|
+
return Duration.ZERO;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
isDaylightSavings(){
|
|
411
|
+
return false;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
*
|
|
416
|
+
* @param {LocalDateTime} localDateTime
|
|
417
|
+
* @param {ZoneOffset} offset
|
|
418
|
+
* @return {boolean}
|
|
419
|
+
*/
|
|
420
|
+
isValidOffset(localDateTime, offset) {
|
|
421
|
+
return this._offset.equals(offset);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
nextTransition(){
|
|
425
|
+
return null;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
previousTransition(){
|
|
429
|
+
return null;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
transitions(){
|
|
433
|
+
return [];
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
transitionRules(){
|
|
437
|
+
return [];
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
//-----------------------------------------------------------------------
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @param {*} other
|
|
444
|
+
* @returns {boolean}
|
|
445
|
+
*/
|
|
446
|
+
equals(other) {
|
|
447
|
+
if (this === other) {
|
|
448
|
+
return true;
|
|
449
|
+
}
|
|
450
|
+
if (other instanceof Fixed) {
|
|
451
|
+
return this._offset.equals(other._offset);
|
|
452
|
+
}
|
|
453
|
+
return false;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
*
|
|
458
|
+
* @returns {string}
|
|
459
|
+
*/
|
|
460
|
+
toString() {
|
|
461
|
+
return 'FixedRules:' + this._offset.toString();
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
|
|
3
|
+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
|
+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import {DateTimeException} from '../errors';
|
|
8
|
+
|
|
9
|
+
export class ZoneRulesProvider {
|
|
10
|
+
/**
|
|
11
|
+
* Gets the rules for the zone ID.
|
|
12
|
+
*
|
|
13
|
+
* This returns the latest available rules for the zone ID.
|
|
14
|
+
*
|
|
15
|
+
* This method relies on time-zone data provider files that are configured.
|
|
16
|
+
*
|
|
17
|
+
* @param {string} zoneId
|
|
18
|
+
* @return {ZoneRules}
|
|
19
|
+
*/
|
|
20
|
+
static getRules(zoneId){
|
|
21
|
+
throw new DateTimeException('unsupported ZoneId:' + zoneId);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Gets the set of available zone IDs.
|
|
27
|
+
*
|
|
28
|
+
* These zone IDs are loaded and available for use by {@link ZoneId}.
|
|
29
|
+
*
|
|
30
|
+
* @return {string[]} a modifiable copy of the set of zone IDs, not null
|
|
31
|
+
*/
|
|
32
|
+
static getAvailableZoneIds(){
|
|
33
|
+
return [];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Paul Miller (https://paulmillr.com)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the “Software”), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|