@prisma/studio-core 0.0.0-dev.202504141907 → 0.0.0-dev.202504141918

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.
@@ -64,18 +64,10 @@ interface DataType {
64
64
  }
65
65
  type DataTypeGroup = "string" | "datetime" | "time" | "unsupported";
66
66
  interface QueryDetails {
67
- /**
68
- * Zero-based index of the page to fetch.
69
- */
70
- pageIndex: number;
71
- /**
72
- * Maximum number of rows to fetch from the database.
73
- */
74
- pageSize: number;
75
67
  /**
76
68
  * The database schema where the table is located. Defaults to "public".
77
69
  */
78
- schema: string;
70
+ schema?: string;
79
71
  /**
80
72
  * The name of the table to select from.
81
73
  */
@@ -64,18 +64,10 @@ interface DataType {
64
64
  }
65
65
  type DataTypeGroup = "string" | "datetime" | "time" | "unsupported";
66
66
  interface QueryDetails {
67
- /**
68
- * Zero-based index of the page to fetch.
69
- */
70
- pageIndex: number;
71
- /**
72
- * Maximum number of rows to fetch from the database.
73
- */
74
- pageSize: number;
75
67
  /**
76
68
  * The database schema where the table is located. Defaults to "public".
77
69
  */
78
- schema: string;
70
+ schema?: string;
79
71
  /**
80
72
  * The name of the table to select from.
81
73
  */
@@ -1,4 +1,4 @@
1
- export { A as Adapter, B as BaseOptions, C as Column, D as DataType, b as DataTypeGroup, I as IntrospectOptions, a as Introspection, c as QueryDetails, Q as QueryOptions, S as Schema, T as Table } from '../adapter-BR1dIXu1.cjs';
1
+ export { A as Adapter, B as BaseOptions, C as Column, D as DataType, b as DataTypeGroup, I as IntrospectOptions, a as Introspection, c as QueryDetails, Q as QueryOptions, S as Schema, T as Table } from '../adapter-B6MTgAD1.cjs';
2
2
  export { b as ExecuteOptions, E as Executor, Q as Query, a as QueryResult } from '../executor-BLAClqkI.cjs';
3
3
  export { E as Either } from '../type-utils-rTHUvEmt.cjs';
4
4
  import 'kysely';
@@ -1,4 +1,4 @@
1
- export { A as Adapter, B as BaseOptions, C as Column, D as DataType, b as DataTypeGroup, I as IntrospectOptions, a as Introspection, c as QueryDetails, Q as QueryOptions, S as Schema, T as Table } from '../adapter-CaxkQTNn.js';
1
+ export { A as Adapter, B as BaseOptions, C as Column, D as DataType, b as DataTypeGroup, I as IntrospectOptions, a as Introspection, c as QueryDetails, Q as QueryOptions, S as Schema, T as Table } from '../adapter-DnrnbSIC.js';
2
2
  export { b as ExecuteOptions, E as Executor, Q as Query, a as QueryResult } from '../executor-CySfZPUK.js';
3
3
  export { E as Either } from '../type-utils-rTHUvEmt.js';
4
4
  import 'kysely';
@@ -1,5 +1,5 @@
1
1
  import { PGlite } from '@electric-sql/pglite';
2
- import { A as Adapter } from '../../adapter-BR1dIXu1.cjs';
2
+ import { A as Adapter } from '../../adapter-B6MTgAD1.cjs';
3
3
  import { E as Executor } from '../../executor-BLAClqkI.cjs';
4
4
  import '../../type-utils-rTHUvEmt.cjs';
5
5
  import 'kysely';
@@ -1,5 +1,5 @@
1
1
  import { PGlite } from '@electric-sql/pglite';
2
- import { A as Adapter } from '../../adapter-CaxkQTNn.js';
2
+ import { A as Adapter } from '../../adapter-DnrnbSIC.js';
3
3
  import { E as Executor } from '../../executor-CySfZPUK.js';
4
4
  import '../../type-utils-rTHUvEmt.js';
5
5
  import 'kysely';
@@ -1,4 +1,4 @@
1
- import { A as Adapter, c as QueryDetails } from '../../adapter-BR1dIXu1.cjs';
1
+ import { A as Adapter, c as QueryDetails } from '../../adapter-B6MTgAD1.cjs';
2
2
  import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-BLAClqkI.cjs';
3
3
  import '../../type-utils-rTHUvEmt.cjs';
4
4
  import 'kysely';
@@ -1,4 +1,4 @@
1
- import { A as Adapter, c as QueryDetails } from '../../adapter-CaxkQTNn.js';
1
+ import { A as Adapter, c as QueryDetails } from '../../adapter-DnrnbSIC.js';
2
2
  import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-CySfZPUK.js';
3
3
  import '../../type-utils-rTHUvEmt.js';
4
4
  import 'kysely';
@@ -856,6 +856,9 @@ video {
856
856
  .ps-items-start {
857
857
  align-items: flex-start;
858
858
  }
859
+ .ps-items-end {
860
+ align-items: flex-end;
861
+ }
859
862
  .ps-items-center {
860
863
  align-items: center;
861
864
  }