stacks 0.58.72 → 0.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buddy/bin/cli.ts +90 -0
- package/buddy/build.ts +38 -0
- package/buddy/compile.ts +9 -0
- package/{core/buddy/dist/chunk-94f0ae38d2d27d78.js → buddy/dist/chunk-32440b2561f1e29c.js} +568 -485
- package/buddy/dist/cli.d.ts +1 -0
- package/buddy/dist/cli.js +107 -0
- package/buddy/dist/commands/build.d.ts +2 -0
- package/buddy/dist/commands/changelog.d.ts +2 -0
- package/buddy/dist/commands/clean.d.ts +2 -0
- package/buddy/dist/commands/cloud.d.ts +2 -0
- package/buddy/dist/commands/commit.d.ts +2 -0
- package/buddy/dist/commands/configure.d.ts +2 -0
- package/buddy/dist/commands/create.d.ts +2 -0
- package/buddy/dist/commands/deploy.d.ts +2 -0
- package/buddy/dist/commands/dev.d.ts +3 -0
- package/buddy/dist/commands/dns.d.ts +2 -0
- package/buddy/dist/commands/domains.d.ts +2 -0
- package/buddy/dist/commands/fresh.d.ts +2 -0
- package/buddy/dist/commands/generate.d.ts +2 -0
- package/buddy/dist/commands/http.d.ts +2 -0
- package/buddy/dist/commands/index.d.ts +31 -0
- package/buddy/dist/commands/install.d.ts +2 -0
- package/buddy/dist/commands/key.d.ts +2 -0
- package/buddy/dist/commands/lint.d.ts +2 -0
- package/buddy/dist/commands/list.d.ts +2 -0
- package/buddy/dist/commands/make.d.ts +2 -0
- package/buddy/dist/commands/migrate.d.ts +2 -0
- package/buddy/dist/commands/ports.d.ts +2 -0
- package/buddy/dist/commands/prepublish.d.ts +2 -0
- package/buddy/dist/commands/projects.d.ts +2 -0
- package/buddy/dist/commands/release.d.ts +2 -0
- package/buddy/dist/commands/seed.d.ts +2 -0
- package/buddy/dist/commands/setup.d.ts +4 -0
- package/buddy/dist/commands/test.d.ts +2 -0
- package/buddy/dist/commands/tinker.d.ts +2 -0
- package/buddy/dist/commands/types.d.ts +2 -0
- package/buddy/dist/commands/upgrade.d.ts +2 -0
- package/buddy/dist/commands/version.d.ts +2 -0
- package/buddy/dist/index.d.ts +1 -0
- package/{core/buddy → buddy}/dist/index.js +6 -3
- package/buddy/dist/stacks +0 -0
- package/{core/buddy → buddy}/package.json +3 -5
- package/{core/buddy → buddy}/src/cli.ts +36 -31
- package/{core/buddy → buddy}/src/commands/add.ts +1 -1
- package/{core/buddy → buddy}/src/commands/commit.ts +1 -1
- package/{core/buddy → buddy}/src/commands/create.ts +6 -0
- package/{core/buddy → buddy}/src/commands/deploy.ts +1 -1
- package/{core/buddy → buddy}/src/commands/dev.ts +1 -3
- package/{core/buddy → buddy}/src/commands/generate.ts +10 -0
- package/{core/buddy → buddy}/src/commands/index.ts +2 -0
- package/{core/buddy → buddy}/src/commands/list.ts +1 -1
- package/{core/buddy → buddy}/src/commands/make.ts +28 -2
- package/buddy/src/commands/ports.ts +180 -0
- package/{core/buddy → buddy}/src/commands/prepublish.ts +1 -1
- package/buddy/src/commands/projects.ts +58 -0
- package/{core/buddy → buddy}/src/commands/setup.ts +8 -54
- package/{core/buddy → buddy}/src/commands/types.ts +1 -1
- package/{core/buddy → buddy}/src/commands/upgrade.ts +51 -4
- package/buddy/tsconfig.tsbuildinfo +1 -0
- package/package.json +285 -285
- package/core/.simple-git-hooks.js +0 -3
- package/core/Caddyfile +0 -23
- package/core/actions/README.md +0 -58
- package/core/actions/build.ts +0 -5
- package/core/actions/dist/src/add.js +0 -29
- package/core/actions/dist/src/build/component-libs.js +0 -6
- package/core/actions/dist/src/build/core.js +0 -21
- package/core/actions/dist/src/build/stacks.js +0 -8
- package/core/actions/dist/src/build.js +0 -213
- package/core/actions/dist/src/bump.js +0 -14
- package/core/actions/dist/src/changelog.js +0 -17
- package/core/actions/dist/src/clean.js +0 -6
- package/core/actions/dist/src/commit.js +0 -17
- package/core/actions/dist/src/copy-types.js +0 -14
- package/core/actions/dist/src/database/seed.js +0 -1
- package/core/actions/dist/src/deploy/index.js +0 -31
- package/core/actions/dist/src/dev/components.js +0 -11
- package/core/actions/dist/src/dev/docs.js +0 -7
- package/core/actions/dist/src/dev/index.js +0 -92
- package/core/actions/dist/src/examples.js +0 -43
- package/core/actions/dist/src/fresh.js +0 -18
- package/core/actions/dist/src/generate/component-meta.js +0 -59
- package/core/actions/dist/src/generate/ide-helpers.js +0 -91
- package/core/actions/dist/src/generate/index.js +0 -147
- package/core/actions/dist/src/generate/lib-entries.js +0 -170
- package/core/actions/dist/src/generate/vscode-custom-data.js +0 -91
- package/core/actions/dist/src/helpers/component-meta.js +0 -50
- package/core/actions/dist/src/helpers/index.js +0 -48
- package/core/actions/dist/src/helpers/lib-entries.js +0 -161
- package/core/actions/dist/src/helpers/package-json.js +0 -136
- package/core/actions/dist/src/helpers/utils.js +0 -48
- package/core/actions/dist/src/helpers/vscode-custom-data.js +0 -83
- package/core/actions/dist/src/index.js +0 -583
- package/core/actions/dist/src/key-generate.js +0 -10
- package/core/actions/dist/src/lint/fix.js +0 -12
- package/core/actions/dist/src/lint/index.js +0 -17
- package/core/actions/dist/src/make.js +0 -291
- package/core/actions/dist/src/prepublish.js +0 -14
- package/core/actions/dist/src/release.js +0 -553
- package/core/actions/dist/src/test/coverage.js +0 -6
- package/core/actions/dist/src/test/feature.js +0 -6
- package/core/actions/dist/src/test/ui.js +0 -6
- package/core/actions/dist/src/test/unit.js +0 -6
- package/core/actions/dist/src/test.js +0 -6
- package/core/actions/dist/src/tinker.js +0 -5
- package/core/actions/dist/src/typecheck.js +0 -6
- package/core/actions/dist/src/types.js +0 -21
- package/core/actions/dist/src/upgrade/dependencies.js +0 -6
- package/core/actions/dist/src/upgrade/framework.js +0 -1
- package/core/actions/dist/src/upgrade/index.js +0 -54
- package/core/actions/dist/src/upgrade.js +0 -47
- package/core/actions/package.json +0 -92
- package/core/actions/src/action.ts +0 -52
- package/core/actions/src/actions.ts +0 -2
- package/core/actions/src/add.ts +0 -27
- package/core/actions/src/ai/request-model-access.ts +0 -74
- package/core/actions/src/build/cli.ts +0 -7
- package/core/actions/src/build/component-libs.ts +0 -5
- package/core/actions/src/build/core.ts +0 -34
- package/core/actions/src/build/desktop.ts +0 -7
- package/core/actions/src/build/docs.ts +0 -7
- package/core/actions/src/build/server.ts +0 -9
- package/core/actions/src/build/stacks.ts +0 -7
- package/core/actions/src/build.ts +0 -89
- package/core/actions/src/bump.ts +0 -18
- package/core/actions/src/cdn/invalidate-cache.ts +0 -27
- package/core/actions/src/changelog.ts +0 -21
- package/core/actions/src/clean.ts +0 -6
- package/core/actions/src/commit.ts +0 -14
- package/core/actions/src/copy-types.ts +0 -22
- package/core/actions/src/database/fields.ts +0 -111
- package/core/actions/src/database/migration-mysql.ts +0 -72
- package/core/actions/src/database/migration-sqlite.ts +0 -67
- package/core/actions/src/database/migration.ts +0 -10
- package/core/actions/src/database/seed.ts +0 -4
- package/core/actions/src/database/user-migration.ts +0 -20
- package/core/actions/src/deploy/create-receipt-rule.ts +0 -55
- package/core/actions/src/deploy/index.ts +0 -46
- package/core/actions/src/dev/api.ts +0 -18
- package/core/actions/src/dev/components.ts +0 -14
- package/core/actions/src/dev/dashboard.ts +0 -7
- package/core/actions/src/dev/desktop.ts +0 -7
- package/core/actions/src/dev/docs.ts +0 -7
- package/core/actions/src/dev/index.ts +0 -48
- package/core/actions/src/dev/system-tray.ts +0 -6
- package/core/actions/src/dev/views.ts +0 -7
- package/core/actions/src/domains/add.ts +0 -67
- package/core/actions/src/domains/purchase.ts +0 -76
- package/core/actions/src/domains/remove.ts +0 -38
- package/core/actions/src/examples.ts +0 -46
- package/core/actions/src/fresh.ts +0 -20
- package/core/actions/src/generate/action-types.ts +0 -89
- package/core/actions/src/generate/caddyfile.ts +0 -1
- package/core/actions/src/generate/component-meta.ts +0 -19
- package/core/actions/src/generate/custom-cli-file.ts +0 -24
- package/core/actions/src/generate/env-files.ts +0 -89
- package/core/actions/src/generate/ide-helpers.ts +0 -18
- package/core/actions/src/generate/index.ts +0 -132
- package/core/actions/src/generate/lib-entries.ts +0 -18
- package/core/actions/src/generate/model-classes.ts +0 -299
- package/core/actions/src/generate/model-generate.ts +0 -12
- package/core/actions/src/generate/pkgx-file.ts +0 -72
- package/core/actions/src/generate/types.ts +0 -6
- package/core/actions/src/generate/vscode-custom-data.ts +0 -19
- package/core/actions/src/generate/web-types.ts +0 -2
- package/core/actions/src/helpers/component-meta.ts +0 -93
- package/core/actions/src/helpers/index.ts +0 -1
- package/core/actions/src/helpers/lib-entries.ts +0 -139
- package/core/actions/src/helpers/package-json.ts +0 -96
- package/core/actions/src/helpers/utils.ts +0 -70
- package/core/actions/src/helpers/vscode-custom-data.ts +0 -35
- package/core/actions/src/index.ts +0 -29
- package/core/actions/src/key-generate.ts +0 -10
- package/core/actions/src/lint/fix.ts +0 -13
- package/core/actions/src/lint/index.ts +0 -27
- package/core/actions/src/make.ts +0 -322
- package/core/actions/src/migrate/database.ts +0 -1
- package/core/actions/src/migrate/dns.ts +0 -3
- package/core/actions/src/prepublish.ts +0 -17
- package/core/actions/src/release.ts +0 -18
- package/core/actions/src/start-caddy.ts +0 -13
- package/core/actions/src/test/coverage.ts +0 -5
- package/core/actions/src/test/feature.ts +0 -5
- package/core/actions/src/test/ui.ts +0 -5
- package/core/actions/src/test/unit.ts +0 -5
- package/core/actions/src/test.ts +0 -5
- package/core/actions/src/tinker.ts +0 -10
- package/core/actions/src/typecheck.ts +0 -5
- package/core/actions/src/types.ts +0 -20
- package/core/actions/src/upgrade/bun.ts +0 -4
- package/core/actions/src/upgrade/dependencies.ts +0 -0
- package/core/actions/src/upgrade/framework.ts +0 -30
- package/core/actions/src/upgrade/index.ts +0 -22
- package/core/actions/src/upgrade.ts +0 -68
- package/core/actions/tests/example.test.ts +0 -5
- package/core/ai/README.md +0 -67
- package/core/ai/build.ts +0 -9
- package/core/ai/dist/index.js +0 -10624
- package/core/ai/package.json +0 -60
- package/core/ai/src/chatbots.ts +0 -0
- package/core/ai/src/image-generation.ts +0 -0
- package/core/ai/src/index.ts +0 -8
- package/core/ai/src/personalization.ts +0 -0
- package/core/ai/src/search.ts +0 -0
- package/core/ai/src/text-generation.ts +0 -0
- package/core/ai/src/text-summary.ts +0 -0
- package/core/ai/src/utils/client-bedrock-runtime.ts +0 -38
- package/core/ai/src/utils/client-bedrock.ts +0 -53
- package/core/ai/tests/example.test.ts +0 -5
- package/core/ai/tsconfig.json +0 -3
- package/core/alias/README.md +0 -53
- package/core/alias/build.ts +0 -8
- package/core/alias/dist/index.js +0 -218
- package/core/alias/package.json +0 -52
- package/core/alias/src/index.ts +0 -220
- package/core/alias/tests/example.test.ts +0 -5
- package/core/alias/tsconfig.json +0 -3
- package/core/analytics/README.md +0 -55
- package/core/analytics/build.ts +0 -8
- package/core/analytics/dist/index.js +0 -5
- package/core/analytics/package.json +0 -55
- package/core/analytics/src/drivers/fathom.ts +0 -1
- package/core/analytics/src/drivers/index.ts +0 -1
- package/core/analytics/src/index.ts +0 -1
- package/core/analytics/tests/example.test.ts +0 -5
- package/core/analytics/tsconfig.json +0 -3
- package/core/api/build.ts +0 -7
- package/core/api/dist/index.js +0 -639
- package/core/api/package.json +0 -61
- package/core/api/src/index.ts +0 -115
- package/core/api/tsconfig.json +0 -3
- package/core/arrays/README.md +0 -59
- package/core/arrays/build.ts +0 -8
- package/core/arrays/dist/index.js +0 -469
- package/core/arrays/package.json +0 -60
- package/core/arrays/src/arr.ts +0 -3
- package/core/arrays/src/contains.ts +0 -87
- package/core/arrays/src/helpers.ts +0 -272
- package/core/arrays/src/index.ts +0 -3
- package/core/arrays/src/macro.ts +0 -131
- package/core/arrays/src/math.ts +0 -220
- package/core/arrays/tests/example.test.ts +0 -5
- package/core/arrays/tsconfig.json +0 -3
- package/core/auth/README.md +0 -59
- package/core/auth/build.ts +0 -8
- package/core/auth/dist/index.js +0 -5
- package/core/auth/package.json +0 -51
- package/core/auth/src/index.ts +0 -1
- package/core/auth/tests/example.test.ts +0 -5
- package/core/auth/tsconfig.json +0 -3
- package/core/buddy/bin/cli.ts +0 -46
- package/core/buddy/build.ts +0 -8
- package/core/buddy/compile.ts +0 -8
- package/core/buddy/dist/chunk-59a9de11428ba763.js +0 -993
- package/core/buddy/dist/cli.js +0 -676
- package/core/buddy/tsconfig.json +0 -3
- package/core/build/README.md +0 -59
- package/core/build/build.ts +0 -8
- package/core/build/dist/index.js +0 -19
- package/core/build/package.json +0 -64
- package/core/build/src/index.ts +0 -11
- package/core/build/tests/example.test.ts +0 -5
- package/core/build/tsconfig.json +0 -3
- package/core/build/web-types.config.cjs +0 -5
- package/core/build/web-types.ts +0 -15
- package/core/bun-create/bud/README.md +0 -45
- package/core/bun-create/bud/package.json +0 -151
- package/core/bun-create/buddy/README.md +0 -45
- package/core/bun-create/buddy/package.json +0 -150
- package/core/bun-create/stack/README.md +0 -45
- package/core/bun-create/stack/package.json +0 -150
- package/core/bun-create/stacks/README.md +0 -45
- package/core/bun-create/stacks/package.json +0 -150
- package/core/bun-create/stx/README.md +0 -45
- package/core/bun-create/stx/package.json +0 -151
- package/core/bun-plugin-yaml/README.md +0 -56
- package/core/bun-plugin-yaml/build.ts +0 -8
- package/core/bun-plugin-yaml/dist/index.js +0 -2763
- package/core/bun-plugin-yaml/package.json +0 -58
- package/core/bun-plugin-yaml/src/index.ts +0 -22
- package/core/bun-plugin-yaml/tests/example.test.ts +0 -5
- package/core/bun-plugin-yaml/tsconfig.json +0 -3
- package/core/cache/README.md +0 -59
- package/core/cache/build.ts +0 -8
- package/core/cache/dist/index.js +0 -88
- package/core/cache/package.json +0 -66
- package/core/cache/src/drivers/dynamodb.ts +0 -119
- package/core/cache/src/drivers/index.ts +0 -2
- package/core/cache/src/drivers/redis.ts +0 -37
- package/core/cache/src/index.ts +0 -1
- package/core/cache/tests/DynamoDB.test.ts +0 -135
- package/core/cache/tests/Memcached.test.ts +0 -51
- package/core/cache/tests/Redis.test.ts +0 -84
- package/core/cache/tsconfig.json +0 -3
- package/core/chat/README.md +0 -83
- package/core/chat/build.ts +0 -8
- package/core/chat/dist/index.js +0 -42
- package/core/chat/package.json +0 -74
- package/core/chat/src/drivers/discord.ts +0 -15
- package/core/chat/src/drivers/slack.ts +0 -24
- package/core/chat/src/drivers/teams.ts +0 -24
- package/core/chat/src/index.ts +0 -3
- package/core/chat/tests/example.test.ts +0 -5
- package/core/chat/tsconfig.json +0 -3
- package/core/cli/README.md +0 -168
- package/core/cli/build.ts +0 -8
- package/core/cli/dist/index.js +0 -780
- package/core/cli/package.json +0 -92
- package/core/cli/src/actions/index.ts +0 -1
- package/core/cli/src/actions/install.ts +0 -40
- package/core/cli/src/cli.ts +0 -30
- package/core/cli/src/command.ts +0 -47
- package/core/cli/src/console.ts +0 -79
- package/core/cli/src/exec.ts +0 -114
- package/core/cli/src/helpers.ts +0 -80
- package/core/cli/src/index.ts +0 -10
- package/core/cli/src/parse.ts +0 -179
- package/core/cli/src/run.ts +0 -99
- package/core/cli/src/spinner.ts +0 -3
- package/core/cli/src/utils.ts +0 -82
- package/core/cli/tests/example.test.ts +0 -5
- package/core/cli/tsconfig.json +0 -3
- package/core/cloud/README.md +0 -67
- package/core/cloud/build.ts +0 -12
- package/core/cloud/dist/index.js +0 -2013
- package/core/cloud/dist/origin-request.js +0 -27
- package/core/cloud/package.json +0 -119
- package/core/cloud/src/cloud/ai.ts +0 -94
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +0 -386
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +0 -15
- package/core/cloud/src/cloud/cache.ts +0 -0
- package/core/cloud/src/cloud/cdn.ts +0 -427
- package/core/cloud/src/cloud/cli.ts +0 -45
- package/core/cloud/src/cloud/compute.ts +0 -212
- package/core/cloud/src/cloud/dashboard.ts +0 -86
- package/core/cloud/src/cloud/database.ts +0 -0
- package/core/cloud/src/cloud/deployment.ts +0 -41
- package/core/cloud/src/cloud/dns.ts +0 -42
- package/core/cloud/src/cloud/docs.ts +0 -51
- package/core/cloud/src/cloud/email.ts +0 -339
- package/core/cloud/src/cloud/file-system.ts +0 -35
- package/core/cloud/src/cloud/index.ts +0 -135
- package/core/cloud/src/cloud/jump-box.ts +0 -48
- package/core/cloud/src/cloud/lambda/ask/index.js +0 -35
- package/core/cloud/src/cloud/lambda/cli-setup/index.js +0 -67
- package/core/cloud/src/cloud/lambda/summarize/index.js +0 -35
- package/core/cloud/src/cloud/network.ts +0 -32
- package/core/cloud/src/cloud/permissions.ts +0 -33
- package/core/cloud/src/cloud/queue.ts +0 -142
- package/core/cloud/src/cloud/redirects.ts +0 -45
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +0 -15
- package/core/cloud/src/cloud/search-engine.ts +0 -108
- package/core/cloud/src/cloud/security.ts +0 -259
- package/core/cloud/src/cloud/storage.ts +0 -168
- package/core/cloud/src/edge/origin-request.ts +0 -49
- package/core/cloud/src/helpers.ts +0 -609
- package/core/cloud/src/index.ts +0 -2
- package/core/cloud/src/types.ts +0 -28
- package/core/cloud/tests/example.test.ts +0 -5
- package/core/cloud/tsconfig.json +0 -3
- package/core/cloud/zip.ts +0 -17
- package/core/collections/README.md +0 -71
- package/core/collections/build.ts +0 -8
- package/core/collections/dist/index.js +0 -6
- package/core/collections/package.json +0 -58
- package/core/collections/src/index.ts +0 -1
- package/core/collections/tests/example.test.ts +0 -5
- package/core/collections/tsconfig.json +0 -3
- package/core/config/README.md +0 -71
- package/core/config/build.ts +0 -8
- package/core/config/dist/index.js +0 -1807
- package/core/config/package.json +0 -54
- package/core/config/src/config.ts +0 -38
- package/core/config/src/defaults.ts +0 -478
- package/core/config/src/helpers.ts +0 -256
- package/core/config/src/index.ts +0 -2
- package/core/config/src/overrides.ts +0 -49
- package/core/config/tests/example.test.ts +0 -5
- package/core/config/tsconfig.json +0 -3
- package/core/custom-elements.json +0 -4
- package/core/database/README.md +0 -59
- package/core/database/build.ts +0 -8
- package/core/database/dist/index.js +0 -200
- package/core/database/package.json +0 -79
- package/core/database/src/index.ts +0 -63
- package/core/database/src/kysely-bun-worker/driver.ts +0 -144
- package/core/database/src/kysely-bun-worker/index.ts +0 -46
- package/core/database/src/kysely-bun-worker/mitt.ts +0 -24
- package/core/database/src/kysely-bun-worker/type.ts +0 -40
- package/core/database/src/kysely-bun-worker/worker.ts +0 -52
- package/core/database/src/migrations/index.ts +0 -73
- package/core/database/src/seeder/index.ts +0 -79
- package/core/database/tests/example.test.ts +0 -5
- package/core/database/tsconfig.json +0 -3
- package/core/datetime/README.md +0 -66
- package/core/datetime/build.ts +0 -8
- package/core/datetime/dist/index.js +0 -9
- package/core/datetime/package.json +0 -57
- package/core/datetime/src/index.ts +0 -7
- package/core/datetime/tests/example.test.ts +0 -5
- package/core/datetime/tsconfig.json +0 -3
- package/core/desktop/README.md +0 -49
- package/core/desktop/build.ts +0 -8
- package/core/desktop/dist/index.js +0 -3081
- package/core/desktop/package.json +0 -83
- package/core/desktop/src/index.ts +0 -43
- package/core/desktop/src/system-tray.ts +0 -1
- package/core/desktop/tests/example.test.ts +0 -5
- package/core/desktop/tsconfig.json +0 -3
- package/core/development/README.md +0 -27
- package/core/development/build.ts +0 -8
- package/core/development/dist/index.js +0 -6
- package/core/development/package.json +0 -77
- package/core/development/src/index.ts +0 -0
- package/core/development/tests/example.test.ts +0 -5
- package/core/development/tsconfig.json +0 -3
- package/core/dns/README.md +0 -56
- package/core/dns/build.ts +0 -8
- package/core/dns/dist/index.js +0 -166
- package/core/dns/package.json +0 -77
- package/core/dns/src/drivers/aws.ts +0 -224
- package/core/dns/src/index.ts +0 -20
- package/core/dns/tests/example.test.ts +0 -5
- package/core/dns/tsconfig.json +0 -3
- package/core/docs/README.md +0 -59
- package/core/docs/build.ts +0 -8
- package/core/docs/dist/index.js +0 -205
- package/core/docs/package.json +0 -70
- package/core/docs/src/index.ts +0 -67
- package/core/docs/src/meta.ts +0 -32
- package/core/docs/src/plugins.ts +0 -4
- package/core/docs/src/scripts/pwa.ts +0 -116
- package/core/docs/tests/example.test.ts +0 -5
- package/core/docs/tsconfig.json +0 -3
- package/core/email/README.md +0 -155
- package/core/email/build-inbound.ts +0 -8
- package/core/email/build.ts +0 -8
- package/core/email/dist/index.js +0 -287
- package/core/email/email-forwarder.cjs +0 -407
- package/core/email/email-forwarder.zip +0 -0
- package/core/email/package.json +0 -96
- package/core/email/src/drivers/emailjs.ts +0 -23
- package/core/email/src/drivers/index.ts +0 -9
- package/core/email/src/drivers/mailgun.ts +0 -21
- package/core/email/src/drivers/mailjet.ts +0 -21
- package/core/email/src/drivers/mandrill.ts +0 -19
- package/core/email/src/drivers/netcore.ts +0 -19
- package/core/email/src/drivers/nodemailer.ts +0 -23
- package/core/email/src/drivers/postmark.ts +0 -19
- package/core/email/src/drivers/sendgrid.ts +0 -20
- package/core/email/src/drivers/ses.ts +0 -22
- package/core/email/src/index.ts +0 -1
- package/core/email/src/send.ts +0 -37
- package/core/email/src/server/converter.ts +0 -305
- package/core/email/src/server/inbound.ts +0 -406
- package/core/email/src/server/outbound.ts +0 -296
- package/core/email/src/tailwind.config.ts +0 -39
- package/core/email/src/utils/config.ts +0 -7
- package/core/email/src/utils/template.html +0 -8
- package/core/email/tests/example.test.ts +0 -5
- package/core/email/tsconfig.json +0 -3
- package/core/enums/README.md +0 -54
- package/core/enums/build.ts +0 -8
- package/core/enums/dist/index.js +0 -101
- package/core/enums/package.json +0 -49
- package/core/enums/src/index.ts +0 -98
- package/core/enums/tests/example.test.ts +0 -5
- package/core/enums/tsconfig.json +0 -3
- package/core/env/README.md +0 -71
- package/core/env/build.ts +0 -8
- package/core/env/dist/index.js +0 -229
- package/core/env/package.json +0 -55
- package/core/env/src/index.ts +0 -76
- package/core/env/src/types.ts +0 -54
- package/core/env/src/utils.ts +0 -1
- package/core/env/tests/example.test.ts +0 -5
- package/core/env/tsconfig.json +0 -3
- package/core/error-handling/README.md +0 -131
- package/core/error-handling/build.ts +0 -8
- package/core/error-handling/dist/index.js +0 -432
- package/core/error-handling/package.json +0 -63
- package/core/error-handling/src/handler.ts +0 -51
- package/core/error-handling/src/index.ts +0 -2
- package/core/error-handling/tests/example.test.ts +0 -5
- package/core/error-handling/tsconfig.json +0 -3
- package/core/eslint-config/.gitattributes +0 -2
- package/core/eslint-config/README.md +0 -587
- package/core/eslint-config/build.ts +0 -8
- package/core/eslint-config/package.json +0 -122
- package/core/eslint-config/src/configs/comments.ts +0 -19
- package/core/eslint-config/src/configs/formatters.ts +0 -187
- package/core/eslint-config/src/configs/ignores.ts +0 -10
- package/core/eslint-config/src/configs/imports.ts +0 -46
- package/core/eslint-config/src/configs/index.ts +0 -21
- package/core/eslint-config/src/configs/javascript.ts +0 -226
- package/core/eslint-config/src/configs/jsdoc.ts +0 -42
- package/core/eslint-config/src/configs/jsonc.ts +0 -86
- package/core/eslint-config/src/configs/markdown.ts +0 -110
- package/core/eslint-config/src/configs/node.ts +0 -23
- package/core/eslint-config/src/configs/perfectionist.ts +0 -18
- package/core/eslint-config/src/configs/react.ts +0 -111
- package/core/eslint-config/src/configs/sort.ts +0 -223
- package/core/eslint-config/src/configs/stylistic.ts +0 -57
- package/core/eslint-config/src/configs/svelte.ts +0 -107
- package/core/eslint-config/src/configs/test.ts +0 -54
- package/core/eslint-config/src/configs/toml.ts +0 -72
- package/core/eslint-config/src/configs/typescript.ts +0 -157
- package/core/eslint-config/src/configs/unicorn.ts +0 -41
- package/core/eslint-config/src/configs/unocss.ts +0 -43
- package/core/eslint-config/src/configs/vue.ts +0 -168
- package/core/eslint-config/src/configs/yaml.ts +0 -72
- package/core/eslint-config/src/factory.ts +0 -255
- package/core/eslint-config/src/globs.ts +0 -91
- package/core/eslint-config/src/index.ts +0 -9
- package/core/eslint-config/src/plugins.ts +0 -10
- package/core/eslint-config/src/stub.d.ts +0 -3
- package/core/eslint-config/src/types.ts +0 -366
- package/core/eslint-config/src/utils.ts +0 -72
- package/core/eslint-config/src/vendor/prettier-types.ts +0 -136
- package/core/eslint-config/test/cli.spec.ts +0 -91
- package/core/eslint-config/test/fixtures.test.ts +0 -125
- package/core/eslint-config/tsconfig.json +0 -17
- package/core/eslint-config/tsup.config.ts +0 -8
- package/core/events/README.md +0 -76
- package/core/events/build.ts +0 -8
- package/core/events/dist/index.js +0 -63
- package/core/events/package.json +0 -53
- package/core/events/src/index.ts +0 -167
- package/core/events/tests/example.test.ts +0 -5
- package/core/events/tsconfig.json +0 -3
- package/core/faker/README.md +0 -53
- package/core/faker/build.ts +0 -8
- package/core/faker/dist/index.js +0 -6
- package/core/faker/package.json +0 -62
- package/core/faker/src/index.ts +0 -1
- package/core/faker/tests/example.test.ts +0 -5
- package/core/faker/tsconfig.json +0 -3
- package/core/git/README.md +0 -65
- package/core/git/build.ts +0 -8
- package/core/git/dist/index.js +0 -46
- package/core/git/package.json +0 -69
- package/core/git/src/index.ts +0 -63
- package/core/git/tests/example.test.ts +0 -5
- package/core/git/tsconfig.json +0 -3
- package/core/health/README.md +0 -56
- package/core/health/build.ts +0 -8
- package/core/health/dist/index.js +0 -9
- package/core/health/package.json +0 -59
- package/core/health/src/drivers/index.ts +0 -1
- package/core/health/src/drivers/ohdear.ts +0 -1
- package/core/health/src/index.ts +0 -2
- package/core/health/src/notifications/index.ts +0 -1
- package/core/health/tests/example.test.ts +0 -5
- package/core/health/tsconfig.json +0 -3
- package/core/http/README.md +0 -59
- package/core/http/build.ts +0 -8
- package/core/http/dist/index.js +0 -65
- package/core/http/package.json +0 -53
- package/core/http/src/index.ts +0 -71
- package/core/http/tsconfig.json +0 -3
- package/core/index.ts +0 -57
- package/core/lint/.eslintrc.json +0 -3
- package/core/lint/README.md +0 -73
- package/core/lint/build.ts +0 -8
- package/core/lint/dist/index.js +0 -6
- package/core/lint/package.json +0 -70
- package/core/lint/src/index.ts +0 -3
- package/core/lint/tests/example.test.ts +0 -5
- package/core/lint/tsconfig.json +0 -3
- package/core/logging/README.md +0 -58
- package/core/logging/build.ts +0 -8
- package/core/logging/dist/index.js +0 -89
- package/core/logging/package.json +0 -62
- package/core/logging/src/index.ts +0 -136
- package/core/logging/tests/example.test.ts +0 -5
- package/core/logging/tsconfig.json +0 -3
- package/core/notifications/README.md +0 -272
- package/core/notifications/build.ts +0 -8
- package/core/notifications/dist/index.js +0 -54
- package/core/notifications/package.json +0 -104
- package/core/notifications/src/drivers/chat.ts +0 -1
- package/core/notifications/src/drivers/email.ts +0 -1
- package/core/notifications/src/drivers/index.ts +0 -4
- package/core/notifications/src/drivers/push.ts +0 -1
- package/core/notifications/src/drivers/sms.ts +0 -1
- package/core/notifications/src/index.ts +0 -51
- package/core/notifications/src/tailwind.config.ts +0 -39
- package/core/notifications/src/utils/config.ts +0 -5
- package/core/notifications/src/utils/template.html +0 -8
- package/core/notifications/tests/chat/Slack.test.ts +0 -34
- package/core/notifications/tests/email/Mailgun.test.ts +0 -40
- package/core/notifications/tests/email/Sendgrid.test.ts +0 -40
- package/core/notifications/tests/sms/Twilio.test.ts +0 -37
- package/core/notifications/tsconfig.json +0 -3
- package/core/objects/README.md +0 -71
- package/core/objects/build.ts +0 -8
- package/core/objects/dist/index.js +0 -64
- package/core/objects/package.json +0 -64
- package/core/objects/src/index.ts +0 -145
- package/core/objects/tests/example.test.ts +0 -5
- package/core/objects/tsconfig.json +0 -3
- package/core/orm/README.md +0 -48
- package/core/orm/build.ts +0 -8
- package/core/orm/dist/index.js +0 -6
- package/core/orm/package.json +0 -60
- package/core/orm/src/index.ts +0 -49
- package/core/orm/tests/example.test.ts +0 -5
- package/core/orm/tsconfig.json +0 -3
- package/core/path/README.md +0 -64
- package/core/path/build.ts +0 -8
- package/core/path/dist/index.js +0 -573
- package/core/path/package.json +0 -55
- package/core/path/src/index.ts +0 -615
- package/core/path/tests/example.test.ts +0 -5
- package/core/path/tsconfig.json +0 -3
- package/core/payments/README.md +0 -64
- package/core/payments/build.ts +0 -8
- package/core/payments/dist/index.js +0 -6296
- package/core/payments/package.json +0 -61
- package/core/payments/src/drivers/stripe.ts +0 -116
- package/core/payments/src/index.ts +0 -1
- package/core/payments/tests/example.test.ts +0 -5
- package/core/payments/tsconfig.json +0 -3
- package/core/playwright.config.ts +0 -109
- package/core/push/README.md +0 -71
- package/core/push/build.ts +0 -9
- package/core/push/dist/index.js +0 -35
- package/core/push/package.json +0 -65
- package/core/push/src/drivers/expo.ts +0 -21
- package/core/push/src/drivers/fcm.ts +0 -21
- package/core/push/src/drivers/index.ts +0 -2
- package/core/push/src/index.ts +0 -1
- package/core/push/tests/example.test.ts +0 -5
- package/core/push/tsconfig.json +0 -3
- package/core/query-builder/README.md +0 -48
- package/core/query-builder/build.ts +0 -8
- package/core/query-builder/dist/index.js +0 -18
- package/core/query-builder/package.json +0 -60
- package/core/query-builder/src/index.ts +0 -1
- package/core/query-builder/src/kysely.ts +0 -38
- package/core/query-builder/tests/example.test.ts +0 -5
- package/core/query-builder/tsconfig.json +0 -3
- package/core/queue/README.md +0 -59
- package/core/queue/build.ts +0 -8
- package/core/queue/dist/index.js +0 -25
- package/core/queue/package.json +0 -56
- package/core/queue/src/index.ts +0 -23
- package/core/queue/tests/example.test.ts +0 -5
- package/core/queue/tsconfig.json +0 -3
- package/core/raycast/package.json +0 -9
- package/core/raycast/src/index.ts +0 -0
- package/core/realtime/README.md +0 -59
- package/core/realtime/build.ts +0 -8
- package/core/realtime/dist/index.js +0 -6
- package/core/realtime/package.json +0 -53
- package/core/realtime/src/drivers/index.ts +0 -1
- package/core/realtime/src/index.ts +0 -1
- package/core/realtime/tests/example.test.ts +0 -5
- package/core/realtime/tsconfig.json +0 -3
- package/core/repl/README.md +0 -53
- package/core/repl/build.ts +0 -8
- package/core/repl/dist/index.js +0 -6
- package/core/repl/package.json +0 -60
- package/core/repl/src/index.ts +0 -1
- package/core/repl/tests/example.test.ts +0 -5
- package/core/repl/tsconfig.json +0 -3
- package/core/router/README.md +0 -59
- package/core/router/build.ts +0 -8
- package/core/router/dist/index.js +0 -1524
- package/core/router/package.json +0 -64
- package/core/router/src/index.ts +0 -4
- package/core/router/src/middleware.ts +0 -34
- package/core/router/src/request.ts +0 -44
- package/core/router/src/router.ts +0 -294
- package/core/router/src/server.ts +0 -173
- package/core/router/tests/example.test.ts +0 -5
- package/core/router/tsconfig.json +0 -3
- package/core/scheduler/README.md +0 -137
- package/core/scheduler/build.ts +0 -8
- package/core/scheduler/dist/index.js +0 -742
- package/core/scheduler/package.json +0 -62
- package/core/scheduler/src/constants.ts +0 -81
- package/core/scheduler/src/errors.ts +0 -7
- package/core/scheduler/src/index.ts +0 -20
- package/core/scheduler/src/job.ts +0 -315
- package/core/scheduler/src/schedule.ts +0 -116
- package/core/scheduler/src/time.ts +0 -823
- package/core/scheduler/src/types/cron.ts +0 -98
- package/core/scheduler/src/types/utils.ts +0 -14
- package/core/scheduler/src/utils.ts +0 -19
- package/core/scheduler/tests/cron.fuzz.ts +0 -120
- package/core/scheduler/tests/cron.test.ts +0 -1243
- package/core/scheduler/tests/crontime.test.ts +0 -780
- package/core/scheduler/tsconfig.json +0 -3
- package/core/search-engine/README.md +0 -66
- package/core/search-engine/build.ts +0 -8
- package/core/search-engine/dist/index.js +0 -87
- package/core/search-engine/package.json +0 -68
- package/core/search-engine/src/drivers/index.ts +0 -1
- package/core/search-engine/src/drivers/meilisearch.ts +0 -124
- package/core/search-engine/src/drivers/opensearch.ts +0 -59
- package/core/search-engine/src/helpers.ts +0 -138
- package/core/search-engine/src/index.ts +0 -69
- package/core/search-engine/tests/example.test.ts +0 -5
- package/core/search-engine/tsconfig.json +0 -3
- package/core/security/README.md +0 -66
- package/core/security/build.ts +0 -8
- package/core/security/dist/index.js +0 -3285
- package/core/security/package.json +0 -66
- package/core/security/src/crypt.ts +0 -23
- package/core/security/src/hash.ts +0 -54
- package/core/security/src/index.ts +0 -3
- package/core/security/src/key.ts +0 -11
- package/core/security/tests/example.test.ts +0 -5
- package/core/security/tsconfig.json +0 -3
- package/core/server/README.md +0 -51
- package/core/server/build.ts +0 -8
- package/core/server/dist/index.js +0 -52
- package/core/server/package.json +0 -68
- package/core/server/src/config.ts +0 -64
- package/core/server/src/index.ts +0 -1
- package/core/server/tests/example.test.ts +0 -5
- package/core/server/tsconfig.json +0 -3
- package/core/signals/README.md +0 -105
- package/core/signals/build.ts +0 -8
- package/core/signals/dist/index.js +0 -9
- package/core/signals/package.json +0 -64
- package/core/signals/src/index.ts +0 -1
- package/core/signals/tests/example.test.ts +0 -5
- package/core/signals/tsconfig.json +0 -3
- package/core/slug/README.md +0 -59
- package/core/slug/build.ts +0 -8
- package/core/slug/dist/index.js +0 -5
- package/core/slug/package.json +0 -66
- package/core/slug/src/index.ts +0 -56
- package/core/slug/tests/example.test.ts +0 -5
- package/core/slug/tsconfig.json +0 -3
- package/core/sms/README.md +0 -137
- package/core/sms/build.ts +0 -9
- package/core/sms/dist/index.js +0 -240
- package/core/sms/package.json +0 -83
- package/core/sms/src/drivers/gupshup.ts +0 -21
- package/core/sms/src/drivers/index.ts +0 -8
- package/core/sms/src/drivers/nexmo.ts +0 -23
- package/core/sms/src/drivers/plivo.ts +0 -23
- package/core/sms/src/drivers/sms77.ts +0 -22
- package/core/sms/src/drivers/sns.ts +0 -22
- package/core/sms/src/drivers/telnyx.ts +0 -23
- package/core/sms/src/drivers/termii.ts +0 -22
- package/core/sms/src/drivers/twilio.ts +0 -23
- package/core/sms/src/index.ts +0 -1
- package/core/sms/tests/example.test.ts +0 -5
- package/core/sms/tsconfig.json +0 -3
- package/core/stacks +0 -2
- package/core/storage/README.md +0 -74
- package/core/storage/build.ts +0 -8
- package/core/storage/dist/index.js +0 -816
- package/core/storage/package.json +0 -78
- package/core/storage/src/copy.ts +0 -42
- package/core/storage/src/delete.ts +0 -131
- package/core/storage/src/drivers/aws.ts +0 -15
- package/core/storage/src/drivers/index.ts +0 -1
- package/core/storage/src/files.ts +0 -187
- package/core/storage/src/folders.ts +0 -51
- package/core/storage/src/fs.ts +0 -9
- package/core/storage/src/glob.ts +0 -1
- package/core/storage/src/hash.ts +0 -39
- package/core/storage/src/helpers.ts +0 -29
- package/core/storage/src/index.ts +0 -11
- package/core/storage/src/move.ts +0 -84
- package/core/storage/src/storage.ts +0 -10
- package/core/storage/src/visibility.ts +0 -6
- package/core/storage/src/zip.ts +0 -55
- package/core/storage/tests/example.test.ts +0 -5
- package/core/storage/tsconfig.json +0 -3
- package/core/strings/README.md +0 -137
- package/core/strings/build.ts +0 -9
- package/core/strings/dist/index.js +0 -393
- package/core/strings/package.json +0 -82
- package/core/strings/src/case.ts +0 -27
- package/core/strings/src/helpers.ts +0 -3
- package/core/strings/src/index.ts +0 -2
- package/core/strings/src/is.ts +0 -170
- package/core/strings/src/macro.ts +0 -131
- package/core/strings/src/pluralize.ts +0 -26
- package/core/strings/src/string.ts +0 -5
- package/core/strings/src/types.ts +0 -4
- package/core/strings/src/utils.ts +0 -117
- package/core/strings/tests/example.test.ts +0 -5
- package/core/strings/tsconfig.json +0 -3
- package/core/stx +0 -2
- package/core/tables/README.md +0 -110
- package/core/tables/examples/vue/App.stx +0 -12
- package/core/tables/examples/vue/favicon.png +0 -0
- package/core/tables/examples/vue/index.html +0 -20
- package/core/tables/examples/web/favicon.png +0 -0
- package/core/tables/examples/web/index.html +0 -13
- package/core/tables/index.html +0 -13
- package/core/tables/package.json +0 -57
- package/core/tables/src/App.stx +0 -23
- package/core/tables/src/commands/index.ts +0 -1
- package/core/tables/src/components/Demo.stx +0 -84
- package/core/tables/src/components/README.md +0 -109
- package/core/tables/src/components/Table.stx +0 -342
- package/core/tables/src/components/TableBody.stx +0 -32
- package/core/tables/src/components/TableCellActionItems.stx +0 -9
- package/core/tables/src/components/TableFilters.stx +0 -704
- package/core/tables/src/components/TableHead.stx +0 -60
- package/core/tables/src/components/TablePagination.stx +0 -131
- package/core/tables/src/components/TableRow.stx +0 -73
- package/core/tables/src/components/TableSearch.stx +0 -39
- package/core/tables/src/components/Tooltip.stx +0 -10
- package/core/tables/src/components.d.ts +0 -24
- package/core/tables/src/config/tables.ts +0 -2
- package/core/tables/src/docs/index.md +0 -0
- package/core/tables/src/functions/README.md +0 -8
- package/core/tables/src/functions/dark.ts +0 -3
- package/core/tables/src/functions/index.ts +0 -2
- package/core/tables/src/functions/table.ts +0 -207
- package/core/tables/src/main.ts +0 -4
- package/core/tables/tests/example.test.ts +0 -5
- package/core/tables/tsconfig.json +0 -3
- package/core/testing/README.md +0 -59
- package/core/testing/build.ts +0 -8
- package/core/testing/dist/index.js +0 -14983
- package/core/testing/package.json +0 -65
- package/core/testing/src/index.ts +0 -13
- package/core/testing/tsconfig.json +0 -3
- package/core/tinker/package.json +0 -47
- package/core/tinker/src/index.ts +0 -1
- package/core/tinker/tsconfig.json +0 -3
- package/core/tmp.json +0 -0
- package/core/tsconfig.json +0 -70
- package/core/tunnel/README.md +0 -53
- package/core/tunnel/build.ts +0 -8
- package/core/tunnel/dist/index.js +0 -10
- package/core/tunnel/package.json +0 -58
- package/core/tunnel/src/index.ts +0 -6
- package/core/tunnel/tests/example.test.ts +0 -5
- package/core/tunnel/tsconfig.json +0 -3
- package/core/types/README.md +0 -59
- package/core/types/build.ts +0 -8
- package/core/types/dist/index.js +0 -2285
- package/core/types/package.json +0 -87
- package/core/types/src/ai.ts +0 -26
- package/core/types/src/analytics.ts +0 -21
- package/core/types/src/api.ts +0 -65
- package/core/types/src/app.ts +0 -172
- package/core/types/src/auto-imports.ts +0 -1
- package/core/types/src/binary.ts +0 -13
- package/core/types/src/build.ts +0 -2
- package/core/types/src/cache.ts +0 -98
- package/core/types/src/cdn.ts +0 -17
- package/core/types/src/chat.ts +0 -5
- package/core/types/src/cli.ts +0 -315
- package/core/types/src/cloud.ts +0 -105
- package/core/types/src/components.ts +0 -64
- package/core/types/src/configure.ts +0 -13
- package/core/types/src/cron-jobs.ts +0 -51
- package/core/types/src/database.ts +0 -45
- package/core/types/src/dependencies.ts +0 -69
- package/core/types/src/deploy.ts +0 -13
- package/core/types/src/dns.ts +0 -186
- package/core/types/src/docs.ts +0 -26
- package/core/types/src/email.ts +0 -16
- package/core/types/src/env.ts +0 -1
- package/core/types/src/errors.ts +0 -11
- package/core/types/src/events.ts +0 -30
- package/core/types/src/exit-code.ts +0 -10
- package/core/types/src/file-systems.ts +0 -70
- package/core/types/src/git.ts +0 -133
- package/core/types/src/hashing.ts +0 -131
- package/core/types/src/helpers.ts +0 -11
- package/core/types/src/i18n.ts +0 -19
- package/core/types/src/index.ts +0 -60
- package/core/types/src/inspect.ts +0 -10
- package/core/types/src/layout.ts +0 -8
- package/core/types/src/library.ts +0 -156
- package/core/types/src/logger.ts +0 -54
- package/core/types/src/manifest.ts +0 -9
- package/core/types/src/model.ts +0 -72
- package/core/types/src/money.ts +0 -3
- package/core/types/src/native.ts +0 -0
- package/core/types/src/notifications.ts +0 -147
- package/core/types/src/pages.ts +0 -10
- package/core/types/src/payments.ts +0 -65
- package/core/types/src/promise.ts +0 -1
- package/core/types/src/push.ts +0 -36
- package/core/types/src/pwa.ts +0 -8
- package/core/types/src/queue.ts +0 -38
- package/core/types/src/reactivity.ts +0 -1
- package/core/types/src/request.ts +0 -3
- package/core/types/src/router.ts +0 -73
- package/core/types/src/scheduler.ts +0 -1
- package/core/types/src/search-engine.ts +0 -136
- package/core/types/src/security.ts +0 -23
- package/core/types/src/services.ts +0 -44
- package/core/types/src/sms.ts +0 -5
- package/core/types/src/ssg.ts +0 -3
- package/core/types/src/stacks.ts +0 -236
- package/core/types/src/storage.ts +0 -13
- package/core/types/src/tables.ts +0 -57
- package/core/types/src/team.ts +0 -8
- package/core/types/src/ui.ts +0 -189
- package/core/types/src/utils.ts +0 -47
- package/core/types/tsconfig.json +0 -3
- package/core/ui/README.md +0 -66
- package/core/ui/build.ts +0 -8
- package/core/ui/dist/components.js +0 -68
- package/core/ui/dist/index.js +0 -121
- package/core/ui/package.json +0 -93
- package/core/ui/src/components/autocomplete.ts +0 -0
- package/core/ui/src/components/disclosure.ts +0 -5
- package/core/ui/src/components/menu.ts +0 -1
- package/core/ui/src/components/modal.ts +0 -6
- package/core/ui/src/components/popover.ts +0 -1
- package/core/ui/src/components/radio-group.ts +0 -5
- package/core/ui/src/components/select.ts +0 -6
- package/core/ui/src/components/tabs.ts +0 -1
- package/core/ui/src/components/toggle.ts +0 -1
- package/core/ui/src/components/transition.ts +0 -1
- package/core/ui/src/components.ts +0 -10
- package/core/ui/src/index.ts +0 -15
- package/core/ui/src/uno.config.ts +0 -66
- package/core/ui/tests/example.test.ts +0 -5
- package/core/ui/tsconfig.json +0 -3
- package/core/utils/build.ts +0 -8
- package/core/utils/dist/index.js +0 -1311
- package/core/utils/package.json +0 -111
- package/core/utils/scripts/export-size.ts +0 -94
- package/core/utils/src/base.ts +0 -12
- package/core/utils/src/clean.ts +0 -17
- package/core/utils/src/config.ts +0 -25
- package/core/utils/src/currency.ts +0 -29
- package/core/utils/src/debounce.ts +0 -1
- package/core/utils/src/delete.ts +0 -1
- package/core/utils/src/equal.ts +0 -27
- package/core/utils/src/export-size.ts +0 -1
- package/core/utils/src/function.ts +0 -32
- package/core/utils/src/git.ts +0 -11
- package/core/utils/src/glob.ts +0 -1
- package/core/utils/src/guards.ts +0 -39
- package/core/utils/src/hash.ts +0 -26
- package/core/utils/src/helpers.ts +0 -187
- package/core/utils/src/index.ts +0 -23
- package/core/utils/src/macroable.ts +0 -1
- package/core/utils/src/math.ts +0 -30
- package/core/utils/src/p.ts +0 -119
- package/core/utils/src/promise.ts +0 -117
- package/core/utils/src/regex.ts +0 -2
- package/core/utils/src/retry.ts +0 -33
- package/core/utils/src/sleep.ts +0 -60
- package/core/utils/src/throttle.ts +0 -44
- package/core/utils/src/vendors.ts +0 -258
- package/core/utils/src/versions.ts +0 -6
- package/core/utils/tests/example.test.ts +0 -5
- package/core/utils/tsconfig.json +0 -3
- package/core/validation/README.md +0 -53
- package/core/validation/build.ts +0 -5
- package/core/validation/dist/index.js +0 -187
- package/core/validation/package.json +0 -64
- package/core/validation/src/index.ts +0 -4
- package/core/validation/src/is.ts +0 -111
- package/core/validation/src/rules.ts +0 -126
- package/core/validation/src/types/index.ts +0 -7
- package/core/validation/src/types/money.ts +0 -17
- package/core/validation/src/validate.ts +0 -33
- package/core/validation/tests/example.test.ts +0 -5
- package/core/validation/tsconfig.json +0 -3
- package/core/vite/README.md +0 -59
- package/core/vite/build.ts +0 -9
- package/core/vite/dist/index.js +0 -644
- package/core/vite/package.json +0 -122
- package/core/vite/src/api.ts +0 -17
- package/core/vite/src/components.ts +0 -79
- package/core/vite/src/dashboard.ts +0 -100
- package/core/vite/src/desktop.ts +0 -3
- package/core/vite/src/example-vue.ts +0 -20
- package/core/vite/src/example-wc.ts +0 -24
- package/core/vite/src/functions.ts +0 -54
- package/core/vite/src/index.ts +0 -18
- package/core/vite/src/plugin/auto-imports.ts +0 -39
- package/core/vite/src/plugin/components.ts +0 -17
- package/core/vite/src/plugin/css-engine.ts +0 -18
- package/core/vite/src/plugin/devtools.ts +0 -1
- package/core/vite/src/plugin/docs.ts +0 -18
- package/core/vite/src/plugin/fonts.ts +0 -6
- package/core/vite/src/plugin/i18n.ts +0 -13
- package/core/vite/src/plugin/inspect.ts +0 -6
- package/core/vite/src/plugin/layouts.ts +0 -17
- package/core/vite/src/plugin/markdown.ts +0 -26
- package/core/vite/src/plugin/pages.ts +0 -34
- package/core/vite/src/plugin/presets.ts +0 -17
- package/core/vite/src/plugin/pwa.ts +0 -33
- package/core/vite/src/plugin/router.ts +0 -17
- package/core/vite/src/plugin/stacks.ts +0 -150
- package/core/vite/src/plugin/ui-engine.ts +0 -19
- package/core/vite/src/plugins.ts +0 -12
- package/core/vite/src/system-tray.ts +0 -100
- package/core/vite/src/views.ts +0 -97
- package/core/vite/src/web-components.ts +0 -67
- package/core/vite/tests/example.test.ts +0 -5
- package/core/vite/tsconfig.json +0 -3
- package/core/web-types.json +0 -67
- package/core/whois/README.md +0 -55
- package/core/whois/build.ts +0 -8
- package/core/whois/dist/index.js +0 -600
- package/core/whois/package.json +0 -61
- package/core/whois/src/index.ts +0 -499
- package/core/whois/src/parameters.ts +0 -4
- package/core/whois/src/servers.ts +0 -318
- package/core/whois/src/test.ts +0 -5
- package/core/whois/tests/example.test.ts +0 -5
- package/core/whois/tsconfig.json +0 -3
- package/core/x-ray/README.md +0 -55
- package/core/x-ray/index.html +0 -13
- package/core/x-ray/package.json +0 -53
- package/core/x-ray/routes/index.ts +0 -19
- package/core/x-ray/src/client.ts +0 -14
- package/core/x-ray/src/desktop/api/nitro.config.ts +0 -19
- package/core/x-ray/src/desktop/api/routes/api/logs.ts +0 -7
- package/core/x-ray/src/desktop/api/routes/api/store-logs.ts +0 -22
- package/core/x-ray/src/desktop/api/src/types.ts +0 -7
- package/core/x-ray/src/desktop/api/storage/index.ts +0 -7
- package/core/x-ray/src/desktop/app.stx +0 -377
- package/core/x-ray/src/desktop/functions/http.ts +0 -26
- package/core/x-ray/src/desktop/functions/types.ts +0 -7
- package/core/x-ray/src/desktop/main.ts +0 -8
- package/core/x-ray/src/desktop/modules/counter/mod.stx +0 -44
- package/core/x-ray/src/desktop/modules/fetcher/mod.stx +0 -63
- package/core/x-ray/src/desktop/plugins/unified/unified-app.ts +0 -5
- package/core/x-ray/src/desktop/plugins/unified/unified-styles.scss +0 -0
- package/core/x-ray/src/desktop/services/http.ts +0 -45
- package/core/x-ray/src/desktop/styles/app.scss +0 -0
- package/core/x-ray/src/http.ts +0 -26
- package/core/x-ray/src/index.ts +0 -42
- package/core/x-ray/src/ray.config.ts +0 -27
- package/core/x-ray/src/types.ts +0 -8
- package/core/x-ray/tests/example.test.ts +0 -5
- package/core/x-ray/tsconfig.json +0 -3
- package/core/zsh-buddy/README.md +0 -55
- package/core/zsh-buddy/buddy.plugin.zsh +0 -113
- package/core/zsh-buddy/package.json +0 -35
- package/ide/dictionary.txt +0 -331
- package/ide/jetbrains/.fleet/settings.json +0 -4
- package/ide/jetbrains/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/ide/jetbrains/.idea/jsLibraryMappings.xml +0 -6
- package/ide/jetbrains/.idea/jsLinters/eslint.xml +0 -7
- package/ide/jetbrains/.idea/modules.xml +0 -8
- package/ide/jetbrains/.idea/stacks.iml +0 -68
- package/ide/jetbrains/.idea/vcs.xml +0 -6
- package/ide/jetbrains/.idea/webResources.xml +0 -14
- package/ide/jetbrains/IntelliJ IDEA Global Settings +0 -0
- package/ide/jetbrains/installed.txt +0 -4
- package/ide/jetbrains/options/github-copilot.xml +0 -5
- package/ide/jetbrains/options/nodejs.xml +0 -7
- package/ide/jetbrains/options/templates.xml +0 -124
- package/ide/jetbrains/templates/JavaScript.xml +0 -6
- package/ide/jetbrains/templates/Stacks.xml +0 -8
- package/ide/vscode/.vscode/README.md +0 -23
- package/ide/vscode/.vscode/extensions.json +0 -5
- package/ide/vscode/.vscode/settings.json +0 -132
- package/ide/vscode/.vscode/stacks.code-snippets +0 -182
- package/ide/vscode/LICENSE.md +0 -21
- package/ide/vscode/README.md +0 -37
- package/ide/vscode/logo.png +0 -0
- package/ide/vscode/package.json +0 -63
- package/stubs/.gitkeep +0 -0
- package/stubs/TODO.md +0 -18
- package/vcs/github/CODE_OF_CONDUCT.md +0 -83
- package/vcs/github/CONTRIBUTING.md +0 -188
- package/vcs/github/EXPLANATIONS.md +0 -41
- package/vcs/github/FUNDING.yml +0 -1
- package/vcs/github/ISSUE_TEMPLATE/bug_report.yml +0 -49
- package/vcs/github/ISSUE_TEMPLATE/config.yml +0 -10
- package/vcs/github/ISSUE_TEMPLATE/feature_request.yml +0 -44
- package/vcs/github/SECURITY.md +0 -70
- package/vcs/github/renovate.json +0 -5
- package/vcs/github/stale.yml +0 -14
- package/vcs/github/workflows/README.md +0 -16
- package/vcs/github/workflows/ci.yml +0 -174
- package/vcs/github/workflows/export-size.yml +0 -23
- package/vcs/github/workflows/labeler.yml +0 -13
- package/vcs/github/workflows/release.yml +0 -69
- package/{core/README.md → README.md} +0 -0
- package/{core/buddy → buddy}/README.md +0 -0
- package/{core/buddy → buddy}/art/social.jpg +0 -0
- package/{core/buddy/dist/chunk-0455e53fab4244b1.js → buddy/dist/chunk-970e033f764e29fc.js} +0 -0
- package/{core/buddy → buddy}/src/commands/build.ts +0 -0
- package/{core/buddy → buddy}/src/commands/changelog.ts +0 -0
- package/{core/buddy → buddy}/src/commands/clean.ts +0 -0
- package/{core/buddy → buddy}/src/commands/cloud.ts +0 -0
- package/{core/buddy → buddy}/src/commands/configure.ts +0 -0
- package/{core/buddy → buddy}/src/commands/dns.ts +0 -0
- package/{core/buddy → buddy}/src/commands/domains.ts +0 -0
- package/{core/buddy → buddy}/src/commands/fresh.ts +0 -0
- package/{core/buddy → buddy}/src/commands/http.ts +0 -0
- package/{core/buddy → buddy}/src/commands/install.ts +0 -0
- package/{core/buddy → buddy}/src/commands/key.ts +1 -1
- /package/{core/buddy → buddy}/src/commands/lint.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/migrate.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/release.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/seed.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/test.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/tinker.ts +0 -0
- /package/{core/buddy → buddy}/src/commands/version.ts +0 -0
- /package/{core/buddy → buddy}/src/custom-cli.ts +0 -0
- /package/{core/buddy → buddy}/src/index.ts +0 -0
- /package/{core/actions → buddy}/tsconfig.json +0 -0
package/core/utils/dist/index.js
DELETED
|
@@ -1,1311 +0,0 @@
|
|
|
1
|
-
// @bun
|
|
2
|
-
// src/base.ts
|
|
3
|
-
import {toString} from "@stacksjs/strings";
|
|
4
|
-
async function loop(times, callback) {
|
|
5
|
-
[...Array(times)].forEach(async (item, i) => await callback(i));
|
|
6
|
-
}
|
|
7
|
-
// src/clean.ts
|
|
8
|
-
import {path as p} from "@stacksjs/path";
|
|
9
|
-
|
|
10
|
-
// src/delete.ts
|
|
11
|
-
import {rimraf} from "rimraf";
|
|
12
|
-
|
|
13
|
-
// src/clean.ts
|
|
14
|
-
async function cleanProject() {
|
|
15
|
-
return await rimraf([
|
|
16
|
-
p.projectPath("bun.lockb"),
|
|
17
|
-
p.projectPath("yarn.lock"),
|
|
18
|
-
p.projectPath("node_modules/"),
|
|
19
|
-
p.frameworkPath("dist"),
|
|
20
|
-
p.frameworkPath("node_modules"),
|
|
21
|
-
p.frameworkPath("**/dist"),
|
|
22
|
-
p.frameworkPath("**/node_modules"),
|
|
23
|
-
p.frameworkCloudPath("cdk.out/"),
|
|
24
|
-
p.frameworkCloudPath("cdk.context.json"),
|
|
25
|
-
p.frameworkCloudPath("dist.zip")
|
|
26
|
-
]);
|
|
27
|
-
}
|
|
28
|
-
// src/config.ts
|
|
29
|
-
import {
|
|
30
|
-
defineApp,
|
|
31
|
-
defineCache,
|
|
32
|
-
defineCli,
|
|
33
|
-
defineCdn,
|
|
34
|
-
defineCronJob,
|
|
35
|
-
defineJob,
|
|
36
|
-
defineDependencies,
|
|
37
|
-
defineDatabase,
|
|
38
|
-
defineDns,
|
|
39
|
-
defineEmailConfig,
|
|
40
|
-
defineGit,
|
|
41
|
-
defineHashing,
|
|
42
|
-
defineLibrary,
|
|
43
|
-
defineNotification,
|
|
44
|
-
defineSms,
|
|
45
|
-
defineEmail,
|
|
46
|
-
defineChat,
|
|
47
|
-
definePayment,
|
|
48
|
-
defineQueue,
|
|
49
|
-
defineSearchEngine,
|
|
50
|
-
defineServices,
|
|
51
|
-
defineStorage,
|
|
52
|
-
defineUi
|
|
53
|
-
} from "@stacksjs/config";
|
|
54
|
-
// src/currency.ts
|
|
55
|
-
import {
|
|
56
|
-
add,
|
|
57
|
-
allocate,
|
|
58
|
-
compare,
|
|
59
|
-
convert,
|
|
60
|
-
equal,
|
|
61
|
-
greaterThan,
|
|
62
|
-
greaterThanOrEqual,
|
|
63
|
-
hasSubUnits,
|
|
64
|
-
isZero,
|
|
65
|
-
lessThan,
|
|
66
|
-
lessThanOrEqual,
|
|
67
|
-
maximum,
|
|
68
|
-
minimum,
|
|
69
|
-
multiply,
|
|
70
|
-
normalizeScale,
|
|
71
|
-
dinero,
|
|
72
|
-
dinero as dinero2,
|
|
73
|
-
subtract,
|
|
74
|
-
toSnapshot,
|
|
75
|
-
toUnits,
|
|
76
|
-
toDecimal,
|
|
77
|
-
trimScale,
|
|
78
|
-
haveSameCurrency,
|
|
79
|
-
haveSameAmount,
|
|
80
|
-
dinero as dinero3
|
|
81
|
-
} from "dinero.js";
|
|
82
|
-
import {USD} from "@dinero.js/currencies";
|
|
83
|
-
// src/debounce.ts
|
|
84
|
-
import {debounce} from "perfect-debounce";
|
|
85
|
-
// src/equal.ts
|
|
86
|
-
import {getTypeName} from "@stacksjs/types";
|
|
87
|
-
function isDeepEqual(value1, value2) {
|
|
88
|
-
const type1 = getTypeName(value1);
|
|
89
|
-
const type2 = getTypeName(value2);
|
|
90
|
-
if (type1 !== type2)
|
|
91
|
-
return false;
|
|
92
|
-
if (type1 === "array") {
|
|
93
|
-
if (value1.length !== value2.length)
|
|
94
|
-
return false;
|
|
95
|
-
return value1.every((item, i) => {
|
|
96
|
-
return isDeepEqual(item, value2[i]);
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
if (type1 === "object") {
|
|
100
|
-
const keyArr = Object.keys(value1);
|
|
101
|
-
if (keyArr.length !== Object.keys(value2).length)
|
|
102
|
-
return false;
|
|
103
|
-
return keyArr.every((key) => {
|
|
104
|
-
return isDeepEqual(value1[key], value2[key]);
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
return Object.is(value1, value2);
|
|
108
|
-
}
|
|
109
|
-
// src/export-size.ts
|
|
110
|
-
import {getExportsSize} from "export-size";
|
|
111
|
-
// src/function.ts
|
|
112
|
-
function batchInvoke(functions) {
|
|
113
|
-
functions.forEach((fn) => fn && fn());
|
|
114
|
-
}
|
|
115
|
-
function tap(value, callback) {
|
|
116
|
-
callback(value);
|
|
117
|
-
return value;
|
|
118
|
-
}
|
|
119
|
-
// src/git.ts
|
|
120
|
-
import {execSync} from "child_process";
|
|
121
|
-
function isGitClean() {
|
|
122
|
-
try {
|
|
123
|
-
execSync("git diff-index --quiet HEAD --");
|
|
124
|
-
return true;
|
|
125
|
-
} catch (error) {
|
|
126
|
-
return false;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
// src/guards.ts
|
|
130
|
-
function notNullish(v) {
|
|
131
|
-
return v != null;
|
|
132
|
-
}
|
|
133
|
-
function noNull(v) {
|
|
134
|
-
return v !== null;
|
|
135
|
-
}
|
|
136
|
-
function notUndefined(v) {
|
|
137
|
-
return v !== undefined;
|
|
138
|
-
}
|
|
139
|
-
function isTruthy(v) {
|
|
140
|
-
return Boolean(v);
|
|
141
|
-
}
|
|
142
|
-
// src/hash.ts
|
|
143
|
-
import {hashPaths} from "@stacksjs/storage";
|
|
144
|
-
import {path as p2} from "@stacksjs/path";
|
|
145
|
-
import {config as config2} from "@stacksjs/config";
|
|
146
|
-
function originRequestFunctionHash() {
|
|
147
|
-
try {
|
|
148
|
-
return hashPaths(p2.cloudPath("src/edge"));
|
|
149
|
-
} catch (error) {
|
|
150
|
-
log.error("Are we in a Docker container? Failed to hash paths. Error below:");
|
|
151
|
-
log.error(error);
|
|
152
|
-
return;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
var docsSrc = [
|
|
156
|
-
p2.projectPath("docs"),
|
|
157
|
-
p2.projectPath("config/docs.ts")
|
|
158
|
-
];
|
|
159
|
-
var websiteSrc = [
|
|
160
|
-
p2.projectPath("resources/views")
|
|
161
|
-
];
|
|
162
|
-
var websiteSourceHash = config2.app.docMode === true ? hashPaths(docsSrc) : hashPaths(websiteSrc);
|
|
163
|
-
// src/helpers.ts
|
|
164
|
-
import {log as log2, runCommand} from "@stacksjs/cli";
|
|
165
|
-
import {err, handleError, ok} from "@stacksjs/error-handling";
|
|
166
|
-
import {frameworkPath, projectPath} from "@stacksjs/path";
|
|
167
|
-
import * as storage2 from "@stacksjs/storage";
|
|
168
|
-
import {Action} from "@stacksjs/enums";
|
|
169
|
-
import {parse} from "yaml";
|
|
170
|
-
import {app, ui} from "@stacksjs/config";
|
|
171
|
-
async function packageManager() {
|
|
172
|
-
const { packageManager: packageManager2 } = await storage2.readPackageJson(frameworkPath("package.json"));
|
|
173
|
-
return packageManager2;
|
|
174
|
-
}
|
|
175
|
-
async function initProject() {
|
|
176
|
-
if (app.env !== "production")
|
|
177
|
-
log2.info("Project not yet initialized, generating application key...");
|
|
178
|
-
else
|
|
179
|
-
handleError("Please run `buddy key:generate` to generate an application key");
|
|
180
|
-
const result = await runAction(Action.KeyGenerate, { cwd: projectPath() });
|
|
181
|
-
if (result.isErr())
|
|
182
|
-
return err(handleError(result.error));
|
|
183
|
-
log2.info("Application key generated.");
|
|
184
|
-
return ok(result.value);
|
|
185
|
-
}
|
|
186
|
-
async function ensureProjectIsInitialized() {
|
|
187
|
-
if (storage2.isFile(projectPath(".env")))
|
|
188
|
-
return await isAppKeySet();
|
|
189
|
-
if (storage2.isFile(projectPath(".env.example")))
|
|
190
|
-
await runCommand("cp .env.example .env", { cwd: projectPath() });
|
|
191
|
-
else
|
|
192
|
-
console.error("no .env.example file found");
|
|
193
|
-
return await isAppKeySet();
|
|
194
|
-
}
|
|
195
|
-
async function installIfVersionMismatch() {
|
|
196
|
-
}
|
|
197
|
-
async function frameworkVersion() {
|
|
198
|
-
return (await storage2.readPackageJson(frameworkPath("package.json"))).version;
|
|
199
|
-
}
|
|
200
|
-
async function isAppKeySet() {
|
|
201
|
-
const env = await storage2.readTextFile(".env", projectPath());
|
|
202
|
-
const lines = env.data.split("\n");
|
|
203
|
-
const appKey = lines.find((line) => line.startsWith("APP_KEY="));
|
|
204
|
-
return !!(appKey && appKey.length > 16);
|
|
205
|
-
}
|
|
206
|
-
function determineResetPreset(preset) {
|
|
207
|
-
if (ui.reset)
|
|
208
|
-
preset = ui.reset;
|
|
209
|
-
if (preset === "tailwind")
|
|
210
|
-
return ["import \'@unocss/reset/tailwind.css\'"];
|
|
211
|
-
if (preset === "normalize")
|
|
212
|
-
return ["import \'@unocss/reset/normalize.css\'"];
|
|
213
|
-
if (preset === "sanitize")
|
|
214
|
-
return ["import \'@unocss/reset/sanitize/sanitize.css\'", "import \'@unocss/reset/sanitize/assets.css"];
|
|
215
|
-
if (preset === "eric-meyer")
|
|
216
|
-
return ["import \'@unocss/reset/eric-meyer.css\'"];
|
|
217
|
-
if (preset === "antfu")
|
|
218
|
-
return ["import \'@unocss/reset/antfu.css\'"];
|
|
219
|
-
return [];
|
|
220
|
-
}
|
|
221
|
-
function isManifest(obj) {
|
|
222
|
-
return obj && typeof obj === "object" && isOptionalString(obj.name) && isOptionalString(obj.version) && isOptionalString(obj.description);
|
|
223
|
-
}
|
|
224
|
-
function isOptionalString(value) {
|
|
225
|
-
const type = typeof value;
|
|
226
|
-
return value === null || type === "undefined" || type === "string";
|
|
227
|
-
}
|
|
228
|
-
async function setEnvValue(key, value) {
|
|
229
|
-
const file = await storage2.readTextFile(projectPath(".env"));
|
|
230
|
-
await storage2.writeTextFile({
|
|
231
|
-
path: projectPath(".env"),
|
|
232
|
-
data: file.data.replace(/APP_KEY=/g, `APP_KEY=${value}`)
|
|
233
|
-
});
|
|
234
|
-
}
|
|
235
|
-
async function runNpmScript(script, options) {
|
|
236
|
-
const { data: manifest } = await storage2.readJsonFile("package.json", frameworkPath());
|
|
237
|
-
if (isManifest(manifest) && hasScript(manifest, script))
|
|
238
|
-
return await runCommand(`bun --bun run ${script}`, options);
|
|
239
|
-
return err(handleError(`The ${script} script does not exist in the package.json file.`));
|
|
240
|
-
}
|
|
241
|
-
function hasScript(manifest, script) {
|
|
242
|
-
const scripts = manifest.scripts;
|
|
243
|
-
if (scripts && typeof scripts === "object")
|
|
244
|
-
return Boolean(scripts[script]);
|
|
245
|
-
return false;
|
|
246
|
-
}
|
|
247
|
-
function parseYaml(content) {
|
|
248
|
-
return parse(content);
|
|
249
|
-
}
|
|
250
|
-
function determineDebugLevel(options) {
|
|
251
|
-
if (options?.verbose === true)
|
|
252
|
-
return true;
|
|
253
|
-
return app.debug === true;
|
|
254
|
-
}
|
|
255
|
-
function isIpv6(address) {
|
|
256
|
-
return address.family === "IPv6" || address.family === 6;
|
|
257
|
-
}
|
|
258
|
-
import {dump, load} from "js-yaml";
|
|
259
|
-
// src/macroable.ts
|
|
260
|
-
import {Macroable} from "macroable";
|
|
261
|
-
// src/math.ts
|
|
262
|
-
function rand(min, max) {
|
|
263
|
-
min = Math.ceil(min);
|
|
264
|
-
max = Math.floor(max);
|
|
265
|
-
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
266
|
-
}
|
|
267
|
-
import {
|
|
268
|
-
and,
|
|
269
|
-
createGenericProjection,
|
|
270
|
-
createProjection,
|
|
271
|
-
logicNot,
|
|
272
|
-
logicOr,
|
|
273
|
-
or,
|
|
274
|
-
useAbs,
|
|
275
|
-
useAverage,
|
|
276
|
-
useCeil,
|
|
277
|
-
useClamp,
|
|
278
|
-
useFloor,
|
|
279
|
-
useMath,
|
|
280
|
-
useMax,
|
|
281
|
-
useMin,
|
|
282
|
-
usePrecision,
|
|
283
|
-
useProjection,
|
|
284
|
-
useRound,
|
|
285
|
-
useSum,
|
|
286
|
-
useTrunc
|
|
287
|
-
} from "@vueuse/math";
|
|
288
|
-
var clamp = (n, min, max) => Math.min(max, Math.max(min, n));
|
|
289
|
-
// src/p.ts
|
|
290
|
-
import pLimit from "p-limit";
|
|
291
|
-
function p3(items, options) {
|
|
292
|
-
return new PInstance(items, options);
|
|
293
|
-
}
|
|
294
|
-
var VOID = Symbol("p-void");
|
|
295
|
-
|
|
296
|
-
class PInstance extends Promise {
|
|
297
|
-
items;
|
|
298
|
-
options;
|
|
299
|
-
promises = new Set;
|
|
300
|
-
get promise() {
|
|
301
|
-
let batch;
|
|
302
|
-
const items = [...Array.from(this.items), ...Array.from(this.promises)];
|
|
303
|
-
if (this.options?.concurrency) {
|
|
304
|
-
const limit = pLimit(this.options.concurrency);
|
|
305
|
-
batch = Promise.all(items.map((p4) => limit(() => p4)));
|
|
306
|
-
} else {
|
|
307
|
-
batch = Promise.all(items);
|
|
308
|
-
}
|
|
309
|
-
return batch.then((l) => l.filter((i) => i !== VOID));
|
|
310
|
-
}
|
|
311
|
-
constructor(items = [], options) {
|
|
312
|
-
super(() => {
|
|
313
|
-
});
|
|
314
|
-
this.items = items;
|
|
315
|
-
this.options = options;
|
|
316
|
-
}
|
|
317
|
-
add(...args) {
|
|
318
|
-
args.forEach((i) => {
|
|
319
|
-
this.promises.add(i);
|
|
320
|
-
});
|
|
321
|
-
}
|
|
322
|
-
map(fn) {
|
|
323
|
-
return new PInstance(Array.from(this.items).map(async (i, idx) => {
|
|
324
|
-
const v = await i;
|
|
325
|
-
if (v === VOID)
|
|
326
|
-
return VOID;
|
|
327
|
-
return fn(v, idx);
|
|
328
|
-
}), this.options);
|
|
329
|
-
}
|
|
330
|
-
filter(fn) {
|
|
331
|
-
return new PInstance(Array.from(this.items).map(async (i, idx) => {
|
|
332
|
-
const v = await i;
|
|
333
|
-
const r = await fn(v, idx);
|
|
334
|
-
if (!r)
|
|
335
|
-
return VOID;
|
|
336
|
-
return v;
|
|
337
|
-
}), this.options);
|
|
338
|
-
}
|
|
339
|
-
forEach(fn) {
|
|
340
|
-
return this.map(fn).then();
|
|
341
|
-
}
|
|
342
|
-
reduce(fn, initialValue) {
|
|
343
|
-
return this.promise.then((array) => array.reduce(fn, initialValue));
|
|
344
|
-
}
|
|
345
|
-
clear() {
|
|
346
|
-
this.promises.clear();
|
|
347
|
-
}
|
|
348
|
-
then(fn) {
|
|
349
|
-
const p4 = this.promise;
|
|
350
|
-
if (fn)
|
|
351
|
-
return p4.then(fn);
|
|
352
|
-
return p4;
|
|
353
|
-
}
|
|
354
|
-
catch(fn) {
|
|
355
|
-
return this.promise.catch(fn);
|
|
356
|
-
}
|
|
357
|
-
finally(fn) {
|
|
358
|
-
return this.promise.finally(fn);
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
// src/promise.ts
|
|
362
|
-
import {remove} from "@stacksjs/arrays";
|
|
363
|
-
function createSingletonPromise(fn) {
|
|
364
|
-
let _promise;
|
|
365
|
-
function wrapper() {
|
|
366
|
-
if (!_promise)
|
|
367
|
-
_promise = fn();
|
|
368
|
-
return _promise;
|
|
369
|
-
}
|
|
370
|
-
wrapper.reset = async () => {
|
|
371
|
-
const _prev = _promise;
|
|
372
|
-
_promise = undefined;
|
|
373
|
-
if (_prev)
|
|
374
|
-
await _prev;
|
|
375
|
-
};
|
|
376
|
-
return wrapper;
|
|
377
|
-
}
|
|
378
|
-
function createPromiseLock() {
|
|
379
|
-
const locks = [];
|
|
380
|
-
return {
|
|
381
|
-
async run(fn) {
|
|
382
|
-
const p4 = fn();
|
|
383
|
-
locks.push(p4);
|
|
384
|
-
try {
|
|
385
|
-
return await p4;
|
|
386
|
-
} finally {
|
|
387
|
-
remove(locks, p4);
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
async wait() {
|
|
391
|
-
await Promise.allSettled(locks);
|
|
392
|
-
},
|
|
393
|
-
isWaiting() {
|
|
394
|
-
return Boolean(locks.length);
|
|
395
|
-
},
|
|
396
|
-
clear() {
|
|
397
|
-
locks.length = 0;
|
|
398
|
-
}
|
|
399
|
-
};
|
|
400
|
-
}
|
|
401
|
-
function createControlledPromise() {
|
|
402
|
-
let resolve, reject;
|
|
403
|
-
const promise = new Promise((_resolve, _reject) => {
|
|
404
|
-
resolve = _resolve;
|
|
405
|
-
reject = _reject;
|
|
406
|
-
});
|
|
407
|
-
promise.resolve = resolve;
|
|
408
|
-
promise.reject = reject;
|
|
409
|
-
return promise;
|
|
410
|
-
}
|
|
411
|
-
// /home/runner/work/stacks/stacks/node_modules/magic-regexp/dist/shared/magic-regexp.b7c910ac.mjs
|
|
412
|
-
var NO_WRAP_RE = /^(\(.*\)|\\?.)$/;
|
|
413
|
-
var wrap = (s) => {
|
|
414
|
-
const v = s.toString();
|
|
415
|
-
return NO_WRAP_RE.test(v) ? v : `(?:${v})`;
|
|
416
|
-
};
|
|
417
|
-
var GROUPED_AS_REPLACE_RE = /^(?:\(\?:(.+)\)|(\(?.+\)?))$/;
|
|
418
|
-
var GROUPED_REPLACE_RE = /^(?:\(\?:(.+)\)([?+*]|{[\d,]+})?|(.+))$/;
|
|
419
|
-
var createInput = (s) => {
|
|
420
|
-
const groupedAsFn = (key) => createInput(`(?<${key}>${`${s}`.replace(GROUPED_AS_REPLACE_RE, "$1$2")})`);
|
|
421
|
-
return {
|
|
422
|
-
toString: () => s.toString(),
|
|
423
|
-
and: Object.assign((...inputs) => createInput(`${s}${exactly(...inputs)}`), {
|
|
424
|
-
referenceTo: (groupName) => createInput(`${s}\\k<${groupName}>`)
|
|
425
|
-
}),
|
|
426
|
-
or: (...inputs) => createInput(`(?:${s}|${exactly(...inputs)})`),
|
|
427
|
-
after: (...input) => createInput(`(?<=${exactly(...input)})${s}`),
|
|
428
|
-
before: (...input) => createInput(`${s}(?=${exactly(...input)})`),
|
|
429
|
-
notAfter: (...input) => createInput(`(?<!${exactly(...input)})${s}`),
|
|
430
|
-
notBefore: (...input) => createInput(`${s}(?!${exactly(...input)})`),
|
|
431
|
-
times: Object.assign((number) => createInput(`${wrap(s)}{${number}}`), {
|
|
432
|
-
any: () => createInput(`${wrap(s)}*`),
|
|
433
|
-
atLeast: (min) => createInput(`${wrap(s)}{${min},}`),
|
|
434
|
-
atMost: (max) => createInput(`${wrap(s)}{0,${max}}`),
|
|
435
|
-
between: (min, max) => createInput(`${wrap(s)}{${min},${max}}`)
|
|
436
|
-
}),
|
|
437
|
-
optionally: () => createInput(`${wrap(s)}?`),
|
|
438
|
-
as: groupedAsFn,
|
|
439
|
-
groupedAs: groupedAsFn,
|
|
440
|
-
grouped: () => createInput(`${s}`.replace(GROUPED_REPLACE_RE, "($1$3)$2")),
|
|
441
|
-
at: {
|
|
442
|
-
lineStart: () => createInput(`^${s}`),
|
|
443
|
-
lineEnd: () => createInput(`${s}\$`)
|
|
444
|
-
}
|
|
445
|
-
};
|
|
446
|
-
};
|
|
447
|
-
var ESCAPE_REPLACE_RE = /[.*+?^${}()|[\]\\/]/g;
|
|
448
|
-
var charIn = (chars) => createInput(`[${chars.replace(/[-\\^\]]/g, "\\$&")}]`);
|
|
449
|
-
var charNotIn = (chars) => createInput(`[^${chars.replace(/[-\\^\]]/g, "\\$&")}]`);
|
|
450
|
-
var anyOf = (...inputs) => createInput(`(?:${inputs.map((a) => exactly(a)).join("|")})`);
|
|
451
|
-
var char = createInput(".");
|
|
452
|
-
var word = createInput("\\b\\w+\\b");
|
|
453
|
-
var wordChar = createInput("\\w");
|
|
454
|
-
var wordBoundary = createInput("\\b");
|
|
455
|
-
var digit = createInput("\\d");
|
|
456
|
-
var whitespace = createInput("\\s");
|
|
457
|
-
var letter = Object.assign(createInput("[a-zA-Z]"), {
|
|
458
|
-
lowercase: createInput("[a-z]"),
|
|
459
|
-
uppercase: createInput("[A-Z]")
|
|
460
|
-
});
|
|
461
|
-
var tab = createInput("\\t");
|
|
462
|
-
var linefeed = createInput("\\n");
|
|
463
|
-
var carriageReturn = createInput("\\r");
|
|
464
|
-
var not = {
|
|
465
|
-
word: createInput("\\W+"),
|
|
466
|
-
wordChar: createInput("\\W"),
|
|
467
|
-
wordBoundary: createInput("\\B"),
|
|
468
|
-
digit: createInput("\\D"),
|
|
469
|
-
whitespace: createInput("\\S"),
|
|
470
|
-
letter: Object.assign(createInput("[^a-zA-Z]"), {
|
|
471
|
-
lowercase: createInput("[^a-z]"),
|
|
472
|
-
uppercase: createInput("[^A-Z]")
|
|
473
|
-
}),
|
|
474
|
-
tab: createInput("[^\\t]"),
|
|
475
|
-
linefeed: createInput("[^\\n]"),
|
|
476
|
-
carriageReturn: createInput("[^\\r]")
|
|
477
|
-
};
|
|
478
|
-
var maybe = (...inputs) => createInput(`${wrap(exactly(...inputs))}?`);
|
|
479
|
-
var exactly = (...inputs) => createInput(inputs.map((input) => typeof input === "string" ? input.replace(ESCAPE_REPLACE_RE, "\\$&") : input).join(""));
|
|
480
|
-
var oneOrMore = (...inputs) => createInput(`${wrap(exactly(...inputs))}+`);
|
|
481
|
-
var withIndices = "d";
|
|
482
|
-
var caseInsensitive = "i";
|
|
483
|
-
var global = "g";
|
|
484
|
-
var multiline = "m";
|
|
485
|
-
var dotAll = "s";
|
|
486
|
-
var unicode = "u";
|
|
487
|
-
var sticky = "y";
|
|
488
|
-
|
|
489
|
-
// /home/runner/work/stacks/stacks/node_modules/magic-regexp/dist/index.mjs
|
|
490
|
-
var createRegExp = (...inputs) => {
|
|
491
|
-
const flags = inputs.length > 1 && (Array.isArray(inputs[inputs.length - 1]) || inputs[inputs.length - 1] instanceof Set) ? inputs.pop() : undefined;
|
|
492
|
-
return new RegExp(exactly(...inputs).toString(), [...flags || ""].join(""));
|
|
493
|
-
};
|
|
494
|
-
// src/retry.ts
|
|
495
|
-
function retry(fn, options) {
|
|
496
|
-
const { retries = 3, initialDelay = 1000, backoffFactor = 2, jitter = true } = options;
|
|
497
|
-
return new Promise((resolve, reject) => {
|
|
498
|
-
let attemptCount = 0;
|
|
499
|
-
const attempt = async () => {
|
|
500
|
-
try {
|
|
501
|
-
resolve(await fn());
|
|
502
|
-
} catch (err2) {
|
|
503
|
-
if (attemptCount >= retries) {
|
|
504
|
-
reject(err2);
|
|
505
|
-
} else {
|
|
506
|
-
const delay = calculateDelay(attemptCount, initialDelay, backoffFactor, jitter);
|
|
507
|
-
setTimeout(() => attempt(), delay);
|
|
508
|
-
attemptCount++;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
};
|
|
512
|
-
attempt();
|
|
513
|
-
});
|
|
514
|
-
}
|
|
515
|
-
function calculateDelay(attemptCount, initialDelay, backoffFactor, jitter) {
|
|
516
|
-
let delay = initialDelay * backoffFactor ** attemptCount;
|
|
517
|
-
if (jitter) {
|
|
518
|
-
const random = Math.random();
|
|
519
|
-
const jitterValue = delay * 0.3;
|
|
520
|
-
delay = delay + jitterValue * (random - 0.5) * 2;
|
|
521
|
-
}
|
|
522
|
-
return delay;
|
|
523
|
-
}
|
|
524
|
-
// src/sleep.ts
|
|
525
|
-
function sleep(ms) {
|
|
526
|
-
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
527
|
-
}
|
|
528
|
-
function wait(ms) {
|
|
529
|
-
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
530
|
-
}
|
|
531
|
-
function delay(ms) {
|
|
532
|
-
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
533
|
-
}
|
|
534
|
-
function waitUntil(condition, interval = 1000) {
|
|
535
|
-
return new Promise((resolve) => {
|
|
536
|
-
const check = setInterval(() => {
|
|
537
|
-
if (condition()) {
|
|
538
|
-
clearInterval(check);
|
|
539
|
-
resolve();
|
|
540
|
-
}
|
|
541
|
-
}, interval);
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
function waitWhile(condition, interval = 1000) {
|
|
545
|
-
return new Promise((resolve) => {
|
|
546
|
-
const check = setInterval(() => {
|
|
547
|
-
if (!condition()) {
|
|
548
|
-
clearInterval(check);
|
|
549
|
-
resolve();
|
|
550
|
-
}
|
|
551
|
-
}, interval);
|
|
552
|
-
});
|
|
553
|
-
}
|
|
554
|
-
// src/throttle.ts
|
|
555
|
-
function throttle(fn, wait2 = 300) {
|
|
556
|
-
let inThrottle;
|
|
557
|
-
let lastFn;
|
|
558
|
-
let lastTime;
|
|
559
|
-
return function(...args) {
|
|
560
|
-
if (!inThrottle) {
|
|
561
|
-
fn.apply(this, args);
|
|
562
|
-
lastTime = Date.now();
|
|
563
|
-
inThrottle = true;
|
|
564
|
-
} else {
|
|
565
|
-
clearTimeout(lastFn);
|
|
566
|
-
lastFn = setTimeout(() => {
|
|
567
|
-
if (Date.now() - lastTime >= wait2) {
|
|
568
|
-
fn.apply(this, args);
|
|
569
|
-
lastTime = Date.now();
|
|
570
|
-
}
|
|
571
|
-
}, Math.max(wait2 - (Date.now() - lastTime), 0));
|
|
572
|
-
}
|
|
573
|
-
};
|
|
574
|
-
}
|
|
575
|
-
// src/vendors.ts
|
|
576
|
-
import {
|
|
577
|
-
asyncComputed,
|
|
578
|
-
breakpointsAntDesign,
|
|
579
|
-
breakpointsBootstrapV5,
|
|
580
|
-
breakpointsMasterCss,
|
|
581
|
-
breakpointsQuasar,
|
|
582
|
-
breakpointsSematic,
|
|
583
|
-
breakpointsTailwind,
|
|
584
|
-
breakpointsVuetify,
|
|
585
|
-
cloneFnJSON,
|
|
586
|
-
computedAsync,
|
|
587
|
-
computedInject,
|
|
588
|
-
createFetch,
|
|
589
|
-
createReusableTemplate,
|
|
590
|
-
createTemplatePromise,
|
|
591
|
-
createUnrefFn,
|
|
592
|
-
customStorageEventName,
|
|
593
|
-
defaultDocument,
|
|
594
|
-
defaultLocation,
|
|
595
|
-
defaultNavigator,
|
|
596
|
-
defaultWindow,
|
|
597
|
-
executeTransition,
|
|
598
|
-
formatTimeAgo,
|
|
599
|
-
getSSRHandler,
|
|
600
|
-
mapGamepadToXbox360Controller,
|
|
601
|
-
onClickOutside,
|
|
602
|
-
onKeyDown,
|
|
603
|
-
onKeyPressed,
|
|
604
|
-
onKeyStroke,
|
|
605
|
-
onKeyUp,
|
|
606
|
-
onLongPress,
|
|
607
|
-
onStartTyping,
|
|
608
|
-
setSSRHandler,
|
|
609
|
-
templateRef,
|
|
610
|
-
unrefElement,
|
|
611
|
-
useActiveElement,
|
|
612
|
-
useAnimate,
|
|
613
|
-
useAsyncQueue,
|
|
614
|
-
useAsyncState,
|
|
615
|
-
useBase64,
|
|
616
|
-
useBattery,
|
|
617
|
-
useBluetooth,
|
|
618
|
-
useBreakpoints,
|
|
619
|
-
useBroadcastChannel,
|
|
620
|
-
useBrowserLocation,
|
|
621
|
-
useCached,
|
|
622
|
-
useClipboard,
|
|
623
|
-
useCloned,
|
|
624
|
-
useColorMode,
|
|
625
|
-
useConfirmDialog,
|
|
626
|
-
useCssVar,
|
|
627
|
-
useCurrentElement,
|
|
628
|
-
useCycleList,
|
|
629
|
-
useDark,
|
|
630
|
-
useDebouncedRefHistory,
|
|
631
|
-
useDeviceMotion,
|
|
632
|
-
useDeviceOrientation,
|
|
633
|
-
useDevicePixelRatio,
|
|
634
|
-
useDevicesList,
|
|
635
|
-
useDisplayMedia,
|
|
636
|
-
useDocumentVisibility,
|
|
637
|
-
useDraggable,
|
|
638
|
-
useDropZone,
|
|
639
|
-
useElementBounding,
|
|
640
|
-
useElementByPoint,
|
|
641
|
-
useElementHover,
|
|
642
|
-
useElementSize,
|
|
643
|
-
useElementVisibility,
|
|
644
|
-
useEventBus,
|
|
645
|
-
useEventListener,
|
|
646
|
-
useEventSource,
|
|
647
|
-
useEyeDropper,
|
|
648
|
-
useFavicon,
|
|
649
|
-
useFetch,
|
|
650
|
-
useFileDialog,
|
|
651
|
-
useFileSystemAccess,
|
|
652
|
-
useFocus,
|
|
653
|
-
useFocusWithin,
|
|
654
|
-
useFps,
|
|
655
|
-
useFullscreen,
|
|
656
|
-
useGamepad,
|
|
657
|
-
useGeolocation,
|
|
658
|
-
useIdle,
|
|
659
|
-
useImage,
|
|
660
|
-
useInfiniteScroll,
|
|
661
|
-
useIntersectionObserver,
|
|
662
|
-
useKeyModifier,
|
|
663
|
-
useLocalStorage,
|
|
664
|
-
useMagicKeys,
|
|
665
|
-
useManualRefHistory,
|
|
666
|
-
useMediaControls,
|
|
667
|
-
useMediaQuery,
|
|
668
|
-
useMemoize,
|
|
669
|
-
useMemory,
|
|
670
|
-
useMounted,
|
|
671
|
-
useMouse,
|
|
672
|
-
useMouseInElement,
|
|
673
|
-
useMousePressed,
|
|
674
|
-
useMutationObserver,
|
|
675
|
-
useNavigatorLanguage,
|
|
676
|
-
useNetwork,
|
|
677
|
-
useObjectUrl,
|
|
678
|
-
useOffsetPagination,
|
|
679
|
-
useOnline,
|
|
680
|
-
usePageLeave,
|
|
681
|
-
useParallax,
|
|
682
|
-
useParentElement,
|
|
683
|
-
usePerformanceObserver,
|
|
684
|
-
usePermission,
|
|
685
|
-
usePointer,
|
|
686
|
-
usePointerLock,
|
|
687
|
-
usePointerSwipe,
|
|
688
|
-
usePreferredColorScheme,
|
|
689
|
-
usePreferredContrast,
|
|
690
|
-
usePreferredDark,
|
|
691
|
-
usePreferredLanguages,
|
|
692
|
-
usePreferredReducedMotion,
|
|
693
|
-
usePrevious,
|
|
694
|
-
useRafFn,
|
|
695
|
-
useRefHistory,
|
|
696
|
-
useResizeObserver,
|
|
697
|
-
useScreenOrientation,
|
|
698
|
-
useScreenSafeArea,
|
|
699
|
-
useScriptTag,
|
|
700
|
-
useScroll,
|
|
701
|
-
useScrollLock,
|
|
702
|
-
useSessionStorage,
|
|
703
|
-
useShare,
|
|
704
|
-
useSorted,
|
|
705
|
-
useSpeechRecognition,
|
|
706
|
-
useSpeechSynthesis,
|
|
707
|
-
useStepper,
|
|
708
|
-
useStorage,
|
|
709
|
-
useStorageAsync,
|
|
710
|
-
useStyleTag,
|
|
711
|
-
useSupported,
|
|
712
|
-
useSwipe,
|
|
713
|
-
useTemplateRefsList,
|
|
714
|
-
useTextDirection,
|
|
715
|
-
useTextSelection,
|
|
716
|
-
useTextareaAutosize,
|
|
717
|
-
useThrottledRefHistory,
|
|
718
|
-
useTimeAgo,
|
|
719
|
-
useTimeoutPoll,
|
|
720
|
-
useTimestamp,
|
|
721
|
-
useTitle,
|
|
722
|
-
useTransition,
|
|
723
|
-
useToggle,
|
|
724
|
-
useUrlSearchParams,
|
|
725
|
-
useUserMedia,
|
|
726
|
-
useVModel,
|
|
727
|
-
useVModels,
|
|
728
|
-
useVibrate,
|
|
729
|
-
useVirtualList,
|
|
730
|
-
useWakeLock,
|
|
731
|
-
useWebNotification,
|
|
732
|
-
useWebSocket,
|
|
733
|
-
useWebWorker,
|
|
734
|
-
useWebWorkerFn,
|
|
735
|
-
useWindowFocus,
|
|
736
|
-
useWindowScroll,
|
|
737
|
-
useWindowSize,
|
|
738
|
-
useDateFormat,
|
|
739
|
-
useNow,
|
|
740
|
-
watchArray,
|
|
741
|
-
watchAtMost,
|
|
742
|
-
watchDebounced,
|
|
743
|
-
watchDeep,
|
|
744
|
-
watchIgnorable,
|
|
745
|
-
watchImmediate,
|
|
746
|
-
watchOnce,
|
|
747
|
-
watchPausable,
|
|
748
|
-
watchThrottled,
|
|
749
|
-
watchTriggerable,
|
|
750
|
-
watchWithFilter,
|
|
751
|
-
whenever,
|
|
752
|
-
syncRef,
|
|
753
|
-
syncRefs,
|
|
754
|
-
throttledRef,
|
|
755
|
-
throttledWatch,
|
|
756
|
-
toReactive,
|
|
757
|
-
tryOnBeforeMount,
|
|
758
|
-
tryOnBeforeUnmount,
|
|
759
|
-
tryOnMounted,
|
|
760
|
-
tryOnScopeDispose,
|
|
761
|
-
tryOnUnmounted,
|
|
762
|
-
until,
|
|
763
|
-
isDefined,
|
|
764
|
-
ignorableWatch,
|
|
765
|
-
extendRef,
|
|
766
|
-
eagerComputed,
|
|
767
|
-
debouncedRef,
|
|
768
|
-
debouncedWatch,
|
|
769
|
-
createReactiveFn,
|
|
770
|
-
createSharedComposable,
|
|
771
|
-
createInjectionState,
|
|
772
|
-
createGlobalState,
|
|
773
|
-
createEventHook,
|
|
774
|
-
controlledRef,
|
|
775
|
-
controlledComputed,
|
|
776
|
-
computedEager,
|
|
777
|
-
computedWithControl,
|
|
778
|
-
autoResetRef,
|
|
779
|
-
injectLocal,
|
|
780
|
-
makeDestructurable,
|
|
781
|
-
pausableWatch,
|
|
782
|
-
provideLocal,
|
|
783
|
-
reactify,
|
|
784
|
-
reactifyObject,
|
|
785
|
-
reactiveComputed,
|
|
786
|
-
reactiveOmit,
|
|
787
|
-
reactivePick,
|
|
788
|
-
refAutoReset,
|
|
789
|
-
refDebounced,
|
|
790
|
-
refDefault,
|
|
791
|
-
refThrottled,
|
|
792
|
-
refWithControl,
|
|
793
|
-
resolveRef,
|
|
794
|
-
resolveUnref,
|
|
795
|
-
useArrayDifference,
|
|
796
|
-
useArrayEvery,
|
|
797
|
-
useArrayFilter,
|
|
798
|
-
useArrayFind,
|
|
799
|
-
useArrayFindIndex,
|
|
800
|
-
useArrayIncludes,
|
|
801
|
-
useArrayMap,
|
|
802
|
-
useArrayReduce,
|
|
803
|
-
useArraySome,
|
|
804
|
-
useArrayUnique,
|
|
805
|
-
useClipboardItems,
|
|
806
|
-
useCounter,
|
|
807
|
-
useDebounce,
|
|
808
|
-
useDebounceFn,
|
|
809
|
-
useInterval,
|
|
810
|
-
useIntervalFn,
|
|
811
|
-
useLastChanged,
|
|
812
|
-
useThrottle,
|
|
813
|
-
useThrottleFn,
|
|
814
|
-
useTimeout,
|
|
815
|
-
useTimeoutFn,
|
|
816
|
-
useToNumber,
|
|
817
|
-
useToString
|
|
818
|
-
} from "@vueuse/core";
|
|
819
|
-
import {
|
|
820
|
-
Head,
|
|
821
|
-
HeadVuePlugin,
|
|
822
|
-
createHead,
|
|
823
|
-
renderHeadToString
|
|
824
|
-
} from "@vueuse/head";
|
|
825
|
-
|
|
826
|
-
// /home/runner/work/stacks/stacks/node_modules/pretty-bytes/index.js
|
|
827
|
-
var BYTE_UNITS = [
|
|
828
|
-
"B",
|
|
829
|
-
"kB",
|
|
830
|
-
"MB",
|
|
831
|
-
"GB",
|
|
832
|
-
"TB",
|
|
833
|
-
"PB",
|
|
834
|
-
"EB",
|
|
835
|
-
"ZB",
|
|
836
|
-
"YB"
|
|
837
|
-
];
|
|
838
|
-
var BIBYTE_UNITS = [
|
|
839
|
-
"B",
|
|
840
|
-
"KiB",
|
|
841
|
-
"MiB",
|
|
842
|
-
"GiB",
|
|
843
|
-
"TiB",
|
|
844
|
-
"PiB",
|
|
845
|
-
"EiB",
|
|
846
|
-
"ZiB",
|
|
847
|
-
"YiB"
|
|
848
|
-
];
|
|
849
|
-
var BIT_UNITS = [
|
|
850
|
-
"b",
|
|
851
|
-
"kbit",
|
|
852
|
-
"Mbit",
|
|
853
|
-
"Gbit",
|
|
854
|
-
"Tbit",
|
|
855
|
-
"Pbit",
|
|
856
|
-
"Ebit",
|
|
857
|
-
"Zbit",
|
|
858
|
-
"Ybit"
|
|
859
|
-
];
|
|
860
|
-
var BIBIT_UNITS = [
|
|
861
|
-
"b",
|
|
862
|
-
"kibit",
|
|
863
|
-
"Mibit",
|
|
864
|
-
"Gibit",
|
|
865
|
-
"Tibit",
|
|
866
|
-
"Pibit",
|
|
867
|
-
"Eibit",
|
|
868
|
-
"Zibit",
|
|
869
|
-
"Yibit"
|
|
870
|
-
];
|
|
871
|
-
var toLocaleString = (number, locale, options) => {
|
|
872
|
-
let result = number;
|
|
873
|
-
if (typeof locale === "string" || Array.isArray(locale)) {
|
|
874
|
-
result = number.toLocaleString(locale, options);
|
|
875
|
-
} else if (locale === true || options !== undefined) {
|
|
876
|
-
result = number.toLocaleString(undefined, options);
|
|
877
|
-
}
|
|
878
|
-
return result;
|
|
879
|
-
};
|
|
880
|
-
function prettyBytes(number, options) {
|
|
881
|
-
if (!Number.isFinite(number)) {
|
|
882
|
-
throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);
|
|
883
|
-
}
|
|
884
|
-
options = {
|
|
885
|
-
bits: false,
|
|
886
|
-
binary: false,
|
|
887
|
-
space: true,
|
|
888
|
-
...options
|
|
889
|
-
};
|
|
890
|
-
const UNITS = options.bits ? options.binary ? BIBIT_UNITS : BIT_UNITS : options.binary ? BIBYTE_UNITS : BYTE_UNITS;
|
|
891
|
-
const separator = options.space ? " " : "";
|
|
892
|
-
if (options.signed && number === 0) {
|
|
893
|
-
return ` 0${separator}${UNITS[0]}`;
|
|
894
|
-
}
|
|
895
|
-
const isNegative = number < 0;
|
|
896
|
-
const prefix = isNegative ? "-" : options.signed ? "+" : "";
|
|
897
|
-
if (isNegative) {
|
|
898
|
-
number = -number;
|
|
899
|
-
}
|
|
900
|
-
let localeOptions;
|
|
901
|
-
if (options.minimumFractionDigits !== undefined) {
|
|
902
|
-
localeOptions = { minimumFractionDigits: options.minimumFractionDigits };
|
|
903
|
-
}
|
|
904
|
-
if (options.maximumFractionDigits !== undefined) {
|
|
905
|
-
localeOptions = { maximumFractionDigits: options.maximumFractionDigits, ...localeOptions };
|
|
906
|
-
}
|
|
907
|
-
if (number < 1) {
|
|
908
|
-
const numberString2 = toLocaleString(number, options.locale, localeOptions);
|
|
909
|
-
return prefix + numberString2 + separator + UNITS[0];
|
|
910
|
-
}
|
|
911
|
-
const exponent = Math.min(Math.floor(options.binary ? Math.log(number) / Math.log(1024) : Math.log10(number) / 3), UNITS.length - 1);
|
|
912
|
-
number /= (options.binary ? 1024 : 1000) ** exponent;
|
|
913
|
-
if (!localeOptions) {
|
|
914
|
-
number = number.toPrecision(3);
|
|
915
|
-
}
|
|
916
|
-
const numberString = toLocaleString(Number(number), options.locale, localeOptions);
|
|
917
|
-
const unit = UNITS[exponent];
|
|
918
|
-
return prefix + numberString + separator + unit;
|
|
919
|
-
}
|
|
920
|
-
// package.json
|
|
921
|
-
var version = "0.58.72";
|
|
922
|
-
export {
|
|
923
|
-
wordChar,
|
|
924
|
-
wordBoundary,
|
|
925
|
-
word,
|
|
926
|
-
withIndices,
|
|
927
|
-
whitespace,
|
|
928
|
-
whenever,
|
|
929
|
-
websiteSourceHash,
|
|
930
|
-
watchWithFilter,
|
|
931
|
-
watchTriggerable,
|
|
932
|
-
watchThrottled,
|
|
933
|
-
watchPausable,
|
|
934
|
-
watchOnce,
|
|
935
|
-
watchImmediate,
|
|
936
|
-
watchIgnorable,
|
|
937
|
-
watchDeep,
|
|
938
|
-
watchDebounced,
|
|
939
|
-
watchAtMost,
|
|
940
|
-
watchArray,
|
|
941
|
-
waitWhile,
|
|
942
|
-
waitUntil,
|
|
943
|
-
wait,
|
|
944
|
-
version,
|
|
945
|
-
useWindowSize,
|
|
946
|
-
useWindowScroll,
|
|
947
|
-
useWindowFocus,
|
|
948
|
-
useWebWorkerFn,
|
|
949
|
-
useWebWorker,
|
|
950
|
-
useWebSocket,
|
|
951
|
-
useWebNotification,
|
|
952
|
-
useWakeLock,
|
|
953
|
-
useVirtualList,
|
|
954
|
-
useVibrate,
|
|
955
|
-
useVModels,
|
|
956
|
-
useVModel,
|
|
957
|
-
useUserMedia,
|
|
958
|
-
useUrlSearchParams,
|
|
959
|
-
useTrunc,
|
|
960
|
-
useTransition,
|
|
961
|
-
useToggle,
|
|
962
|
-
useToString,
|
|
963
|
-
useToNumber,
|
|
964
|
-
useTitle,
|
|
965
|
-
useTimestamp,
|
|
966
|
-
useTimeoutPoll,
|
|
967
|
-
useTimeoutFn,
|
|
968
|
-
useTimeout,
|
|
969
|
-
useTimeAgo,
|
|
970
|
-
useThrottledRefHistory,
|
|
971
|
-
useThrottleFn,
|
|
972
|
-
useThrottle,
|
|
973
|
-
useTextareaAutosize,
|
|
974
|
-
useTextSelection,
|
|
975
|
-
useTextDirection,
|
|
976
|
-
useTemplateRefsList,
|
|
977
|
-
useSwipe,
|
|
978
|
-
useSupported,
|
|
979
|
-
useSum,
|
|
980
|
-
useStyleTag,
|
|
981
|
-
useStorageAsync,
|
|
982
|
-
useStorage,
|
|
983
|
-
useStepper,
|
|
984
|
-
useSpeechSynthesis,
|
|
985
|
-
useSpeechRecognition,
|
|
986
|
-
useSorted,
|
|
987
|
-
useShare,
|
|
988
|
-
useSessionStorage,
|
|
989
|
-
useScrollLock,
|
|
990
|
-
useScroll,
|
|
991
|
-
useScriptTag,
|
|
992
|
-
useScreenSafeArea,
|
|
993
|
-
useScreenOrientation,
|
|
994
|
-
useRound,
|
|
995
|
-
useResizeObserver,
|
|
996
|
-
useRefHistory,
|
|
997
|
-
useRafFn,
|
|
998
|
-
useProjection,
|
|
999
|
-
usePrevious,
|
|
1000
|
-
usePreferredReducedMotion,
|
|
1001
|
-
usePreferredLanguages,
|
|
1002
|
-
usePreferredDark,
|
|
1003
|
-
usePreferredContrast,
|
|
1004
|
-
usePreferredColorScheme,
|
|
1005
|
-
usePrecision,
|
|
1006
|
-
usePointerSwipe,
|
|
1007
|
-
usePointerLock,
|
|
1008
|
-
usePointer,
|
|
1009
|
-
usePermission,
|
|
1010
|
-
usePerformanceObserver,
|
|
1011
|
-
useParentElement,
|
|
1012
|
-
useParallax,
|
|
1013
|
-
usePageLeave,
|
|
1014
|
-
useOnline,
|
|
1015
|
-
useOffsetPagination,
|
|
1016
|
-
useObjectUrl,
|
|
1017
|
-
useNow,
|
|
1018
|
-
useNetwork,
|
|
1019
|
-
useNavigatorLanguage,
|
|
1020
|
-
useMutationObserver,
|
|
1021
|
-
useMousePressed,
|
|
1022
|
-
useMouseInElement,
|
|
1023
|
-
useMouse,
|
|
1024
|
-
useMounted,
|
|
1025
|
-
useMin,
|
|
1026
|
-
useMemory,
|
|
1027
|
-
useMemoize,
|
|
1028
|
-
useMediaQuery,
|
|
1029
|
-
useMediaControls,
|
|
1030
|
-
useMax,
|
|
1031
|
-
useMath,
|
|
1032
|
-
useManualRefHistory,
|
|
1033
|
-
useMagicKeys,
|
|
1034
|
-
useLocalStorage,
|
|
1035
|
-
useLastChanged,
|
|
1036
|
-
useKeyModifier,
|
|
1037
|
-
useIntervalFn,
|
|
1038
|
-
useInterval,
|
|
1039
|
-
useIntersectionObserver,
|
|
1040
|
-
useInfiniteScroll,
|
|
1041
|
-
useImage,
|
|
1042
|
-
useIdle,
|
|
1043
|
-
useGeolocation,
|
|
1044
|
-
useGamepad,
|
|
1045
|
-
useFullscreen,
|
|
1046
|
-
useFps,
|
|
1047
|
-
useFocusWithin,
|
|
1048
|
-
useFocus,
|
|
1049
|
-
useFloor,
|
|
1050
|
-
useFileSystemAccess,
|
|
1051
|
-
useFileDialog,
|
|
1052
|
-
useFetch,
|
|
1053
|
-
useFavicon,
|
|
1054
|
-
useEyeDropper,
|
|
1055
|
-
useEventSource,
|
|
1056
|
-
useEventListener,
|
|
1057
|
-
useEventBus,
|
|
1058
|
-
useElementVisibility,
|
|
1059
|
-
useElementSize,
|
|
1060
|
-
useElementHover,
|
|
1061
|
-
useElementByPoint,
|
|
1062
|
-
useElementBounding,
|
|
1063
|
-
useDropZone,
|
|
1064
|
-
useDraggable,
|
|
1065
|
-
useDocumentVisibility,
|
|
1066
|
-
useDisplayMedia,
|
|
1067
|
-
useDevicesList,
|
|
1068
|
-
useDevicePixelRatio,
|
|
1069
|
-
useDeviceOrientation,
|
|
1070
|
-
useDeviceMotion,
|
|
1071
|
-
useDebouncedRefHistory,
|
|
1072
|
-
useDebounceFn,
|
|
1073
|
-
useDebounce,
|
|
1074
|
-
useDateFormat,
|
|
1075
|
-
useDark,
|
|
1076
|
-
useCycleList,
|
|
1077
|
-
useCurrentElement,
|
|
1078
|
-
useCssVar,
|
|
1079
|
-
useCounter,
|
|
1080
|
-
useConfirmDialog,
|
|
1081
|
-
useColorMode,
|
|
1082
|
-
useCloned,
|
|
1083
|
-
useClipboardItems,
|
|
1084
|
-
useClipboard,
|
|
1085
|
-
useClamp,
|
|
1086
|
-
useCeil,
|
|
1087
|
-
useCached,
|
|
1088
|
-
useBrowserLocation,
|
|
1089
|
-
useBroadcastChannel,
|
|
1090
|
-
useBreakpoints,
|
|
1091
|
-
useBluetooth,
|
|
1092
|
-
useBattery,
|
|
1093
|
-
useBase64,
|
|
1094
|
-
useAverage,
|
|
1095
|
-
useAsyncState,
|
|
1096
|
-
useAsyncQueue,
|
|
1097
|
-
useArrayUnique,
|
|
1098
|
-
useArraySome,
|
|
1099
|
-
useArrayReduce,
|
|
1100
|
-
useArrayMap,
|
|
1101
|
-
useArrayIncludes,
|
|
1102
|
-
useArrayFindIndex,
|
|
1103
|
-
useArrayFind,
|
|
1104
|
-
useArrayFilter,
|
|
1105
|
-
useArrayEvery,
|
|
1106
|
-
useArrayDifference,
|
|
1107
|
-
useAnimate,
|
|
1108
|
-
useActiveElement,
|
|
1109
|
-
useAbs,
|
|
1110
|
-
until,
|
|
1111
|
-
unrefElement,
|
|
1112
|
-
unicode,
|
|
1113
|
-
tryOnUnmounted,
|
|
1114
|
-
tryOnScopeDispose,
|
|
1115
|
-
tryOnMounted,
|
|
1116
|
-
tryOnBeforeUnmount,
|
|
1117
|
-
tryOnBeforeMount,
|
|
1118
|
-
trimScale,
|
|
1119
|
-
toUnits,
|
|
1120
|
-
toString,
|
|
1121
|
-
toSnapshot,
|
|
1122
|
-
toReactive,
|
|
1123
|
-
toDecimal,
|
|
1124
|
-
throttledWatch,
|
|
1125
|
-
throttledRef,
|
|
1126
|
-
throttle,
|
|
1127
|
-
templateRef,
|
|
1128
|
-
tap,
|
|
1129
|
-
tab,
|
|
1130
|
-
syncRefs,
|
|
1131
|
-
syncRef,
|
|
1132
|
-
subtract,
|
|
1133
|
-
sticky,
|
|
1134
|
-
sleep,
|
|
1135
|
-
setSSRHandler,
|
|
1136
|
-
setEnvValue,
|
|
1137
|
-
runNpmScript,
|
|
1138
|
-
rimraf,
|
|
1139
|
-
retry,
|
|
1140
|
-
resolveUnref,
|
|
1141
|
-
resolveRef,
|
|
1142
|
-
renderHeadToString,
|
|
1143
|
-
refWithControl,
|
|
1144
|
-
refThrottled,
|
|
1145
|
-
refDefault,
|
|
1146
|
-
refDebounced,
|
|
1147
|
-
refAutoReset,
|
|
1148
|
-
prettyBytes as readableSize,
|
|
1149
|
-
reactivePick,
|
|
1150
|
-
reactiveOmit,
|
|
1151
|
-
reactiveComputed,
|
|
1152
|
-
reactifyObject,
|
|
1153
|
-
reactify,
|
|
1154
|
-
rand,
|
|
1155
|
-
provideLocal,
|
|
1156
|
-
pausableWatch,
|
|
1157
|
-
parseYaml,
|
|
1158
|
-
packageManager,
|
|
1159
|
-
p3 as p,
|
|
1160
|
-
originRequestFunctionHash,
|
|
1161
|
-
or,
|
|
1162
|
-
oneOrMore,
|
|
1163
|
-
onStartTyping,
|
|
1164
|
-
onLongPress,
|
|
1165
|
-
onKeyUp,
|
|
1166
|
-
onKeyStroke,
|
|
1167
|
-
onKeyPressed,
|
|
1168
|
-
onKeyDown,
|
|
1169
|
-
onClickOutside,
|
|
1170
|
-
notUndefined,
|
|
1171
|
-
notNullish,
|
|
1172
|
-
not,
|
|
1173
|
-
normalizeScale,
|
|
1174
|
-
noNull,
|
|
1175
|
-
multiply,
|
|
1176
|
-
multiline,
|
|
1177
|
-
dinero2 as money,
|
|
1178
|
-
minimum,
|
|
1179
|
-
maybe,
|
|
1180
|
-
maximum,
|
|
1181
|
-
mapGamepadToXbox360Controller,
|
|
1182
|
-
makeDestructurable,
|
|
1183
|
-
loop,
|
|
1184
|
-
logicOr,
|
|
1185
|
-
logicNot,
|
|
1186
|
-
load as loadYaml,
|
|
1187
|
-
linefeed,
|
|
1188
|
-
letter,
|
|
1189
|
-
lessThanOrEqual,
|
|
1190
|
-
lessThan,
|
|
1191
|
-
isZero,
|
|
1192
|
-
isTruthy,
|
|
1193
|
-
isOptionalString,
|
|
1194
|
-
isManifest,
|
|
1195
|
-
isIpv6,
|
|
1196
|
-
isGitClean,
|
|
1197
|
-
isDefined,
|
|
1198
|
-
isDeepEqual,
|
|
1199
|
-
isAppKeySet,
|
|
1200
|
-
installIfVersionMismatch,
|
|
1201
|
-
injectLocal,
|
|
1202
|
-
initProject,
|
|
1203
|
-
ignorableWatch,
|
|
1204
|
-
haveSameCurrency,
|
|
1205
|
-
haveSameAmount,
|
|
1206
|
-
hasSubUnits,
|
|
1207
|
-
hasScript,
|
|
1208
|
-
greaterThanOrEqual,
|
|
1209
|
-
greaterThan,
|
|
1210
|
-
global,
|
|
1211
|
-
getSSRHandler,
|
|
1212
|
-
getExportsSize,
|
|
1213
|
-
frameworkVersion,
|
|
1214
|
-
formatTimeAgo,
|
|
1215
|
-
extendRef,
|
|
1216
|
-
executeTransition,
|
|
1217
|
-
exactly,
|
|
1218
|
-
equal,
|
|
1219
|
-
ensureProjectIsInitialized,
|
|
1220
|
-
eagerComputed,
|
|
1221
|
-
dump as dumpYaml,
|
|
1222
|
-
dotAll,
|
|
1223
|
-
dinero,
|
|
1224
|
-
digit,
|
|
1225
|
-
determineResetPreset,
|
|
1226
|
-
determineDebugLevel,
|
|
1227
|
-
delay,
|
|
1228
|
-
defineUi,
|
|
1229
|
-
defineStorage,
|
|
1230
|
-
defineSms,
|
|
1231
|
-
defineServices,
|
|
1232
|
-
defineSearchEngine,
|
|
1233
|
-
defineQueue,
|
|
1234
|
-
definePayment,
|
|
1235
|
-
defineNotification,
|
|
1236
|
-
defineLibrary,
|
|
1237
|
-
defineJob,
|
|
1238
|
-
defineHashing,
|
|
1239
|
-
defineGit,
|
|
1240
|
-
defineEmailConfig,
|
|
1241
|
-
defineEmail,
|
|
1242
|
-
defineDns,
|
|
1243
|
-
defineDependencies,
|
|
1244
|
-
defineDatabase,
|
|
1245
|
-
defineCronJob,
|
|
1246
|
-
defineCli,
|
|
1247
|
-
defineChat,
|
|
1248
|
-
defineCdn,
|
|
1249
|
-
defineCache,
|
|
1250
|
-
defineApp,
|
|
1251
|
-
defaultWindow,
|
|
1252
|
-
defaultNavigator,
|
|
1253
|
-
defaultLocation,
|
|
1254
|
-
defaultDocument,
|
|
1255
|
-
debouncedWatch,
|
|
1256
|
-
debouncedRef,
|
|
1257
|
-
debounce,
|
|
1258
|
-
customStorageEventName,
|
|
1259
|
-
dinero3 as currency,
|
|
1260
|
-
createUnrefFn,
|
|
1261
|
-
createTemplatePromise,
|
|
1262
|
-
createSingletonPromise,
|
|
1263
|
-
createSharedComposable,
|
|
1264
|
-
createReusableTemplate,
|
|
1265
|
-
createRegExp,
|
|
1266
|
-
createReactiveFn,
|
|
1267
|
-
createPromiseLock,
|
|
1268
|
-
createProjection,
|
|
1269
|
-
createInjectionState,
|
|
1270
|
-
createHead,
|
|
1271
|
-
createGlobalState,
|
|
1272
|
-
createGenericProjection,
|
|
1273
|
-
createFetch,
|
|
1274
|
-
createEventHook,
|
|
1275
|
-
createControlledPromise,
|
|
1276
|
-
convert,
|
|
1277
|
-
controlledRef,
|
|
1278
|
-
controlledComputed,
|
|
1279
|
-
computedWithControl,
|
|
1280
|
-
computedInject,
|
|
1281
|
-
computedEager,
|
|
1282
|
-
computedAsync,
|
|
1283
|
-
compare,
|
|
1284
|
-
cloneFnJSON,
|
|
1285
|
-
cleanProject,
|
|
1286
|
-
clamp,
|
|
1287
|
-
charNotIn,
|
|
1288
|
-
charIn,
|
|
1289
|
-
char,
|
|
1290
|
-
caseInsensitive,
|
|
1291
|
-
carriageReturn,
|
|
1292
|
-
calculateDelay,
|
|
1293
|
-
breakpointsVuetify,
|
|
1294
|
-
breakpointsTailwind,
|
|
1295
|
-
breakpointsSematic,
|
|
1296
|
-
breakpointsQuasar,
|
|
1297
|
-
breakpointsMasterCss,
|
|
1298
|
-
breakpointsBootstrapV5,
|
|
1299
|
-
breakpointsAntDesign,
|
|
1300
|
-
batchInvoke,
|
|
1301
|
-
autoResetRef,
|
|
1302
|
-
asyncComputed,
|
|
1303
|
-
anyOf,
|
|
1304
|
-
and,
|
|
1305
|
-
allocate,
|
|
1306
|
-
add,
|
|
1307
|
-
USD,
|
|
1308
|
-
Macroable,
|
|
1309
|
-
HeadVuePlugin,
|
|
1310
|
-
Head
|
|
1311
|
-
};
|