@reopt-ai/opt-ui 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/COMPONENT_CATALOG.md +222 -69
- package/README.md +26 -0
- package/dist/core/index.cjs +4 -4
- package/dist/core/index.d.cts +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +2 -2
- package/dist/docs/02-components/01-core.md +37 -33
- package/dist/docs/02-components/02-visuals.md +1 -1
- package/dist/docs/02-components/03-shells.md +191 -36
- package/dist/docs/02-components/04-surfaces.md +1 -1
- package/dist/docs/02-components/index.md +4 -4
- package/dist/id-registry.cjs +24 -0
- package/dist/id-registry.js +24 -0
- package/dist/id-registry.json +51 -0
- package/dist/index.cjs +445 -381
- package/dist/index.d.cts +16 -13
- package/dist/index.d.ts +16 -13
- package/dist/index.js +303 -245
- package/dist/{key-pad-menu-CqFI6la9.js → key-pad-menu-BCOeYvsH.js} +50 -61
- package/dist/{key-pad-menu-D6pYzaj-.d.cts → key-pad-menu-CaIsTHB2.d.cts} +12 -8
- package/dist/{key-pad-menu-BgtSL3xe.cjs → key-pad-menu-Jaqxhx9P.cjs} +48 -71
- package/dist/{key-pad-menu-Yh7Fpb8m.d.ts → key-pad-menu-odAEycIX.d.ts} +12 -8
- package/dist/meta.cjs +447 -7
- package/dist/meta.js +447 -7
- package/dist/{field-sidebar-mSVCMAZp.js → replay-player-layout-BVUNsUS1.js} +891 -191
- package/dist/{field-sidebar-ePqFX6MN.cjs → replay-player-layout-Cmzptq89.cjs} +931 -189
- package/dist/{field-sidebar-CJ4HxP8D.d.cts → replay-player-layout-DpqdfdQ6.d.ts} +246 -3
- package/dist/{field-sidebar-DnhpcT2A.d.ts → replay-player-layout-DuZW-gFF.d.cts} +246 -3
- package/dist/shells/index.cjs +58 -52
- package/dist/shells/index.d.cts +2 -2
- package/dist/shells/index.d.ts +2 -2
- package/dist/shells/index.js +2 -2
- package/dist/{text-truncate-Bd-0WkSP.js → text-truncate-B-8nJgnu.js} +200 -101
- package/dist/{text-truncate-Bbul-jMD.d.cts → text-truncate-DOxUijpB.d.cts} +2 -0
- package/dist/{text-truncate-Bbul-jMD.d.ts → text-truncate-DOxUijpB.d.ts} +2 -0
- package/dist/{text-truncate-BeYW6XZu.cjs → text-truncate-gQhpMy-Z.cjs} +214 -97
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.15.0] - 2026-09-13
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- `ReplayScrubber` — the timeline of a session recording. Draws
|
|
15
|
+
active/inactive/gap/buffer segments, a log-scaled activity band, loaded
|
|
16
|
+
ranges and merged event markers under one playhead, and commits `onSeek`
|
|
17
|
+
only when a pointer or keyboard interaction ends; `onPreview` reports the
|
|
18
|
+
hovered or dragged time. `groupReplayMarkers` is exported.
|
|
19
|
+
- `ReplayTransport` — play/pause (restart at the end), go-to-start,
|
|
20
|
+
speed-scaled jumps, a 0.5×–16× speed menu, a skip-inactivity toggle,
|
|
21
|
+
fullscreen and an elapsed/clock timecode. Playback state stays with the
|
|
22
|
+
host; `formatReplayElapsed` is exported.
|
|
23
|
+
- `ReplayPlayerLayout` — stage, meta bar, controls and a resizable inspector
|
|
24
|
+
in one region. Fullscreen is requested on the whole player and reported back
|
|
25
|
+
when the browser leaves it; `shortcuts` fire only while focus is inside the
|
|
26
|
+
player and outside text fields, keyed by `replayShortcutKey`.
|
|
27
|
+
|
|
28
|
+
## [1.14.0] - 2026-09-06
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
- `CriteriaBuilder` — a domain-agnostic two-level criteria tree shell. The
|
|
33
|
+
consumer owns the criterion data and renders each one; the shell owns
|
|
34
|
+
structure, the root and per-group AND/OR toggles, order, negation, errors,
|
|
35
|
+
the add menu and the keyboard (`A` adds a criterion to the focused group,
|
|
36
|
+
`G` adds a group). Unknown kinds render as a warning row with
|
|
37
|
+
replace/remove rather than as another kind's fields, and `aside` places a
|
|
38
|
+
live preview beside the tree. The array operations
|
|
39
|
+
(`criteriaBuilderMove`, `criteriaBuilderDuplicate`, `criteriaBuilderRemove`,
|
|
40
|
+
`criteriaBuilderInsert`, `criteriaBuilderRemoveGroup`,
|
|
41
|
+
`criteriaBuilderDuplicateGroup`, `criteriaGroupLetter`) are exported as pure
|
|
42
|
+
functions.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- `ConditionBuilder` takes a `labels` prop so the live preview wording is
|
|
47
|
+
overridable: `previewSuffix` (default `"matches"`, so existing consumers see
|
|
48
|
+
no change) or `formatPreview` to replace the whole string.
|
|
49
|
+
- `ChartDataPoint`, `ChartSeriesDef`, `ChartConfig` and `ChartMargin` are no
|
|
50
|
+
longer redeclared in `lib/types.ts`. They were byte-identical copies left
|
|
51
|
+
from the opt-charts split; all four still import from `@reopt-ai/opt-ui`
|
|
52
|
+
through the existing `export * from "@reopt-ai/opt-charts"`, so no public
|
|
53
|
+
symbol changes.
|
|
54
|
+
|
|
10
55
|
## [1.13.0] - 2026-09-05
|
|
11
56
|
|
|
12
57
|
### Added
|
package/COMPONENT_CATALOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- DEPRECATED: Prefer dist/docs/02-components/ for per-layer reference. -->
|
|
4
4
|
<!-- Auto-generated from ComponentMeta. Do not edit. -->
|
|
5
|
-
<!-- Version: 1.
|
|
5
|
+
<!-- Version: 1.15.0 -->
|
|
6
6
|
|
|
7
7
|
## Quick Stats
|
|
8
8
|
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
| --------- | ------- |
|
|
11
11
|
| Core | 74 |
|
|
12
12
|
| Visuals | 0 |
|
|
13
|
-
| Shells |
|
|
13
|
+
| Shells | 99 |
|
|
14
14
|
| Surfaces | 0 |
|
|
15
|
-
| **Total** | **
|
|
15
|
+
| **Total** | **173** |
|
|
16
16
|
|
|
17
17
|
## Component Selection Guide
|
|
18
18
|
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
| Component | Description | Key Exports |
|
|
212
212
|
| --------- | ----------- | ----------- |
|
|
213
213
|
|
|
214
|
-
## Shell Components (
|
|
214
|
+
## Shell Components (99)
|
|
215
215
|
|
|
216
216
|
### Navigation & Layout
|
|
217
217
|
|
|
@@ -373,6 +373,9 @@
|
|
|
373
373
|
| QueryHistoryList | 실행 이력 목록. 각 실행의 성공/실패, 시각, 행 수, 경과를 보여주고 편집기로 되돌리거나 다시 실행합니다. | `QueryHistoryList` |
|
|
374
374
|
| SaveQueryDialog | 쿼리에 이름·설명·공개 여부를 붙여 저장하는 다이얼로그. 편집기에 문장이 여럿이면 어느 문장을 저장할지 넘겨 보며 고릅니다. | `SaveQueryDialog` |
|
|
375
375
|
| QueryWorkspace | 스키마·편집기·출력의 3-pane 쿼리 워크스페이스. 패널은 리사이즈되고 사이드바는 접히며, storageKey로 레이아웃을 기억합니다. 툴바·편집기·출력은 슬롯입니다. | `QueryWorkspace` |
|
|
376
|
+
| ReplayScrubber | 세션 리플레이의 탐색 트랙. 활동/비활성/미로딩 구간, 활동 밀도, 이벤트 마커를 한 플레이헤드 아래에 겹쳐 그리고, 드래그·키보드 탐색이 끝났을 때만 seek을 커밋한다. | `ReplayScrubber`, `groupReplayMarkers` |
|
|
377
|
+
| ReplayTransport | 세션 리플레이 재생 컨트롤. 재생/일시정지, 앞뒤 점프, 배속 메뉴, 비활성 건너뛰기 토글, 전체화면, 경과/시계 타임코드 전환을 제공하며 재생 상태는 호스트가 소유한다. | `ReplayTransport`, `formatReplayElapsed` |
|
|
378
|
+
| ReplayPlayerLayout | 세션 리플레이 플레이어의 프레임. 스테이지·메타 바·컨트롤·리사이즈 가능한 인스펙터를 배치하고, 플레이어 전체의 전체화면과 입력 필드를 피하는 키보드 단축키 범위를 소유한다. | `ReplayPlayerLayout`, `replayShortcutKey` |
|
|
376
379
|
|
|
377
380
|
## Surface Components (0)
|
|
378
381
|
|
|
@@ -533,19 +536,19 @@
|
|
|
533
536
|
|
|
534
537
|
**Import:** `import { InlineEdit } from "@reopt-ai/opt-ui"`
|
|
535
538
|
|
|
536
|
-
| Prop | Type | Required | Default | Description
|
|
537
|
-
| ------------- | --------------------------------------------------------------- | -------- | ---------- |
|
|
538
|
-
| `value` | `string` | Yes | | 현재 값
|
|
539
|
-
| `onSave` | `(next: string) => boolean \| void \| Promise<boolean \| void>` | Yes | | 저장. false
|
|
540
|
-
| `as` | `"span" \| "h1" \| "h2" \| "h3" \| "h4"` | | "span" | 읽기 모드 요소
|
|
541
|
-
| `size` | `"sm" \| "md" \| "lg" \| "xl"` | | "md" | 타이포 크기
|
|
542
|
-
| `placeholder` | `string` | | | 입력 자리표시자
|
|
543
|
-
| `emptyText` | `string` | | "Untitled" | 빈 값 표시
|
|
544
|
-
| `disabled` | `boolean` | | false | 편집 불가
|
|
545
|
-
| `maxLength` | `number` | | | 최대 길이
|
|
546
|
-
| `suffix` | `ReactNode` | | | 읽기 모드 텍스트 뒤 요소
|
|
547
|
-
| `labels` | `InlineEditLabels` | | |
|
|
548
|
-
| `className` | `string` | | | 추가 CSS 클래스
|
|
539
|
+
| Prop | Type | Required | Default | Description |
|
|
540
|
+
| ------------- | --------------------------------------------------------------- | -------- | ---------- | ----------------------------------------------------------------- |
|
|
541
|
+
| `value` | `string` | Yes | | 현재 값 |
|
|
542
|
+
| `onSave` | `(next: string) => boolean \| void \| Promise<boolean \| void>` | Yes | | 저장. false 반환 또는 Promise 실패 시 입력을 유지하고 오류를 알림 |
|
|
543
|
+
| `as` | `"span" \| "h1" \| "h2" \| "h3" \| "h4"` | | "span" | 읽기 모드 요소 |
|
|
544
|
+
| `size` | `"sm" \| "md" \| "lg" \| "xl"` | | "md" | 타이포 크기 |
|
|
545
|
+
| `placeholder` | `string` | | | 입력 자리표시자 |
|
|
546
|
+
| `emptyText` | `string` | | "Untitled" | 빈 값 표시 |
|
|
547
|
+
| `disabled` | `boolean` | | false | 편집 불가 |
|
|
548
|
+
| `maxLength` | `number` | | | 최대 길이 |
|
|
549
|
+
| `suffix` | `ReactNode` | | | 읽기 모드 텍스트 뒤 요소 |
|
|
550
|
+
| `labels` | `InlineEditLabels` | | | 입력 이름(input), 편집·저장·취소·오류 안내 문자열 |
|
|
551
|
+
| `className` | `string` | | | 추가 CSS 클래스 |
|
|
549
552
|
|
|
550
553
|
#### KeyPadMenu
|
|
551
554
|
|
|
@@ -1245,12 +1248,15 @@ import {
|
|
|
1245
1248
|
|
|
1246
1249
|
**FormSelect:**
|
|
1247
1250
|
|
|
1248
|
-
| Prop
|
|
1249
|
-
|
|
|
1250
|
-
| `
|
|
1251
|
-
| `
|
|
1252
|
-
| `
|
|
1253
|
-
| `
|
|
1251
|
+
| Prop | Type | Required | Default | Description |
|
|
1252
|
+
| ------------------ | ----------- | -------- | ------- | ------------------------------------------ |
|
|
1253
|
+
| `id` | `string` | | | 트리거 ID. 외부 FormLabel의 htmlFor와 연결 |
|
|
1254
|
+
| `aria-label` | `string` | | | 입력의 접근 가능한 이름 |
|
|
1255
|
+
| `aria-describedby` | `string` | | | 설명·오류 요소의 ID 목록 |
|
|
1256
|
+
| `name` | `string` | Yes | | 폼 필드 이름 |
|
|
1257
|
+
| `children` | `ReactNode` | Yes | | FormSelectPopover 등 자식 요소 |
|
|
1258
|
+
| `placeholder` | `string` | | | 미선택 시 표시 텍스트 |
|
|
1259
|
+
| `className` | `string` | | | 추가 CSS 클래스 |
|
|
1254
1260
|
|
|
1255
1261
|
**FormSelectPopover:**
|
|
1256
1262
|
|
|
@@ -2233,19 +2239,20 @@ export function Example() {
|
|
|
2233
2239
|
|
|
2234
2240
|
**Import:** `import { Slider } from "@reopt-ai/opt-ui"`
|
|
2235
2241
|
|
|
2236
|
-
| Prop
|
|
2237
|
-
|
|
|
2238
|
-
| `value`
|
|
2239
|
-
| `defaultValue`
|
|
2240
|
-
| `onChange`
|
|
2241
|
-
| `
|
|
2242
|
-
| `
|
|
2243
|
-
| `
|
|
2244
|
-
| `
|
|
2245
|
-
| `
|
|
2246
|
-
| `
|
|
2247
|
-
| `
|
|
2248
|
-
| `
|
|
2242
|
+
| Prop | Type | Required | Default | Description |
|
|
2243
|
+
| --------------- | --------------------------- | -------- | ------- | ----------------------------------------------------------------- |
|
|
2244
|
+
| `value` | `number` | | | 제어 모드 값 |
|
|
2245
|
+
| `defaultValue` | `number` | | 0 | 비제어 모드 초기값 |
|
|
2246
|
+
| `onChange` | `(value: number) => void` | | | 값 변경 핸들러 |
|
|
2247
|
+
| `onValueCommit` | `(value: number) => void` | | | 포인터·키보드 편집 완료 시 한 번 호출. 취소와 외부 값 갱신은 제외 |
|
|
2248
|
+
| `min` | `number` | | 0 | 최솟값 |
|
|
2249
|
+
| `max` | `number` | | 100 | 최댓값 |
|
|
2250
|
+
| `step` | `number` | | 1 | 증감 단위 |
|
|
2251
|
+
| `label` | `string` | | | 레이블 텍스트 |
|
|
2252
|
+
| `showValue` | `boolean` | | false | 현재 값 표시 여부 |
|
|
2253
|
+
| `formatValue` | `(value: number) => string` | | | 값 포맷 함수 |
|
|
2254
|
+
| `disabled` | `boolean` | | | 비활성화 |
|
|
2255
|
+
| `className` | `string` | | | 최외곽 CSS 클래스 |
|
|
2249
2256
|
|
|
2250
2257
|
#### PageHeader
|
|
2251
2258
|
|
|
@@ -2755,10 +2762,10 @@ import { SearchCombobox } from "@reopt-ai/opt-ui";
|
|
|
2755
2762
|
**Import:** `import { SettingsForm } from "@reopt-ai/opt-ui"`
|
|
2756
2763
|
**Dependencies:** form (core), checkbox (core), radio-group (core), switch (core)
|
|
2757
2764
|
|
|
2758
|
-
| Prop | Type
|
|
2759
|
-
| ---------- |
|
|
2760
|
-
| `fields` | `FormFieldDef[]`
|
|
2761
|
-
| `onSubmit` | `(values: Record<string, unknown>) => void
|
|
2765
|
+
| Prop | Type | Required | Default | Description |
|
|
2766
|
+
| ---------- | ------------------------------------------------------------ | -------- | ------- | ----------------- |
|
|
2767
|
+
| `fields` | `FormFieldDef[]` | Yes | | 폼 필드 정의 배열 |
|
|
2768
|
+
| `onSubmit` | `(values: Record<string, unknown>) => void \| Promise<void>` | | | 제출 핸들러 |
|
|
2762
2769
|
|
|
2763
2770
|
**Examples:**
|
|
2764
2771
|
|
|
@@ -3122,29 +3129,29 @@ const filters = [
|
|
|
3122
3129
|
**Import:** `import { AuthForm } from "@reopt-ai/opt-ui"`
|
|
3123
3130
|
**Dependencies:** form (core)
|
|
3124
3131
|
|
|
3125
|
-
| Prop | Type
|
|
3126
|
-
| ------------------- |
|
|
3127
|
-
| `defaultMode` | `"login" \| "signup"`
|
|
3128
|
-
| `mode` | `"login" \| "signup"`
|
|
3129
|
-
| `onModeChange` | `(mode: "login" \| "signup") => void`
|
|
3130
|
-
| `showRememberMe` | `boolean`
|
|
3131
|
-
| `minPasswordLength` | `number`
|
|
3132
|
-
| `onSubmit` | `(values: { email: string; password: string; confirmPassword?: string; rememberMe?: boolean; mode: "login" \| "signup" }) => void
|
|
3133
|
-
| `labels` | `AuthFormLabels`
|
|
3132
|
+
| Prop | Type | Required | Default | Description |
|
|
3133
|
+
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | -------------------------------------------- |
|
|
3134
|
+
| `defaultMode` | `"login" \| "signup"` | | "login" | 초기 모드 (비제어) |
|
|
3135
|
+
| `mode` | `"login" \| "signup"` | | | 제어 모드: 현재 모드 |
|
|
3136
|
+
| `onModeChange` | `(mode: "login" \| "signup") => void` | | | 모드 변경 핸들러 |
|
|
3137
|
+
| `showRememberMe` | `boolean` | | true | 로그인 모드에서 '로그인 상태 유지' 표시 여부 |
|
|
3138
|
+
| `minPasswordLength` | `number` | | 8 | 비밀번호 최소 길이 |
|
|
3139
|
+
| `onSubmit` | `(values: { email: string; password: string; confirmPassword?: string; rememberMe?: boolean; mode: "login" \| "signup" }) => void \| Promise<void>` | | | 제출 핸들러 |
|
|
3140
|
+
| `labels` | `AuthFormLabels` | | | i18n용 라벨 오버라이드 |
|
|
3134
3141
|
|
|
3135
3142
|
#### WizardForm
|
|
3136
3143
|
|
|
3137
3144
|
**Import:** `import { WizardForm } from "@reopt-ai/opt-ui"`
|
|
3138
3145
|
**Dependencies:** form (core), checkbox (core), radio-group (core)
|
|
3139
3146
|
|
|
3140
|
-
| Prop | Type
|
|
3141
|
-
| -------------- |
|
|
3142
|
-
| `fields` | `FormFieldDef[]`
|
|
3143
|
-
| `steps` | `WizardStepDef[]`
|
|
3144
|
-
| `showReview` | `boolean`
|
|
3145
|
-
| `onSubmit` | `(values: Record<string, unknown>) => void
|
|
3146
|
-
| `onStepChange` | `(stepIndex: number) => void`
|
|
3147
|
-
| `labels` | `WizardFormLabels`
|
|
3147
|
+
| Prop | Type | Required | Default | Description |
|
|
3148
|
+
| -------------- | ------------------------------------------------------------ | -------- | ------- | ------------------------------------------ |
|
|
3149
|
+
| `fields` | `FormFieldDef[]` | Yes | | 폼 필드 정의 배열 |
|
|
3150
|
+
| `steps` | `WizardStepDef[]` | Yes | | 단계 정의. { id, label, fields: string[] } |
|
|
3151
|
+
| `showReview` | `boolean` | | true | 마지막 리뷰 단계 표시 여부 |
|
|
3152
|
+
| `onSubmit` | `(values: Record<string, unknown>) => void \| Promise<void>` | | | 제출 핸들러 |
|
|
3153
|
+
| `onStepChange` | `(stepIndex: number) => void` | | | 단계 변경 핸들러 |
|
|
3154
|
+
| `labels` | `WizardFormLabels` | | | i18n용 라벨 오버라이드 |
|
|
3148
3155
|
|
|
3149
3156
|
#### DynamicFieldForm
|
|
3150
3157
|
|
|
@@ -3158,7 +3165,7 @@ const filters = [
|
|
|
3158
3165
|
| `maxFields` | `number` | | | 최대 필드 수 |
|
|
3159
3166
|
| `fieldType` | `"text" \| "email" \| "url" \| "number"` | | "text" | 필드 입력 타입 |
|
|
3160
3167
|
| `validateField` | `(value: string, index: number) => string \| undefined` | | | 커스텀 필드 검증 함수 |
|
|
3161
|
-
| `onSubmit` | `(values: string[]) => void
|
|
3168
|
+
| `onSubmit` | `(values: string[]) => void \| Promise<void>` | | | 제출 핸들러 |
|
|
3162
3169
|
| `labels` | `DynamicFieldFormLabels` | | | i18n용 라벨 오버라이드 |
|
|
3163
3170
|
|
|
3164
3171
|
#### FileUploadForm
|
|
@@ -3166,17 +3173,17 @@ const filters = [
|
|
|
3166
3173
|
**Import:** `import { FileUploadForm } from "@reopt-ai/opt-ui"`
|
|
3167
3174
|
**Dependencies:** form (core)
|
|
3168
3175
|
|
|
3169
|
-
| Prop | Type
|
|
3170
|
-
| ----------------- |
|
|
3171
|
-
| `accept` | `string`
|
|
3172
|
-
| `showPreview` | `boolean`
|
|
3173
|
-
| `showFileInfo` | `boolean`
|
|
3174
|
-
| `showDescription` | `boolean`
|
|
3175
|
-
| `maxFileSize` | `number`
|
|
3176
|
-
| `onSubmit` | `(values: { title: string; description: string; file: File \| null }) => void
|
|
3177
|
-
| `labels` | `FileUploadFormLabels`
|
|
3178
|
-
| `onPreview` | `(file: File) => void`
|
|
3179
|
-
| `columnMapping` | `ReactNode`
|
|
3176
|
+
| Prop | Type | Required | Default | Description |
|
|
3177
|
+
| ----------------- | ----------------------------------------------------------------------------------------------- | -------- | ------------------------- | ----------------------------------------- |
|
|
3178
|
+
| `accept` | `string` | | "image/*,.pdf,.doc,.docx" | 허용 파일 타입 |
|
|
3179
|
+
| `showPreview` | `boolean` | | true | 이미지 미리보기 표시 |
|
|
3180
|
+
| `showFileInfo` | `boolean` | | true | 파일 정보 표시 |
|
|
3181
|
+
| `showDescription` | `boolean` | | true | 설명 텍스트영역 표시 |
|
|
3182
|
+
| `maxFileSize` | `number` | | | 최대 파일 크기 (bytes) |
|
|
3183
|
+
| `onSubmit` | `(values: { title: string; description: string; file: File \| null }) => void \| Promise<void>` | | | 제출 핸들러 |
|
|
3184
|
+
| `labels` | `FileUploadFormLabels` | | | i18n용 라벨 오버라이드 |
|
|
3185
|
+
| `onPreview` | `(file: File) => void` | | | 파일 선택 후 프리뷰 콜백 |
|
|
3186
|
+
| `columnMapping` | `ReactNode` | | | CSV 컬럼 매핑 UI 슬롯 (파일 선택 후 표시) |
|
|
3180
3187
|
|
|
3181
3188
|
#### EventIcon
|
|
3182
3189
|
|
|
@@ -4484,4 +4491,150 @@ const messages = [
|
|
|
4484
4491
|
| `defaultEditorSize` | `number` | | 40 | 편집기 높이(%) |
|
|
4485
4492
|
| `labels` | `QueryWorkspaceLabels` | | | 문구 오버라이드 |
|
|
4486
4493
|
|
|
4494
|
+
#### ReplayScrubber
|
|
4495
|
+
|
|
4496
|
+
**Import:** `import { ReplayScrubber } from "@reopt-ai/opt-ui"`
|
|
4497
|
+
|
|
4498
|
+
| Prop | Type | Required | Default | Description |
|
|
4499
|
+
| ---------------- | ---------------------------------------- | -------- | ------- | ----------------------------------------------------------- |
|
|
4500
|
+
| `start` | `number` | Yes | | 재생 가능한 첫 시각(절대값, 보통 epoch ms) |
|
|
4501
|
+
| `end` | `number` | Yes | | 재생 가능한 마지막 시각 |
|
|
4502
|
+
| `position` | `number` | Yes | | 현재 플레이헤드. [start, end]로 클램프 |
|
|
4503
|
+
| `segments` | `ReplayScrubberSegment[]` | | | 활동 분류 구간. active/inactive/gap/buffer |
|
|
4504
|
+
| `buffered` | `Array<{ start: number; end: number }>` | | | 이미 로드된 범위 |
|
|
4505
|
+
| `activity` | `number[]` | | | 0..1로 정규화한 활동 밀도 버킷. 로그 스케일 영역으로 그린다 |
|
|
4506
|
+
| `markers` | `ReplayScrubberMarker[]` | | | 트랙 위 관심 지점. 가까운 마커는 하나로 합쳐진다 |
|
|
4507
|
+
| `onSeek` | `(time: number) => void` | Yes | | 포인터·키보드 조작이 끝났을 때 한 번 호출 |
|
|
4508
|
+
| `onPreview` | `(time: number \| null) => void` | | | 드래그·호버 중 미리보기 시각. 비싼 seek에 쓰지 않는다 |
|
|
4509
|
+
| `onMarkerSelect` | `(marker: ReplayScrubberMarker) => void` | | | 마커 선택. 생략하면 해당 시각으로 seek |
|
|
4510
|
+
| `formatTime` | `(time: number) => string` | | | 배지와 aria-valuetext 포맷. 기본 start 기준 m:ss |
|
|
4511
|
+
| `stepMs` | `number` | | 5000 | 화살표 키 이동량 |
|
|
4512
|
+
| `largeStepMs` | `number` | | 30000 | PageUp/PageDown·Shift+화살표 이동량 |
|
|
4513
|
+
| `disabled` | `boolean` | | false | 모든 조작을 비활성화 |
|
|
4514
|
+
| `labels` | `ReplayScrubberLabels` | | | 접근성 문구 오버라이드 |
|
|
4515
|
+
| `className` | `string` | | | 추가 클래스 |
|
|
4516
|
+
|
|
4517
|
+
**Examples:**
|
|
4518
|
+
|
|
4519
|
+
_구간·마커가 있는 탐색 트랙:_
|
|
4520
|
+
|
|
4521
|
+
```tsx
|
|
4522
|
+
import { ReplayScrubber } from "@reopt-ai/opt-ui";
|
|
4523
|
+
|
|
4524
|
+
<ReplayScrubber
|
|
4525
|
+
start={recording.start}
|
|
4526
|
+
end={recording.end}
|
|
4527
|
+
position={playhead}
|
|
4528
|
+
segments={[
|
|
4529
|
+
{ start: recording.start, end: recording.start + 60_000, kind: "active" },
|
|
4530
|
+
{ start: recording.start + 60_000, end: recording.end, kind: "inactive" },
|
|
4531
|
+
]}
|
|
4532
|
+
markers={[{ id: "err", time: errorAt, label: "TypeError", tone: "danger" }]}
|
|
4533
|
+
onSeek={(time) => player.seek(time)}
|
|
4534
|
+
labels={{ track: "녹화 탐색" }}
|
|
4535
|
+
/>;
|
|
4536
|
+
```
|
|
4537
|
+
|
|
4538
|
+
#### ReplayTransport
|
|
4539
|
+
|
|
4540
|
+
**Import:** `import { ReplayTransport } from "@reopt-ai/opt-ui"`
|
|
4541
|
+
|
|
4542
|
+
| Prop | Type | Required | Default | Description |
|
|
4543
|
+
| ---------------------- | -------------------------------------- | -------- | ----------------------------- | ---------------------------------------------- |
|
|
4544
|
+
| `playing` | `boolean` | Yes | | 재생 중 여부 |
|
|
4545
|
+
| `ended` | `boolean` | | false | 끝에 도달. 재생 버튼이 다시 시작을 제안 |
|
|
4546
|
+
| `position` | `number` | Yes | | 절대 플레이헤드 시각 |
|
|
4547
|
+
| `start` | `number` | Yes | | 녹화 시작 시각(절대값) |
|
|
4548
|
+
| `end` | `number` | Yes | | 녹화 종료 시각(절대값) |
|
|
4549
|
+
| `onTogglePlay` | `() => void` | Yes | | 재생/일시정지 토글. ended면 처음부터 다시 시작 |
|
|
4550
|
+
| `onSkip` | `(deltaMs: number) => void` | Yes | | 부호 있는 시간만큼 이동 |
|
|
4551
|
+
| `onSkipToStart` | `() => void` | | | 처음으로. 생략하면 버튼 숨김 |
|
|
4552
|
+
| `jumpMs` | `number` | | 10000 | 앞뒤 점프 버튼 이동량(ms) |
|
|
4553
|
+
| `speed` | `number` | Yes | | 현재 배속 |
|
|
4554
|
+
| `speeds` | `readonly number[]` | | [0.5, 1, 1.5, 2, 3, 4, 8, 16] | 선택 가능한 배속 목록 |
|
|
4555
|
+
| `onSpeedChange` | `(speed: number) => void` | Yes | | 배속 변경 콜백 |
|
|
4556
|
+
| `skipInactive` | `boolean` | Yes | | 비활성 구간 건너뛰기 여부 |
|
|
4557
|
+
| `onSkipInactiveChange` | `(skip: boolean) => void` | Yes | | 건너뛰기 토글 콜백 |
|
|
4558
|
+
| `fullscreen` | `boolean` | | | 전체화면 상태(호스트 소유) |
|
|
4559
|
+
| `onFullscreenChange` | `(fullscreen: boolean) => void` | | | 있으면 전체화면 버튼 표시 |
|
|
4560
|
+
| `timecode` | `"elapsed" \| "clock"` | | "elapsed" | 경과 시간 또는 실제 시각 표시 모드 |
|
|
4561
|
+
| `onTimecodeChange` | `(mode: "elapsed" \| "clock") => void` | | | 있으면 타임코드를 클릭해 전환 |
|
|
4562
|
+
| `formatClock` | `(time: number) => string` | | | clock 모드 포맷 |
|
|
4563
|
+
| `disabled` | `boolean` | | false | 모든 조작을 비활성화 |
|
|
4564
|
+
| `children` | `ReactNode` | | | 오른쪽에 추가 컨트롤 |
|
|
4565
|
+
| `labels` | `ReplayTransportLabels` | | | 문구 오버라이드 |
|
|
4566
|
+
| `shortcuts` | `ReplayTransportShortcuts` | | | 툴팁에 표시할 단축키 |
|
|
4567
|
+
| `className` | `string` | | | 추가 클래스 |
|
|
4568
|
+
|
|
4569
|
+
**Examples:**
|
|
4570
|
+
|
|
4571
|
+
_호스트가 재생 상태를 소유하는 트랜스포트:_
|
|
4572
|
+
|
|
4573
|
+
```tsx
|
|
4574
|
+
import { ReplayTransport } from "@reopt-ai/opt-ui";
|
|
4575
|
+
|
|
4576
|
+
<ReplayTransport
|
|
4577
|
+
playing={playing}
|
|
4578
|
+
position={playhead}
|
|
4579
|
+
start={recording.start}
|
|
4580
|
+
end={recording.end}
|
|
4581
|
+
onTogglePlay={() => (playing ? player.pause() : player.play())}
|
|
4582
|
+
onSkip={(delta) => player.seek(playhead + delta)}
|
|
4583
|
+
speed={speed}
|
|
4584
|
+
onSpeedChange={setSpeed}
|
|
4585
|
+
skipInactive={skipInactive}
|
|
4586
|
+
onSkipInactiveChange={setSkipInactive}
|
|
4587
|
+
labels={{ play: "재생", pause: "일시정지" }}
|
|
4588
|
+
/>;
|
|
4589
|
+
```
|
|
4590
|
+
|
|
4591
|
+
#### ReplayPlayerLayout
|
|
4592
|
+
|
|
4593
|
+
**Import:** `import { ReplayPlayerLayout } from "@reopt-ai/opt-ui"`
|
|
4594
|
+
|
|
4595
|
+
| Prop | Type | Required | Default | Description |
|
|
4596
|
+
| ----------------------- | ------------------------------- | -------- | ------- | -------------------------------------------------------------------- |
|
|
4597
|
+
| `stage` | `ReactNode` | Yes | | 녹화가 렌더되는 영역(iframe 호스트) |
|
|
4598
|
+
| `meta` | `ReactNode` | | | 스테이지 위 얇은 바: URL, 창, 기기 |
|
|
4599
|
+
| `controls` | `ReactNode` | | | 스테이지 아래 트랜스포트와 스크러버 |
|
|
4600
|
+
| `inspector` | `ReactNode` | | | 측면 패널. 생략하면 패널 없음 |
|
|
4601
|
+
| `inspectorOpen` | `boolean` | | true | 인스펙터 표시 여부(제어됨) |
|
|
4602
|
+
| `onInspectorOpenChange` | `(open: boolean) => void` | | | 있으면 토글 버튼 표시 |
|
|
4603
|
+
| `inspectorSize` | `number` | | 34 | 인스펙터 초기 폭(%) |
|
|
4604
|
+
| `layoutId` | `string` | | | 리사이즈 레이아웃 영속 id |
|
|
4605
|
+
| `fullscreen` | `boolean` | | false | 전체화면 상태(호스트 소유) |
|
|
4606
|
+
| `onFullscreenChange` | `(fullscreen: boolean) => void` | | | 전체화면 변경 콜백. 브라우저가 스스로 나가도 호출된다 |
|
|
4607
|
+
| `shortcuts` | `ReplayShortcutMap` | | | 포커스가 안에 있고 입력 필드가 아닐 때만 동작. false를 반환하면 전파 |
|
|
4608
|
+
| `overlay` | `ReactNode` | | | 스테이지 위 오버레이: 로딩, 오류, 건너뛰는 중 |
|
|
4609
|
+
| `labels` | `ReplayPlayerLayoutLabels` | | | 문구 오버라이드 |
|
|
4610
|
+
| `className` | `string` | | | 추가 클래스 |
|
|
4611
|
+
|
|
4612
|
+
**Examples:**
|
|
4613
|
+
|
|
4614
|
+
_스테이지·컨트롤·인스펙터 배치와 단축키:_
|
|
4615
|
+
|
|
4616
|
+
```tsx
|
|
4617
|
+
import { ReplayPlayerLayout } from "@reopt-ai/opt-ui";
|
|
4618
|
+
|
|
4619
|
+
<ReplayPlayerLayout
|
|
4620
|
+
layoutId="replay-player"
|
|
4621
|
+
meta={<span>{currentPath}</span>}
|
|
4622
|
+
stage={<div ref={stageRef} />}
|
|
4623
|
+
controls={
|
|
4624
|
+
<>
|
|
4625
|
+
{scrubber}
|
|
4626
|
+
{transport}
|
|
4627
|
+
</>
|
|
4628
|
+
}
|
|
4629
|
+
inspector={<EventList onSelect={(e) => player.seek(e.time)} />}
|
|
4630
|
+
inspectorOpen={inspectorOpen}
|
|
4631
|
+
onInspectorOpenChange={setInspectorOpen}
|
|
4632
|
+
shortcuts={{
|
|
4633
|
+
space: togglePlay,
|
|
4634
|
+
arrowleft: () => skip(-10_000),
|
|
4635
|
+
arrowright: () => skip(10_000),
|
|
4636
|
+
}}
|
|
4637
|
+
/>;
|
|
4638
|
+
```
|
|
4639
|
+
|
|
4487
4640
|
### Surface Layer
|
package/README.md
CHANGED
|
@@ -326,6 +326,32 @@ Block 루트는 반드시 `BlockLayout`을 사용합니다. 페이지 콘텐츠
|
|
|
326
326
|
|
|
327
327
|
## 접근성
|
|
328
328
|
|
|
329
|
+
입력의 자동 ID는 컴포넌트 인스턴스마다 고유합니다. 같은 라벨의 입력을 여러 번
|
|
330
|
+
렌더해도 각각의 라벨과 오류가 해당 입력에 연결됩니다. 외부 코드가 ID를 참조해야
|
|
331
|
+
하면 `id`를 명시하세요.
|
|
332
|
+
|
|
333
|
+
폼의 라벨·설명·오류는 필드별 `FormField` 아래에 조합합니다.
|
|
334
|
+
|
|
335
|
+
```tsx
|
|
336
|
+
<FormField name="message">
|
|
337
|
+
<FormLabel>메시지</FormLabel>
|
|
338
|
+
<FormTextarea name="message" />
|
|
339
|
+
<FormDescription>요청 내용을 입력하세요.</FormDescription>
|
|
340
|
+
<FormError name="message" />
|
|
341
|
+
</FormField>
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
`AuthForm`, `FileUploadForm`, `SettingsForm`, `DynamicFieldForm`, `WizardForm`의
|
|
345
|
+
`onSubmit`은 `Promise<void>`를 반환할 수 있습니다. 요청이 완료될 때까지 제출을
|
|
346
|
+
막고, 성공 후에만 완료 안내를 표시합니다. 실패 안내는 `labels.submitError`로
|
|
347
|
+
지정하며 다시 제출할 수 있습니다. `AsyncCombobox`와 비동기 `SearchCombobox`는
|
|
348
|
+
검색 실패와 재시도를 `labels.error`·`labels.retry`로 제공합니다.
|
|
349
|
+
|
|
350
|
+
`InlineEdit`의 편집 입력 이름은 `labels.input`으로 지정합니다. IME 조합 중에는
|
|
351
|
+
Enter/Escape 명령을 실행하지 않으며, 저장·취소 후 읽기 버튼으로 포커스를
|
|
352
|
+
복원합니다. 다른 컨트롤을 선택해 편집을 마치면 선택한 컨트롤의 포커스를
|
|
353
|
+
유지합니다. `NumberInput`은 `spinbutton` 역할과 값·범위 ARIA 속성을 제공합니다.
|
|
354
|
+
|
|
329
355
|
- opt-ui-primitives 기반 ARIA 역할/상태 관리
|
|
330
356
|
- 모든 인터랙티브 요소에 포커스 링
|
|
331
357
|
- Roving tabindex (CompositeZone, DataTable, SidebarNav)
|
package/dist/core/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_text_truncate = require("../text-truncate-
|
|
4
|
-
const require_key_pad_menu = require("../key-pad-menu-
|
|
3
|
+
const require_text_truncate = require("../text-truncate-gQhpMy-Z.cjs");
|
|
4
|
+
const require_key_pad_menu = require("../key-pad-menu-Jaqxhx9P.cjs");
|
|
5
5
|
let _reopt_ai_opt_ui_primitives = require("@reopt-ai/opt-ui-primitives");
|
|
6
6
|
exports.AccordionContent = require_key_pad_menu.AccordionContent;
|
|
7
7
|
exports.AccordionItem = require_key_pad_menu.AccordionItem;
|
|
@@ -162,8 +162,8 @@ exports.TagInput = require_text_truncate.TagInput;
|
|
|
162
162
|
exports.Text = require_key_pad_menu.Text;
|
|
163
163
|
exports.TextTruncate = require_text_truncate.TextTruncate;
|
|
164
164
|
exports.Textarea = require_text_truncate.Textarea;
|
|
165
|
-
exports.Toggle =
|
|
166
|
-
exports.ToggleGroup =
|
|
165
|
+
exports.Toggle = require_text_truncate.Toggle;
|
|
166
|
+
exports.ToggleGroup = require_text_truncate.ToggleGroup;
|
|
167
167
|
exports.ToolbarButton = require_text_truncate.ToolbarButton;
|
|
168
168
|
exports.ToolbarContainer = require_text_truncate.ToolbarContainer;
|
|
169
169
|
exports.ToolbarRoot = require_text_truncate.ToolbarRoot;
|
package/dist/core/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import { $ as DrawerSize, $i as DescriptionListLabels, $n as ToolbarButton, $r as DisclosureContent, A as ShaderSurfaceHandle, Aa as TextElement, Ai as AlertProps, An as FormSubmit, Ar as DialogFooter, At as CheckboxGroupProps, B as ShaderPresetCategory, Bi as CardDescription, Bn as TagInput, Br as SelectPopover, Bt as PopoverRoot, C as Facet, Ca as Separator, Ci as SkeletonTable, Cn as FormSelectItem, Cr as AlertDialogPanel, Ct as BlockLayoutProps, D as FacetItem, Da as HeadingProps, Di as Input, Dr as DialogDescription, Dt as RadioProps, E as FacetGroupProps, Ea as HeadingLevel, Ei as SwitchProps, Er as DialogBodyProps, Et as RadioGroupProps, F as SHADER_PRESETS, Fa as KbdProps, Fi as Button, Fn as FormTextarea, Fr as DialogPanel, Ft as DropdownSeparator, G as VirtualListProps, Gi as CardHeaderProps, Gn as ColorPicker, Gt as ConditionDef, H as getShaderFragment, Hi as CardFooter, Hn as IconDef, Hr as SelectTrigger, Ht as ConditionBuilder, I as SHADER_PRESET_IDS, Ii as ButtonProps, In as FormTextareaProps, Ir as DialogRoot, It as DropdownTrigger, J as DrawerClose, Ji as CardTitleProps, Jt as ConditionTypeRenderer, K as Pagination, Ki as CardProps, Kn as ColorPickerProps, Kr as TabPanel, Kt as ConditionGroup, L as ShaderParamKey, Li as Card, Lr as DialogSize, Lt as PopoverClose, M as SHADER_OVERLAY_PARAM_KEYS, Ma as TextRole, Mi as SpinnerProps, Mn as FormSwitchProps, Mr as DialogHeader, Mt as DropdownContent, N as SHADER_PARAM_FALLBACK, Na as TextTone, Ni as Badge, Nr as DialogHeaderProps, Nt as DropdownItem, O as FacetProps, Oa as HeadingRole, Oi as InputProps, Or as DialogDisclosure, Ot as Checkbox, P as SHADER_PARAM_KEYS, Pa as Kbd, Pi as BadgeProps, Pr as DialogHeading, Pt as DropdownMenu, Q as DrawerSide, Qi as DescriptionListItem, Qn as NumberInputProps, Qt as FormCheckbox, R as ShaderParamSpec, Ri as CardContent, Rn as useFormContext, Rr as SelectItem, Rt as PopoverContent, S as ExpressionTone, Sa as OtpFieldProps, Si as SkeletonProps, Sn as FormSelect, Sr as ComboboxRoot, St as BlockLayout, T as FacetGroupLabels, Ta as Heading, Ti as Switch, Tn as FormSelectProps, Tr as DialogBody, Tt as RadioGroup, U as getShaderPreset, Ui as CardFooterProps, Un as IconPicker, Ur as Tab, V as ShaderPresetId, Vi as CardDescriptionProps, Vn as TagInputProps, Vr as SelectRoot, Vt as PopoverTrigger, W as VirtualList, Wi as CardHeader, Wn as IconPickerProps, Wr as TabList, Wt as ConditionBuilderProps, X as DrawerPanelProps, Xi as IdentityProps, Xn as SliderProps, Xr as TabsRoot, Xt as StepBuilderProps, Y as DrawerPanel, Yi as Identity, Yn as Slider, Yt as StepBuilder, Z as DrawerRoot, Zi as DescriptionList, Zn as NumberInput, Zt as StepDef, _ as HighlightProps, _a as Toggle, _i as Textarea, _n as FormRadio, _r as ComboboxGroup, _t as ScrollAreaProps, a as InlineEditLabels, aa as BreadcrumbItem, ai as CompositeRow, an as FormError, ar as TooltipProvider, at as PanelSize, b as ExpressionGroupProps, ba as ToggleProps, bi as SkeletonAvatar, bn as FormReset, br as ComboboxItem, bt as BlockBaseProps, c as ColorPaletteDisplay, ca as StatCardProps, ci as MeterProps, cn as FormGroupLabel, cr as MenuItemCheckbox, ct as ResizablePanel, d as ColorPalettePickerProps, da as AccordionRoot, di as Progress, dn as FormInput, dr as MenuRoot, dt as ResizablePanelProps, ea as DescriptionListProps, ei as DisclosureRoot, er as ToolbarContainer, et as Logo, f as PaletteKind, fa as AccordionRootProps, fi as ProgressProps, fn as FormLabel, fr as MenuSeparator, ft as Section, g as Highlight, ga as PrimAccordionTriggerProps, gi as AvatarProps, gn as FormPush, gr as ComboboxEmpty, gt as ScrollArea, h as LiveRegionProps, ha as PrimAccordionItemProps, hi as AvatarGroupProps, hn as FormProvider, hr as MenubarRoot, ht as ContainerProps, i as InlineEdit, ia as Breadcrumb, ii as CompositeProvider, in as FormDescription, ir as TooltipAnchor, it as PanelImperativeHandle, j as ShaderSurfaceProps, ja as TextProps, ji as Spinner, jn as FormSwitch, jr as DialogFooterProps, jt as CheckboxProps, k as ShaderSurface, ka as Text, ki as Alert, kr as DialogDismiss, kt as CheckboxGroup, l as ColorPaletteDisplayProps, la as AccordionContent, li as CircularProgress, lr as MenuItemRadio, lt as ResizablePanelGroup, m as LiveRegion, ma as PrimAccordionContentProps, mi as AvatarGroup, mr as MenubarContainer, mt as Container, n as KeyPadMenu, na as EmptyStateAction, ni as Composite, nr as ToolbarSeparator, nt as GroupImperativeHandle, o as InlineEditProps, oa as BreadcrumbProps, oi as CompositeZone, on as FormField, or as MenuButtonArrow, ot as ResizableHandle, p as THEME_PALETTES, pa as AccordionTrigger, pi as Avatar, pr as MenuTrigger, pt as SectionProps, q as PaginationProps, qi as CardTitle, qt as ConditionOperator, r as KeyPadMenuProps, ra as EmptyStateProps, ri as CompositeItem, rr as Tooltip, rt as Layout, s as ColorPalette, sa as StatCard, si as Meter, sn as FormGroup, sr as MenuItem, st as ResizableHandleProps, t as KeyPadItem, ta as EmptyState, ti as DisclosureTrigger, tn as FormControl, tr as ToolbarRoot, tt as LogoProps, u as ColorPalettePicker, ua as AccordionItem, ui as CircularProgressProps, ur as MenuPopover, ut as ResizablePanelGroupProps, v as Expression, va as ToggleGroup, vi as TextareaProps, vn as FormRadioGroup, vr as ComboboxGroupLabel, vt as PageHeader, w as FacetGroup, wa as SeparatorProps, wi as SkeletonText, wn as FormSelectPopover, wr as AlertDialogPanelProps, wt as Radio, x as ExpressionProps, xa as OtpField, xi as SkeletonCard, xn as FormRoot, xr as ComboboxPopover, xt as createBlock, y as ExpressionGroup, ya as ToggleGroupProps, yi as Skeleton, yn as FormRemove, yr as ComboboxInput, yt as PageHeaderProps, z as ShaderPreset, zi as CardContentProps, zn as useFormStore, zr as SelectLabel, zt as PopoverContentProps } from "../key-pad-menu-
|
|
3
|
-
import { _ as DateRangePreset, a as FieldDataType, d as ComparisonMode, f as DEFAULT_PRESETS, g as DateRangePickerProps, h as DateRangePicker, i as FIELD_TYPE_TOKENS, l as FieldTokenProps, m as DateRange, n as TextTruncateProps, o as FieldToken, p as DateGranularity, r as TruncationSide, t as TextTruncate, u as resolveFieldType } from "../text-truncate-
|
|
2
|
+
import { $ as DrawerSize, $i as DescriptionListLabels, $n as ToolbarButton, $r as DisclosureContent, A as ShaderSurfaceHandle, Aa as TextElement, Ai as AlertProps, An as FormSubmit, Ar as DialogFooter, At as CheckboxGroupProps, B as ShaderPresetCategory, Bi as CardDescription, Bn as TagInput, Br as SelectPopover, Bt as PopoverRoot, C as Facet, Ca as Separator, Ci as SkeletonTable, Cn as FormSelectItem, Cr as AlertDialogPanel, Ct as BlockLayoutProps, D as FacetItem, Da as HeadingProps, Di as Input, Dr as DialogDescription, Dt as RadioProps, E as FacetGroupProps, Ea as HeadingLevel, Ei as SwitchProps, Er as DialogBodyProps, Et as RadioGroupProps, F as SHADER_PRESETS, Fa as KbdProps, Fi as Button, Fn as FormTextarea, Fr as DialogPanel, Ft as DropdownSeparator, G as VirtualListProps, Gi as CardHeaderProps, Gn as ColorPicker, Gt as ConditionDef, H as getShaderFragment, Hi as CardFooter, Hn as IconDef, Hr as SelectTrigger, Ht as ConditionBuilder, I as SHADER_PRESET_IDS, Ii as ButtonProps, In as FormTextareaProps, Ir as DialogRoot, It as DropdownTrigger, J as DrawerClose, Ji as CardTitleProps, Jt as ConditionTypeRenderer, K as Pagination, Ki as CardProps, Kn as ColorPickerProps, Kr as TabPanel, Kt as ConditionGroup, L as ShaderParamKey, Li as Card, Lr as DialogSize, Lt as PopoverClose, M as SHADER_OVERLAY_PARAM_KEYS, Ma as TextRole, Mi as SpinnerProps, Mn as FormSwitchProps, Mr as DialogHeader, Mt as DropdownContent, N as SHADER_PARAM_FALLBACK, Na as TextTone, Ni as Badge, Nr as DialogHeaderProps, Nt as DropdownItem, O as FacetProps, Oa as HeadingRole, Oi as InputProps, Or as DialogDisclosure, Ot as Checkbox, P as SHADER_PARAM_KEYS, Pa as Kbd, Pi as BadgeProps, Pr as DialogHeading, Pt as DropdownMenu, Q as DrawerSide, Qi as DescriptionListItem, Qn as NumberInputProps, Qt as FormCheckbox, R as ShaderParamSpec, Ri as CardContent, Rn as useFormContext, Rr as SelectItem, Rt as PopoverContent, S as ExpressionTone, Sa as OtpFieldProps, Si as SkeletonProps, Sn as FormSelect, Sr as ComboboxRoot, St as BlockLayout, T as FacetGroupLabels, Ta as Heading, Ti as Switch, Tn as FormSelectProps, Tr as DialogBody, Tt as RadioGroup, U as getShaderPreset, Ui as CardFooterProps, Un as IconPicker, Ur as Tab, V as ShaderPresetId, Vi as CardDescriptionProps, Vn as TagInputProps, Vr as SelectRoot, Vt as PopoverTrigger, W as VirtualList, Wi as CardHeader, Wn as IconPickerProps, Wr as TabList, Wt as ConditionBuilderProps, X as DrawerPanelProps, Xi as IdentityProps, Xn as SliderProps, Xr as TabsRoot, Xt as StepBuilderProps, Y as DrawerPanel, Yi as Identity, Yn as Slider, Yt as StepBuilder, Z as DrawerRoot, Zi as DescriptionList, Zn as NumberInput, Zt as StepDef, _ as HighlightProps, _a as Toggle, _i as Textarea, _n as FormRadio, _r as ComboboxGroup, _t as ScrollAreaProps, a as InlineEditLabels, aa as BreadcrumbItem, ai as CompositeRow, an as FormError, ar as TooltipProvider, at as PanelSize, b as ExpressionGroupProps, ba as ToggleProps, bi as SkeletonAvatar, bn as FormReset, br as ComboboxItem, bt as BlockBaseProps, c as ColorPaletteDisplay, ca as StatCardProps, ci as MeterProps, cn as FormGroupLabel, cr as MenuItemCheckbox, ct as ResizablePanel, d as ColorPalettePickerProps, da as AccordionRoot, di as Progress, dn as FormInput, dr as MenuRoot, dt as ResizablePanelProps, ea as DescriptionListProps, ei as DisclosureRoot, er as ToolbarContainer, et as Logo, f as PaletteKind, fa as AccordionRootProps, fi as ProgressProps, fn as FormLabel, fr as MenuSeparator, ft as Section, g as Highlight, ga as PrimAccordionTriggerProps, gi as AvatarProps, gn as FormPush, gr as ComboboxEmpty, gt as ScrollArea, h as LiveRegionProps, ha as PrimAccordionItemProps, hi as AvatarGroupProps, hn as FormProvider, hr as MenubarRoot, ht as ContainerProps, i as InlineEdit, ia as Breadcrumb, ii as CompositeProvider, in as FormDescription, ir as TooltipAnchor, it as PanelImperativeHandle, j as ShaderSurfaceProps, ja as TextProps, ji as Spinner, jn as FormSwitch, jr as DialogFooterProps, jt as CheckboxProps, k as ShaderSurface, ka as Text, ki as Alert, kr as DialogDismiss, kt as CheckboxGroup, l as ColorPaletteDisplayProps, la as AccordionContent, li as CircularProgress, lr as MenuItemRadio, lt as ResizablePanelGroup, m as LiveRegion, ma as PrimAccordionContentProps, mi as AvatarGroup, mr as MenubarContainer, mt as Container, n as KeyPadMenu, na as EmptyStateAction, ni as Composite, nr as ToolbarSeparator, nt as GroupImperativeHandle, o as InlineEditProps, oa as BreadcrumbProps, oi as CompositeZone, on as FormField, or as MenuButtonArrow, ot as ResizableHandle, p as THEME_PALETTES, pa as AccordionTrigger, pi as Avatar, pr as MenuTrigger, pt as SectionProps, q as PaginationProps, qi as CardTitle, qt as ConditionOperator, r as KeyPadMenuProps, ra as EmptyStateProps, ri as CompositeItem, rr as Tooltip, rt as Layout, s as ColorPalette, sa as StatCard, si as Meter, sn as FormGroup, sr as MenuItem, st as ResizableHandleProps, t as KeyPadItem, ta as EmptyState, ti as DisclosureTrigger, tn as FormControl, tr as ToolbarRoot, tt as LogoProps, u as ColorPalettePicker, ua as AccordionItem, ui as CircularProgressProps, ur as MenuPopover, ut as ResizablePanelGroupProps, v as Expression, va as ToggleGroup, vi as TextareaProps, vn as FormRadioGroup, vr as ComboboxGroupLabel, vt as PageHeader, w as FacetGroup, wa as SeparatorProps, wi as SkeletonText, wn as FormSelectPopover, wr as AlertDialogPanelProps, wt as Radio, x as ExpressionProps, xa as OtpField, xi as SkeletonCard, xn as FormRoot, xr as ComboboxPopover, xt as createBlock, y as ExpressionGroup, ya as ToggleGroupProps, yi as Skeleton, yn as FormRemove, yr as ComboboxInput, yt as PageHeaderProps, z as ShaderPreset, zi as CardContentProps, zn as useFormStore, zr as SelectLabel, zt as PopoverContentProps } from "../key-pad-menu-CaIsTHB2.cjs";
|
|
3
|
+
import { _ as DateRangePreset, a as FieldDataType, d as ComparisonMode, f as DEFAULT_PRESETS, g as DateRangePickerProps, h as DateRangePicker, i as FIELD_TYPE_TOKENS, l as FieldTokenProps, m as DateRange, n as TextTruncateProps, o as FieldToken, p as DateGranularity, r as TruncationSide, t as TextTruncate, u as resolveFieldType } from "../text-truncate-DOxUijpB.cjs";
|
|
4
4
|
export { AccordionContent, type PrimAccordionContentProps as AccordionContentProps, AccordionItem, type PrimAccordionItemProps as AccordionItemProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type PrimAccordionTriggerProps as AccordionTriggerProps, Alert, AlertDialogPanel, type AlertDialogPanelProps, type AlertProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BlockBaseProps, type BlockBaseProps as SurfaceBaseProps, BlockLayout, BlockLayout as SurfaceLayout, type BlockLayoutProps, type BlockLayoutProps as SurfaceLayoutProps, Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, CircularProgress, type CircularProgressProps, type ColorPalette, ColorPaletteDisplay, type ColorPaletteDisplayProps, ColorPalettePicker, type ColorPalettePickerProps, ColorPicker, type ColorPickerProps, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxInput, ComboboxItem, ComboboxPopover, ComboboxRoot, type ComparisonMode, Composite, CompositeItem, CompositeProvider, CompositeRow, CompositeZone, ConditionBuilder, type ConditionBuilderProps, type ConditionDef, type ConditionGroup, type ConditionOperator, type ConditionTypeRenderer, Container, type ContainerProps, DEFAULT_PRESETS, type DateGranularity, type DateRange, DateRangePicker, type DateRangePickerProps, type DateRangePreset, DescriptionList, type DescriptionListItem, type DescriptionListLabels, type DescriptionListProps, DialogBody, type DialogBodyProps, DialogDescription, DialogDisclosure, DialogDismiss, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogHeading, DialogPanel, DialogRoot, type DialogSize, DisclosureContent, DisclosureRoot, DisclosureTrigger, DrawerClose, DrawerPanel, type DrawerPanelProps, DrawerRoot, type DrawerSide, type DrawerSize, DropdownContent, DropdownItem, DropdownMenu, DropdownSeparator, DropdownTrigger, EmptyState, type EmptyStateAction, type EmptyStateProps, Expression, ExpressionGroup, type ExpressionGroupProps, type ExpressionProps, type ExpressionTone, FIELD_TYPE_TOKENS, Facet, FacetGroup, type FacetGroupLabels, type FacetGroupProps, type FacetItem, type FacetProps, type FieldDataType, FieldToken, type FieldTokenProps, FormCheckbox, FormControl, FormDescription, FormError, FormField, FormGroup, FormGroupLabel, FormInput, FormLabel, FormProvider, FormPush, FormRadio, FormRadioGroup, FormRemove, FormReset, FormRoot, FormSelect, FormSelectItem, FormSelectPopover, type FormSelectProps, FormSubmit, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, Heading, type HeadingLevel, type HeadingProps, type HeadingRole, Highlight, type HighlightProps, type IconDef, IconPicker, type IconPickerProps, Identity, type IdentityProps, InlineEdit, type InlineEditLabels, type InlineEditProps, Input, type InputProps, Kbd, type KbdProps, type KeyPadItem, KeyPadMenu, type KeyPadMenuProps, LiveRegion, type LiveRegionProps, Logo, type LogoProps, MenuButtonArrow, MenuItem, MenuItemCheckbox, MenuItemRadio, MenuPopover, MenuRoot, MenuSeparator, MenuTrigger, MenubarContainer, MenubarRoot, Meter, type MeterProps, NumberInput, type NumberInputProps, OtpField, type OtpFieldProps, PageHeader, type PageHeaderProps, Pagination, type PaginationProps, type PaletteKind, PopoverClose, PopoverContent, type PopoverContentProps, PopoverRoot, PopoverTrigger, Progress, type ProgressProps, Radio, RadioGroup, type RadioGroupProps, type RadioProps, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type GroupImperativeHandle as ResizablePanelGroupHandle, type ResizablePanelGroupProps, type PanelImperativeHandle as ResizablePanelHandle, type Layout as ResizablePanelLayout, type ResizablePanelProps, type PanelSize as ResizablePanelSize, SHADER_OVERLAY_PARAM_KEYS, SHADER_PARAM_FALLBACK, SHADER_PARAM_KEYS, SHADER_PRESETS, SHADER_PRESET_IDS, ScrollArea, type ScrollAreaProps, Section, type SectionProps, SelectItem, SelectLabel, SelectPopover, SelectRoot, SelectTrigger, Separator, type SeparatorProps, type ShaderParamKey, type ShaderParamSpec, type ShaderPreset, type ShaderPresetCategory, type ShaderPresetId, ShaderSurface, type ShaderSurfaceHandle, type ShaderSurfaceProps, Skeleton, SkeletonAvatar, SkeletonCard, type SkeletonProps, SkeletonTable, SkeletonText, Slider, type SliderProps, Spinner, type SpinnerProps, StatCard, type StatCardProps, StepBuilder, type StepBuilderProps, type StepDef, Switch, type SwitchProps, THEME_PALETTES, Tab, TabList, TabPanel, TabsRoot, TagInput, type TagInputProps, Text, type TextElement, type TextProps, type TextRole, type TextTone, TextTruncate, type TextTruncateProps, Textarea, type TextareaProps, Toggle, ToggleGroup, type ToggleGroupProps, type ToggleProps, ToolbarButton, ToolbarContainer, ToolbarRoot, ToolbarSeparator, Tooltip, TooltipAnchor, TooltipProvider, type TruncationSide, VirtualList, type VirtualListProps, createBlock, createBlock as createSurface, getShaderFragment, getShaderPreset, resolveFieldType, useFormContext, useFormStore };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import { $ as DrawerSize, $i as DescriptionListLabels, $n as ToolbarButton, $r as DisclosureContent, A as ShaderSurfaceHandle, Aa as TextElement, Ai as AlertProps, An as FormSubmit, Ar as DialogFooter, At as CheckboxGroupProps, B as ShaderPresetCategory, Bi as CardDescription, Bn as TagInput, Br as SelectPopover, Bt as PopoverRoot, C as Facet, Ca as Separator, Ci as SkeletonTable, Cn as FormSelectItem, Cr as AlertDialogPanel, Ct as BlockLayoutProps, D as FacetItem, Da as HeadingProps, Di as Input, Dr as DialogDescription, Dt as RadioProps, E as FacetGroupProps, Ea as HeadingLevel, Ei as SwitchProps, Er as DialogBodyProps, Et as RadioGroupProps, F as SHADER_PRESETS, Fa as KbdProps, Fi as Button, Fn as FormTextarea, Fr as DialogPanel, Ft as DropdownSeparator, G as VirtualListProps, Gi as CardHeaderProps, Gn as ColorPicker, Gt as ConditionDef, H as getShaderFragment, Hi as CardFooter, Hn as IconDef, Hr as SelectTrigger, Ht as ConditionBuilder, I as SHADER_PRESET_IDS, Ii as ButtonProps, In as FormTextareaProps, Ir as DialogRoot, It as DropdownTrigger, J as DrawerClose, Ji as CardTitleProps, Jt as ConditionTypeRenderer, K as Pagination, Ki as CardProps, Kn as ColorPickerProps, Kr as TabPanel, Kt as ConditionGroup, L as ShaderParamKey, Li as Card, Lr as DialogSize, Lt as PopoverClose, M as SHADER_OVERLAY_PARAM_KEYS, Ma as TextRole, Mi as SpinnerProps, Mn as FormSwitchProps, Mr as DialogHeader, Mt as DropdownContent, N as SHADER_PARAM_FALLBACK, Na as TextTone, Ni as Badge, Nr as DialogHeaderProps, Nt as DropdownItem, O as FacetProps, Oa as HeadingRole, Oi as InputProps, Or as DialogDisclosure, Ot as Checkbox, P as SHADER_PARAM_KEYS, Pa as Kbd, Pi as BadgeProps, Pr as DialogHeading, Pt as DropdownMenu, Q as DrawerSide, Qi as DescriptionListItem, Qn as NumberInputProps, Qt as FormCheckbox, R as ShaderParamSpec, Ri as CardContent, Rn as useFormContext, Rr as SelectItem, Rt as PopoverContent, S as ExpressionTone, Sa as OtpFieldProps, Si as SkeletonProps, Sn as FormSelect, Sr as ComboboxRoot, St as BlockLayout, T as FacetGroupLabels, Ta as Heading, Ti as Switch, Tn as FormSelectProps, Tr as DialogBody, Tt as RadioGroup, U as getShaderPreset, Ui as CardFooterProps, Un as IconPicker, Ur as Tab, V as ShaderPresetId, Vi as CardDescriptionProps, Vn as TagInputProps, Vr as SelectRoot, Vt as PopoverTrigger, W as VirtualList, Wi as CardHeader, Wn as IconPickerProps, Wr as TabList, Wt as ConditionBuilderProps, X as DrawerPanelProps, Xi as IdentityProps, Xn as SliderProps, Xr as TabsRoot, Xt as StepBuilderProps, Y as DrawerPanel, Yi as Identity, Yn as Slider, Yt as StepBuilder, Z as DrawerRoot, Zi as DescriptionList, Zn as NumberInput, Zt as StepDef, _ as HighlightProps, _a as Toggle, _i as Textarea, _n as FormRadio, _r as ComboboxGroup, _t as ScrollAreaProps, a as InlineEditLabels, aa as BreadcrumbItem, ai as CompositeRow, an as FormError, ar as TooltipProvider, at as PanelSize, b as ExpressionGroupProps, ba as ToggleProps, bi as SkeletonAvatar, bn as FormReset, br as ComboboxItem, bt as BlockBaseProps, c as ColorPaletteDisplay, ca as StatCardProps, ci as MeterProps, cn as FormGroupLabel, cr as MenuItemCheckbox, ct as ResizablePanel, d as ColorPalettePickerProps, da as AccordionRoot, di as Progress, dn as FormInput, dr as MenuRoot, dt as ResizablePanelProps, ea as DescriptionListProps, ei as DisclosureRoot, er as ToolbarContainer, et as Logo, f as PaletteKind, fa as AccordionRootProps, fi as ProgressProps, fn as FormLabel, fr as MenuSeparator, ft as Section, g as Highlight, ga as PrimAccordionTriggerProps, gi as AvatarProps, gn as FormPush, gr as ComboboxEmpty, gt as ScrollArea, h as LiveRegionProps, ha as PrimAccordionItemProps, hi as AvatarGroupProps, hn as FormProvider, hr as MenubarRoot, ht as ContainerProps, i as InlineEdit, ia as Breadcrumb, ii as CompositeProvider, in as FormDescription, ir as TooltipAnchor, it as PanelImperativeHandle, j as ShaderSurfaceProps, ja as TextProps, ji as Spinner, jn as FormSwitch, jr as DialogFooterProps, jt as CheckboxProps, k as ShaderSurface, ka as Text, ki as Alert, kr as DialogDismiss, kt as CheckboxGroup, l as ColorPaletteDisplayProps, la as AccordionContent, li as CircularProgress, lr as MenuItemRadio, lt as ResizablePanelGroup, m as LiveRegion, ma as PrimAccordionContentProps, mi as AvatarGroup, mr as MenubarContainer, mt as Container, n as KeyPadMenu, na as EmptyStateAction, ni as Composite, nr as ToolbarSeparator, nt as GroupImperativeHandle, o as InlineEditProps, oa as BreadcrumbProps, oi as CompositeZone, on as FormField, or as MenuButtonArrow, ot as ResizableHandle, p as THEME_PALETTES, pa as AccordionTrigger, pi as Avatar, pr as MenuTrigger, pt as SectionProps, q as PaginationProps, qi as CardTitle, qt as ConditionOperator, r as KeyPadMenuProps, ra as EmptyStateProps, ri as CompositeItem, rr as Tooltip, rt as Layout, s as ColorPalette, sa as StatCard, si as Meter, sn as FormGroup, sr as MenuItem, st as ResizableHandleProps, t as KeyPadItem, ta as EmptyState, ti as DisclosureTrigger, tn as FormControl, tr as ToolbarRoot, tt as LogoProps, u as ColorPalettePicker, ua as AccordionItem, ui as CircularProgressProps, ur as MenuPopover, ut as ResizablePanelGroupProps, v as Expression, va as ToggleGroup, vi as TextareaProps, vn as FormRadioGroup, vr as ComboboxGroupLabel, vt as PageHeader, w as FacetGroup, wa as SeparatorProps, wi as SkeletonText, wn as FormSelectPopover, wr as AlertDialogPanelProps, wt as Radio, x as ExpressionProps, xa as OtpField, xi as SkeletonCard, xn as FormRoot, xr as ComboboxPopover, xt as createBlock, y as ExpressionGroup, ya as ToggleGroupProps, yi as Skeleton, yn as FormRemove, yr as ComboboxInput, yt as PageHeaderProps, z as ShaderPreset, zi as CardContentProps, zn as useFormStore, zr as SelectLabel, zt as PopoverContentProps } from "../key-pad-menu-
|
|
3
|
-
import { _ as DateRangePreset, a as FieldDataType, d as ComparisonMode, f as DEFAULT_PRESETS, g as DateRangePickerProps, h as DateRangePicker, i as FIELD_TYPE_TOKENS, l as FieldTokenProps, m as DateRange, n as TextTruncateProps, o as FieldToken, p as DateGranularity, r as TruncationSide, t as TextTruncate, u as resolveFieldType } from "../text-truncate-
|
|
2
|
+
import { $ as DrawerSize, $i as DescriptionListLabels, $n as ToolbarButton, $r as DisclosureContent, A as ShaderSurfaceHandle, Aa as TextElement, Ai as AlertProps, An as FormSubmit, Ar as DialogFooter, At as CheckboxGroupProps, B as ShaderPresetCategory, Bi as CardDescription, Bn as TagInput, Br as SelectPopover, Bt as PopoverRoot, C as Facet, Ca as Separator, Ci as SkeletonTable, Cn as FormSelectItem, Cr as AlertDialogPanel, Ct as BlockLayoutProps, D as FacetItem, Da as HeadingProps, Di as Input, Dr as DialogDescription, Dt as RadioProps, E as FacetGroupProps, Ea as HeadingLevel, Ei as SwitchProps, Er as DialogBodyProps, Et as RadioGroupProps, F as SHADER_PRESETS, Fa as KbdProps, Fi as Button, Fn as FormTextarea, Fr as DialogPanel, Ft as DropdownSeparator, G as VirtualListProps, Gi as CardHeaderProps, Gn as ColorPicker, Gt as ConditionDef, H as getShaderFragment, Hi as CardFooter, Hn as IconDef, Hr as SelectTrigger, Ht as ConditionBuilder, I as SHADER_PRESET_IDS, Ii as ButtonProps, In as FormTextareaProps, Ir as DialogRoot, It as DropdownTrigger, J as DrawerClose, Ji as CardTitleProps, Jt as ConditionTypeRenderer, K as Pagination, Ki as CardProps, Kn as ColorPickerProps, Kr as TabPanel, Kt as ConditionGroup, L as ShaderParamKey, Li as Card, Lr as DialogSize, Lt as PopoverClose, M as SHADER_OVERLAY_PARAM_KEYS, Ma as TextRole, Mi as SpinnerProps, Mn as FormSwitchProps, Mr as DialogHeader, Mt as DropdownContent, N as SHADER_PARAM_FALLBACK, Na as TextTone, Ni as Badge, Nr as DialogHeaderProps, Nt as DropdownItem, O as FacetProps, Oa as HeadingRole, Oi as InputProps, Or as DialogDisclosure, Ot as Checkbox, P as SHADER_PARAM_KEYS, Pa as Kbd, Pi as BadgeProps, Pr as DialogHeading, Pt as DropdownMenu, Q as DrawerSide, Qi as DescriptionListItem, Qn as NumberInputProps, Qt as FormCheckbox, R as ShaderParamSpec, Ri as CardContent, Rn as useFormContext, Rr as SelectItem, Rt as PopoverContent, S as ExpressionTone, Sa as OtpFieldProps, Si as SkeletonProps, Sn as FormSelect, Sr as ComboboxRoot, St as BlockLayout, T as FacetGroupLabels, Ta as Heading, Ti as Switch, Tn as FormSelectProps, Tr as DialogBody, Tt as RadioGroup, U as getShaderPreset, Ui as CardFooterProps, Un as IconPicker, Ur as Tab, V as ShaderPresetId, Vi as CardDescriptionProps, Vn as TagInputProps, Vr as SelectRoot, Vt as PopoverTrigger, W as VirtualList, Wi as CardHeader, Wn as IconPickerProps, Wr as TabList, Wt as ConditionBuilderProps, X as DrawerPanelProps, Xi as IdentityProps, Xn as SliderProps, Xr as TabsRoot, Xt as StepBuilderProps, Y as DrawerPanel, Yi as Identity, Yn as Slider, Yt as StepBuilder, Z as DrawerRoot, Zi as DescriptionList, Zn as NumberInput, Zt as StepDef, _ as HighlightProps, _a as Toggle, _i as Textarea, _n as FormRadio, _r as ComboboxGroup, _t as ScrollAreaProps, a as InlineEditLabels, aa as BreadcrumbItem, ai as CompositeRow, an as FormError, ar as TooltipProvider, at as PanelSize, b as ExpressionGroupProps, ba as ToggleProps, bi as SkeletonAvatar, bn as FormReset, br as ComboboxItem, bt as BlockBaseProps, c as ColorPaletteDisplay, ca as StatCardProps, ci as MeterProps, cn as FormGroupLabel, cr as MenuItemCheckbox, ct as ResizablePanel, d as ColorPalettePickerProps, da as AccordionRoot, di as Progress, dn as FormInput, dr as MenuRoot, dt as ResizablePanelProps, ea as DescriptionListProps, ei as DisclosureRoot, er as ToolbarContainer, et as Logo, f as PaletteKind, fa as AccordionRootProps, fi as ProgressProps, fn as FormLabel, fr as MenuSeparator, ft as Section, g as Highlight, ga as PrimAccordionTriggerProps, gi as AvatarProps, gn as FormPush, gr as ComboboxEmpty, gt as ScrollArea, h as LiveRegionProps, ha as PrimAccordionItemProps, hi as AvatarGroupProps, hn as FormProvider, hr as MenubarRoot, ht as ContainerProps, i as InlineEdit, ia as Breadcrumb, ii as CompositeProvider, in as FormDescription, ir as TooltipAnchor, it as PanelImperativeHandle, j as ShaderSurfaceProps, ja as TextProps, ji as Spinner, jn as FormSwitch, jr as DialogFooterProps, jt as CheckboxProps, k as ShaderSurface, ka as Text, ki as Alert, kr as DialogDismiss, kt as CheckboxGroup, l as ColorPaletteDisplayProps, la as AccordionContent, li as CircularProgress, lr as MenuItemRadio, lt as ResizablePanelGroup, m as LiveRegion, ma as PrimAccordionContentProps, mi as AvatarGroup, mr as MenubarContainer, mt as Container, n as KeyPadMenu, na as EmptyStateAction, ni as Composite, nr as ToolbarSeparator, nt as GroupImperativeHandle, o as InlineEditProps, oa as BreadcrumbProps, oi as CompositeZone, on as FormField, or as MenuButtonArrow, ot as ResizableHandle, p as THEME_PALETTES, pa as AccordionTrigger, pi as Avatar, pr as MenuTrigger, pt as SectionProps, q as PaginationProps, qi as CardTitle, qt as ConditionOperator, r as KeyPadMenuProps, ra as EmptyStateProps, ri as CompositeItem, rr as Tooltip, rt as Layout, s as ColorPalette, sa as StatCard, si as Meter, sn as FormGroup, sr as MenuItem, st as ResizableHandleProps, t as KeyPadItem, ta as EmptyState, ti as DisclosureTrigger, tn as FormControl, tr as ToolbarRoot, tt as LogoProps, u as ColorPalettePicker, ua as AccordionItem, ui as CircularProgressProps, ur as MenuPopover, ut as ResizablePanelGroupProps, v as Expression, va as ToggleGroup, vi as TextareaProps, vn as FormRadioGroup, vr as ComboboxGroupLabel, vt as PageHeader, w as FacetGroup, wa as SeparatorProps, wi as SkeletonText, wn as FormSelectPopover, wr as AlertDialogPanelProps, wt as Radio, x as ExpressionProps, xa as OtpField, xi as SkeletonCard, xn as FormRoot, xr as ComboboxPopover, xt as createBlock, y as ExpressionGroup, ya as ToggleGroupProps, yi as Skeleton, yn as FormRemove, yr as ComboboxInput, yt as PageHeaderProps, z as ShaderPreset, zi as CardContentProps, zn as useFormStore, zr as SelectLabel, zt as PopoverContentProps } from "../key-pad-menu-odAEycIX.js";
|
|
3
|
+
import { _ as DateRangePreset, a as FieldDataType, d as ComparisonMode, f as DEFAULT_PRESETS, g as DateRangePickerProps, h as DateRangePicker, i as FIELD_TYPE_TOKENS, l as FieldTokenProps, m as DateRange, n as TextTruncateProps, o as FieldToken, p as DateGranularity, r as TruncationSide, t as TextTruncate, u as resolveFieldType } from "../text-truncate-DOxUijpB.js";
|
|
4
4
|
export { AccordionContent, type PrimAccordionContentProps as AccordionContentProps, AccordionItem, type PrimAccordionItemProps as AccordionItemProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type PrimAccordionTriggerProps as AccordionTriggerProps, Alert, AlertDialogPanel, type AlertDialogPanelProps, type AlertProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BlockBaseProps, type BlockBaseProps as SurfaceBaseProps, BlockLayout, BlockLayout as SurfaceLayout, type BlockLayoutProps, type BlockLayoutProps as SurfaceLayoutProps, Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, CircularProgress, type CircularProgressProps, type ColorPalette, ColorPaletteDisplay, type ColorPaletteDisplayProps, ColorPalettePicker, type ColorPalettePickerProps, ColorPicker, type ColorPickerProps, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxInput, ComboboxItem, ComboboxPopover, ComboboxRoot, type ComparisonMode, Composite, CompositeItem, CompositeProvider, CompositeRow, CompositeZone, ConditionBuilder, type ConditionBuilderProps, type ConditionDef, type ConditionGroup, type ConditionOperator, type ConditionTypeRenderer, Container, type ContainerProps, DEFAULT_PRESETS, type DateGranularity, type DateRange, DateRangePicker, type DateRangePickerProps, type DateRangePreset, DescriptionList, type DescriptionListItem, type DescriptionListLabels, type DescriptionListProps, DialogBody, type DialogBodyProps, DialogDescription, DialogDisclosure, DialogDismiss, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogHeading, DialogPanel, DialogRoot, type DialogSize, DisclosureContent, DisclosureRoot, DisclosureTrigger, DrawerClose, DrawerPanel, type DrawerPanelProps, DrawerRoot, type DrawerSide, type DrawerSize, DropdownContent, DropdownItem, DropdownMenu, DropdownSeparator, DropdownTrigger, EmptyState, type EmptyStateAction, type EmptyStateProps, Expression, ExpressionGroup, type ExpressionGroupProps, type ExpressionProps, type ExpressionTone, FIELD_TYPE_TOKENS, Facet, FacetGroup, type FacetGroupLabels, type FacetGroupProps, type FacetItem, type FacetProps, type FieldDataType, FieldToken, type FieldTokenProps, FormCheckbox, FormControl, FormDescription, FormError, FormField, FormGroup, FormGroupLabel, FormInput, FormLabel, FormProvider, FormPush, FormRadio, FormRadioGroup, FormRemove, FormReset, FormRoot, FormSelect, FormSelectItem, FormSelectPopover, type FormSelectProps, FormSubmit, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, Heading, type HeadingLevel, type HeadingProps, type HeadingRole, Highlight, type HighlightProps, type IconDef, IconPicker, type IconPickerProps, Identity, type IdentityProps, InlineEdit, type InlineEditLabels, type InlineEditProps, Input, type InputProps, Kbd, type KbdProps, type KeyPadItem, KeyPadMenu, type KeyPadMenuProps, LiveRegion, type LiveRegionProps, Logo, type LogoProps, MenuButtonArrow, MenuItem, MenuItemCheckbox, MenuItemRadio, MenuPopover, MenuRoot, MenuSeparator, MenuTrigger, MenubarContainer, MenubarRoot, Meter, type MeterProps, NumberInput, type NumberInputProps, OtpField, type OtpFieldProps, PageHeader, type PageHeaderProps, Pagination, type PaginationProps, type PaletteKind, PopoverClose, PopoverContent, type PopoverContentProps, PopoverRoot, PopoverTrigger, Progress, type ProgressProps, Radio, RadioGroup, type RadioGroupProps, type RadioProps, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type GroupImperativeHandle as ResizablePanelGroupHandle, type ResizablePanelGroupProps, type PanelImperativeHandle as ResizablePanelHandle, type Layout as ResizablePanelLayout, type ResizablePanelProps, type PanelSize as ResizablePanelSize, SHADER_OVERLAY_PARAM_KEYS, SHADER_PARAM_FALLBACK, SHADER_PARAM_KEYS, SHADER_PRESETS, SHADER_PRESET_IDS, ScrollArea, type ScrollAreaProps, Section, type SectionProps, SelectItem, SelectLabel, SelectPopover, SelectRoot, SelectTrigger, Separator, type SeparatorProps, type ShaderParamKey, type ShaderParamSpec, type ShaderPreset, type ShaderPresetCategory, type ShaderPresetId, ShaderSurface, type ShaderSurfaceHandle, type ShaderSurfaceProps, Skeleton, SkeletonAvatar, SkeletonCard, type SkeletonProps, SkeletonTable, SkeletonText, Slider, type SliderProps, Spinner, type SpinnerProps, StatCard, type StatCardProps, StepBuilder, type StepBuilderProps, type StepDef, Switch, type SwitchProps, THEME_PALETTES, Tab, TabList, TabPanel, TabsRoot, TagInput, type TagInputProps, Text, type TextElement, type TextProps, type TextRole, type TextTone, TextTruncate, type TextTruncateProps, Textarea, type TextareaProps, Toggle, ToggleGroup, type ToggleGroupProps, type ToggleProps, ToolbarButton, ToolbarContainer, ToolbarRoot, ToolbarSeparator, Tooltip, TooltipAnchor, TooltipProvider, type TruncationSide, VirtualList, type VirtualListProps, createBlock, createBlock as createSurface, getShaderFragment, getShaderPreset, resolveFieldType, useFormContext, useFormStore };
|