@sybilion/uilib 1.3.86 → 1.3.87
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/agent-glossary/content.generated.ts +4 -6
- package/dist/agent-glossary/content.md +4 -6
- package/dist/agent-glossary/workspace.generated.ts +4 -6
- package/dist/agent-glossary/workspace.md +4 -6
- package/package.json +1 -1
- package/src/components/ui/ChartAreaInteractive/AGENT.md +0 -1
- package/src/components/widgets/DriverMap/AGENT.md +1 -1
- package/src/components/widgets/DriversComparisonChart/AGENT.md +2 -2
- package/src/components/widgets/PerformanceChart/AGENT.md +1 -2
|
@@ -180,7 +180,6 @@ Host provides:
|
|
|
180
180
|
- \`chartData\`, \`forecastData\` built from API
|
|
181
181
|
- \`timeRange\` / \`onTimeRangeChange\` or brush-only range
|
|
182
182
|
- Optional \`mode\`: pin | intervals | thresholds + overlay state
|
|
183
|
-
- Analysis selector and fetch outside widget
|
|
184
183
|
|
|
185
184
|
Report tile: \`dataset_card\` — host loads dataset + analysis; chart inside dashboard card.
|
|
186
185
|
|
|
@@ -201,7 +200,7 @@ Host provides:
|
|
|
201
200
|
- Controlled \`selectedDriver\` + \`setSelectedDriver\`
|
|
202
201
|
- \`isLoading\` while fetching drivers
|
|
203
202
|
|
|
204
|
-
Report tile: \`drivers_map\` — tile resolves analysis id, fetches drivers, passes list + selection
|
|
203
|
+
Report tile: \`drivers_map\` — tile resolves analysis id, fetches drivers, passes list + selection.
|
|
205
204
|
|
|
206
205
|
Requires: \`drivers\`; \`isLoading\`; \`selectedDriver\`; \`setSelectedDriver\`.
|
|
207
206
|
|
|
@@ -217,10 +216,9 @@ Not when: simple forecast card or driver backtests — use ChartAreaInteractive
|
|
|
217
216
|
Host provides:
|
|
218
217
|
|
|
219
218
|
- \`performanceData\` (PerformanceChartPayload) and \`historicalData\` from performance API
|
|
220
|
-
- Analysis selection and fetch outside widget
|
|
221
219
|
- Optional \`forecastData\`, \`customPerformanceMatrix\`, \`userSeries\` for spaghetti
|
|
222
220
|
|
|
223
|
-
Report tile: \`performance_chart\` — host loads performance payload + dataset series
|
|
221
|
+
Report tile: \`performance_chart\` — host loads performance payload + dataset series.
|
|
224
222
|
|
|
225
223
|
Requires: \`performanceData\` — model/drift forecasts and metrics; \`historicalData\` — baseline series; \`loading\` / \`chartLoading\` / \`performanceDataLoading\` — spinners; \`runAnalysisHint\` / \`statusHint\` — empty states.
|
|
226
224
|
|
|
@@ -240,9 +238,9 @@ Host provides:
|
|
|
240
238
|
- \`seriesInitKey\` when selected analysis changes
|
|
241
239
|
- \`viewTab\` / \`onViewTabChange\`: \`lagged\` (calendar-aligned, raw dates) or \`overlapped\` (driver series shifted backward by parsed lag months)
|
|
242
240
|
|
|
243
|
-
View tabs: host should render uilib \`Tabs variant="button"\` with **Lagged** / **Overlapped** in the toolbar
|
|
241
|
+
View tabs: host should render uilib \`Tabs variant="button"\` with **Lagged** / **Overlapped** in the toolbar. Chart applies \`applyDriversComparisonViewToPayload\` internally.
|
|
244
242
|
|
|
245
|
-
Report tile: \`drivers_comparison_chart\` — host loads normalized backtests payload + dataset historical
|
|
243
|
+
Report tile: \`drivers_comparison_chart\` — host loads normalized backtests payload + dataset historical.
|
|
246
244
|
|
|
247
245
|
Requires: \`payload\` — target + driver normalized_series; \`loading\` / \`chartLoading\` — spinners; \`seriesInitKey\` — reset visible series on analysis or view tab change; \`runAnalysisHint\` / \`statusHint\` — empty/error text.
|
|
248
246
|
|
|
@@ -179,7 +179,6 @@ Host provides:
|
|
|
179
179
|
- `chartData`, `forecastData` built from API
|
|
180
180
|
- `timeRange` / `onTimeRangeChange` or brush-only range
|
|
181
181
|
- Optional `mode`: pin | intervals | thresholds + overlay state
|
|
182
|
-
- Analysis selector and fetch outside widget
|
|
183
182
|
|
|
184
183
|
Report tile: `dataset_card` — host loads dataset + analysis; chart inside dashboard card.
|
|
185
184
|
|
|
@@ -200,7 +199,7 @@ Host provides:
|
|
|
200
199
|
- Controlled `selectedDriver` + `setSelectedDriver`
|
|
201
200
|
- `isLoading` while fetching drivers
|
|
202
201
|
|
|
203
|
-
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection
|
|
202
|
+
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection.
|
|
204
203
|
|
|
205
204
|
Requires: `drivers`; `isLoading`; `selectedDriver`; `setSelectedDriver`.
|
|
206
205
|
|
|
@@ -216,10 +215,9 @@ Not when: simple forecast card or driver backtests — use ChartAreaInteractive
|
|
|
216
215
|
Host provides:
|
|
217
216
|
|
|
218
217
|
- `performanceData` (PerformanceChartPayload) and `historicalData` from performance API
|
|
219
|
-
- Analysis selection and fetch outside widget
|
|
220
218
|
- Optional `forecastData`, `customPerformanceMatrix`, `userSeries` for spaghetti
|
|
221
219
|
|
|
222
|
-
Report tile: `performance_chart` — host loads performance payload + dataset series
|
|
220
|
+
Report tile: `performance_chart` — host loads performance payload + dataset series.
|
|
223
221
|
|
|
224
222
|
Requires: `performanceData` — model/drift forecasts and metrics; `historicalData` — baseline series; `loading` / `chartLoading` / `performanceDataLoading` — spinners; `runAnalysisHint` / `statusHint` — empty states.
|
|
225
223
|
|
|
@@ -239,9 +237,9 @@ Host provides:
|
|
|
239
237
|
- `seriesInitKey` when selected analysis changes
|
|
240
238
|
- `viewTab` / `onViewTabChange`: `lagged` (calendar-aligned, raw dates) or `overlapped` (driver series shifted backward by parsed lag months)
|
|
241
239
|
|
|
242
|
-
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar
|
|
240
|
+
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar. Chart applies `applyDriversComparisonViewToPayload` internally.
|
|
243
241
|
|
|
244
|
-
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical
|
|
242
|
+
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical.
|
|
245
243
|
|
|
246
244
|
Requires: `payload` — target + driver normalized_series; `loading` / `chartLoading` — spinners; `seriesInitKey` — reset visible series on analysis or view tab change; `runAnalysisHint` / `statusHint` — empty/error text.
|
|
247
245
|
|
|
@@ -199,7 +199,6 @@ Host provides:
|
|
|
199
199
|
- \`chartData\`, \`forecastData\` built from API
|
|
200
200
|
- \`timeRange\` / \`onTimeRangeChange\` or brush-only range
|
|
201
201
|
- Optional \`mode\`: pin | intervals | thresholds + overlay state
|
|
202
|
-
- Analysis selector and fetch outside widget
|
|
203
202
|
|
|
204
203
|
Report tile: \`dataset_card\` — host loads dataset + analysis; chart inside dashboard card.
|
|
205
204
|
|
|
@@ -220,7 +219,7 @@ Host provides:
|
|
|
220
219
|
- Controlled \`selectedDriver\` + \`setSelectedDriver\`
|
|
221
220
|
- \`isLoading\` while fetching drivers
|
|
222
221
|
|
|
223
|
-
Report tile: \`drivers_map\` — tile resolves analysis id, fetches drivers, passes list + selection
|
|
222
|
+
Report tile: \`drivers_map\` — tile resolves analysis id, fetches drivers, passes list + selection.
|
|
224
223
|
|
|
225
224
|
Requires: \`drivers\`; \`isLoading\`; \`selectedDriver\`; \`setSelectedDriver\`.
|
|
226
225
|
|
|
@@ -236,10 +235,9 @@ Not when: simple forecast card or driver backtests — use ChartAreaInteractive
|
|
|
236
235
|
Host provides:
|
|
237
236
|
|
|
238
237
|
- \`performanceData\` (PerformanceChartPayload) and \`historicalData\` from performance API
|
|
239
|
-
- Analysis selection and fetch outside widget
|
|
240
238
|
- Optional \`forecastData\`, \`customPerformanceMatrix\`, \`userSeries\` for spaghetti
|
|
241
239
|
|
|
242
|
-
Report tile: \`performance_chart\` — host loads performance payload + dataset series
|
|
240
|
+
Report tile: \`performance_chart\` — host loads performance payload + dataset series.
|
|
243
241
|
|
|
244
242
|
Requires: \`performanceData\` — model/drift forecasts and metrics; \`historicalData\` — baseline series; \`loading\` / \`chartLoading\` / \`performanceDataLoading\` — spinners; \`runAnalysisHint\` / \`statusHint\` — empty states.
|
|
245
243
|
|
|
@@ -259,9 +257,9 @@ Host provides:
|
|
|
259
257
|
- \`seriesInitKey\` when selected analysis changes
|
|
260
258
|
- \`viewTab\` / \`onViewTabChange\`: \`lagged\` (calendar-aligned, raw dates) or \`overlapped\` (driver series shifted backward by parsed lag months)
|
|
261
259
|
|
|
262
|
-
View tabs: host should render uilib \`Tabs variant="button"\` with **Lagged** / **Overlapped** in the toolbar
|
|
260
|
+
View tabs: host should render uilib \`Tabs variant="button"\` with **Lagged** / **Overlapped** in the toolbar. Chart applies \`applyDriversComparisonViewToPayload\` internally.
|
|
263
261
|
|
|
264
|
-
Report tile: \`drivers_comparison_chart\` — host loads normalized backtests payload + dataset historical
|
|
262
|
+
Report tile: \`drivers_comparison_chart\` — host loads normalized backtests payload + dataset historical.
|
|
265
263
|
|
|
266
264
|
Requires: \`payload\` — target + driver normalized_series; \`loading\` / \`chartLoading\` — spinners; \`seriesInitKey\` — reset visible series on analysis or view tab change; \`runAnalysisHint\` / \`statusHint\` — empty/error text.
|
|
267
265
|
|
|
@@ -198,7 +198,6 @@ Host provides:
|
|
|
198
198
|
- `chartData`, `forecastData` built from API
|
|
199
199
|
- `timeRange` / `onTimeRangeChange` or brush-only range
|
|
200
200
|
- Optional `mode`: pin | intervals | thresholds + overlay state
|
|
201
|
-
- Analysis selector and fetch outside widget
|
|
202
201
|
|
|
203
202
|
Report tile: `dataset_card` — host loads dataset + analysis; chart inside dashboard card.
|
|
204
203
|
|
|
@@ -219,7 +218,7 @@ Host provides:
|
|
|
219
218
|
- Controlled `selectedDriver` + `setSelectedDriver`
|
|
220
219
|
- `isLoading` while fetching drivers
|
|
221
220
|
|
|
222
|
-
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection
|
|
221
|
+
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection.
|
|
223
222
|
|
|
224
223
|
Requires: `drivers`; `isLoading`; `selectedDriver`; `setSelectedDriver`.
|
|
225
224
|
|
|
@@ -235,10 +234,9 @@ Not when: simple forecast card or driver backtests — use ChartAreaInteractive
|
|
|
235
234
|
Host provides:
|
|
236
235
|
|
|
237
236
|
- `performanceData` (PerformanceChartPayload) and `historicalData` from performance API
|
|
238
|
-
- Analysis selection and fetch outside widget
|
|
239
237
|
- Optional `forecastData`, `customPerformanceMatrix`, `userSeries` for spaghetti
|
|
240
238
|
|
|
241
|
-
Report tile: `performance_chart` — host loads performance payload + dataset series
|
|
239
|
+
Report tile: `performance_chart` — host loads performance payload + dataset series.
|
|
242
240
|
|
|
243
241
|
Requires: `performanceData` — model/drift forecasts and metrics; `historicalData` — baseline series; `loading` / `chartLoading` / `performanceDataLoading` — spinners; `runAnalysisHint` / `statusHint` — empty states.
|
|
244
242
|
|
|
@@ -258,9 +256,9 @@ Host provides:
|
|
|
258
256
|
- `seriesInitKey` when selected analysis changes
|
|
259
257
|
- `viewTab` / `onViewTabChange`: `lagged` (calendar-aligned, raw dates) or `overlapped` (driver series shifted backward by parsed lag months)
|
|
260
258
|
|
|
261
|
-
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar
|
|
259
|
+
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar. Chart applies `applyDriversComparisonViewToPayload` internally.
|
|
262
260
|
|
|
263
|
-
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical
|
|
261
|
+
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical.
|
|
264
262
|
|
|
265
263
|
Requires: `payload` — target + driver normalized_series; `loading` / `chartLoading` — spinners; `seriesInitKey` — reset visible series on analysis or view tab change; `runAnalysisHint` / `statusHint` — empty/error text.
|
|
266
264
|
|
package/package.json
CHANGED
|
@@ -10,7 +10,6 @@ Host provides:
|
|
|
10
10
|
- `chartData`, `forecastData` built from API
|
|
11
11
|
- `timeRange` / `onTimeRangeChange` or brush-only range
|
|
12
12
|
- Optional `mode`: pin | intervals | thresholds + overlay state
|
|
13
|
-
- Analysis selector and fetch outside widget
|
|
14
13
|
|
|
15
14
|
Report tile: `dataset_card` — host loads dataset + analysis; chart inside dashboard card.
|
|
16
15
|
|
|
@@ -11,7 +11,7 @@ Host provides:
|
|
|
11
11
|
- Controlled `selectedDriver` + `setSelectedDriver`
|
|
12
12
|
- `isLoading` while fetching drivers
|
|
13
13
|
|
|
14
|
-
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection
|
|
14
|
+
Report tile: `drivers_map` — tile resolves analysis id, fetches drivers, passes list + selection.
|
|
15
15
|
|
|
16
16
|
Requires: `drivers`; `isLoading`; `selectedDriver`; `setSelectedDriver`.
|
|
17
17
|
|
|
@@ -12,9 +12,9 @@ Host provides:
|
|
|
12
12
|
- `seriesInitKey` when selected analysis changes
|
|
13
13
|
- `viewTab` / `onViewTabChange`: `lagged` (calendar-aligned, raw dates) or `overlapped` (driver series shifted backward by parsed lag months)
|
|
14
14
|
|
|
15
|
-
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar
|
|
15
|
+
View tabs: host should render uilib `Tabs variant="button"` with **Lagged** / **Overlapped** in the toolbar. Chart applies `applyDriversComparisonViewToPayload` internally.
|
|
16
16
|
|
|
17
|
-
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical
|
|
17
|
+
Report tile: `drivers_comparison_chart` — host loads normalized backtests payload + dataset historical.
|
|
18
18
|
|
|
19
19
|
Requires: `payload` — target + driver normalized_series; `loading` / `chartLoading` — spinners; `seriesInitKey` — reset visible series on analysis or view tab change; `runAnalysisHint` / `statusHint` — empty/error text.
|
|
20
20
|
|
|
@@ -8,10 +8,9 @@ Not when: simple forecast card or driver backtests — use ChartAreaInteractive
|
|
|
8
8
|
Host provides:
|
|
9
9
|
|
|
10
10
|
- `performanceData` (PerformanceChartPayload) and `historicalData` from performance API
|
|
11
|
-
- Analysis selection and fetch outside widget
|
|
12
11
|
- Optional `forecastData`, `customPerformanceMatrix`, `userSeries` for spaghetti
|
|
13
12
|
|
|
14
|
-
Report tile: `performance_chart` — host loads performance payload + dataset series
|
|
13
|
+
Report tile: `performance_chart` — host loads performance payload + dataset series.
|
|
15
14
|
|
|
16
15
|
Requires: `performanceData` — model/drift forecasts and metrics; `historicalData` — baseline series; `loading` / `chartLoading` / `performanceDataLoading` — spinners; `runAnalysisHint` / `statusHint` — empty states.
|
|
17
16
|
|