@m5kdev/web-ui 0.8.2 → 0.8.3
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/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +79 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +580 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +14 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +10 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +289 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +86 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +101 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +19 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +30 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +23 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +153 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +91 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +6 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +35 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +43 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +73 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +26 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +54 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +77 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +17 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +426 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +11 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +8 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +29 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +21 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +49 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +18 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +68 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +183 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +27 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +25 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +12 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +66 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +15 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +51 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +20 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +13 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +13 -0
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +31 -0
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +912 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +9 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +37 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +17 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +116 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +69 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +5 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +15 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +27 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +38 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +14 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +10 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +287 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +43 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +225 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +18 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +258 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +132 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +31 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +60 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +34 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +476 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +154 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +112 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +23 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +21 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +24 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +71 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +27 -0
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.mts +38 -0
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +299 -0
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +132 -0
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +766 -0
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +1295 -0
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +55 -0
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +573 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +610 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +71 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +8 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +2455 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +106 -0
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +30 -0
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +38 -0
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +13 -0
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +47 -0
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +126 -0
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +34 -0
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +6 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +2788 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +53 -0
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +63 -0
- package/dist/packages/backend/dist/src/types.d.mts +344 -0
- package/dist/packages/backend/dist/src/utils/errors.d.mts +60 -0
- package/dist/packages/backend/dist/src/utils/logger.d.mts +8 -0
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +23 -0
- package/dist/src/animations/card.motion.d.mts +7 -0
- package/dist/src/animations/card.motion.mjs +26 -0
- package/dist/src/animations/card.motion.mjs.map +1 -0
- package/dist/src/components/AvatarUpload.d.mts +16 -0
- package/dist/src/components/AvatarUpload.mjs +109 -0
- package/dist/src/components/AvatarUpload.mjs.map +1 -0
- package/dist/src/components/Button.d.mts +15 -0
- package/dist/src/components/Button.mjs +14 -0
- package/dist/src/components/Button.mjs.map +1 -0
- package/dist/src/components/Calendar.d.mts +37 -0
- package/dist/src/components/Calendar.mjs +18 -0
- package/dist/src/components/Calendar.mjs.map +1 -0
- package/dist/src/components/CardsSelect.d.mts +27 -0
- package/dist/src/components/CardsSelect.mjs +79 -0
- package/dist/src/components/CardsSelect.mjs.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.mts +22 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs +34 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs.map +1 -0
- package/dist/src/components/ColorPicker.d.mts +15 -0
- package/dist/src/components/ColorPicker.mjs +51 -0
- package/dist/src/components/ColorPicker.mjs.map +1 -0
- package/dist/src/components/CopyButton.d.mts +18 -0
- package/dist/src/components/CopyButton.mjs +33 -0
- package/dist/src/components/CopyButton.mjs.map +1 -0
- package/dist/src/components/CropDialog.d.mts +22 -0
- package/dist/src/components/CropDialog.mjs +113 -0
- package/dist/src/components/CropDialog.mjs.map +1 -0
- package/dist/src/components/DialogProvider.d.mts +23 -0
- package/dist/src/components/DialogProvider.mjs +72 -0
- package/dist/src/components/DialogProvider.mjs.map +1 -0
- package/dist/src/components/ErrorFallback.d.mts +13 -0
- package/dist/src/components/ErrorFallback.mjs +30 -0
- package/dist/src/components/ErrorFallback.mjs.map +1 -0
- package/dist/src/components/FileDropzone.d.mts +14 -0
- package/dist/src/components/FileDropzone.mjs +101 -0
- package/dist/src/components/FileDropzone.mjs.map +1 -0
- package/dist/src/components/MultiSelectDropdown.d.mts +29 -0
- package/dist/src/components/MultiSelectDropdown.mjs +103 -0
- package/dist/src/components/MultiSelectDropdown.mjs.map +1 -0
- package/dist/src/components/Orb.d.mts +17 -0
- package/dist/src/components/Orb.mjs +267 -0
- package/dist/src/components/Orb.mjs.map +1 -0
- package/dist/src/components/PageAlert.d.mts +23 -0
- package/dist/src/components/PageAlert.mjs +76 -0
- package/dist/src/components/PageAlert.mjs.map +1 -0
- package/dist/src/components/SelectChips.d.mts +21 -0
- package/dist/src/components/SelectChips.mjs +23 -0
- package/dist/src/components/SelectChips.mjs.map +1 -0
- package/dist/src/components/SidebarItem.d.mts +18 -0
- package/dist/src/components/SidebarItem.mjs +18 -0
- package/dist/src/components/SidebarItem.mjs.map +1 -0
- package/dist/src/components/Steps.d.mts +24 -0
- package/dist/src/components/Steps.mjs +200 -0
- package/dist/src/components/Steps.mjs.map +1 -0
- package/dist/src/components/TablerIconPicker.d.mts +13 -0
- package/dist/src/components/TablerIconPicker.mjs +4258 -0
- package/dist/src/components/TablerIconPicker.mjs.map +1 -0
- package/dist/src/components/app-header.d.mts +14 -0
- package/dist/src/components/app-header.mjs +29 -0
- package/dist/src/components/app-header.mjs.map +1 -0
- package/dist/src/components/blur-card.d.mts +27 -0
- package/dist/src/components/blur-card.mjs +137 -0
- package/dist/src/components/blur-card.mjs.map +1 -0
- package/dist/src/components/features-section-demo-1.d.mts +22 -0
- package/dist/src/components/features-section-demo-1.mjs +125 -0
- package/dist/src/components/features-section-demo-1.mjs.map +1 -0
- package/dist/src/components/features-section-demo-2.d.mts +7 -0
- package/dist/src/components/features-section-demo-2.mjs +82 -0
- package/dist/src/components/features-section-demo-2.mjs.map +1 -0
- package/dist/src/components/features-section-demo-3.d.mts +16 -0
- package/dist/src/components/features-section-demo-3.mjs +252 -0
- package/dist/src/components/features-section-demo-3.mjs.map +1 -0
- package/dist/src/components/mode-toggle.d.mts +7 -0
- package/dist/src/components/mode-toggle.mjs +44 -0
- package/dist/src/components/mode-toggle.mjs.map +1 -0
- package/dist/src/components/nav-main.d.mts +21 -0
- package/dist/src/components/nav-main.mjs +35 -0
- package/dist/src/components/nav-main.mjs.map +1 -0
- package/dist/src/components/pricing-cards.d.mts +7 -0
- package/dist/src/components/pricing-cards.mjs +128 -0
- package/dist/src/components/pricing-cards.mjs.map +1 -0
- package/dist/src/components/shared/ButtonCopy.d.mts +17 -0
- package/dist/src/components/shared/ButtonCopy.mjs +35 -0
- package/dist/src/components/shared/ButtonCopy.mjs.map +1 -0
- package/dist/src/components/team-switcher.d.mts +16 -0
- package/dist/src/components/team-switcher.mjs +72 -0
- package/dist/src/components/team-switcher.mjs.map +1 -0
- package/dist/src/components/theme-provider.d.mts +23 -0
- package/dist/src/components/theme-provider.mjs +45 -0
- package/dist/src/components/theme-provider.mjs.map +1 -0
- package/dist/src/components/typewriter.d.mts +39 -0
- package/dist/src/components/typewriter.mjs +47 -0
- package/dist/src/components/typewriter.mjs.map +1 -0
- package/dist/src/components/ui/alert-dialog.d.mts +49 -0
- package/dist/src/components/ui/alert-dialog.mjs +81 -0
- package/dist/src/components/ui/alert-dialog.mjs.map +1 -0
- package/dist/src/components/ui/alert.d.mts +25 -0
- package/dist/src/components/ui/alert.mjs +37 -0
- package/dist/src/components/ui/alert.mjs.map +1 -0
- package/dist/src/components/ui/avatar.d.mts +10 -0
- package/dist/src/components/ui/avatar.mjs +28 -0
- package/dist/src/components/ui/avatar.mjs.map +1 -0
- package/dist/src/components/ui/badge.d.mts +18 -0
- package/dist/src/components/ui/badge.mjs +23 -0
- package/dist/src/components/ui/badge.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid.d.mts +26 -0
- package/dist/src/components/ui/bento-grid.mjs +32 -0
- package/dist/src/components/ui/bento-grid.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid2.d.mts +31 -0
- package/dist/src/components/ui/bento-grid2.mjs +49 -0
- package/dist/src/components/ui/bento-grid2.mjs.map +1 -0
- package/dist/src/components/ui/breadcrumb.d.mts +31 -0
- package/dist/src/components/ui/breadcrumb.mjs +63 -0
- package/dist/src/components/ui/breadcrumb.mjs.map +1 -0
- package/dist/src/components/ui/button.d.mts +16 -0
- package/dist/src/components/ui/button.mjs +44 -0
- package/dist/src/components/ui/button.mjs.map +1 -0
- package/dist/src/components/ui/card.d.mts +12 -0
- package/dist/src/components/ui/card.mjs +44 -0
- package/dist/src/components/ui/card.mjs.map +1 -0
- package/dist/src/components/ui/checkbox.d.mts +8 -0
- package/dist/src/components/ui/checkbox.mjs +20 -0
- package/dist/src/components/ui/checkbox.mjs.map +1 -0
- package/dist/src/components/ui/collapsible.d.mts +10 -0
- package/dist/src/components/ui/collapsible.mjs +9 -0
- package/dist/src/components/ui/collapsible.mjs.map +1 -0
- package/dist/src/components/ui/dialog.d.mts +45 -0
- package/dist/src/components/ui/dialog.mjs +85 -0
- package/dist/src/components/ui/dialog.mjs.map +1 -0
- package/dist/src/components/ui/dropdown-menu.d.mts +35 -0
- package/dist/src/components/ui/dropdown-menu.mjs +82 -0
- package/dist/src/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/src/components/ui/floating-navbar.d.mts +18 -0
- package/dist/src/components/ui/floating-navbar.mjs +52 -0
- package/dist/src/components/ui/floating-navbar.mjs.map +1 -0
- package/dist/src/components/ui/form.d.mts +32 -0
- package/dist/src/components/ui/form.mjs +92 -0
- package/dist/src/components/ui/form.mjs.map +1 -0
- package/dist/src/components/ui/image.d.mts +10 -0
- package/dist/src/components/ui/image.mjs +55 -0
- package/dist/src/components/ui/image.mjs.map +1 -0
- package/dist/src/components/ui/input.d.mts +7 -0
- package/dist/src/components/ui/input.mjs +17 -0
- package/dist/src/components/ui/input.mjs.map +1 -0
- package/dist/src/components/ui/label.d.mts +10 -0
- package/dist/src/components/ui/label.mjs +17 -0
- package/dist/src/components/ui/label.mjs.map +1 -0
- package/dist/src/components/ui/pagination.d.mts +40 -0
- package/dist/src/components/ui/pagination.mjs +79 -0
- package/dist/src/components/ui/pagination.mjs.map +1 -0
- package/dist/src/components/ui/progress.d.mts +8 -0
- package/dist/src/components/ui/progress.mjs +19 -0
- package/dist/src/components/ui/progress.mjs.map +1 -0
- package/dist/src/components/ui/resizable-navbar.d.mts +97 -0
- package/dist/src/components/ui/resizable-navbar.mjs +138 -0
- package/dist/src/components/ui/resizable-navbar.mjs.map +1 -0
- package/dist/src/components/ui/segment-control.d.mts +12 -0
- package/dist/src/components/ui/segment-control.mjs +87 -0
- package/dist/src/components/ui/segment-control.mjs.map +1 -0
- package/dist/src/components/ui/select.d.mts +17 -0
- package/dist/src/components/ui/select.mjs +75 -0
- package/dist/src/components/ui/select.mjs.map +1 -0
- package/dist/src/components/ui/separator.d.mts +8 -0
- package/dist/src/components/ui/separator.mjs +17 -0
- package/dist/src/components/ui/separator.mjs.map +1 -0
- package/dist/src/components/ui/sheet.d.mts +36 -0
- package/dist/src/components/ui/sheet.mjs +66 -0
- package/dist/src/components/ui/sheet.mjs.map +1 -0
- package/dist/src/components/ui/sidebar.d.mts +73 -0
- package/dist/src/components/ui/sidebar.mjs +377 -0
- package/dist/src/components/ui/sidebar.mjs.map +1 -0
- package/dist/src/components/ui/skeleton.d.mts +10 -0
- package/dist/src/components/ui/skeleton.mjs +13 -0
- package/dist/src/components/ui/skeleton.mjs.map +1 -0
- package/dist/src/components/ui/slider.d.mts +8 -0
- package/dist/src/components/ui/slider.mjs +19 -0
- package/dist/src/components/ui/slider.mjs.map +1 -0
- package/dist/src/components/ui/sonner.d.mts +11 -0
- package/dist/src/components/ui/sonner.mjs +22 -0
- package/dist/src/components/ui/sonner.mjs.map +1 -0
- package/dist/src/components/ui/spinner.d.mts +25 -0
- package/dist/src/components/ui/spinner.mjs +30 -0
- package/dist/src/components/ui/spinner.mjs.map +1 -0
- package/dist/src/components/ui/switch.d.mts +8 -0
- package/dist/src/components/ui/switch.mjs +16 -0
- package/dist/src/components/ui/switch.mjs.map +1 -0
- package/dist/src/components/ui/table.d.mts +39 -0
- package/dist/src/components/ui/table.mjs +67 -0
- package/dist/src/components/ui/table.mjs.map +1 -0
- package/dist/src/components/ui/tabs.d.mts +24 -0
- package/dist/src/components/ui/tabs.mjs +36 -0
- package/dist/src/components/ui/tabs.mjs.map +1 -0
- package/dist/src/components/ui/textarea.d.mts +11 -0
- package/dist/src/components/ui/textarea.mjs +14 -0
- package/dist/src/components/ui/textarea.mjs.map +1 -0
- package/dist/src/components/ui/timeline.d.mts +18 -0
- package/dist/src/components/ui/timeline.mjs +90 -0
- package/dist/src/components/ui/timeline.mjs.map +1 -0
- package/dist/src/components/ui/toast.d.mts +20 -0
- package/dist/src/components/ui/toast.mjs +59 -0
- package/dist/src/components/ui/toast.mjs.map +1 -0
- package/dist/src/components/ui/tooltip.d.mts +24 -0
- package/dist/src/components/ui/tooltip.mjs +36 -0
- package/dist/src/components/ui/tooltip.mjs.map +1 -0
- package/dist/src/components/ui/typewriter-effect.d.mts +30 -0
- package/dist/src/components/ui/typewriter-effect.mjs +106 -0
- package/dist/src/components/ui/typewriter-effect.mjs.map +1 -0
- package/dist/src/hooks/use-mobile.d.mts +5 -0
- package/dist/src/hooks/use-mobile.mjs +20 -0
- package/dist/src/hooks/use-mobile.mjs.map +1 -0
- package/dist/src/hooks/useDialog.d.mts +8 -0
- package/dist/src/hooks/useDialog.mjs +26 -0
- package/dist/src/hooks/useDialog.mjs.map +1 -0
- package/dist/src/icons/GoogleIcon.d.mts +9 -0
- package/dist/src/icons/GoogleIcon.mjs +33 -0
- package/dist/src/icons/GoogleIcon.mjs.map +1 -0
- package/dist/src/icons/LinkedInIcon.d.mts +9 -0
- package/dist/src/icons/LinkedInIcon.mjs +28 -0
- package/dist/src/icons/LinkedInIcon.mjs.map +1 -0
- package/dist/src/icons/MicrosoftIcon.d.mts +9 -0
- package/dist/src/icons/MicrosoftIcon.mjs +32 -0
- package/dist/src/icons/MicrosoftIcon.mjs.map +1 -0
- package/dist/src/lib/chatwoot.d.mts +20 -0
- package/dist/src/lib/chatwoot.mjs +26 -0
- package/dist/src/lib/chatwoot.mjs.map +1 -0
- package/dist/src/lib/utils.d.mts +7 -0
- package/dist/src/lib/utils.mjs +10 -0
- package/dist/src/lib/utils.mjs.map +1 -0
- package/dist/src/modules/app/components/AppLoader.d.mts +8 -0
- package/dist/src/modules/app/components/AppLoader.mjs +16 -0
- package/dist/src/modules/app/components/AppLoader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppShell.d.mts +16 -0
- package/dist/src/modules/app/components/AppShell.mjs +16 -0
- package/dist/src/modules/app/components/AppShell.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.d.mts +17 -0
- package/dist/src/modules/app/components/AppSidebar.mjs +18 -0
- package/dist/src/modules/app/components/AppSidebar.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.mts +25 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs +36 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.mts +18 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs +41 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.mts +11 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs +43 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.mts +21 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs +125 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs +974 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs +287 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.d.mts +12 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs +19 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.d.mts +17 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs +84 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.d.mts +18 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs +48 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.mts +12 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs +206 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs +129 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs +53 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.d.mts +13 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs +280 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.mts +17 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs +19 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginForm.mjs +111 -0
- package/dist/src/modules/auth/components/LoginForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs +44 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs +21 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.mts +22 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs +112 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.mts +61 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs +458 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.d.mts +30 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs +138 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.mts +29 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs +193 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.mts +18 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs +96 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs.map +1 -0
- package/dist/src/modules/auth/components/PreferencesEditor.d.mts +49 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs +85 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs +85 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.mts +45 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs +239 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs +101 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs +149 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs +62 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.d.mts +23 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs +26 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.mts +13 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs +67 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.mts +15 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs +45 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs +158 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.mts +15 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs +162 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.mts +13 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs +11 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs +21 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.mts +18 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs +167 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.mts +20 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs +85 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.d.mts +36 -0
- package/dist/src/modules/table/components/NuqsTable.mjs +308 -0
- package/dist/src/modules/table/components/NuqsTable.mjs.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.d.mts +35 -0
- package/dist/src/modules/table/components/TableFiltering.mjs +418 -0
- package/dist/src/modules/table/components/TableFiltering.mjs.map +1 -0
- package/dist/src/modules/table/components/TableGroupBy.d.mts +22 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs +58 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs.map +1 -0
- package/dist/src/modules/table/components/TablePagination.d.mts +19 -0
- package/dist/src/modules/table/components/TablePagination.mjs +66 -0
- package/dist/src/modules/table/components/TablePagination.mjs.map +1 -0
- package/dist/src/modules/table/components/table.types.d.mts +17 -0
- package/dist/src/modules/table/filterTransformers.d.mts +58 -0
- package/dist/src/modules/table/filterTransformers.mjs +213 -0
- package/dist/src/modules/table/filterTransformers.mjs.map +1 -0
- package/dist/src/types.d.mts +8 -0
- package/package.json +5 -5
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +0 -31
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +0 -912
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.ts +0 -38
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -47
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -126
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -63
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -23
- package/dist/src/animations/card.motion.d.ts +0 -7
- package/dist/src/animations/card.motion.js +0 -26
- package/dist/src/animations/card.motion.js.map +0 -1
- package/dist/src/components/AvatarUpload.d.ts +0 -16
- package/dist/src/components/AvatarUpload.js +0 -109
- package/dist/src/components/AvatarUpload.js.map +0 -1
- package/dist/src/components/Button.d.ts +0 -15
- package/dist/src/components/Button.js +0 -14
- package/dist/src/components/Button.js.map +0 -1
- package/dist/src/components/Calendar.d.ts +0 -37
- package/dist/src/components/Calendar.js +0 -18
- package/dist/src/components/Calendar.js.map +0 -1
- package/dist/src/components/CardsSelect.d.ts +0 -27
- package/dist/src/components/CardsSelect.js +0 -79
- package/dist/src/components/CardsSelect.js.map +0 -1
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +0 -22
- package/dist/src/components/CollapsibleSidebarMenuItem.js +0 -34
- package/dist/src/components/CollapsibleSidebarMenuItem.js.map +0 -1
- package/dist/src/components/ColorPicker.d.ts +0 -15
- package/dist/src/components/ColorPicker.js +0 -51
- package/dist/src/components/ColorPicker.js.map +0 -1
- package/dist/src/components/CopyButton.d.ts +0 -18
- package/dist/src/components/CopyButton.js +0 -33
- package/dist/src/components/CopyButton.js.map +0 -1
- package/dist/src/components/CropDialog.d.ts +0 -22
- package/dist/src/components/CropDialog.js +0 -113
- package/dist/src/components/CropDialog.js.map +0 -1
- package/dist/src/components/DialogProvider.d.ts +0 -23
- package/dist/src/components/DialogProvider.js +0 -72
- package/dist/src/components/DialogProvider.js.map +0 -1
- package/dist/src/components/ErrorFallback.d.ts +0 -13
- package/dist/src/components/ErrorFallback.js +0 -30
- package/dist/src/components/ErrorFallback.js.map +0 -1
- package/dist/src/components/FileDropzone.d.ts +0 -14
- package/dist/src/components/FileDropzone.js +0 -101
- package/dist/src/components/FileDropzone.js.map +0 -1
- package/dist/src/components/MultiSelectDropdown.d.ts +0 -29
- package/dist/src/components/MultiSelectDropdown.js +0 -103
- package/dist/src/components/MultiSelectDropdown.js.map +0 -1
- package/dist/src/components/Orb.d.ts +0 -17
- package/dist/src/components/Orb.js +0 -267
- package/dist/src/components/Orb.js.map +0 -1
- package/dist/src/components/PageAlert.d.ts +0 -23
- package/dist/src/components/PageAlert.js +0 -76
- package/dist/src/components/PageAlert.js.map +0 -1
- package/dist/src/components/SelectChips.d.ts +0 -21
- package/dist/src/components/SelectChips.js +0 -23
- package/dist/src/components/SelectChips.js.map +0 -1
- package/dist/src/components/SidebarItem.d.ts +0 -18
- package/dist/src/components/SidebarItem.js +0 -18
- package/dist/src/components/SidebarItem.js.map +0 -1
- package/dist/src/components/Steps.d.ts +0 -24
- package/dist/src/components/Steps.js +0 -200
- package/dist/src/components/Steps.js.map +0 -1
- package/dist/src/components/TablerIconPicker.d.ts +0 -13
- package/dist/src/components/TablerIconPicker.js +0 -4258
- package/dist/src/components/TablerIconPicker.js.map +0 -1
- package/dist/src/components/app-header.d.ts +0 -14
- package/dist/src/components/app-header.js +0 -29
- package/dist/src/components/app-header.js.map +0 -1
- package/dist/src/components/blur-card.d.ts +0 -27
- package/dist/src/components/blur-card.js +0 -137
- package/dist/src/components/blur-card.js.map +0 -1
- package/dist/src/components/features-section-demo-1.d.ts +0 -22
- package/dist/src/components/features-section-demo-1.js +0 -125
- package/dist/src/components/features-section-demo-1.js.map +0 -1
- package/dist/src/components/features-section-demo-2.d.ts +0 -7
- package/dist/src/components/features-section-demo-2.js +0 -82
- package/dist/src/components/features-section-demo-2.js.map +0 -1
- package/dist/src/components/features-section-demo-3.d.ts +0 -16
- package/dist/src/components/features-section-demo-3.js +0 -252
- package/dist/src/components/features-section-demo-3.js.map +0 -1
- package/dist/src/components/mode-toggle.d.ts +0 -7
- package/dist/src/components/mode-toggle.js +0 -44
- package/dist/src/components/mode-toggle.js.map +0 -1
- package/dist/src/components/nav-main.d.ts +0 -21
- package/dist/src/components/nav-main.js +0 -35
- package/dist/src/components/nav-main.js.map +0 -1
- package/dist/src/components/pricing-cards.d.ts +0 -7
- package/dist/src/components/pricing-cards.js +0 -128
- package/dist/src/components/pricing-cards.js.map +0 -1
- package/dist/src/components/shared/ButtonCopy.d.ts +0 -17
- package/dist/src/components/shared/ButtonCopy.js +0 -35
- package/dist/src/components/shared/ButtonCopy.js.map +0 -1
- package/dist/src/components/team-switcher.d.ts +0 -16
- package/dist/src/components/team-switcher.js +0 -72
- package/dist/src/components/team-switcher.js.map +0 -1
- package/dist/src/components/theme-provider.d.ts +0 -23
- package/dist/src/components/theme-provider.js +0 -45
- package/dist/src/components/theme-provider.js.map +0 -1
- package/dist/src/components/typewriter.d.ts +0 -39
- package/dist/src/components/typewriter.js +0 -47
- package/dist/src/components/typewriter.js.map +0 -1
- package/dist/src/components/ui/alert-dialog.d.ts +0 -49
- package/dist/src/components/ui/alert-dialog.js +0 -81
- package/dist/src/components/ui/alert-dialog.js.map +0 -1
- package/dist/src/components/ui/alert.d.ts +0 -25
- package/dist/src/components/ui/alert.js +0 -37
- package/dist/src/components/ui/alert.js.map +0 -1
- package/dist/src/components/ui/avatar.d.ts +0 -10
- package/dist/src/components/ui/avatar.js +0 -28
- package/dist/src/components/ui/avatar.js.map +0 -1
- package/dist/src/components/ui/badge.d.ts +0 -18
- package/dist/src/components/ui/badge.js +0 -23
- package/dist/src/components/ui/badge.js.map +0 -1
- package/dist/src/components/ui/bento-grid.d.ts +0 -26
- package/dist/src/components/ui/bento-grid.js +0 -32
- package/dist/src/components/ui/bento-grid.js.map +0 -1
- package/dist/src/components/ui/bento-grid2.d.ts +0 -31
- package/dist/src/components/ui/bento-grid2.js +0 -49
- package/dist/src/components/ui/bento-grid2.js.map +0 -1
- package/dist/src/components/ui/breadcrumb.d.ts +0 -31
- package/dist/src/components/ui/breadcrumb.js +0 -63
- package/dist/src/components/ui/breadcrumb.js.map +0 -1
- package/dist/src/components/ui/button.d.ts +0 -16
- package/dist/src/components/ui/button.js +0 -44
- package/dist/src/components/ui/button.js.map +0 -1
- package/dist/src/components/ui/card.d.ts +0 -12
- package/dist/src/components/ui/card.js +0 -44
- package/dist/src/components/ui/card.js.map +0 -1
- package/dist/src/components/ui/checkbox.d.ts +0 -8
- package/dist/src/components/ui/checkbox.js +0 -20
- package/dist/src/components/ui/checkbox.js.map +0 -1
- package/dist/src/components/ui/collapsible.d.ts +0 -10
- package/dist/src/components/ui/collapsible.js +0 -9
- package/dist/src/components/ui/collapsible.js.map +0 -1
- package/dist/src/components/ui/dialog.d.ts +0 -45
- package/dist/src/components/ui/dialog.js +0 -85
- package/dist/src/components/ui/dialog.js.map +0 -1
- package/dist/src/components/ui/dropdown-menu.d.ts +0 -35
- package/dist/src/components/ui/dropdown-menu.js +0 -82
- package/dist/src/components/ui/dropdown-menu.js.map +0 -1
- package/dist/src/components/ui/floating-navbar.d.ts +0 -18
- package/dist/src/components/ui/floating-navbar.js +0 -52
- package/dist/src/components/ui/floating-navbar.js.map +0 -1
- package/dist/src/components/ui/form.d.ts +0 -32
- package/dist/src/components/ui/form.js +0 -92
- package/dist/src/components/ui/form.js.map +0 -1
- package/dist/src/components/ui/image.d.ts +0 -10
- package/dist/src/components/ui/image.js +0 -55
- package/dist/src/components/ui/image.js.map +0 -1
- package/dist/src/components/ui/input.d.ts +0 -7
- package/dist/src/components/ui/input.js +0 -17
- package/dist/src/components/ui/input.js.map +0 -1
- package/dist/src/components/ui/label.d.ts +0 -10
- package/dist/src/components/ui/label.js +0 -17
- package/dist/src/components/ui/label.js.map +0 -1
- package/dist/src/components/ui/pagination.d.ts +0 -40
- package/dist/src/components/ui/pagination.js +0 -79
- package/dist/src/components/ui/pagination.js.map +0 -1
- package/dist/src/components/ui/progress.d.ts +0 -8
- package/dist/src/components/ui/progress.js +0 -19
- package/dist/src/components/ui/progress.js.map +0 -1
- package/dist/src/components/ui/resizable-navbar.d.ts +0 -97
- package/dist/src/components/ui/resizable-navbar.js +0 -138
- package/dist/src/components/ui/resizable-navbar.js.map +0 -1
- package/dist/src/components/ui/segment-control.d.ts +0 -12
- package/dist/src/components/ui/segment-control.js +0 -87
- package/dist/src/components/ui/segment-control.js.map +0 -1
- package/dist/src/components/ui/select.d.ts +0 -17
- package/dist/src/components/ui/select.js +0 -75
- package/dist/src/components/ui/select.js.map +0 -1
- package/dist/src/components/ui/separator.d.ts +0 -8
- package/dist/src/components/ui/separator.js +0 -17
- package/dist/src/components/ui/separator.js.map +0 -1
- package/dist/src/components/ui/sheet.d.ts +0 -36
- package/dist/src/components/ui/sheet.js +0 -66
- package/dist/src/components/ui/sheet.js.map +0 -1
- package/dist/src/components/ui/sidebar.d.ts +0 -73
- package/dist/src/components/ui/sidebar.js +0 -377
- package/dist/src/components/ui/sidebar.js.map +0 -1
- package/dist/src/components/ui/skeleton.d.ts +0 -10
- package/dist/src/components/ui/skeleton.js +0 -13
- package/dist/src/components/ui/skeleton.js.map +0 -1
- package/dist/src/components/ui/slider.d.ts +0 -8
- package/dist/src/components/ui/slider.js +0 -19
- package/dist/src/components/ui/slider.js.map +0 -1
- package/dist/src/components/ui/sonner.d.ts +0 -11
- package/dist/src/components/ui/sonner.js +0 -22
- package/dist/src/components/ui/sonner.js.map +0 -1
- package/dist/src/components/ui/spinner.d.ts +0 -25
- package/dist/src/components/ui/spinner.js +0 -30
- package/dist/src/components/ui/spinner.js.map +0 -1
- package/dist/src/components/ui/switch.d.ts +0 -8
- package/dist/src/components/ui/switch.js +0 -16
- package/dist/src/components/ui/switch.js.map +0 -1
- package/dist/src/components/ui/table.d.ts +0 -39
- package/dist/src/components/ui/table.js +0 -67
- package/dist/src/components/ui/table.js.map +0 -1
- package/dist/src/components/ui/tabs.d.ts +0 -24
- package/dist/src/components/ui/tabs.js +0 -36
- package/dist/src/components/ui/tabs.js.map +0 -1
- package/dist/src/components/ui/textarea.d.ts +0 -11
- package/dist/src/components/ui/textarea.js +0 -14
- package/dist/src/components/ui/textarea.js.map +0 -1
- package/dist/src/components/ui/timeline.d.ts +0 -18
- package/dist/src/components/ui/timeline.js +0 -90
- package/dist/src/components/ui/timeline.js.map +0 -1
- package/dist/src/components/ui/toast.d.ts +0 -20
- package/dist/src/components/ui/toast.js +0 -59
- package/dist/src/components/ui/toast.js.map +0 -1
- package/dist/src/components/ui/tooltip.d.ts +0 -24
- package/dist/src/components/ui/tooltip.js +0 -36
- package/dist/src/components/ui/tooltip.js.map +0 -1
- package/dist/src/components/ui/typewriter-effect.d.ts +0 -30
- package/dist/src/components/ui/typewriter-effect.js +0 -106
- package/dist/src/components/ui/typewriter-effect.js.map +0 -1
- package/dist/src/hooks/use-mobile.d.ts +0 -5
- package/dist/src/hooks/use-mobile.js +0 -20
- package/dist/src/hooks/use-mobile.js.map +0 -1
- package/dist/src/hooks/useDialog.d.ts +0 -8
- package/dist/src/hooks/useDialog.js +0 -26
- package/dist/src/hooks/useDialog.js.map +0 -1
- package/dist/src/icons/GoogleIcon.d.ts +0 -9
- package/dist/src/icons/GoogleIcon.js +0 -33
- package/dist/src/icons/GoogleIcon.js.map +0 -1
- package/dist/src/icons/LinkedInIcon.d.ts +0 -9
- package/dist/src/icons/LinkedInIcon.js +0 -28
- package/dist/src/icons/LinkedInIcon.js.map +0 -1
- package/dist/src/icons/MicrosoftIcon.d.ts +0 -9
- package/dist/src/icons/MicrosoftIcon.js +0 -32
- package/dist/src/icons/MicrosoftIcon.js.map +0 -1
- package/dist/src/lib/chatwoot.d.ts +0 -20
- package/dist/src/lib/chatwoot.js +0 -26
- package/dist/src/lib/chatwoot.js.map +0 -1
- package/dist/src/lib/utils.d.ts +0 -7
- package/dist/src/lib/utils.js +0 -10
- package/dist/src/lib/utils.js.map +0 -1
- package/dist/src/modules/app/components/AppLoader.d.ts +0 -8
- package/dist/src/modules/app/components/AppLoader.js +0 -16
- package/dist/src/modules/app/components/AppLoader.js.map +0 -1
- package/dist/src/modules/app/components/AppShell.d.ts +0 -16
- package/dist/src/modules/app/components/AppShell.js +0 -16
- package/dist/src/modules/app/components/AppShell.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebar.d.ts +0 -17
- package/dist/src/modules/app/components/AppSidebar.js +0 -18
- package/dist/src/modules/app/components/AppSidebar.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +0 -25
- package/dist/src/modules/app/components/AppSidebarContent.js +0 -36
- package/dist/src/modules/app/components/AppSidebarContent.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +0 -18
- package/dist/src/modules/app/components/AppSidebarHeader.js +0 -41
- package/dist/src/modules/app/components/AppSidebarHeader.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +0 -11
- package/dist/src/modules/app/components/AppSidebarInvites.js +0 -43
- package/dist/src/modules/app/components/AppSidebarInvites.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +0 -21
- package/dist/src/modules/app/components/AppSidebarUser.js +0 -125
- package/dist/src/modules/app/components/AppSidebarUser.js.map +0 -1
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminUserManagement.js +0 -974
- package/dist/src/modules/auth/components/AdminUserManagement.js.map +0 -1
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminWaitlist.js +0 -287
- package/dist/src/modules/auth/components/AdminWaitlist.js.map +0 -1
- package/dist/src/modules/auth/components/AuthLayout.d.ts +0 -12
- package/dist/src/modules/auth/components/AuthLayout.js +0 -19
- package/dist/src/modules/auth/components/AuthLayout.js.map +0 -1
- package/dist/src/modules/auth/components/AuthProviders.d.ts +0 -17
- package/dist/src/modules/auth/components/AuthProviders.js +0 -84
- package/dist/src/modules/auth/components/AuthProviders.js.map +0 -1
- package/dist/src/modules/auth/components/AuthRouter.d.ts +0 -18
- package/dist/src/modules/auth/components/AuthRouter.js +0 -48
- package/dist/src/modules/auth/components/AuthRouter.js.map +0 -1
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +0 -12
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +0 -206
- package/dist/src/modules/auth/components/ClaimAccountRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +0 -129
- package/dist/src/modules/auth/components/ErrorAuthRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +0 -53
- package/dist/src/modules/auth/components/ForgotPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/InviteFriends.d.ts +0 -13
- package/dist/src/modules/auth/components/InviteFriends.js +0 -280
- package/dist/src/modules/auth/components/InviteFriends.js.map +0 -1
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +0 -17
- package/dist/src/modules/auth/components/LastUsedBadge.js +0 -19
- package/dist/src/modules/auth/components/LastUsedBadge.js.map +0 -1
- package/dist/src/modules/auth/components/LoginForm.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginForm.js +0 -111
- package/dist/src/modules/auth/components/LoginForm.js.map +0 -1
- package/dist/src/modules/auth/components/LoginRoute.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginRoute.js +0 -44
- package/dist/src/modules/auth/components/LoginRoute.js.map +0 -1
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/LogoutRoute.js +0 -21
- package/dist/src/modules/auth/components/LogoutRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +0 -22
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +0 -112
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +0 -61
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +0 -458
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationPreferences.d.ts +0 -30
- package/dist/src/modules/auth/components/OrganizationPreferences.js +0 -138
- package/dist/src/modules/auth/components/OrganizationPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +0 -29
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +0 -193
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +0 -18
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +0 -96
- package/dist/src/modules/auth/components/OrganizationSwitcher.js.map +0 -1
- package/dist/src/modules/auth/components/PreferencesEditor.d.ts +0 -49
- package/dist/src/modules/auth/components/PreferencesEditor.js +0 -85
- package/dist/src/modules/auth/components/PreferencesEditor.js.map +0 -1
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ProfileRoute.js +0 -85
- package/dist/src/modules/auth/components/ProfileRoute.js.map +0 -1
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +0 -45
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +0 -239
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordForm.js +0 -101
- package/dist/src/modules/auth/components/ResetPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ResetPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupFormRoute.js +0 -149
- package/dist/src/modules/auth/components/SignupFormRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupRoute.js +0 -62
- package/dist/src/modules/auth/components/SignupRoute.js.map +0 -1
- package/dist/src/modules/auth/components/UserPreferences.d.ts +0 -23
- package/dist/src/modules/auth/components/UserPreferences.js +0 -26
- package/dist/src/modules/auth/components/UserPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +0 -13
- package/dist/src/modules/auth/components/WaitlistCard.js +0 -67
- package/dist/src/modules/auth/components/WaitlistCard.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +0 -15
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +0 -45
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js.map +0 -1
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingBetaPage.js +0 -158
- package/dist/src/modules/billing/components/BillingBetaPage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +0 -15
- package/dist/src/modules/billing/components/BillingInvoicePage.js +0 -162
- package/dist/src/modules/billing/components/BillingInvoicePage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +0 -13
- package/dist/src/modules/billing/components/BillingPlanSelect.js +0 -11
- package/dist/src/modules/billing/components/BillingPlanSelect.js.map +0 -1
- package/dist/src/modules/billing/components/BillingRouter.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingRouter.js +0 -21
- package/dist/src/modules/billing/components/BillingRouter.js.map +0 -1
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +0 -18
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +0 -167
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js.map +0 -1
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +0 -20
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +0 -85
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js.map +0 -1
- package/dist/src/modules/table/components/NuqsTable.d.ts +0 -36
- package/dist/src/modules/table/components/NuqsTable.js +0 -308
- package/dist/src/modules/table/components/NuqsTable.js.map +0 -1
- package/dist/src/modules/table/components/TableFiltering.d.ts +0 -35
- package/dist/src/modules/table/components/TableFiltering.js +0 -418
- package/dist/src/modules/table/components/TableFiltering.js.map +0 -1
- package/dist/src/modules/table/components/TableGroupBy.d.ts +0 -22
- package/dist/src/modules/table/components/TableGroupBy.js +0 -58
- package/dist/src/modules/table/components/TableGroupBy.js.map +0 -1
- package/dist/src/modules/table/components/TablePagination.d.ts +0 -19
- package/dist/src/modules/table/components/TablePagination.js +0 -66
- package/dist/src/modules/table/components/TablePagination.js.map +0 -1
- package/dist/src/modules/table/components/table.types.d.ts +0 -17
- package/dist/src/modules/table/filterTransformers.d.ts +0 -58
- package/dist/src/modules/table/filterTransformers.js +0 -213
- package/dist/src/modules/table/filterTransformers.js.map +0 -1
- package/dist/src/types.d.ts +0 -8
- /package/dist/_virtual/_rolldown/{runtime.js → runtime.mjs} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{endpoint-context.d.ts → endpoint-context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{transaction.d.ts → transaction.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{factory.d.ts → factory.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-field-name.d.ts → get-default-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-model-name.d.ts → get-default-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-attributes.d.ts → get-field-attributes.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-name.d.ts → get-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-id-field.d.ts → get-id-field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-model-name.d.ts → get-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{get-tables.d.ts → get-tables.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{rate-limit.d.ts → rate-limit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{shared.d.ts → shared.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{user.d.ts → user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{verification.d.ts → verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{type.d.ts → type.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{client-credentials-token.d.ts → client-credentials-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{create-authorization-url.d.ts → create-authorization-url.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{oauth-provider.d.ts → oauth-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{refresh-access-token.d.ts → refresh-access-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{validate-authorization-code.d.ts → validate-authorization-code.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{apple.d.ts → apple.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{atlassian.d.ts → atlassian.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{cognito.d.ts → cognito.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{discord.d.ts → discord.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{dropbox.d.ts → dropbox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{facebook.d.ts → facebook.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{figma.d.ts → figma.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{github.d.ts → github.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{gitlab.d.ts → gitlab.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{google.d.ts → google.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{huggingface.d.ts → huggingface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kakao.d.ts → kakao.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kick.d.ts → kick.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linear.d.ts → linear.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linkedin.d.ts → linkedin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{naver.d.ts → naver.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{notion.d.ts → notion.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paybin.d.ts → paybin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paypal.d.ts → paypal.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{polar.d.ts → polar.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{reddit.d.ts → reddit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{roblox.d.ts → roblox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{salesforce.d.ts → salesforce.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{spotify.d.ts → spotify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{tiktok.d.ts → tiktok.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitch.d.ts → twitch.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitter.d.ts → twitter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vercel.d.ts → vercel.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vk.d.ts → vk.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{zoom.d.ts → zoom.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{context.d.ts → context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{init-options.d.ts → init-options.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin-client.d.ts → plugin-client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{db.d.ts → db.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_telemetry@1.4.18_@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better_5bdd8772f1558f3b68c06a14d130fcab/node_modules/@better-auth/telemetry/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{origin-check.d.ts → origin-check.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{callback.d.ts → callback.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{email-verification.d.ts → email-verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{password.d.ts → password.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-in.d.ts → sign-in.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-up.d.ts → sign-up.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{update-user.d.ts → update-user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/auth/{full.d.ts → full.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{path-to-object.d.ts → path-to-object.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-base.d.ts → adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-kysely.d.ts → adapter-kysely.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field-converter.d.ts → field-converter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field.d.ts → field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-migration.d.ts → get-migration.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-schema.d.ts → get-schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{internal-adapter.d.ts → internal-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{to-zod.d.ts → to-zod.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{with-hooks.d.ts → with-hooks.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/oauth2/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{admin.d.ts → admin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/bearer/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/captcha/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/custom-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/device-authorization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{auth0.d.ts → auth0.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{gumroad.d.ts → gumroad.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{hubspot.d.ts → hubspot.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{keycloak.d.ts → keycloak.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{okta.d.ts → okta.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{patreon.d.ts → patreon.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/haveibeenpwned/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{sign.d.ts → sign.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{verify.d.ts → verify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/last-login-method/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/magic-link/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/mcp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/multi-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oauth-proxy/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-tap/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-time-token/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{generator.d.ts → generator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{statement.d.ts → statement.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{organization.d.ts → organization.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-access-control.d.ts → crud-access-control.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-invites.d.ts → crud-invites.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-members.d.ts → crud-members.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-org.d.ts → crud-org.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-team.d.ts → crud-team.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/siwe/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/backup-codes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{client.d.ts → client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/totp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{api.d.ts → api.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{auth.d.ts → auth.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{helper.d.ts → helper.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{models.d.ts → models.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{plugins.d.ts → plugins.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{get-request-ip.d.ts → get-request-ip.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{column.d.ts → column.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{column.types.d.ts → column.types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.types.d.ts → schema.types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.types.internal.d.ts → schema.types.internal.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter-base.d.ts → dialect-adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter.d.ts → dialect-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect.d.ts → dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-adapter.d.ts → mssql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-dialect.d.ts → mssql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-introspector.d.ts → mssql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-adapter.d.ts → mysql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-dialect.d.ts → mysql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-introspector.d.ts → mysql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-adapter.d.ts → postgres-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-dialect.d.ts → postgres-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-introspector.d.ts → postgres-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-adapter.d.ts → sqlite-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-dialect.d.ts → sqlite-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-introspector.d.ts → sqlite-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/expression/{expression-builder.d.ts → expression-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{file-migration-provider.d.ts → file-migration-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{migrator.d.ts → migrator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{binary-operation-parser.d.ts → binary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{delete-from-parser.d.ts → delete-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{expression-parser.d.ts → expression-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{group-by-parser.d.ts → group-by-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{insert-values-parser.d.ts → insert-values-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{join-parser.d.ts → join-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{merge-into-parser.d.ts → merge-into-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{reference-parser.d.ts → reference-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{returning-parser.d.ts → returning-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-from-parser.d.ts → select-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-parser.d.ts → select-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{set-operation-parser.d.ts → set-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{tuple-parser.d.ts → tuple-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{unary-operation-parser.d.ts → unary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-parser.d.ts → update-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-set-parser.d.ts → update-set-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{value-parser.d.ts → value-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{with-parser.d.ts → with-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{case-builder.d.ts → case-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{delete-query-builder.d.ts → delete-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{having-interface.d.ts → having-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{insert-query-builder.d.ts → insert-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{join-builder.d.ts → join-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{merge-query-builder.d.ts → merge-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{on-conflict-builder.d.ts → on-conflict-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{output-interface.d.ts → output-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{returning-interface.d.ts → returning-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{select-query-builder.d.ts → select-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{update-query-builder.d.ts → update-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{where-interface.d.ts → where-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{query-creator.d.ts → query-creator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{default-query-executor.d.ts → default-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{noop-query-executor.d.ts → noop-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-base.d.ts → query-executor-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-provider.d.ts → query-executor-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor.d.ts → query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{raw-builder.d.ts → raw-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{sql.d.ts → sql.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-foreign-key-constraint-builder.d.ts → alter-table-add-foreign-key-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-index-builder.d.ts → alter-table-add-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-builder.d.ts → alter-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-drop-constraint-builder.d.ts → alter-table-drop-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-executor.d.ts → alter-table-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-index-builder.d.ts → create-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-schema-builder.d.ts → create-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-table-builder.d.ts → create-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-type-builder.d.ts → create-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-view-builder.d.ts → create-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-index-builder.d.ts → drop-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-schema-builder.d.ts → drop-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-table-builder.d.ts → drop-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-type-builder.d.ts → drop-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-view-builder.d.ts → drop-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{refresh-materialized-view-builder.d.ts → refresh-materialized-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/packages/backend/dist/src/modules/base/{base.grants.d.ts → base.grants.d.mts} +0 -0
- /package/dist/src/modules/table/components/{table.types.js → table.types.mjs} +0 -0
- /package/dist/src/{types.js → types.mjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NuqsTable.mjs","names":["Button","Table","TableHeader","TableRow","TableBody","TableCell"],"sources":["../../../../../src/modules/table/components/NuqsTable.tsx"],"sourcesContent":["import { Checkbox, Popover, PopoverContent, PopoverTrigger } from \"@heroui/react\";\r\nimport type { QueryFilters } from \"@m5kdev/commons/modules/schemas/query.schema\";\r\nimport type { FilterMethods } from \"@m5kdev/commons/modules/table/filter.types\";\r\nimport type { TableParams } from \"@m5kdev/frontend/modules/table/hooks/useNuqsTable\";\r\nimport type { ColumnDef } from \"@tanstack/react-table\";\r\nimport {\r\n type ColumnOrderState,\r\n type ExpandedState,\r\n flexRender,\r\n getCoreRowModel,\r\n getExpandedRowModel,\r\n getGroupedRowModel,\r\n getPaginationRowModel,\r\n type Table as ReactTable,\r\n useReactTable,\r\n type VisibilityState,\r\n} from \"@tanstack/react-table\";\r\nimport { ChevronDown, ChevronRight, ChevronUp } from \"lucide-react\";\r\nimport { useEffect, useMemo, useState } from \"react\";\r\nimport { Button } from \"../../../components/ui/button\";\r\nimport {\r\n Table,\r\n TableBody,\r\n TableCell,\r\n TableHead,\r\n TableHeader,\r\n TableRow,\r\n} from \"../../../components/ui/table\";\r\nimport { ColumnOrderAndVisibility } from \"./ColumnOrderAndVisibility\";\r\nimport { TableFiltering } from \"./TableFiltering\";\r\nimport { TableGroupBy } from \"./TableGroupBy\";\r\nimport { TablePagination } from \"./TablePagination\";\r\nimport type { ColumnDataType, ColumnItem } from \"./table.types\";\r\n\r\nfunction getStorageKey(columnIds: string[]): string {\r\n const sortedIds = [...columnIds].sort().join(\",\");\r\n return `table-column-layout-${sortedIds}`;\r\n}\r\n\r\nfunction loadLayoutFromStorage(\r\n columnIds: string[]\r\n): { order: string[]; visibility: Record<string, boolean> } | null {\r\n if (typeof window === \"undefined\") return null;\r\n try {\r\n const key = getStorageKey(columnIds);\r\n const stored = localStorage.getItem(key);\r\n if (!stored) return null;\r\n const parsed = JSON.parse(stored) as { order: string[]; visibility: Record<string, boolean> };\r\n return parsed;\r\n } catch {\r\n return null;\r\n }\r\n}\r\n\r\nfunction saveLayoutToStorage(\r\n columnIds: string[],\r\n order: string[],\r\n visibility: Record<string, boolean>\r\n): void {\r\n if (typeof window === \"undefined\") return;\r\n try {\r\n const key = getStorageKey(columnIds);\r\n localStorage.setItem(key, JSON.stringify({ order, visibility }));\r\n } catch {\r\n // Ignore storage errors\r\n }\r\n}\r\n\r\nexport type NuqsTableColumn<T> = ColumnDef<T> & {\r\n visible?: boolean;\r\n type?: ColumnDataType;\r\n options?: { label: string; value: string }[];\r\n endColumnId?: string;\r\n groupable?: boolean;\r\n};\r\n\r\ntype NuqsTableParams<T> = {\r\n data: T[];\r\n total?: number;\r\n columns: NuqsTableColumn<T>[];\r\n tableProps: TableParams;\r\n singleFilter?: boolean;\r\n filterMethods?: Partial<FilterMethods>;\r\n};\r\n\r\nfunction applyOrder(prev: ColumnItem[], nextOrder: string[]): ColumnItem[] {\r\n const byId = new Map(prev.map((i) => [i.id, i]));\r\n const ordered = nextOrder.map((id) => byId.get(id)).filter(Boolean) as ColumnItem[];\r\n // append any newly added columns (if any appear later)\r\n for (const item of prev) if (!nextOrder.includes(item.id)) ordered.push(item);\r\n return ordered;\r\n}\r\n\r\nfunction applyVisibility(prev: ColumnItem[], visibility: VisibilityState): ColumnItem[] {\r\n return prev.map((column) => ({\r\n ...column,\r\n visibility: visibility[String(column.id)] ?? column.visibility,\r\n }));\r\n}\r\n\r\nexport const NuqsTable = <T,>({\r\n data,\r\n total,\r\n columns,\r\n tableProps,\r\n singleFilter = false,\r\n filterMethods,\r\n}: NuqsTableParams<T>) => {\r\n const columnIds = useMemo(() => columns.map((col) => String(col.id)), [columns]);\r\n console.log(\"data\", data);\r\n // const columnsWithId = useMemo(() => {\r\n // const idColumn: NuqsTableColumn<T> = {\r\n // id: \"__row_id\",\r\n // accessorKey: \"id\",\r\n // header: \"\",\r\n // enableSorting: false,\r\n // enableHiding: false,\r\n // visible: false,\r\n // };\r\n // return [idColumn, ...columns];\r\n // }, [columns]);\r\n\r\n const initialLayout = useMemo(() => {\r\n const defaultLayout = columns.map((column) => ({\r\n id: String(column.id),\r\n label: column.header as string,\r\n visibility: column.visible !== undefined ? column.visible : true,\r\n options: column.options ?? [],\r\n type: column.type ?? undefined,\r\n }));\r\n\r\n const saved = loadLayoutFromStorage(columnIds);\r\n if (!saved) return defaultLayout;\r\n\r\n // Merge saved layout with default layout\r\n const savedById = new Map<string, { order: number; visibility: boolean }>();\r\n saved.order.forEach((id, index) => {\r\n savedById.set(id, { order: index, visibility: saved.visibility[id] ?? true });\r\n });\r\n\r\n const merged: ColumnItem[] = [];\r\n const processedIds = new Set<string>();\r\n\r\n // Add columns in saved order\r\n saved.order.forEach((id) => {\r\n const defaultCol = defaultLayout.find((col) => col.id === id);\r\n if (defaultCol) {\r\n merged.push({\r\n ...defaultCol,\r\n visibility: saved.visibility[id] ?? defaultCol.visibility,\r\n });\r\n processedIds.add(id);\r\n }\r\n });\r\n\r\n // Add any new columns that weren't in saved layout\r\n defaultLayout.forEach((col) => {\r\n if (!processedIds.has(col.id)) {\r\n merged.push(col);\r\n }\r\n });\r\n\r\n return merged;\r\n }, [columns, columnIds]);\r\n\r\n const [layout, setLayout] = useState<ColumnItem[]>(initialLayout);\r\n\r\n // Sync layout when columns change\r\n useEffect(() => {\r\n setLayout(initialLayout);\r\n }, [initialLayout]);\r\n\r\n // Save to localStorage whenever layout changes\r\n useEffect(() => {\r\n const order = layout.map((col) => col.id);\r\n const visibility = Object.fromEntries(layout.map((col) => [col.id, col.visibility]));\r\n saveLayoutToStorage(columnIds, order, visibility);\r\n }, [layout, columnIds]);\r\n\r\n const columnOrder = useMemo(() => layout.map((column) => column.id), [layout]);\r\n const columnVisibility = useMemo(\r\n () => Object.fromEntries(layout.map((column) => [column.id, column.visibility])),\r\n [layout]\r\n );\r\n\r\n const {\r\n limit = 10,\r\n page = 1,\r\n sorting,\r\n setSorting,\r\n setPagination,\r\n pagination,\r\n rowSelection,\r\n setRowSelection,\r\n setFilters,\r\n filters,\r\n grouping,\r\n setGrouping,\r\n } = tableProps;\r\n\r\n const isGrouped = grouping.length > 0;\r\n const [expanded, setExpanded] = useState<ExpandedState>({});\r\n\r\n // Redirect back if we're on an empty page (past the last page)\r\n useEffect(() => {\r\n if (!isGrouped && data.length === 0 && page > 1 && total !== undefined) {\r\n setPagination?.({ pageIndex: page - 2, pageSize: limit });\r\n }\r\n }, [data.length, page, limit, total, setPagination, isGrouped]);\r\n\r\n // When grouped, TanStack handles pagination client-side; otherwise use server total\r\n const serverPageCount =\r\n total !== undefined\r\n ? Math.ceil(total / limit) || 1\r\n : data.length === limit\r\n ? page + 1\r\n : Math.max(page, Math.ceil(data.length / limit));\r\n\r\n const table = useReactTable({\r\n data,\r\n columns,\r\n getRowId: (row) => String((row as { id: string | number }).id),\r\n manualSorting: true,\r\n manualPagination: !isGrouped,\r\n state: { pagination, sorting, rowSelection, columnOrder, columnVisibility, grouping, expanded },\r\n ...(isGrouped ? {} : { pageCount: serverPageCount }),\r\n manualFiltering: true,\r\n enableGrouping: true,\r\n groupedColumnMode: false,\r\n autoResetExpanded: false,\r\n onSortingChange: setSorting,\r\n onPaginationChange: setPagination,\r\n onRowSelectionChange: setRowSelection,\r\n onGroupingChange: setGrouping,\r\n onExpandedChange: setExpanded,\r\n getCoreRowModel: getCoreRowModel(),\r\n getGroupedRowModel: getGroupedRowModel(),\r\n getExpandedRowModel: getExpandedRowModel(),\r\n getPaginationRowModel: getPaginationRowModel(),\r\n onColumnOrderChange: (updater) => {\r\n setLayout((prev) =>\r\n applyOrder(prev, typeof updater === \"function\" ? updater(prev.map((i) => i.id)) : updater)\r\n );\r\n },\r\n onColumnVisibilityChange: (updater) => {\r\n setLayout((prev) =>\r\n applyVisibility(\r\n prev,\r\n typeof updater === \"function\"\r\n ? updater(Object.fromEntries(prev.map((i) => [i.id, i.visibility])))\r\n : updater\r\n )\r\n );\r\n },\r\n }) as ReactTable<T>;\r\n\r\n const onChangeOrder = (order: ColumnOrderState) => {\r\n setLayout((prev) => applyOrder(prev, order));\r\n };\r\n const onChangeVisibility = (visibility: VisibilityState) => {\r\n setLayout((prev) => applyVisibility(prev, visibility));\r\n };\r\n\r\n const onFiltersChange = (filters: QueryFilters) => {\r\n setFilters?.(filters);\r\n };\r\n\r\n const filterableColumns = useMemo(() => {\r\n const baseColumns = columns\r\n .filter((column) => Boolean(column.type))\r\n .map((column) => ({\r\n id: String(column.id),\r\n label: String(column.header),\r\n type: column.type,\r\n options: column.options ?? [],\r\n endColumnId: column.endColumnId,\r\n periodStartColumnId: null,\r\n periodEndColumnId: null,\r\n }));\r\n\r\n // Add Period pseudo-columns for date columns with endColumnId\r\n const periodColumns = columns\r\n .filter((column) => column.type === \"date\" && column.endColumnId)\r\n .map((column) => ({\r\n id: `${String(column.id)}__period`,\r\n label: \"Period\",\r\n type: \"date\" as ColumnDataType,\r\n options: [],\r\n endColumnId: null,\r\n periodStartColumnId: String(column.id),\r\n periodEndColumnId: column.endColumnId,\r\n }));\r\n\r\n return [...baseColumns, ...periodColumns];\r\n }, [columns]);\r\n\r\n const groupableColumns = useMemo(\r\n () =>\r\n columns\r\n .filter((col) => col.groupable)\r\n .map((col) => ({ id: String(col.id), label: String(col.header) })),\r\n [columns]\r\n );\r\n\r\n const hasGrouping = grouping.length > 0;\r\n\r\n const [isFiltersOpen, setIsFiltersOpen] = useState(false);\r\n const [isColumnsOpen, setIsColumnsOpen] = useState(false);\r\n const [isGroupByOpen, setIsGroupByOpen] = useState(false);\r\n\r\n return (\r\n <>\r\n <div className=\"flex w-full items-center gap-2 justify-end\">\r\n <Popover\r\n placement=\"bottom\"\r\n isOpen={isFiltersOpen}\r\n onOpenChange={setIsFiltersOpen}\r\n portalContainer={document.body}\r\n >\r\n <PopoverTrigger>\r\n <Button variant=\"outline\" size=\"sm\">\r\n <div className=\"flex items-center gap-2\">\r\n Filters\r\n <ChevronDown className=\"h-4 w-4\" />\r\n </div>\r\n </Button>\r\n </PopoverTrigger>\r\n <PopoverContent>\r\n <TableFiltering\r\n columns={filterableColumns}\r\n onFiltersChange={onFiltersChange}\r\n filters={filters ?? []}\r\n onClose={() => setIsFiltersOpen(false)}\r\n singleFilter={singleFilter}\r\n filterMethods={filterMethods}\r\n />\r\n </PopoverContent>\r\n </Popover>\r\n {groupableColumns.length > 0 && (\r\n <Popover\r\n placement=\"bottom\"\r\n isOpen={isGroupByOpen}\r\n onOpenChange={setIsGroupByOpen}\r\n portalContainer={document.body}\r\n >\r\n <PopoverTrigger>\r\n <Button variant={hasGrouping ? \"secondary\" : \"outline\"} size=\"sm\">\r\n <div className=\"flex items-center gap-2\">\r\n {hasGrouping\r\n ? `Grouped by: ${grouping.map((id) => groupableColumns.find((c) => c.id === id)?.label ?? id).join(\" → \")}`\r\n : \"Group by\"}\r\n <ChevronDown className=\"h-4 w-4\" />\r\n </div>\r\n </Button>\r\n </PopoverTrigger>\r\n <PopoverContent>\r\n <TableGroupBy\r\n columns={groupableColumns}\r\n activeGrouping={grouping}\r\n onGroupingChange={(columnIds) => {\r\n setGrouping(columnIds);\r\n setExpanded({});\r\n setPagination?.({ pageIndex: 0, pageSize: limit });\r\n }}\r\n onClose={() => setIsGroupByOpen(false)}\r\n />\r\n </PopoverContent>\r\n </Popover>\r\n )}\r\n <Popover\r\n placement=\"bottom\"\r\n isOpen={isColumnsOpen}\r\n onOpenChange={setIsColumnsOpen}\r\n portalContainer={document.body}\r\n >\r\n <PopoverTrigger>\r\n <Button variant=\"outline\" size=\"sm\">\r\n <div className=\"flex items-center gap-2\">\r\n Columns\r\n <ChevronDown className=\"h-4 w-4\" />\r\n </div>\r\n </Button>\r\n </PopoverTrigger>\r\n <PopoverContent>\r\n <ColumnOrderAndVisibility\r\n layout={layout}\r\n onChangeOrder={onChangeOrder}\r\n onChangeVisibility={onChangeVisibility}\r\n onClose={() => setIsColumnsOpen(false)}\r\n />\r\n </PopoverContent>\r\n </Popover>\r\n </div>\r\n <Table>\r\n <TableHeader>\r\n <TableRow>\r\n <TableHead>\r\n <Checkbox\r\n isSelected={table.getIsAllRowsSelected()}\r\n onValueChange={(checked) => {\r\n table.toggleAllRowsSelected(checked);\r\n }}\r\n />\r\n </TableHead>\r\n {table.getHeaderGroups()[0].headers.map((header) => (\r\n <TableHead\r\n onClick={\r\n header.column.getCanSort() ? header.column.getToggleSortingHandler() : undefined\r\n }\r\n key={header.id}\r\n >\r\n {flexRender(header.column.columnDef.header, header.getContext())}\r\n {header.column.getCanSort() && (\r\n <>\r\n {header.column.getIsSorted() === \"asc\" && (\r\n <ChevronUp className=\"h-4 w-4 inline ml-1\" />\r\n )}\r\n {header.column.getIsSorted() === \"desc\" && (\r\n <ChevronDown className=\"h-4 w-4 inline ml-1\" />\r\n )}\r\n </>\r\n )}\r\n </TableHead>\r\n ))}\r\n </TableRow>\r\n </TableHeader>\r\n <TableBody>\r\n {table.getRowModel().rows.map((row) => {\r\n if (row.getIsGrouped()) {\r\n return (\r\n <TableRow\r\n key={row.id}\r\n className=\"bg-muted/40 font-medium cursor-pointer hover:bg-muted/60\"\r\n onClick={() => row.toggleExpanded()}\r\n >\r\n <TableCell />\r\n {row.getVisibleCells().map((cell) => {\r\n if (cell.getIsGrouped()) {\r\n return (\r\n <TableCell key={cell.id}>\r\n <span className=\"flex items-center gap-1.5\">\r\n {row.getIsExpanded() ? (\r\n <ChevronDown className=\"h-4 w-4 shrink-0\" />\r\n ) : (\r\n <ChevronRight className=\"h-4 w-4 shrink-0\" />\r\n )}\r\n {flexRender(cell.column.columnDef.cell, cell.getContext())}\r\n <span className=\"text-muted-foreground font-normal ml-1\">\r\n ({row.subRows.length})\r\n </span>\r\n </span>\r\n </TableCell>\r\n );\r\n }\r\n if (cell.getIsAggregated()) {\r\n return (\r\n <TableCell key={cell.id}>\r\n {flexRender(\r\n cell.column.columnDef.aggregatedCell ?? cell.column.columnDef.cell,\r\n cell.getContext()\r\n )}\r\n </TableCell>\r\n );\r\n }\r\n return <TableCell key={cell.id} />;\r\n })}\r\n </TableRow>\r\n );\r\n }\r\n\r\n return (\r\n <TableRow key={row.id}>\r\n <TableCell>\r\n <Checkbox\r\n isSelected={row.getIsSelected()}\r\n onValueChange={(checked) => {\r\n row.toggleSelected(checked);\r\n }}\r\n />\r\n </TableCell>\r\n {row.getVisibleCells().map((cell) => (\r\n <TableCell key={cell.id}>\r\n {flexRender(cell.column.columnDef.cell, cell.getContext())}\r\n </TableCell>\r\n ))}\r\n </TableRow>\r\n );\r\n })}\r\n </TableBody>\r\n </Table>\r\n <TablePagination\r\n pageCount={\r\n isGrouped\r\n ? Math.ceil(table.getPrePaginationRowModel().rows.length / limit) || 1\r\n : serverPageCount\r\n }\r\n page={isGrouped ? table.getState().pagination.pageIndex + 1 : page}\r\n limit={limit}\r\n setPagination={setPagination}\r\n />\r\n </>\r\n );\r\n};\r\n"],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import { QueryFilters } from "@m5kdev/commons/modules/schemas/query.schema";
|
|
3
|
+
import { ColumnDataType, FilterMethods } from "@m5kdev/commons/modules/table/filter.types";
|
|
4
|
+
|
|
5
|
+
//#region src/modules/table/components/TableFiltering.d.ts
|
|
6
|
+
type TableFilteringProps = {
|
|
7
|
+
columns: {
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
type?: ColumnDataType | null;
|
|
11
|
+
options?: {
|
|
12
|
+
label: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}[] | null;
|
|
15
|
+
endColumnId?: string | null;
|
|
16
|
+
periodStartColumnId?: string | null;
|
|
17
|
+
periodEndColumnId?: string | null;
|
|
18
|
+
}[];
|
|
19
|
+
onFiltersChange: (filters: QueryFilters) => void;
|
|
20
|
+
filters: QueryFilters;
|
|
21
|
+
onClose?: () => void;
|
|
22
|
+
singleFilter?: boolean;
|
|
23
|
+
filterMethods?: Partial<FilterMethods>;
|
|
24
|
+
};
|
|
25
|
+
declare const TableFiltering: ({
|
|
26
|
+
columns,
|
|
27
|
+
onFiltersChange,
|
|
28
|
+
filters: initialFilters,
|
|
29
|
+
onClose,
|
|
30
|
+
singleFilter,
|
|
31
|
+
filterMethods
|
|
32
|
+
}: TableFilteringProps) => _$react_jsx_runtime0.JSX.Element;
|
|
33
|
+
//#endregion
|
|
34
|
+
export { TableFiltering };
|
|
35
|
+
//# sourceMappingURL=TableFiltering.d.mts.map
|
|
@@ -0,0 +1,418 @@
|
|
|
1
|
+
import { Button as Button$1 } from "../../../components/ui/button.mjs";
|
|
2
|
+
import { transformFiltersFromHeroUI, transformFiltersToHeroUI } from "../filterTransformers.mjs";
|
|
3
|
+
import { useCallback, useEffect, useMemo, useState } from "react";
|
|
4
|
+
import { DatePicker, DateRangePicker, Input, Select, SelectItem } from "@heroui/react";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { PlusIcon, XIcon } from "lucide-react";
|
|
7
|
+
import { getLocalTimeZone, today } from "@internationalized/date";
|
|
8
|
+
//#region src/modules/table/components/TableFiltering.tsx
|
|
9
|
+
const componentForFilterMethod = {
|
|
10
|
+
text: (value, onChange) => /* @__PURE__ */ jsx(Input, {
|
|
11
|
+
size: "sm",
|
|
12
|
+
"aria-label": "Select Value",
|
|
13
|
+
className: "flex-1 min-w-0 text-sm",
|
|
14
|
+
value: value ?? "",
|
|
15
|
+
onChange: (e) => onChange(e.target.value)
|
|
16
|
+
}),
|
|
17
|
+
number: (value, onChange) => /* @__PURE__ */ jsx(Input, {
|
|
18
|
+
size: "sm",
|
|
19
|
+
"aria-label": "Select Value",
|
|
20
|
+
type: "number",
|
|
21
|
+
className: "flex-1 min-w-0 text-sm",
|
|
22
|
+
value: value?.toString() ?? "",
|
|
23
|
+
onChange: (e) => onChange(Number.parseFloat(e.target.value) || 0)
|
|
24
|
+
}),
|
|
25
|
+
date: (value, onChange) => /* @__PURE__ */ jsx(DatePicker, {
|
|
26
|
+
size: "sm",
|
|
27
|
+
"aria-label": "Select Value",
|
|
28
|
+
className: "flex-1 min-w-0 text-sm",
|
|
29
|
+
value: value ?? void 0,
|
|
30
|
+
onChange: (date) => date && onChange(date),
|
|
31
|
+
maxValue: today(getLocalTimeZone())
|
|
32
|
+
}),
|
|
33
|
+
range: (value, onChange) => /* @__PURE__ */ jsx(DateRangePicker, {
|
|
34
|
+
size: "sm",
|
|
35
|
+
"aria-label": "Select Value",
|
|
36
|
+
className: "flex-1 min-w-0 text-sm",
|
|
37
|
+
value: value ?? void 0,
|
|
38
|
+
onChange: (range) => range && onChange(range),
|
|
39
|
+
maxValue: today(getLocalTimeZone())
|
|
40
|
+
}),
|
|
41
|
+
radio: (value, onChange) => /* @__PURE__ */ jsxs(Select, {
|
|
42
|
+
size: "sm",
|
|
43
|
+
"aria-label": "Select Value",
|
|
44
|
+
className: "flex-1 min-w-0 text-sm",
|
|
45
|
+
selectedKeys: value ? ["true"] : ["false"],
|
|
46
|
+
onSelectionChange: (keys) => onChange(keys.currentKey === "true"),
|
|
47
|
+
children: [/* @__PURE__ */ jsx(SelectItem, {
|
|
48
|
+
className: "text-sm",
|
|
49
|
+
children: "True"
|
|
50
|
+
}, "true"), /* @__PURE__ */ jsx(SelectItem, {
|
|
51
|
+
className: "text-sm",
|
|
52
|
+
children: "False"
|
|
53
|
+
}, "false")]
|
|
54
|
+
}),
|
|
55
|
+
select: (value, onChange, options = []) => /* @__PURE__ */ jsx(Select, {
|
|
56
|
+
size: "sm",
|
|
57
|
+
"aria-label": "Select Value",
|
|
58
|
+
className: "flex-1 min-w-0 text-sm",
|
|
59
|
+
selectedKeys: value ?? /* @__PURE__ */ new Set(),
|
|
60
|
+
onSelectionChange: (keys) => keys && onChange(keys),
|
|
61
|
+
children: options.map((option) => /* @__PURE__ */ jsx(SelectItem, {
|
|
62
|
+
className: "text-sm",
|
|
63
|
+
children: option.label
|
|
64
|
+
}, option.value))
|
|
65
|
+
}),
|
|
66
|
+
multiSelect: (value, onChange, options = []) => /* @__PURE__ */ jsx(Select, {
|
|
67
|
+
size: "sm",
|
|
68
|
+
"aria-label": "Select Value",
|
|
69
|
+
selectionMode: "multiple",
|
|
70
|
+
className: "flex-1 min-w-0 text-sm",
|
|
71
|
+
selectedKeys: value ? new Set(value) : /* @__PURE__ */ new Set(),
|
|
72
|
+
onSelectionChange: (keys) => onChange(keys),
|
|
73
|
+
children: options.map((option) => /* @__PURE__ */ jsx(SelectItem, {
|
|
74
|
+
className: "text-sm",
|
|
75
|
+
children: option.label
|
|
76
|
+
}, option.value))
|
|
77
|
+
})
|
|
78
|
+
};
|
|
79
|
+
const defaultFilterMethods = {
|
|
80
|
+
string: [
|
|
81
|
+
{
|
|
82
|
+
value: "contains",
|
|
83
|
+
label: "Contains",
|
|
84
|
+
component: "text"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
value: "equals",
|
|
88
|
+
label: "Equals",
|
|
89
|
+
component: "text"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
value: "starts_with",
|
|
93
|
+
label: "Starts With",
|
|
94
|
+
component: "text"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
value: "ends_with",
|
|
98
|
+
label: "Ends With",
|
|
99
|
+
component: "text"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
number: [
|
|
103
|
+
{
|
|
104
|
+
value: "equals",
|
|
105
|
+
label: "Equals",
|
|
106
|
+
component: "number"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
value: "greater_than",
|
|
110
|
+
label: "Greater Than",
|
|
111
|
+
component: "number"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
value: "less_than",
|
|
115
|
+
label: "Less Than",
|
|
116
|
+
component: "number"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
date: [
|
|
120
|
+
{
|
|
121
|
+
value: "on",
|
|
122
|
+
label: "On",
|
|
123
|
+
component: "date"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
value: "between",
|
|
127
|
+
label: "Between",
|
|
128
|
+
component: "range"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
value: "before",
|
|
132
|
+
label: "Before",
|
|
133
|
+
component: "date"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
value: "after",
|
|
137
|
+
label: "After",
|
|
138
|
+
component: "date"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
value: "intersect",
|
|
142
|
+
label: "During",
|
|
143
|
+
component: "range"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
boolean: [{
|
|
147
|
+
value: "equals",
|
|
148
|
+
label: "Equals",
|
|
149
|
+
component: "radio"
|
|
150
|
+
}],
|
|
151
|
+
enum: [{
|
|
152
|
+
value: "oneOf",
|
|
153
|
+
label: "One Of",
|
|
154
|
+
component: "multiSelect"
|
|
155
|
+
}, {
|
|
156
|
+
value: "equals",
|
|
157
|
+
label: "Equals",
|
|
158
|
+
component: "select"
|
|
159
|
+
}]
|
|
160
|
+
};
|
|
161
|
+
const SINGLE_FILTER_KEY = "single-filter";
|
|
162
|
+
const mergeFilterMethods = (overrides) => ({
|
|
163
|
+
string: overrides?.string && overrides.string.length > 0 ? overrides.string : defaultFilterMethods.string,
|
|
164
|
+
number: overrides?.number && overrides.number.length > 0 ? overrides.number : defaultFilterMethods.number,
|
|
165
|
+
date: overrides?.date && overrides.date.length > 0 ? overrides.date : defaultFilterMethods.date,
|
|
166
|
+
boolean: overrides?.boolean && overrides.boolean.length > 0 ? overrides.boolean : defaultFilterMethods.boolean,
|
|
167
|
+
enum: overrides?.enum && overrides.enum.length > 0 ? overrides.enum : defaultFilterMethods.enum
|
|
168
|
+
});
|
|
169
|
+
const TableFiltering = ({ columns, onFiltersChange, filters: initialFilters = [], onClose, singleFilter = false, filterMethods }) => {
|
|
170
|
+
const [filters, setFilters] = useState({});
|
|
171
|
+
const effectiveFilterMethods = useMemo(() => mergeFilterMethods(filterMethods), [filterMethods]);
|
|
172
|
+
const createEmptyFilter = useCallback(() => ({
|
|
173
|
+
columnId: "",
|
|
174
|
+
type: null,
|
|
175
|
+
value: null,
|
|
176
|
+
method: null,
|
|
177
|
+
options: null,
|
|
178
|
+
endColumnId: null,
|
|
179
|
+
periodStartColumnId: null,
|
|
180
|
+
periodEndColumnId: null
|
|
181
|
+
}), []);
|
|
182
|
+
const addFilter = useCallback(() => {
|
|
183
|
+
setFilters((prev) => {
|
|
184
|
+
if (!singleFilter) {
|
|
185
|
+
const filterId = crypto.randomUUID();
|
|
186
|
+
return {
|
|
187
|
+
...prev,
|
|
188
|
+
[filterId]: createEmptyFilter()
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
return Object.keys(prev).length > 0 ? prev : { [SINGLE_FILTER_KEY]: createEmptyFilter() };
|
|
192
|
+
});
|
|
193
|
+
}, [createEmptyFilter, singleFilter]);
|
|
194
|
+
const removeFilter = useCallback((filterId) => {
|
|
195
|
+
setFilters((prev) => {
|
|
196
|
+
if (!singleFilter) {
|
|
197
|
+
const { [filterId]: _, ...rest } = prev;
|
|
198
|
+
return rest;
|
|
199
|
+
}
|
|
200
|
+
return { [SINGLE_FILTER_KEY]: createEmptyFilter() };
|
|
201
|
+
});
|
|
202
|
+
}, [createEmptyFilter, singleFilter]);
|
|
203
|
+
const columnsMap = useMemo(() => new Map(columns.map((column) => [column.id, column])), [columns]);
|
|
204
|
+
useEffect(() => {
|
|
205
|
+
const transformedFilters = transformFiltersToHeroUI(initialFilters, columnsMap, effectiveFilterMethods);
|
|
206
|
+
if (!singleFilter) {
|
|
207
|
+
setFilters(Object.fromEntries(transformedFilters.map((filter) => [filter.columnId, filter])));
|
|
208
|
+
return;
|
|
209
|
+
}
|
|
210
|
+
const firstFilter = transformedFilters[0];
|
|
211
|
+
setFilters({ [SINGLE_FILTER_KEY]: firstFilter ?? createEmptyFilter() });
|
|
212
|
+
}, [
|
|
213
|
+
createEmptyFilter,
|
|
214
|
+
initialFilters,
|
|
215
|
+
singleFilter,
|
|
216
|
+
columnsMap,
|
|
217
|
+
effectiveFilterMethods
|
|
218
|
+
]);
|
|
219
|
+
const selectColumn = useCallback((filterId, columnId) => {
|
|
220
|
+
setFilters((prev) => {
|
|
221
|
+
const oldFilter = prev[filterId];
|
|
222
|
+
if (!oldFilter) return prev;
|
|
223
|
+
const column = columnsMap.get(columnId);
|
|
224
|
+
if (!column) return prev;
|
|
225
|
+
const intersectMethod = columnId.endsWith("__period") ? effectiveFilterMethods.date.find((m) => m.value === "intersect") ?? null : null;
|
|
226
|
+
return {
|
|
227
|
+
...prev,
|
|
228
|
+
[filterId]: {
|
|
229
|
+
...oldFilter,
|
|
230
|
+
columnId,
|
|
231
|
+
type: column.type ?? null,
|
|
232
|
+
options: column.options ?? null,
|
|
233
|
+
endColumnId: column.endColumnId ?? null,
|
|
234
|
+
periodStartColumnId: column.periodStartColumnId ?? null,
|
|
235
|
+
periodEndColumnId: column.periodEndColumnId ?? null,
|
|
236
|
+
method: intersectMethod,
|
|
237
|
+
value: null
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
});
|
|
241
|
+
}, [columnsMap, effectiveFilterMethods]);
|
|
242
|
+
const selectMethod = useCallback((filterId, method) => {
|
|
243
|
+
setFilters((prev) => {
|
|
244
|
+
const oldFilter = prev[filterId];
|
|
245
|
+
if (!oldFilter) return prev;
|
|
246
|
+
return {
|
|
247
|
+
...prev,
|
|
248
|
+
[filterId]: {
|
|
249
|
+
...oldFilter,
|
|
250
|
+
method,
|
|
251
|
+
value: null
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
}, []);
|
|
256
|
+
const selectValue = useCallback((filterId, value) => {
|
|
257
|
+
setFilters((prev) => {
|
|
258
|
+
const oldFilter = prev[filterId];
|
|
259
|
+
if (!oldFilter) return prev;
|
|
260
|
+
return {
|
|
261
|
+
...prev,
|
|
262
|
+
[filterId]: {
|
|
263
|
+
...oldFilter,
|
|
264
|
+
value
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
});
|
|
268
|
+
}, []);
|
|
269
|
+
const filterEntries = useMemo(() => Object.entries(filters), [filters]);
|
|
270
|
+
const availableColumnsMap = useMemo(() => {
|
|
271
|
+
const map = /* @__PURE__ */ new Map();
|
|
272
|
+
filterEntries.forEach(([filterId]) => {
|
|
273
|
+
const columnsUsedByOtherFilters = new Set(filterEntries.filter(([id]) => id !== filterId).map(([_, f]) => f.columnId).filter((id) => id !== ""));
|
|
274
|
+
map.set(filterId, columns.filter((column) => !columnsUsedByOtherFilters.has(column.id)));
|
|
275
|
+
});
|
|
276
|
+
return map;
|
|
277
|
+
}, [filterEntries, columns]);
|
|
278
|
+
const applyFilters = useCallback(() => {
|
|
279
|
+
onFiltersChange(transformFiltersFromHeroUI(Object.values(filters)));
|
|
280
|
+
onClose?.();
|
|
281
|
+
}, [
|
|
282
|
+
filters,
|
|
283
|
+
onFiltersChange,
|
|
284
|
+
onClose
|
|
285
|
+
]);
|
|
286
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
287
|
+
className: "flex flex-col gap-2 p-1 min-w-[600px]",
|
|
288
|
+
children: [
|
|
289
|
+
filterEntries.map(([filterId, filter]) => {
|
|
290
|
+
return /* @__PURE__ */ jsx(TableFilteringItem, {
|
|
291
|
+
id: filterId,
|
|
292
|
+
filter,
|
|
293
|
+
columns: availableColumnsMap.get(filterId) ?? columns,
|
|
294
|
+
selectColumn,
|
|
295
|
+
selectMethod,
|
|
296
|
+
removeFilter,
|
|
297
|
+
selectValue,
|
|
298
|
+
filterMethods: effectiveFilterMethods
|
|
299
|
+
}, filterId);
|
|
300
|
+
}),
|
|
301
|
+
!singleFilter && /* @__PURE__ */ jsxs(Button$1, {
|
|
302
|
+
variant: "outline",
|
|
303
|
+
size: "sm",
|
|
304
|
+
onClick: addFilter,
|
|
305
|
+
children: [/* @__PURE__ */ jsx(PlusIcon, { className: "h-4 w-4" }), "Add Filter"]
|
|
306
|
+
}),
|
|
307
|
+
/* @__PURE__ */ jsx(Button$1, {
|
|
308
|
+
onClick: applyFilters,
|
|
309
|
+
children: singleFilter ? "Apply Filter" : "Apply Filters"
|
|
310
|
+
})
|
|
311
|
+
]
|
|
312
|
+
});
|
|
313
|
+
};
|
|
314
|
+
const TableFilteringItem = ({ id, filter, columns, selectColumn, selectMethod, selectValue, removeFilter, filterMethods }) => {
|
|
315
|
+
const handleColumnChange = useCallback((keys) => {
|
|
316
|
+
selectColumn(id, String(keys.currentKey));
|
|
317
|
+
}, [id, selectColumn]);
|
|
318
|
+
const methodsForType = useMemo(() => {
|
|
319
|
+
if (!filter.type) return [];
|
|
320
|
+
if (filter.columnId.endsWith("__period")) {
|
|
321
|
+
const intersectMethod = filterMethods.date.find((m) => m.value === "intersect");
|
|
322
|
+
return intersectMethod ? [intersectMethod] : [];
|
|
323
|
+
}
|
|
324
|
+
const baseMethods = filterMethods[filter.type] ?? [];
|
|
325
|
+
const emptyMethods = [{
|
|
326
|
+
value: "isEmpty",
|
|
327
|
+
label: "Is Empty",
|
|
328
|
+
component: null
|
|
329
|
+
}, {
|
|
330
|
+
value: "isNotEmpty",
|
|
331
|
+
label: "Is Not Empty",
|
|
332
|
+
component: null
|
|
333
|
+
}];
|
|
334
|
+
if (filter.type !== "boolean" && filter.type !== "date") return [...baseMethods, ...emptyMethods];
|
|
335
|
+
return baseMethods;
|
|
336
|
+
}, [
|
|
337
|
+
filter.type,
|
|
338
|
+
filter.columnId,
|
|
339
|
+
filter.method?.value,
|
|
340
|
+
filterMethods
|
|
341
|
+
]);
|
|
342
|
+
const handleMethodChange = useCallback((keys) => {
|
|
343
|
+
if (!filter.type) return;
|
|
344
|
+
const method = methodsForType.find((currentMethod) => currentMethod.value === String(keys.currentKey));
|
|
345
|
+
if (method) selectMethod(id, method);
|
|
346
|
+
}, [
|
|
347
|
+
id,
|
|
348
|
+
filter.type,
|
|
349
|
+
selectMethod,
|
|
350
|
+
methodsForType
|
|
351
|
+
]);
|
|
352
|
+
const handleValueChange = useCallback((value) => {
|
|
353
|
+
selectValue(id, value);
|
|
354
|
+
}, [id, selectValue]);
|
|
355
|
+
const methodSelect = useMemo(() => {
|
|
356
|
+
if (!filter.type) return null;
|
|
357
|
+
return /* @__PURE__ */ jsx(Select, {
|
|
358
|
+
size: "sm",
|
|
359
|
+
"aria-label": "Select Method",
|
|
360
|
+
className: "w-40 flex-shrink-0 text-sm",
|
|
361
|
+
selectedKeys: filter.method?.value ? [filter.method.value] : [],
|
|
362
|
+
onSelectionChange: handleMethodChange,
|
|
363
|
+
popoverProps: { className: "w-auto min-w-max" },
|
|
364
|
+
children: methodsForType.map((method) => /* @__PURE__ */ jsx(SelectItem, {
|
|
365
|
+
className: "text-sm",
|
|
366
|
+
children: method.label
|
|
367
|
+
}, method.value))
|
|
368
|
+
});
|
|
369
|
+
}, [
|
|
370
|
+
filter.type,
|
|
371
|
+
filter.method?.value,
|
|
372
|
+
methodsForType,
|
|
373
|
+
handleMethodChange
|
|
374
|
+
]);
|
|
375
|
+
const filterValueComponent = useMemo(() => {
|
|
376
|
+
if (!filter.method?.component) return /* @__PURE__ */ jsx("div", { className: "flex-1 min-w-0" });
|
|
377
|
+
const ComponentFn = componentForFilterMethod[filter.method.component];
|
|
378
|
+
if (!ComponentFn) return /* @__PURE__ */ jsx("div", { className: "flex-1 min-w-0" });
|
|
379
|
+
return ComponentFn(filter.value, handleValueChange, filter.options ?? []);
|
|
380
|
+
}, [
|
|
381
|
+
filter.method?.component,
|
|
382
|
+
filter.value,
|
|
383
|
+
filter.options,
|
|
384
|
+
handleValueChange
|
|
385
|
+
]);
|
|
386
|
+
const columnSelectItems = useMemo(() => columns.map((column) => /* @__PURE__ */ jsx(SelectItem, {
|
|
387
|
+
className: "text-sm",
|
|
388
|
+
children: String(column.label)
|
|
389
|
+
}, column.id)), [columns]);
|
|
390
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
391
|
+
className: "flex items-center gap-2 w-full",
|
|
392
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
393
|
+
className: "flex flex-1 items-center gap-2 min-w-0",
|
|
394
|
+
children: [
|
|
395
|
+
/* @__PURE__ */ jsx(Select, {
|
|
396
|
+
size: "sm",
|
|
397
|
+
"aria-label": "Select Column",
|
|
398
|
+
className: "w-40 flex-shrink-0 text-sm",
|
|
399
|
+
selectedKeys: filter.columnId ? [filter.columnId] : [],
|
|
400
|
+
onSelectionChange: handleColumnChange,
|
|
401
|
+
popoverProps: { className: "w-auto min-w-max" },
|
|
402
|
+
children: columnSelectItems
|
|
403
|
+
}),
|
|
404
|
+
methodSelect,
|
|
405
|
+
filterValueComponent
|
|
406
|
+
]
|
|
407
|
+
}), /* @__PURE__ */ jsx(Button$1, {
|
|
408
|
+
variant: "outline",
|
|
409
|
+
size: "sm",
|
|
410
|
+
onClick: () => removeFilter(id),
|
|
411
|
+
children: /* @__PURE__ */ jsx(XIcon, { className: "h-4 w-4" })
|
|
412
|
+
})]
|
|
413
|
+
});
|
|
414
|
+
};
|
|
415
|
+
//#endregion
|
|
416
|
+
export { TableFiltering };
|
|
417
|
+
|
|
418
|
+
//# sourceMappingURL=TableFiltering.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableFiltering.mjs","names":["Button"],"sources":["../../../../../src/modules/table/components/TableFiltering.tsx"],"sourcesContent":["import {\r\n DatePicker,\r\n DateRangePicker,\r\n type DateValue,\r\n Input,\r\n Select,\r\n SelectItem,\r\n type SharedSelection,\r\n} from \"@heroui/react\";\r\nimport { getLocalTimeZone, today } from \"@internationalized/date\";\r\nimport type { QueryFilters } from \"@m5kdev/commons/modules/schemas/query.schema\";\r\nimport type {\r\n ColumnDataType,\r\n ComponentForFilterMethod,\r\n FilterMethod,\r\n FilterMethods,\r\n} from \"@m5kdev/commons/modules/table/filter.types\";\r\nimport { PlusIcon, XIcon } from \"lucide-react\";\r\nimport type { ReactNode } from \"react\";\r\nimport { useCallback, useEffect, useMemo, useState } from \"react\";\r\nimport { Button } from \"../../../components/ui/button\";\r\nimport {\r\n type FilterValue,\r\n type HeroUIFilter,\r\n transformFiltersFromHeroUI,\r\n transformFiltersToHeroUI,\r\n} from \"../filterTransformers\";\r\n\r\ntype ComponentRenderer = (\r\n value: FilterValue,\r\n onChange: (value: FilterValue) => void,\r\n options?: { label: string; value: string }[]\r\n) => ReactNode;\r\n\r\nconst componentForFilterMethod: Record<ComponentForFilterMethod, ComponentRenderer> = {\r\n text: (value, onChange) => (\r\n <Input\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n value={(value as string) ?? \"\"}\r\n onChange={(e) => onChange(e.target.value)}\r\n />\r\n ),\r\n number: (value, onChange) => (\r\n <Input\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n type=\"number\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n value={(value as number | null)?.toString() ?? \"\"}\r\n onChange={(e) => onChange(Number.parseFloat(e.target.value) || 0)}\r\n />\r\n ),\r\n date: (value, onChange) => (\r\n <DatePicker\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n value={(value as any) ?? undefined}\r\n onChange={(date) => date && onChange(date as FilterValue)}\r\n maxValue={today(getLocalTimeZone()) as unknown as DateValue}\r\n />\r\n ),\r\n range: (value, onChange) => (\r\n <DateRangePicker\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n value={(value as any) ?? undefined}\r\n onChange={(range) => range && onChange(range as FilterValue)}\r\n maxValue={today(getLocalTimeZone()) as unknown as DateValue}\r\n />\r\n ),\r\n radio: (value, onChange) => (\r\n <Select\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n selectedKeys={(value as boolean | null) ? [\"true\"] : [\"false\"]}\r\n onSelectionChange={(keys) => onChange(keys.currentKey === \"true\")}\r\n >\r\n <SelectItem key=\"true\" className=\"text-sm\">\r\n True\r\n </SelectItem>\r\n <SelectItem key=\"false\" className=\"text-sm\">\r\n False\r\n </SelectItem>\r\n </Select>\r\n ),\r\n select: (value, onChange, options = []) => (\r\n <Select\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n selectedKeys={(value as SharedSelection) ?? new Set()}\r\n onSelectionChange={(keys) => keys && onChange(keys as FilterValue)}\r\n >\r\n {options.map((option) => (\r\n <SelectItem key={option.value} className=\"text-sm\">\r\n {option.label}\r\n </SelectItem>\r\n ))}\r\n </Select>\r\n ),\r\n multiSelect: (value, onChange, options = []) => (\r\n <Select\r\n size=\"sm\"\r\n aria-label=\"Select Value\"\r\n selectionMode=\"multiple\"\r\n className=\"flex-1 min-w-0 text-sm\"\r\n selectedKeys={value ? new Set(value as SharedSelection) : new Set()}\r\n onSelectionChange={(keys) => onChange(keys as FilterValue)}\r\n >\r\n {options.map((option) => (\r\n <SelectItem key={option.value} className=\"text-sm\">\r\n {option.label}\r\n </SelectItem>\r\n ))}\r\n </Select>\r\n ),\r\n};\r\n\r\nconst defaultFilterMethods: FilterMethods = {\r\n string: [\r\n { value: \"contains\", label: \"Contains\", component: \"text\" },\r\n { value: \"equals\", label: \"Equals\", component: \"text\" },\r\n { value: \"starts_with\", label: \"Starts With\", component: \"text\" },\r\n { value: \"ends_with\", label: \"Ends With\", component: \"text\" },\r\n ],\r\n number: [\r\n { value: \"equals\", label: \"Equals\", component: \"number\" },\r\n { value: \"greater_than\", label: \"Greater Than\", component: \"number\" },\r\n { value: \"less_than\", label: \"Less Than\", component: \"number\" },\r\n ],\r\n date: [\r\n { value: \"on\", label: \"On\", component: \"date\" },\r\n { value: \"between\", label: \"Between\", component: \"range\" },\r\n { value: \"before\", label: \"Before\", component: \"date\" },\r\n { value: \"after\", label: \"After\", component: \"date\" },\r\n { value: \"intersect\", label: \"During\", component: \"range\" },\r\n ],\r\n boolean: [{ value: \"equals\", label: \"Equals\", component: \"radio\" }],\r\n enum: [\r\n { value: \"oneOf\", label: \"One Of\", component: \"multiSelect\" },\r\n { value: \"equals\", label: \"Equals\", component: \"select\" },\r\n ],\r\n};\r\n\r\nconst SINGLE_FILTER_KEY = \"single-filter\";\r\n\r\ntype TableFilteringProps = {\r\n columns: {\r\n id: string;\r\n label: string;\r\n type?: ColumnDataType | null;\r\n options?: { label: string; value: string }[] | null;\r\n endColumnId?: string | null;\r\n periodStartColumnId?: string | null;\r\n periodEndColumnId?: string | null;\r\n }[];\r\n onFiltersChange: (filters: QueryFilters) => void;\r\n filters: QueryFilters;\r\n onClose?: () => void;\r\n singleFilter?: boolean;\r\n filterMethods?: Partial<FilterMethods>;\r\n};\r\n\r\nconst mergeFilterMethods = (overrides?: Partial<FilterMethods>): FilterMethods => ({\r\n string:\r\n overrides?.string && overrides.string.length > 0\r\n ? overrides.string\r\n : defaultFilterMethods.string,\r\n number:\r\n overrides?.number && overrides.number.length > 0\r\n ? overrides.number\r\n : defaultFilterMethods.number,\r\n date: overrides?.date && overrides.date.length > 0 ? overrides.date : defaultFilterMethods.date,\r\n boolean:\r\n overrides?.boolean && overrides.boolean.length > 0\r\n ? overrides.boolean\r\n : defaultFilterMethods.boolean,\r\n enum: overrides?.enum && overrides.enum.length > 0 ? overrides.enum : defaultFilterMethods.enum,\r\n});\r\n\r\nexport const TableFiltering = ({\r\n columns,\r\n onFiltersChange,\r\n filters: initialFilters = [],\r\n onClose,\r\n singleFilter = false,\r\n filterMethods,\r\n}: TableFilteringProps) => {\r\n const [filters, setFilters] = useState<Record<string, HeroUIFilter>>({});\r\n const effectiveFilterMethods = useMemo(() => mergeFilterMethods(filterMethods), [filterMethods]);\r\n\r\n const createEmptyFilter = useCallback(\r\n (): HeroUIFilter => ({\r\n columnId: \"\",\r\n type: null,\r\n value: null,\r\n method: null,\r\n options: null,\r\n endColumnId: null,\r\n periodStartColumnId: null,\r\n periodEndColumnId: null,\r\n }),\r\n []\r\n );\r\n\r\n const addFilter = useCallback(() => {\r\n setFilters((prev) => {\r\n if (!singleFilter) {\r\n const filterId = crypto.randomUUID();\r\n return {\r\n ...prev,\r\n [filterId]: createEmptyFilter(),\r\n };\r\n }\r\n\r\n // single filter mode\r\n return Object.keys(prev).length > 0 ? prev : { [SINGLE_FILTER_KEY]: createEmptyFilter() };\r\n });\r\n }, [createEmptyFilter, singleFilter]);\r\n\r\n const removeFilter = useCallback(\r\n (filterId: string) => {\r\n setFilters((prev) => {\r\n if (!singleFilter) {\r\n const { [filterId]: _, ...rest } = prev;\r\n return rest;\r\n }\r\n\r\n // single filter mode resets the lone filter\r\n return { [SINGLE_FILTER_KEY]: createEmptyFilter() };\r\n });\r\n },\r\n [createEmptyFilter, singleFilter]\r\n );\r\n\r\n const columnsMap = useMemo(\r\n () => new Map(columns.map((column) => [column.id, column])),\r\n [columns]\r\n );\r\n\r\n useEffect(() => {\r\n // Transform initialFilters from FiltersToApply format to HeroUIFilter format\r\n const transformedFilters = transformFiltersToHeroUI(\r\n initialFilters,\r\n columnsMap,\r\n effectiveFilterMethods\r\n );\r\n\r\n if (!singleFilter) {\r\n setFilters(Object.fromEntries(transformedFilters.map((filter) => [filter.columnId, filter])));\r\n return;\r\n }\r\n\r\n const firstFilter = transformedFilters[0];\r\n setFilters({\r\n [SINGLE_FILTER_KEY]: firstFilter ?? createEmptyFilter(),\r\n });\r\n }, [createEmptyFilter, initialFilters, singleFilter, columnsMap, effectiveFilterMethods]);\r\n\r\n const selectColumn = useCallback(\r\n (filterId: string, columnId: string) => {\r\n setFilters((prev) => {\r\n const oldFilter = prev[filterId];\r\n if (!oldFilter) return prev;\r\n const column = columnsMap.get(columnId);\r\n if (!column) return prev;\r\n\r\n // If Period column, auto-set intersect method\r\n const isPeriodColumn = columnId.endsWith(\"__period\");\r\n const intersectMethod = isPeriodColumn\r\n ? (effectiveFilterMethods.date.find((m) => m.value === \"intersect\") ?? null)\r\n : null;\r\n\r\n return {\r\n ...prev,\r\n [filterId]: {\r\n ...oldFilter,\r\n columnId,\r\n type: column.type ?? null,\r\n options: column.options ?? null,\r\n endColumnId: column.endColumnId ?? null,\r\n periodStartColumnId: column.periodStartColumnId ?? null,\r\n periodEndColumnId: column.periodEndColumnId ?? null,\r\n method: intersectMethod,\r\n value: null,\r\n },\r\n };\r\n });\r\n },\r\n [columnsMap, effectiveFilterMethods]\r\n );\r\n\r\n const selectMethod = useCallback((filterId: string, method: FilterMethod) => {\r\n setFilters((prev) => {\r\n const oldFilter = prev[filterId];\r\n if (!oldFilter) return prev;\r\n return {\r\n ...prev,\r\n [filterId]: { ...oldFilter, method, value: null },\r\n };\r\n });\r\n }, []);\r\n\r\n const selectValue = useCallback((filterId: string, value: FilterValue) => {\r\n setFilters((prev) => {\r\n const oldFilter = prev[filterId];\r\n if (!oldFilter) return prev;\r\n return {\r\n ...prev,\r\n [filterId]: { ...oldFilter, value },\r\n };\r\n });\r\n }, []);\r\n\r\n const filterEntries = useMemo(() => Object.entries(filters), [filters]);\r\n\r\n const availableColumnsMap = useMemo(() => {\r\n const map = new Map<string, typeof columns>();\r\n filterEntries.forEach(([filterId]) => {\r\n const columnsUsedByOtherFilters = new Set(\r\n filterEntries\r\n .filter(([id]) => id !== filterId)\r\n .map(([_, f]) => f.columnId)\r\n .filter((id) => id !== \"\")\r\n );\r\n map.set(\r\n filterId,\r\n columns.filter((column) => !columnsUsedByOtherFilters.has(column.id))\r\n );\r\n });\r\n return map;\r\n }, [filterEntries, columns]);\r\n\r\n const applyFilters = useCallback(() => {\r\n const heroUIFilters = Object.values(filters);\r\n const filtersToApply = transformFiltersFromHeroUI(heroUIFilters);\r\n onFiltersChange(filtersToApply);\r\n onClose?.();\r\n }, [filters, onFiltersChange, onClose]);\r\n\r\n return (\r\n <div className=\"flex flex-col gap-2 p-1 min-w-[600px]\">\r\n {filterEntries.map(([filterId, filter]) => {\r\n const availableColumns = availableColumnsMap.get(filterId) ?? columns;\r\n return (\r\n <TableFilteringItem\r\n key={filterId}\r\n id={filterId}\r\n filter={filter}\r\n columns={availableColumns}\r\n selectColumn={selectColumn}\r\n selectMethod={selectMethod}\r\n removeFilter={removeFilter}\r\n selectValue={selectValue}\r\n filterMethods={effectiveFilterMethods}\r\n />\r\n );\r\n })}\r\n {!singleFilter && (\r\n <Button variant=\"outline\" size=\"sm\" onClick={addFilter}>\r\n <PlusIcon className=\"h-4 w-4\" />\r\n Add Filter\r\n </Button>\r\n )}\r\n <Button onClick={applyFilters}>{singleFilter ? \"Apply Filter\" : \"Apply Filters\"}</Button>\r\n </div>\r\n );\r\n};\r\n\r\nconst TableFilteringItem = ({\r\n id,\r\n filter,\r\n columns,\r\n selectColumn,\r\n selectMethod,\r\n selectValue,\r\n removeFilter,\r\n filterMethods,\r\n}: {\r\n id: string;\r\n filter: HeroUIFilter;\r\n columns: {\r\n id: string;\r\n label: string;\r\n type?: ColumnDataType | null;\r\n options?: { label: string; value: string }[] | null;\r\n endColumnId?: string | null;\r\n periodStartColumnId?: string | null;\r\n periodEndColumnId?: string | null;\r\n }[];\r\n selectColumn: (filterId: string, columnId: string) => void;\r\n selectMethod: (filterId: string, method: FilterMethod) => void;\r\n selectValue: (filterId: string, value: FilterValue) => void;\r\n removeFilter: (filterId: string) => void;\r\n filterMethods: FilterMethods;\r\n}) => {\r\n const handleColumnChange = useCallback(\r\n (keys: any) => {\r\n const columnId = String(keys.currentKey);\r\n selectColumn(id, columnId);\r\n },\r\n [id, selectColumn]\r\n );\r\n\r\n const methodsForType = useMemo(() => {\r\n if (!filter.type) return [];\r\n\r\n // Period columns only support intersect method\r\n const isPeriodColumn = filter.columnId.endsWith(\"__period\");\r\n if (isPeriodColumn) {\r\n const intersectMethod = filterMethods.date.find((m) => m.value === \"intersect\");\r\n return intersectMethod ? [intersectMethod] : [];\r\n }\r\n\r\n const baseMethods = filterMethods[filter.type as ColumnDataType] ?? [];\r\n const emptyMethods: FilterMethod[] = [\r\n { value: \"isEmpty\", label: \"Is Empty\", component: null },\r\n { value: \"isNotEmpty\", label: \"Is Not Empty\", component: null },\r\n ];\r\n\r\n if (filter.type !== \"boolean\" && filter.type !== \"date\") {\r\n return [...baseMethods, ...emptyMethods];\r\n }\r\n\r\n return baseMethods;\r\n }, [filter.type, filter.columnId, filter.method?.value, filterMethods]);\r\n\r\n const handleMethodChange = useCallback(\r\n (keys: any) => {\r\n if (!filter.type) return;\r\n // Use methodsForType instead of filterMethods to include dynamically added methods\r\n const method = methodsForType.find(\r\n (currentMethod: FilterMethod) => currentMethod.value === String(keys.currentKey)\r\n );\r\n if (method) {\r\n selectMethod(id, method);\r\n }\r\n },\r\n [id, filter.type, selectMethod, methodsForType]\r\n );\r\n\r\n const handleValueChange = useCallback(\r\n (value: FilterValue) => {\r\n selectValue(id, value);\r\n },\r\n [id, selectValue]\r\n );\r\n\r\n const methodSelect = useMemo(() => {\r\n if (!filter.type) return null;\r\n return (\r\n <Select\r\n size=\"sm\"\r\n aria-label=\"Select Method\"\r\n className=\"w-40 flex-shrink-0 text-sm\"\r\n selectedKeys={filter.method?.value ? [filter.method.value] : []}\r\n onSelectionChange={handleMethodChange}\r\n popoverProps={{\r\n className: \"w-auto min-w-max\",\r\n }}\r\n >\r\n {methodsForType.map((method: FilterMethod) => (\r\n <SelectItem key={method.value} className=\"text-sm\">\r\n {method.label}\r\n </SelectItem>\r\n ))}\r\n </Select>\r\n );\r\n }, [filter.type, filter.method?.value, methodsForType, handleMethodChange]);\r\n\r\n const filterValueComponent = useMemo(() => {\r\n if (!filter.method?.component) {\r\n return <div className=\"flex-1 min-w-0\" />;\r\n }\r\n const component = filter.method.component as ComponentForFilterMethod;\r\n const ComponentFn =\r\n componentForFilterMethod[component as keyof typeof componentForFilterMethod];\r\n if (!ComponentFn) return <div className=\"flex-1 min-w-0\" />;\r\n return ComponentFn(filter.value as any, handleValueChange, filter.options ?? []);\r\n }, [filter.method?.component, filter.value, filter.options, handleValueChange]);\r\n\r\n const columnSelectItems = useMemo(\r\n () =>\r\n columns.map((column) => (\r\n <SelectItem key={column.id} className=\"text-sm\">\r\n {String(column.label)}\r\n </SelectItem>\r\n )),\r\n [columns]\r\n );\r\n\r\n return (\r\n <div className=\"flex items-center gap-2 w-full\">\r\n <div className=\"flex flex-1 items-center gap-2 min-w-0\">\r\n <Select\r\n size=\"sm\"\r\n aria-label=\"Select Column\"\r\n className=\"w-40 flex-shrink-0 text-sm\"\r\n selectedKeys={filter.columnId ? [filter.columnId] : []}\r\n onSelectionChange={handleColumnChange}\r\n popoverProps={{\r\n className: \"w-auto min-w-max\",\r\n }}\r\n >\r\n {columnSelectItems}\r\n </Select>\r\n {methodSelect}\r\n {filterValueComponent}\r\n </div>\r\n <Button variant=\"outline\" size=\"sm\" onClick={() => removeFilter(id)}>\r\n <XIcon className=\"h-4 w-4\" />\r\n </Button>\r\n </div>\r\n );\r\n};\r\n"],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/modules/table/components/TableGroupBy.d.ts
|
|
4
|
+
interface TableGroupByColumn {
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
}
|
|
8
|
+
interface TableGroupByProps {
|
|
9
|
+
columns: TableGroupByColumn[];
|
|
10
|
+
activeGrouping: string[];
|
|
11
|
+
onGroupingChange: (columnIds: string[]) => void;
|
|
12
|
+
onClose: () => void;
|
|
13
|
+
}
|
|
14
|
+
declare const TableGroupBy: ({
|
|
15
|
+
columns,
|
|
16
|
+
activeGrouping,
|
|
17
|
+
onGroupingChange,
|
|
18
|
+
onClose
|
|
19
|
+
}: TableGroupByProps) => _$react_jsx_runtime0.JSX.Element;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { TableGroupBy };
|
|
22
|
+
//# sourceMappingURL=TableGroupBy.d.mts.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { cn } from "../../../lib/utils.mjs";
|
|
2
|
+
import { Button } from "../../../components/ui/button.mjs";
|
|
3
|
+
import { useState } from "react";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
//#region src/modules/table/components/TableGroupBy.tsx
|
|
6
|
+
const TableGroupBy = ({ columns, activeGrouping, onGroupingChange, onClose }) => {
|
|
7
|
+
const [selected, setSelected] = useState(activeGrouping);
|
|
8
|
+
const toggle = (id) => {
|
|
9
|
+
setSelected((prev) => prev.includes(id) ? prev.filter((s) => s !== id) : [...prev, id]);
|
|
10
|
+
};
|
|
11
|
+
const onApply = () => {
|
|
12
|
+
onGroupingChange(selected);
|
|
13
|
+
onClose();
|
|
14
|
+
};
|
|
15
|
+
const onClear = () => {
|
|
16
|
+
setSelected([]);
|
|
17
|
+
};
|
|
18
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
19
|
+
className: "flex flex-col gap-2 p-1 min-w-[180px]",
|
|
20
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
21
|
+
className: "flex flex-col gap-0.5",
|
|
22
|
+
children: columns.map((col) => /* @__PURE__ */ jsxs("button", {
|
|
23
|
+
type: "button",
|
|
24
|
+
className: cn("text-left px-2 py-1.5 rounded text-sm hover:bg-muted transition-colors flex items-center gap-2", selected.includes(col.id) && "bg-muted font-medium"),
|
|
25
|
+
onClick: () => toggle(col.id),
|
|
26
|
+
children: [
|
|
27
|
+
/* @__PURE__ */ jsx("span", {
|
|
28
|
+
className: cn("h-4 w-4 rounded border border-muted-foreground/40 flex items-center justify-center shrink-0 text-xs", selected.includes(col.id) && "bg-primary border-primary text-primary-foreground"),
|
|
29
|
+
children: selected.includes(col.id) ? "✓" : ""
|
|
30
|
+
}),
|
|
31
|
+
col.label,
|
|
32
|
+
selected.includes(col.id) && selected.length > 1 && /* @__PURE__ */ jsx("span", {
|
|
33
|
+
className: "text-muted-foreground text-xs ml-auto",
|
|
34
|
+
children: selected.indexOf(col.id) + 1
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
}, col.id))
|
|
38
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
39
|
+
className: "flex gap-1.5",
|
|
40
|
+
children: [/* @__PURE__ */ jsx(Button, {
|
|
41
|
+
size: "sm",
|
|
42
|
+
variant: "outline",
|
|
43
|
+
onClick: onClear,
|
|
44
|
+
className: "flex-1",
|
|
45
|
+
children: "Clear"
|
|
46
|
+
}), /* @__PURE__ */ jsx(Button, {
|
|
47
|
+
size: "sm",
|
|
48
|
+
onClick: onApply,
|
|
49
|
+
className: "flex-1",
|
|
50
|
+
children: "Apply"
|
|
51
|
+
})]
|
|
52
|
+
})]
|
|
53
|
+
});
|
|
54
|
+
};
|
|
55
|
+
//#endregion
|
|
56
|
+
export { TableGroupBy };
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=TableGroupBy.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableGroupBy.mjs","names":[],"sources":["../../../../../src/modules/table/components/TableGroupBy.tsx"],"sourcesContent":["import { useState } from \"react\";\r\nimport { Button } from \"../../../components/ui/button\";\r\nimport { cn } from \"../../../lib/utils\";\r\n\r\ninterface TableGroupByColumn {\r\n id: string;\r\n label: string;\r\n}\r\n\r\ninterface TableGroupByProps {\r\n columns: TableGroupByColumn[];\r\n activeGrouping: string[];\r\n onGroupingChange: (columnIds: string[]) => void;\r\n onClose: () => void;\r\n}\r\n\r\nexport const TableGroupBy = ({\r\n columns,\r\n activeGrouping,\r\n onGroupingChange,\r\n onClose,\r\n}: TableGroupByProps) => {\r\n const [selected, setSelected] = useState<string[]>(activeGrouping);\r\n\r\n const toggle = (id: string) => {\r\n setSelected((prev) => (prev.includes(id) ? prev.filter((s) => s !== id) : [...prev, id]));\r\n };\r\n\r\n const onApply = () => {\r\n onGroupingChange(selected);\r\n onClose();\r\n };\r\n\r\n const onClear = () => {\r\n setSelected([]);\r\n };\r\n\r\n return (\r\n <div className=\"flex flex-col gap-2 p-1 min-w-[180px]\">\r\n <div className=\"flex flex-col gap-0.5\">\r\n {columns.map((col) => (\r\n <button\r\n key={col.id}\r\n type=\"button\"\r\n className={cn(\r\n \"text-left px-2 py-1.5 rounded text-sm hover:bg-muted transition-colors flex items-center gap-2\",\r\n selected.includes(col.id) && \"bg-muted font-medium\"\r\n )}\r\n onClick={() => toggle(col.id)}\r\n >\r\n <span\r\n className={cn(\r\n \"h-4 w-4 rounded border border-muted-foreground/40 flex items-center justify-center shrink-0 text-xs\",\r\n selected.includes(col.id) && \"bg-primary border-primary text-primary-foreground\"\r\n )}\r\n >\r\n {selected.includes(col.id) ? \"✓\" : \"\"}\r\n </span>\r\n {col.label}\r\n {selected.includes(col.id) && selected.length > 1 && (\r\n <span className=\"text-muted-foreground text-xs ml-auto\">\r\n {selected.indexOf(col.id) + 1}\r\n </span>\r\n )}\r\n </button>\r\n ))}\r\n </div>\r\n <div className=\"flex gap-1.5\">\r\n <Button size=\"sm\" variant=\"outline\" onClick={onClear} className=\"flex-1\">\r\n Clear\r\n </Button>\r\n <Button size=\"sm\" onClick={onApply} className=\"flex-1\">\r\n Apply\r\n </Button>\r\n </div>\r\n </div>\r\n );\r\n};\r\n"],"mappings":";;;;;AAgBA,MAAa,gBAAgB,EAC3B,SACA,gBACA,kBACA,cACuB;CACvB,MAAM,CAAC,UAAU,eAAe,SAAmB,eAAe;CAElE,MAAM,UAAU,OAAe;AAC7B,eAAa,SAAU,KAAK,SAAS,GAAG,GAAG,KAAK,QAAQ,MAAM,MAAM,GAAG,GAAG,CAAC,GAAG,MAAM,GAAG,CAAE;;CAG3F,MAAM,gBAAgB;AACpB,mBAAiB,SAAS;AAC1B,WAAS;;CAGX,MAAM,gBAAgB;AACpB,cAAY,EAAE,CAAC;;AAGjB,QACE,qBAAC,OAAD;EAAK,WAAU;YAAf,CACE,oBAAC,OAAD;GAAK,WAAU;aACZ,QAAQ,KAAK,QACZ,qBAAC,UAAD;IAEE,MAAK;IACL,WAAW,GACT,kGACA,SAAS,SAAS,IAAI,GAAG,IAAI,uBAC9B;IACD,eAAe,OAAO,IAAI,GAAG;cAP/B;KASE,oBAAC,QAAD;MACE,WAAW,GACT,uGACA,SAAS,SAAS,IAAI,GAAG,IAAI,oDAC9B;gBAEA,SAAS,SAAS,IAAI,GAAG,GAAG,MAAM;MAC9B,CAAA;KACN,IAAI;KACJ,SAAS,SAAS,IAAI,GAAG,IAAI,SAAS,SAAS,KAC9C,oBAAC,QAAD;MAAM,WAAU;gBACb,SAAS,QAAQ,IAAI,GAAG,GAAG;MACvB,CAAA;KAEF;MAtBF,IAAI,GAsBF,CACT;GACE,CAAA,EACN,qBAAC,OAAD;GAAK,WAAU;aAAf,CACE,oBAAC,QAAD;IAAQ,MAAK;IAAK,SAAQ;IAAU,SAAS;IAAS,WAAU;cAAS;IAEhE,CAAA,EACT,oBAAC,QAAD;IAAQ,MAAK;IAAK,SAAS;IAAS,WAAU;cAAS;IAE9C,CAAA,CACL;KACF"}
|